IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 12:32:26 PM (12 years ago)
Author:
eugene
Message:

merge changes (from past YEAR) into trunk

Location:
branches/eam_branches/ipp-ops-20130712/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-ops-20130712/Ohana

    • Property svn:mergeinfo deleted
  • branches/eam_branches/ipp-ops-20130712/Ohana/src/photdbc/include/photdbc.h

    r33963 r37067  
    2020  int    Nmeas;
    2121} StatType;
     22
     23typedef struct {
     24  double Xc[5];
     25  double Yc[5];
     26  double Rc;
     27  double Dc;
     28} SkyRegionCoords;
    2229
    2330int    PARALLEL;
     
    8087PhotCodeData photcodes;
    8188
    82 char          *PHOTCODE_DROP_LIST, *PHOTCODE_SKIP_LIST;
    83 int           NphotcodesDrop,      NphotcodesSkip;
    84 PhotCode     **photcodesDrop,     **photcodesSkip;
     89char          *PHOTCODE_DROP_LIST, *PHOTCODE_KEEP_LIST;
     90int           NphotcodesDrop,      NphotcodesKeep;
     91PhotCode     **photcodesDrop,     **photcodesKeep;
    8592
    8693# define FLAG_AREA            0X0001
     
    131138void SetProtect (int mode);
    132139int SetSignals (void);
    133 int copy_images (char *outdir);
     140int copy_images (char *outdir, SkyList *skylist);
    134141void usage();
     142
     143void dsortindex (double *X, off_t *Y, int N);
     144off_t getRegionStartByRA (double R, double *Rref, off_t Nregions);
     145
     146Image *select_images (SkyList *skylist, Image *timage, off_t Ntimage, off_t **LineNumber, off_t *Nimage, int UseFullOverlap);
    135147
    136148int photdbc_catalogs (char *outroot, SkyList *skylist, int hostID);
Note: See TracChangeset for help on using the changeset viewer.