Changeset 6062 for branches/eam_rel9_p0/psModules/src/astrom/pmFPARead.c
- Timestamp:
- Jan 19, 2006, 4:38:28 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmFPARead.c
r5974 r6062 3 3 #include "pslib.h" 4 4 5 #include "pm Astrometry.h"5 #include "pmFPA.h" 6 6 #include "pmFPARead.h" 7 7 #include "pmConcepts.h" … … 94 94 hdu->header = header; 95 95 96 // XXX: Insert mask and weight reading here 96 // Mask and weight not set yet 97 hdu->weights = NULL; 98 hdu->masks = NULL; 97 99 98 100 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
