Changeset 26973
- Timestamp:
- Feb 16, 2010, 10:33:03 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpLoop.c
r26964 r26973 372 372 item->data.F32 = psMetadataLookupF32(NULL, astrom->fpa->concepts, "FPA.ZP"); 373 373 } 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 } 374 379 375 380 pmHDU *hdu = outFPA->hdu; ///< HDU for the output warped image … … 442 447 psphotFilesActivate(config, false); 443 448 } 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"); 444 454 445 455 // XXX EAM : put this in a visualization function
Note:
See TracChangeset
for help on using the changeset viewer.
