IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2010, 3:36:17 PM (16 years ago)
Author:
Paul Price
Message:

Make zero point a 'concept' so that it is easily passed from stage to stage. Checked that this results in calibrated magnitudes out of ppSub.

File:
1 edited

Legend:

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

    r26896 r26964  
    367367    }
    368368
     369    // Update ZP from the astrometry
     370    {
     371        psMetadataItem *item = psMetadataLookup(outFPA->concepts, "FPA.ZP");
     372        item->data.F32 = psMetadataLookupF32(NULL, astrom->fpa->concepts, "FPA.ZP");
     373    }
     374
    369375    pmHDU *hdu = outFPA->hdu;           ///< HDU for the output warped image
    370376
Note: See TracChangeset for help on using the changeset viewer.