Changeset 36210
- Timestamp:
- Oct 13, 2013, 1:32:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psphot/src/psphotGalaxyShape.c
r36161 r36210 6 6 7 7 fprintf (stdout, "\n"); 8 psLogMsg ("psphot", PS_LOG_INFO, "--- psphot Kron Fluxes ---");8 psLogMsg ("psphot", PS_LOG_INFO, "--- psphot Galaxy Shapes ---"); 9 9 10 10 // select the appropriate recipe information … … 58 58 59 59 if (!sources->n) { 60 psLogMsg ("psphot", PS_LOG_INFO, "no sources, skipping kron fluxes");60 psLogMsg ("psphot", PS_LOG_INFO, "no sources, skipping galaxy shapes"); 61 61 return true; 62 62 } 63 63 64 64 psTimerStart ("psphot.galaxy"); 65 66 psphotInitRadiusEXT (recipe, readout); 65 67 66 68 // determine the number of allowed threads … … 218 220 // we are using fitOptions->mode : be sure this makes sense 219 221 pmPCMdata *pcm = pmPCMinit (source, fitOptions, model, maskVal, psfSize); 222 if (!pcm) return false; 220 223 221 224 // we are fitting only PM_PAR_I0; the shape elements are generated from a grid … … 302 305 float Chisq = YY - 2 * Io * YM + Io * Io * MM; 303 306 304 fprintf (stderr, "Io: %f, Chisq: %f\n", Io, Chisq);307 // fprintf (stderr, "Io: %f, Chisq: %f\n", Io, Chisq); 305 308 306 309 psVectorAppend (source->galaxyFits->Io, Io);
Note:
See TracChangeset
for help on using the changeset viewer.
