IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2016, 3:21:04 PM (10 years ago)
Author:
eugene
Message:

adding option to repair the lensing.imageID based on the warp measure.imageID values

File:
1 edited

Legend:

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

    r38986 r39487  
    2727char   CATMODE[16];    /* raw, mef, split, mysql */
    2828char   CATFORMAT[16];  /* internal, elixir, loneos, panstarrs */
     29char   ImageCat[DVO_MAX_PATH];
    2930
    3031int    HOST_ID;
     
    3940int    UPDATE;
    4041int    NTHREADS;
     42
     43int    REPAIR_LENSING_IDS;
    4144
    4245DvoLensMode MODE;
     
    8285int myIndexSetEntry (myIndexType *myIndex, int value, int entry);
    8386int myIndexGetEntry (myIndexType *myIndex, int value);
     87
     88int FindWarpGroups (void);
     89int RecoverLensingIndex (Average *average, myIndexType *measureIndex, Lensing *lensing);
     90void FreeWarpGroups (void);
     91
     92int isGPC1warp (int photcode);
     93
     94Image *select_images (SkyList *skylist, Image *timage, off_t Ntimage, off_t *Nimage);
     95
     96int load_images (SkyList *skylist);
     97void free_images (void);
     98Image *getimages (off_t *N);
     99off_t getImageByID (off_t ID);
     100
Note: See TracChangeset for help on using the changeset viewer.