IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 1, 2025, 3:27:15 PM (8 months ago)
Author:
tdeboer
Message:

adding changes to pswarp to propagate skycell and ZPT keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpLoadAstrometry.c

    r41897 r42947  
    1414// WCS and read the headers.  We place the resulting info on the target astrometry
    1515// containers
    16 bool pswarpLoadAstrometry (pmFPAfile *target, pmFPAfile *astrom, pmConfig *config) {
     16bool pswarpLoadAstrometry (pmFPAfile *target, pmFPAfile *astrom, pmConfig *config, float *zptObs,float *zptErr) {
    1717
    1818    pmChip *chip = NULL;
     
    126126            return false;
    127127        }
     128        *zptObs = psMetadataLookupF32 (NULL, hdu->header, "ZPT_OBS");
     129        *zptErr = psMetadataLookupF32 (NULL, hdu->header, "ZPT_ERR");
    128130
    129131        if (bilevelAstrometry) {
Note: See TracChangeset for help on using the changeset viewer.