IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2021, 11:41:52 AM (5 years ago)
Author:
eugene
Message:

consolidate reset operations for clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/load_catalogs.c

    r40549 r41620  
    165165    if (RESET)               { strextend (&command, "-reset"); }
    166166    if (RESET_ZEROPTS)       { strextend (&command, "-reset-zpts"); }
     167    if (RESET_FLATCORR)      { strextend (&command, "-reset-flat"); }
    167168    if (!KEEP_UBERCAL)       { strextend (&command, "-reset-ubercal"); }
    168169    if (DophotSelect)        { strextend (&command, "-dophot %d", DophotValue); }
Note: See TracChangeset for help on using the changeset viewer.