Changeset 40346
- Timestamp:
- Feb 15, 2018, 12:29:16 AM (8 years ago)
- Location:
- trunk/ppTranslate/src
- Files:
-
- 3 edited
-
ppMops.h (modified) (1 diff)
-
ppMopsRead.c (modified) (2 diffs)
-
ppMopsWrite.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppTranslate/src/ppMops.h
r40049 r40346 68 68 psString fpashutoutc; // FPA shutoutc 69 69 psString fpashutcutc; // FPA shutcutc 70 psString refcat; // Reference catalog used 70 71 } ppMopsDetections; 71 72 -
trunk/ppTranslate/src/ppMopsRead.c
r40058 r40346 107 107 det->fpashutoutc = psMemIncrRefCounter(psMetadataLookupStr(NULL, header, "FPA.SHUTOUTC")); 108 108 det->fpashutcutc = psMemIncrRefCounter(psMetadataLookupStr(NULL, header, "FPA.SHUTCUTC")); 109 det->refcat = psMemIncrRefCounter(psMetadataLookupStr(NULL, header, "PSREFCAT")); 109 110 psFree(header); 110 111 … … 270 271 } 271 272 272 // add diff params to discard -- needs to be in config.. -- WSdiff only?273 // MEH -- add diff params to discard -- needs to be in config.. -- WSdiff only? 273 274 // -- needs to be finite to test but unclear if should reject (probably) 274 275 // -- using Napoli 2013 to start with -
trunk/ppTranslate/src/ppMopsWrite.c
r38729 r40346 104 104 psMetadataAddStr(header, PS_LIST_TAIL, "FPA.SHUTOUTC", 0, "Time of exposure open (CHIP mod)", det->fpashutoutc); 105 105 psMetadataAddStr(header, PS_LIST_TAIL, "FPA.SHUTCUTC", 0, "Time of exposure close (RAW)", det->fpashutcutc); 106 psMetadataAddStr(header, PS_LIST_TAIL, "PSREFCAT", 0, "Reference catalog used", det->refcat); 106 107 107 108 //field in header that tells about the CMF version
Note:
See TracChangeset
for help on using the changeset viewer.
