Class: Wrnap::Package::Fftbor2d
- Inherits:
-
EnergyGrid2d
- Object
- Base
- EnergyGrid2d
- Wrnap::Package::Fftbor2d
- Defined in:
- lib/wrnap/package/fftbor2d.rb
Instance Attribute Summary
Attributes inherited from Base
#data, #flags, #response, #runtime
Instance Method Summary collapse
Methods inherited from EnergyGrid2d
aligned_distributions, #each, inherited, #inspect, #quick_plot, set_of_points, #to_csv, #to_csv!
Methods inherited from Base
bootstrap, #debugger, #initialize, #inspect, #serialize
Methods included from Global::Chainer
Methods included from Global::Runner
Constructor Details
This class inherits a constructor from Wrnap::Package::Base
Instance Method Details
#distribution ⇒ Object
17 18 19 |
# File 'lib/wrnap/package/fftbor2d.rb', line 17 def distribution response.split(/\n/).map { |line| line.split(/\t/) } end |