- Timestamp:
- Apr 27, 2022, 4:30:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/fpcamera/src/fpcameraDataLoad.c
r42178 r42182 10 10 11 11 // select the input data sources 12 pmFPAfile *input = psMetadataLookupPtr (NULL, config->files, "FPCAMERA.INPUT. SMF");13 if (!input) ESCAPE (PS_ERR_UNKNOWN, "FPCAMERA.INPUT. SMFnot listed in config->files");12 pmFPAfile *input = psMetadataLookupPtr (NULL, config->files, "FPCAMERA.INPUT.ASTROM"); 13 if (!input) ESCAPE (PS_ERR_UNKNOWN, "FPCAMERA.INPUT.ASTROM not listed in config->files"); 14 14 15 // XXX pass input to fpcameraReadAstrometry? 16 // XXX change name of function? 15 // read the astrometry calibration information (from cmf/smf) 17 16 if (!fpcameraReadAstrometry (input, config)) ESCAPE (PS_ERR_UNKNOWN, "Failure to read astrometry calibration"); 18 17
Note:
See TracChangeset
for help on using the changeset viewer.
