Changeset 40034 for trunk/psphot/src/psphotChipParams.c
- Timestamp:
- May 12, 2017, 10:18:07 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChipParams.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChipParams.c
r37321 r40034 34 34 psAssert (recipe, "missing recipe?"); 35 35 36 //MEH -- shouldn't do if input is stack... will need to be a config option for now 37 // -- return true method like for psphotExtendedSourceFits to be consistent... 38 if (!psMetadataLookupBool (&status, recipe, "CHIP_PARAMS")) { 39 psLogMsg ("psphot", PS_LOG_INFO, "stack -- skipping backward chip mapping \n"); 40 return true; 41 } 42 36 43 int num = psphotFileruleCount(config, filerule); 37 44 … … 59 66 if (!psphotChipParamsReadout (config, recipe, view, filerule, readout, sources)) { 60 67 psError (PSPHOT_ERR_CONFIG, false, "failed to measure magnitudes for %s entry %d", filerule, i); 61 return false;68 return false; 62 69 } 63 70 }
Note:
See TracChangeset
for help on using the changeset viewer.
