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

    r20936 r30612  
    3636
    3737  if (argc != 1) {
    38     gprint (GP_ERR, "USAGE: skycat [-all]\n");
     38    gprint (GP_ERR, "USAGE: skycat [-all] [-depth depth] [-v]\n");
    3939    return (FALSE);
    4040  }
     
    116116
    117117  r = ohana_normalize_angle (r);
     118  while (r < Rmin) { r += 360.0; }
     119  while (r > Rmax) { r -= 360.0; }
    118120
    119121  if (*leftside == -1) {
Note: See TracChangeset for help on using the changeset viewer.