Changeset 5622 for trunk/psphot/src
- Timestamp:
- Nov 28, 2005, 7:19:46 PM (21 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 3 added
- 2 edited
-
modelTestArguments.c (added)
-
modelTestFitSource.c (added)
-
psphot.h (modified) (1 diff)
-
psphotModelTest.c (added)
-
psphotSetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r5132 r5622 54 54 55 55 int pmSourcesDophotType (pmSource *source); 56 57 // psphotModelTest functions 58 psMetadata *modelTestArguments (int *argc, char **argv); 59 bool modelTestFitSource (eamReadout *imdata, psMetadata *config); -
trunk/psphot/src/psphotSetup.c
r5350 r5622 26 26 // read header and image data from INPUT 27 27 char *input = psMetadataLookupPtr (&status, config, "IMAGE"); 28 if (!status) psAbort ("psphot", "input image not specified"); 28 29 psFits *file = psFitsAlloc (input); 29 30 header = psFitsReadHeader (header, file);
Note:
See TracChangeset
for help on using the changeset viewer.
