Changeset 38394
- Timestamp:
- Jun 5, 2015, 2:16:16 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotDeblendSatstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotDeblendSatstars.c
r36086 r38394 135 135 N = index->data.U32[i]; 136 136 source = sources->data[N]; 137 138 #ifndef DEBLEND_PASS2_SOURCES 139 // XXX: Need to define this if we want to rerun the satstar stuff again on the pass2 sources 140 // This is needed for psphotStack in -updatemode 141 if ((source->mode2 & PM_SOURCE_MODE2_PASS1_SRC) == 0) continue; 142 #endif 137 143 138 144 bool isSat = source->mode & PM_SOURCE_MODE_SATSTAR; … … 195 201 psFree (SN); 196 202 psFree (index); 203 204 #ifdef notdef 205 // XXX Do not commit with this turned enabled 206 // Dump the current readout image. 207 psphotSaveImage(NULL, readout->image, "satstarsub.fits"); 208 psErrorClear(); 209 #endif 197 210 198 211 psLogMsg ("psphot", PS_LOG_INFO, "deblend %d satstars: %f sec\n", Nsatstar, psTimerMark ("psphot.deblend.sat"));
Note:
See TracChangeset
for help on using the changeset viewer.
