IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 12:14:53 PM (21 years ago)
Author:
eugene
Message:

fixed up 2mass to handle allsky release

File:
1 edited

Legend:

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

    r3521 r4299  
    5151} Stars;
    5252
    53 /* structure for data on a catalog region */
    54 typedef struct {
    55   char filename[256];
    56   double RA[2];
    57   int Nrec;
    58 } TM_Region;
    59 
    6053enum {M_IMAGE, M_REFLIST, M_REFCAT};
    6154
     
    6659char   GSCFILE[256];
    6760char   CATDIR[256];
    68 char   TWO_MASS_DIR[256];
     61char   TWO_MASS_DIR_AS[256];
     62char   TWO_MASS_DIR_DR2[256];
    6963char   GSCDIR[256];
    7064char   CDROM[256];
     
    9993int DUMP_MATCHES;
    10094int ONLY_IMAGES;
     95int EXISTING_REGIONS;
    10196int FORCE_READ;
    10297int SKYPROBE;
     
    172167**/
    173168
    174 Stars *get2mass (GSCRegion *patch, int *NSTARS);
    175 TM_Region *get2mass_acc (GSCRegion *patch, int *nfiles);
    176 Stars *get2mass_data (TM_Region *region, GSCRegion *patch, int *nstars);
     169Stars *get2mass (GSCRegion *patch, int *NSTARS, int mode);
    177170GSCRegion *gregion_stars (Stars *stars, int Nstars, int *Nregion);
    178171Stars *grefstars (char *file, int *Nstars);
Note: See TracChangeset for help on using the changeset viewer.