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

    r37590 r42507  
    11# include "psphotInternal.h"
     2
     3pmConfig *staticConfig = NULL;
     4
     5void psphotSaveConfig (pmConfig *config) {
     6  staticConfig = config;
     7}
     8
     9pmConfig *psphotGetConfig () {
     10  return staticConfig;
     11}
    212
    313// convert filerule to filerule.NUM and look up in the config->arguments metadata
Note: See TracChangeset for help on using the changeset viewer.