Changeset 36865
- Timestamp:
- Jun 13, 2014, 9:10:41 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotLensing.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotLensing.c
r36662 r36865 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.
