IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2013, 3:22:03 PM (13 years ago)
Author:
eugene
Message:

add suppport for Xfix,Yfix; code to get skyregions by cpt names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r34844 r35102  
    367367  float          Xccd;
    368368  float          Yccd;
     369  float          Xfix;
     370  float          Yfix;
    369371  float          dt;
    370372  int            t;
     
    658660SkyTable  *SkyTableLoadOptimal     PROTO((char *catdir, char *SKYFILE, char *GSCFILE, int readwrite, int depth, int VERBOSE));
    659661int        SkyTableSetDepth        PROTO((SkyTable *sky, int depth));
     662SkyList   *SkyRegionByCPT          PROTO((SkyTable *table, char *filename));
    660663SkyList   *SkyRegionByPoint        PROTO((SkyTable *table, int depth, double ra, double dec));
    661664SkyList   *SkyListByPoint          PROTO((SkyTable *table, double ra, double dec));
Note: See TracChangeset for help on using the changeset viewer.