Changeset 2374 for trunk/src/STGrid.h


Ignore:
Timestamp:
12/16/11 19:55:23 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2816

Ready for Test: No

Interface Changes: Yes/No?

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Load spectra (Float) as Complex at the beggining to save memory usage.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.h

    r2371 r2374  
    8383
    8484  void setData( Array<Float> &data,
    85                 Array<Float> &gdata,
     85                Array<Complex> &gdata,
    8686                Array<Float> &gwgt ) ;
    8787 
    88   void getData( Cube<Float> &spectra,
     88  void getData( Cube<Complex> &spectra,
    8989                Matrix<Double> &direction,
    9090                Cube<uChar> &flagtra,
Note: See TracChangeset for help on using the changeset viewer.