IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2007, 3:25:58 PM (19 years ago)
Author:
eugene
Message:

using names consistent with fits keyword lengths

File:
1 edited

Legend:

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

    r13411 r13808  
    142142
    143143    // sky background model statistics
    144     psMetadataItemSupplement (header, recipe, "SKY_MEAN");
    145     psMetadataItemSupplement (header, recipe, "SKY_SIG");
    146     psMetadataItemSupplement (header, recipe, "SKY_MIN");
    147     psMetadataItemSupplement (header, recipe, "SKY_MAX");
    148     psMetadataItemSupplement (header, recipe, "SKY_NX");
    149     psMetadataItemSupplement (header, recipe, "SKY_NY");
     144    psMetadataItemSupplement (header, recipe, "MSKY_MN");
     145    psMetadataItemSupplement (header, recipe, "MSKY_SIG");
     146    psMetadataItemSupplement (header, recipe, "MSKY_MIN");
     147    psMetadataItemSupplement (header, recipe, "MSKY_MAX");
     148    psMetadataItemSupplement (header, recipe, "MSKY_NX");
     149    psMetadataItemSupplement (header, recipe, "MSKY_NY");
    150150
    151151    // XXX : don't require any of these about values to exist
Note: See TracChangeset for help on using the changeset viewer.