Changeset 6056 for trunk/psphot/src/psphotModelTest.c
- Timestamp:
- Jan 19, 2006, 2:55:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotModelTest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotModelTest.c
r5993 r6056 2 2 # include "psEllipse.h" 3 3 4 bool psphotModelTest ( eamReadout *imdata, psMetadata *config) {4 bool psphotModelTest (pmReadout *readout, psMetadata *config) { 5 5 6 6 bool status; … … 75 75 pmSource *source = pmSourceAlloc(); 76 76 source->peak = pmPeakAlloc (xObj, yObj, 0, 0); 77 psphotDefinePixels (source, imdata, xObj, yObj, OUTER);77 psphotDefinePixels (source, readout, xObj, yObj, OUTER); 78 78 79 79 // find the local sky
Note:
See TracChangeset
for help on using the changeset viewer.
