Changeset 5986 for trunk/psphot/src/psphotModelTest.c
- Timestamp:
- Jan 13, 2006, 9:03:34 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotModelTest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotModelTest.c
r5837 r5986 11 11 12 12 psMetadataItem *item = NULL; 13 14 // run model fitting tests on a single source 15 if (!psMetadataLookupBool (&status, config, "TEST_FIT")) return false; 13 16 14 17 // what fitting mode to use? … … 166 169 psphotSaveImage (NULL, source->pixels, "resid.fits"); 167 170 psphotSaveImage (NULL, source->mask, "mask.fits"); 168 return true; 171 172 exit (0); 169 173 }
Note:
See TracChangeset
for help on using the changeset viewer.
