- Timestamp:
- Jun 17, 2014, 5:58:38 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphot/src/psphotLensing.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610
- Property svn:mergeinfo changed
/trunk (added) merged: 36846-36871,36874,36879,36882
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140610/psphot/src/psphotLensing.c
r36662 r36884 12 12 psMetadata *recipe = psMetadataLookupPtr (&status, config->recipes, PSPHOT_RECIPE); 13 13 psAssert (recipe, "missing recipe?"); 14 15 // perform full extended source non-linear fits? 16 if (!psMetadataLookupBool (&status, recipe, "LENSING_PARAMETERS")) { 17 psLogMsg ("psphot", PS_LOG_INFO, "skipping extended source fits\n"); 18 return true; 19 } 14 20 15 21 int num = psphotFileruleCount(config, filerule); … … 87 93 } 88 94 95 psMetadataAddBool(readout->analysis, PS_LIST_TAIL, "LENS_OBJ", PS_META_REPLACE, "per-object lensing stats measured", true); 89 96 psLogMsg ("psphot.lensing", PS_LOG_DETAIL, "calculate lensing parameters for %d objects\n", (int) sources->n); 90 97 … … 317 324 psFree (stats); 318 325 326 psMetadataAddBool(readout->analysis, PS_LIST_TAIL, "LENS_PSF", PS_META_REPLACE, "psf-trend lensing stats measured", true); 319 327 psLogMsg ("psphot.lensing", PS_LOG_DETAIL, "calculate lensing parameters for %d objects: %f sec\n", (int) sources->n, psTimerMark ("psphot.lensing")); 320 328
Note:
See TracChangeset
for help on using the changeset viewer.
