IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2013, 7:43:03 AM (13 years ago)
Author:
eugene
Message:

use GALAXY_SHAPES as recipe option to trigger galaxy model output; do not truncate sx,sy but rather minor,major

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psModules/src/objects/pmSourceIO.c

    r36205 r36215  
    482482        bool XFIT_OUTPUT = psMetadataLookupBool(&status, recipe, "EXTENDED_SOURCE_FITS");
    483483        bool XRAD_OUTPUT = psMetadataLookupBool(&status, recipe, "RADIAL_APERTURES");
    484         bool XGAL_OUTPUT = psMetadataLookupBool(&status, recipe, "GALAXY_SHAPE");
     484        bool XGAL_OUTPUT = psMetadataLookupBool(&status, recipe, "GALAXY_SHAPES");
    485485
    486486        // define the EXTNAME values for the different data segments:
Note: See TracChangeset for help on using the changeset viewer.