IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20993


Ignore:
Timestamp:
Dec 15, 2008, 12:47:56 PM (17 years ago)
Author:
Paul Price
Message:

Propagate the PSF FWHM (major and minor axes) from the recipe to the
header of the output. This is required for magic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r20828 r20993  
    434434        }
    435435
     436        // Record the FWHM
     437        pmHDU *hdu = pmHDUFromCell(outRO->parent); // HDU with header
     438        psMetadataItemSupplement(hdu->header, psphotRecipe, "FWHM_MAJ");
     439        psMetadataItemSupplement(hdu->header, psphotRecipe, "FWHM_MIN");
     440
     441
    436442        pmCell *photCell = pmFPAfileThisCell(config->files, view, "PSPHOT.INPUT");
    437443        pmCellFreeReadouts(photCell);
Note: See TracChangeset for help on using the changeset viewer.