Changeset 32692
- Timestamp:
- Nov 17, 2011, 1:58:01 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20111110/psphot/src
- Files:
-
- 2 edited
-
psphotRadialApertures.c (modified) (1 diff)
-
psphotStackChisqImage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111110/psphot/src/psphotRadialApertures.c
r32685 r32692 156 156 157 157 // set this to 0 to run without threading 158 # if ( 0)158 # if (1) 159 159 if (!psThreadJobAddPending(job)) { 160 160 psError(PS_ERR_UNKNOWN, false, "Unable to guess model."); -
branches/eam_branches/ipp-20111110/psphot/src/psphotStackChisqImage.c
r31154 r32692 13 13 psAssert (chisqFile, "missing chisq image FPA?"); 14 14 15 // the readout containing the chisq image is generated in the first pass of this loop and 16 // used by the successive passes 15 17 pmReadout *chiReadout = NULL; 16 18
Note:
See TracChangeset
for help on using the changeset viewer.
