IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5622 for trunk/psphot/src


Ignore:
Timestamp:
Nov 28, 2005, 7:19:46 PM (21 years ago)
Author:
eugene
Message:

created psphotModelTest program for examining model functions

Location:
trunk/psphot/src
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.h

    r5132 r5622  
    5454
    5555int          pmSourcesDophotType (pmSource *source);
     56
     57// psphotModelTest functions
     58psMetadata *modelTestArguments (int *argc, char **argv);
     59bool modelTestFitSource (eamReadout *imdata, psMetadata *config);
  • trunk/psphot/src/psphotSetup.c

    r5350 r5622  
    2626    // read header and image data from INPUT
    2727    char *input = psMetadataLookupPtr (&status, config, "IMAGE");
     28    if (!status) psAbort ("psphot", "input image not specified");
    2829    psFits *file = psFitsAlloc (input);
    2930    header = psFitsReadHeader (header, file);
Note: See TracChangeset for help on using the changeset viewer.