IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42002


Ignore:
Timestamp:
Jan 26, 2022, 2:15:17 PM (4 years ago)
Author:
eugene
Message:

it is not necessary to remove PSCAMERA from the altconfig system metadata to allow ppSub to operate on inputs from two different camera (and causes a problem with psphot)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ppSub/src/ppSubCamera.c

    r41732 r42002  
    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.