IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42096


Ignore:
Timestamp:
Feb 28, 2022, 4:24:39 PM (4 years ago)
Author:
eugene
Message:

when generating the alternative config for mixed-camera subtractions, do not strip the PSCAMERA keyword from the header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubCamera.c

    r41732 r42096  
    188188    altconfig->recipes = psMetadataCopy(NULL, config->recipes); // container for camera-specific recipe values (to be dropped)
    189189
     190# if (0)
     191    // XXX ppStack seems to work without removing PSCAMERA
    190192    // remove PSCAMERA entries from *-SKYCELL cameras
    191193    // XXX make this optional to force matching cameras if desired?
     
    227229      psMetadataRemoveKey (rule, "PSCAMERA"); // allow any camera skycell to match
    228230    }
     231# endif
     232
    229233    return (altconfig);
    230234}
Note: See TracChangeset for help on using the changeset viewer.