Changeset 21344
- Timestamp:
- Feb 5, 2009, 2:55:08 PM (17 years ago)
- Location:
- branches/eam_branch_20090203/psphot/src
- Files:
-
- 5 edited
-
psphotApResid.c (modified) (1 diff)
-
psphotBlendFit.c (modified) (1 diff)
-
psphotGuessModels.c (modified) (1 diff)
-
psphotMagnitudes.c (modified) (1 diff)
-
psphotSourceStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20090203/psphot/src/psphotApResid.c
r21277 r21344 31 31 nThreads = 0; 32 32 } 33 nThreads = 0;34 33 35 34 bool measureAptrend = psMetadataLookupBool (&status, recipe, "MEASURE.APTREND"); -
branches/eam_branch_20090203/psphot/src/psphotBlendFit.c
r21277 r21344 23 23 nThreads = 0; 24 24 } 25 nThreads = 0;26 25 27 26 // source fitting parameters for extended source fits -
branches/eam_branch_20090203/psphot/src/psphotGuessModels.c
r21277 r21344 40 40 nThreads = 0; 41 41 } 42 nThreads = 0; // XXX until testing is complete, do not thread this function43 42 44 43 // bit-masks to test for good/bad pixels -
branches/eam_branch_20090203/psphot/src/psphotMagnitudes.c
r21277 r21344 19 19 nThreads = 0; 20 20 } 21 nThreads = 0;22 21 23 22 // if backModel or backStdev are missing, the values of sky and/or skyErr will be set to NAN -
branches/eam_branch_20090203/psphot/src/psphotSourceStats.c
r21277 r21344 19 19 nThreads = 0; 20 20 } 21 nThreads = 0;22 21 23 22 // determine properties (sky, moments) of initial sources
Note:
See TracChangeset
for help on using the changeset viewer.
