IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 26, 2015, 3:22:32 PM (11 years ago)
Author:
eugene
Message:

add option to skip stack or warp average photometry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/relphot/src/relphot_objects.c

    r38621 r38639  
    157157    if (SYNTH_ZERO_POINTS) { strextend (&command, "-synthphot-zpts %s", SYNTH_ZERO_POINTS); }
    158158
     159    if (!(STAGES & STAGE_CHIP))  { strextend (&command, "-skip-chip"); }
     160    if (!(STAGES & STAGE_WARP))  { strextend (&command, "-skip-warp"); }
     161    if (!(STAGES & STAGE_STACK)) { strextend (&command, "-skip-stack"); }
     162
    159163    // if (SET_MREL_VERSION != 1) { strextend (&command, "-set-mrel-version %d", SET_MREL_VERSION); }
    160164
Note: See TracChangeset for help on using the changeset viewer.