Ignore:
Timestamp:
02/12/13 12:04:54 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: test_sdsave

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Speedup NRO filler for NEWSTAR data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/atnf/PKSIO/NROFITSDataset.h

    r2442 r2768  
    146146
    147147  // get offset bytes for attributes
    148   int getOffset( char *name ) ;
     148  long getOffset( char *name ) ;
    149149
    150150  // move pointer to target position
     
    167167
    168168  // field names
    169   vector<string> forms_ ;
    170  
    171   // field types
    172169  vector<string> names_ ;
    173170
    174171  // field units
    175172  vector<string> units_ ;
     173
     174  // sizes of each field
     175  vector<int> sizes_ ; 
     176
     177  // offsets from the beginning of the file
     178  vector<long> offsets_ ;
    176179
    177180  // spectral data
Note: See TracChangeset for help on using the changeset viewer.