IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2011, 11:23:17 AM (15 years ago)
Author:
eugene
Message:

trap error in where for imextract, avextract; add new fields for calibration quality (dXpixSys, etc); use new utility functions ala ToShortPixels; fix plotting of skycat at boundary

File:
1 edited

Legend:

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

    r28955 r30612  
    6868  // construct the db Boolean math stack (frees cstack)
    6969  stack = dbRPN (Ncstack, cstack, &Nstack);
    70   if ((Ncstack > 0) && (Nstack < 1)) {
     70  if (Ncstack && !Nstack) {
    7171    print_error ();
    7272    goto escape;
Note: See TracChangeset for help on using the changeset viewer.