Changeset 40190
- Timestamp:
- Oct 27, 2017, 7:39:25 PM (9 years ago)
- Location:
- tags/ipp-20170121/psphot/src
- Files:
-
- 2 edited
-
psphotChipParams.c (modified) (2 diffs, 1 prop)
-
psphotReadoutMinimal.c (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20170121/psphot/src/psphotChipParams.c
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/psphot/src/psphotChipParams.c merged eligible /trunk/psphot/src/psphotChipParams.c merged eligible
r37321 r40190 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 } -
Property svn:mergeinfo
set to
-
tags/ipp-20170121/psphot/src/psphotReadoutMinimal.c
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/psphot/src/psphotReadoutMinimal.c merged eligible /trunk/psphot/src/psphotReadoutMinimal.c merged eligible
r37965 r40190 90 90 psphotKronIterate(config, view, filerule, 1); 91 91 92 // MEH -- sensless for SSdfiffs... 92 93 psphotChipParams (config, view, filerule); 93 94 -
Property svn:mergeinfo
set to
Note:
See TracChangeset
for help on using the changeset viewer.
