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/psphotArguments.c

    r36375 r42507  
    9797}
    9898
     99void psphotSaveConfig (pmConfig *config);
     100
    99101pmConfig *psphotArguments(int argc, char **argv) {
    100102
     
    244246    psMetadataAddStr (config->arguments, PS_LIST_TAIL, "OUTPUT", 0, "", argv[1]);
    245247
     248    // save a copy for deep retrieval
     249    psphotSaveConfig (config);
     250
    246251    psTrace("psphot", 1, "Done with psphotArguments...\n");
    247252    return (config);
Note: See TracChangeset for help on using the changeset viewer.