IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2018, 11:39:29 AM (8 years ago)
Author:
eugene
Message:

add option to accept motions from incoming dvo database; respect -region in avextract, mextract, avperiodogram

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/avperiodogram.c

    r40408 r40574  
    5151  // the result files are left behind for the user to access (no automatic re-merge)
    5252  if (PARALLEL && !HOST_ID) {
     53
     54    // check for -region and apply to current sky region
     55    if (!SetSkyRegions (selection)) {
     56      FreeSkyRegionSelection (selection);
     57      dbFreeFields (fields, Nfields);
     58      goto help;
     59    }
     60
    5361    int status = HostTableParallelOps (skylist, argc, argv, NULL, FALSE, 0, VERBOSE);
    5462    SkyListFree (skylist);
Note: See TracChangeset for help on using the changeset viewer.