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/avextract.c

    r39574 r40574  
    137137  // this does all the work of re-packaging the command, calling it on the remote machines, then loading in the results
    138138  if (PARALLEL && !HOST_ID) {
     139
     140    if (!SetSkyRegions (selection)) {
     141      FreeSkyRegionSelection (selection);
     142      dbFreeFields (fields, Nfields);
     143      dvo_catalog_free (&catalog);
     144      goto help;
     145    }
     146
    139147    int status = HostTableParallelOps (skylist, argc, argv, RESULT_FILE, TRUE, 0, VERBOSE);
    140148
Note: See TracChangeset for help on using the changeset viewer.