IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2006, 3:19:05 PM (20 years ago)
Author:
eugene
Message:

added tycho and USNO-B to addstar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/include/addstar.h

    r6674 r6675  
    4444char   TWO_MASS_DIR_DR2[256];
    4545char   GSCDIR[256];
    46 char   CDROM[256];
     46char   USNO_A_DIR[256];
     47char   USNO_B_DIR[256];
     48char   TYCHO_DIR[256];
    4749char   SubpixDatafile[256];
    4850char   PASSWORD[80];
     
    110112float      airmass                PROTO((float secz_image, double ra, double dec, double st, double latitude));
    111113void       SetAirmassQuality      PROTO((int quality));
     114SkyTable  *SkyTableFromTychoIndex PROTO((char *filename, int VERBOSE));
    112115AddstarClientOptions args         PROTO((int argc, char **argv, AddstarClientOptions options));
    113116void       check_permissions      PROTO((char *basefile));
     
    122125double     get_subpix             PROTO((double x, double y));
    123126Stars     *getgsc                 PROTO((SkyRegion *patch, int *NSTARS));
     127Stars     *gettycho               PROTO((SkyRegion *catstats, int photcode, double epoch, int *Nstars));
    124128Stars     *getusno                PROTO((SkyRegion *catstats, int photcode, int *Nstars));
     129Stars     *getusnob               PROTO((SkyRegion *catstats, int photcode, double epoch, int *Nstars));
    125130Image     *gimages                PROTO((FITS_DB *db, Image *image, Coords *mosaic, int *Npimage));
    126131Stars     *grefcat                PROTO((char *Refcat, SkyRegion *catstats, int photcode, int *nstars));
Note: See TracChangeset for help on using the changeset viewer.