IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2019, 4:16:17 PM (7 years ago)
Author:
eugene
Message:

add features to skip unneeded measurement-like elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/photdbc/src/photdbc_catalogs.c

    r39926 r40874  
    152152    if (CATMODE)            { strextend (&command, "-set-mode %s", CATMODE); }
    153153
     154    if (SKIP_MEASURE)       { strextend (&command, "-skip-measure"); }
     155    if (SKIP_MISSING)       { strextend (&command, "-skip-missing"); }
     156    if (SKIP_LENSING)       { strextend (&command, "-skip-lensing"); }
     157    if (SKIP_LENSOBJ)       { strextend (&command, "-skip-lensobj"); }
     158    if (SKIP_GALPHOT)       { strextend (&command, "-skip-galphot"); }
     159    if (SKIP_STARPAR)       { strextend (&command, "-skip-starpar"); }
     160
    154161    if (PARALLEL_OUTHOSTS) {
    155162      tmppath = abspath (table_output->hosts[i].pathname, DVO_MAX_PATH);
Note: See TracChangeset for help on using the changeset viewer.