IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2006, 7:21:31 AM (20 years ago)
Author:
eugene
Message:

converting to SkyRegions

File:
1 edited

Legend:

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

    r6993 r7394  
    179179Missing *sort_missing (Average *average, int Naverage, Missing *missing, int Nmissing, int *next_miss);
    180180
    181 /* functions which use GSCRegion, now deprecated */
    182 void       sort_regions           PROTO((GSCRegion *region, int N));
    183 GSCRegion *LoadRegions            PROTO((int *nregions));
    184 int        FindDecBand            PROTO((double dec, double *DEC0, double *DEC1));
    185 int        FindRegionByPoint      PROTO((GSCRegion *regions, double ra, double dec, GSCRegion *gsc, int Ngsc));
    186 int        FindRegionDecBandStart PROTO((GSCRegion *region, int Nregion, double dec));
    187 int        FindRegionDecBandStop  PROTO((GSCRegion *region, int Nregion, double dec));
    188 void       aregion                PROTO((GSCRegion *region, FILE *f, double ra, double dec));
    189 GSCRegion *gregion_image          PROTO((Image *image, Coords *mosaic, int *Nregions));
    190 GSCRegion *gregion_match          PROTO((GSCRegion *regions, int *nregions));
    191 GSCRegion *gregion_patch          PROTO((GSCRegion *patch, int *nregions));
    192 void       gregion_star           PROTO((Stars *star, GSCRegion *region));
    193 GSCRegion *gregion_stars          PROTO((Stars *stars, int Nstars, int *Nregion));
    194 GSCRegion *gregions               PROTO((Image *image, int *Nregions));
    195 
    196181/**
    197182    there is an inconsistency to be resolved: fixed structures (like Image)
Note: See TracChangeset for help on using the changeset viewer.