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

    r39569 r40574  
    143143  // this does all the work of re-packaging the command, calling it on the remote machines, then loading in the results
    144144  if (PARALLEL && !HOST_ID) {
     145
     146    // check for -region and apply to current sky region
     147    if (!SetSkyRegions (selection)) {
     148      FreeSkyRegionSelection (selection);
     149      dbFreeFields (fields, Nfields);
     150      dvo_catalog_free (&catalog);
     151      goto help;
     152    }
    145153
    146154    // Image Metadata for remote queries:
Note: See TracChangeset for help on using the changeset viewer.