IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26973


Ignore:
Timestamp:
Feb 16, 2010, 10:33:03 PM (16 years ago)
Author:
Paul Price
Message:

Copy over seeing measurement.

File:
1 edited

Legend:

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

    r26964 r26973  
    372372        item->data.F32 = psMetadataLookupF32(NULL, astrom->fpa->concepts, "FPA.ZP");
    373373    }
     374    // Update ZP from the astrometry
     375    {
     376        psMetadataItem *item = psMetadataLookup(outFPA->concepts, "FPA.ZP");
     377        item->data.F32 = psMetadataLookupF32(NULL, astrom->fpa->concepts, "FPA.ZP");
     378    }
    374379
    375380    pmHDU *hdu = outFPA->hdu;           ///< HDU for the output warped image
     
    442447            psphotFilesActivate(config, false);
    443448        }
     449
     450        // Ensure seeing is carried over
     451        pmChip *photChip = pmFPAviewThisChip(view, photFile->fpa);                 // Chip with seeing
     452        psMetadataItem *item = psMetadataLookup(outChip->concepts, "CHIP.SEEING"); // Concept with seeing
     453        item->data.F32 = psMetadataLookupF32(NULL, photChip->concepts, "CHIP.SEEING");
    444454
    445455// XXX EAM : put this in a visualization function
Note: See TracChangeset for help on using the changeset viewer.