IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2023, 10:31:04 AM (3 years ago)
Author:
eugene
Message:

add test code to examine the PSF residual inputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psphot/src/psphotFullForceArguments.c

    r37941 r42507  
    33static void usage(const char *program, psMetadata *arg, pmConfig *config, int exitCode);
    44static void writeHelpInfo(const char* program, pmConfig* config, FILE* ofile);
     5void psphotSaveConfig (pmConfig *config);
    56
    67pmConfig *psphotFullForceArguments(int argc, char **argv) {
     
    111112    // output position is fixed
    112113    psMetadataAddStr (config->arguments, PS_LIST_TAIL, "OUTPUT", 0, "", argv[1]);
     114
     115    psphotSaveConfig (config);
    113116
    114117    psTrace("psphot", 1, "Done with psphotFullForceArguments...\n");
Note: See TracChangeset for help on using the changeset viewer.