IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20237


Ignore:
Timestamp:
Oct 17, 2008, 1:00:19 PM (18 years ago)
Author:
eugene
Message:

add new output metadata for PSF FWHM values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotOutput.c

    r20083 r20237  
    166166    psMetadataItemSupplement (header, recipe, "NPSFSTAR");
    167167    psMetadataItemSupplement (header, recipe, "APLOSS");
    168     psMetadataItemSupplement (header, recipe, "FWHM_X");
    169     psMetadataItemSupplement (header, recipe, "FWHM_Y");
     168
     169    psMetadataItemSupplement (header, recipe, "FWHM_MAJ");
     170    psMetadataItemSupplement (header, recipe, "FW_MJ_SG");
     171    psMetadataItemSupplement (header, recipe, "FW_MJ_LQ");
     172    psMetadataItemSupplement (header, recipe, "FW_MJ_UQ");
     173
     174    psMetadataItemSupplement (header, recipe, "FWHM_MIN");
     175    psMetadataItemSupplement (header, recipe, "FW_MN_SG");
     176    psMetadataItemSupplement (header, recipe, "FW_MN_LQ");
     177    psMetadataItemSupplement (header, recipe, "FW_MN_UQ");
     178
    170179    psMetadataItemSupplement (header, recipe, "ANGLE");
    171180
Note: See TracChangeset for help on using the changeset viewer.