- Timestamp:
- Jun 25, 2015, 10:05:06 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150616
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphot/src/psphotExtendedSourceFits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150616
-
branches/eam_branches/ipp-20150616/psphot/src/psphotExtendedSourceFits.c
r37881 r38552 149 149 fitOptions->poissonErrors = psMetadataLookupBool (&status, recipe, "EXTENDED_SOURCE_FITS_POISSON"); 150 150 if (!status) fitOptions->poissonErrors = true; 151 152 // Save pointer to fitOptions for possible use later reinstantiating the pcm models on the output readout 153 // and during radial apertures measurements. 154 psMetadataAddPtr (readout->analysis, PS_LIST_TAIL, "PCM_FIT_OPTIONS", PS_DATA_UNKNOWN | PS_META_REPLACE, "pcm fit options", 155 fitOptions); 151 156 152 157 // maskVal is used to test for rejected pixels, and must include markVal
Note:
See TracChangeset
for help on using the changeset viewer.
