IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36205


Ignore:
Timestamp:
Oct 13, 2013, 1:29:12 PM (13 years ago)
Author:
eugene
Message:

save gal shape stuff if GALAXY_SHAPE is true in recipe

File:
1 edited

Legend:

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

    r36162 r36205  
    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_ANALYSIS");
     484        bool XGAL_OUTPUT = psMetadataLookupBool(&status, recipe, "GALAXY_SHAPE");
    485485
    486486        // define the EXTNAME values for the different data segments:
Note: See TracChangeset for help on using the changeset viewer.