IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18003 for trunk/psphot/src


Ignore:
Timestamp:
Jun 8, 2008, 2:45:54 PM (18 years ago)
Author:
eugene
Message:

add filerule to AddPhotcode

File:
1 edited

Legend:

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

    r17870 r18003  
    8080}
    8181
    82 bool psphotAddPhotcode (psMetadata *recipe, pmConfig *config, const pmFPAview *view) {
     82bool psphotAddPhotcode (psMetadata *recipe, pmConfig *config, const pmFPAview *view, const char *filerule) {
    8383
    8484    bool status;
    8585
    86     pmFPAfile *input = psMetadataLookupPtr (&status, config->files, "PSPHOT.INPUT");
     86    pmFPAfile *input = psMetadataLookupPtr (&status, config->files, filerule);
    8787    PS_ASSERT (status, false);
    8888
Note: See TracChangeset for help on using the changeset viewer.