IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41507 for trunk


Ignore:
Timestamp:
Feb 24, 2021, 2:26:24 PM (5 years ago)
Author:
eugene
Message:

add -update-catformat to relphot_objects remote call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/relphot_objects.c

    r41341 r41507  
    257257    if (UPDATE)            { strextend (&command, "-update"); }
    258258    if (!KEEP_UBERCAL)     { strextend (&command, "-reset-ubercal"); }
     259    if (UPDATE_CATFORMAT)  { strextend (&command, "-update-catformat %s", UPDATE_CATFORMAT); }
    259260    if (BOUNDARY_TREE)     { strextend (&command, "-boundary-tree %s", BOUNDARY_TREE); }
    260261    if (SYNTH_ZERO_POINTS) { strextend (&command, "-synthphot-zpts %s", SYNTH_ZERO_POINTS); }
Note: See TracChangeset for help on using the changeset viewer.