IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2006, 6:16:11 PM (20 years ago)
Author:
eugene
Message:

fixed some errors with double sources, added second-pass linear PSF fit, multiple-depths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotModelTest.c

    r6379 r6481  
    2626    // in psfMode, psf sets the model type
    2727    if (psfMode) {
    28         char *psfFile = psMetadataLookupStr (&status, arguments, "PSF_INPUT_FILE");
     28        char *psfFile = psMetadataLookupStr (&status, recipe, "PSF_INPUT_FILE");
    2929        if (!status) psAbort ("psphotModelTest", "PSF_INPUT_FILE not supplied");
    3030        psMetadata *psfData = psMetadataConfigParse (NULL, &Nfail, psfFile, FALSE);
     
    157157    if (status) {
    158158        status = psphotFitSet (source, model, fitset, psfMode);
    159         return status;
     159        exit (0);
    160160    }
    161161
Note: See TracChangeset for help on using the changeset viewer.