- Timestamp:
- Jul 17, 2014, 12:32:26 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/photdbc/include/photdbc.h (modified) (3 diffs)
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 20 20 int Nmeas; 21 21 } StatType; 22 23 typedef struct { 24 double Xc[5]; 25 double Yc[5]; 26 double Rc; 27 double Dc; 28 } SkyRegionCoords; 22 29 23 30 int PARALLEL; … … 80 87 PhotCodeData photcodes; 81 88 82 char *PHOTCODE_DROP_LIST, *PHOTCODE_ SKIP_LIST;83 int NphotcodesDrop, Nphotcodes Skip;84 PhotCode **photcodesDrop, **photcodes Skip;89 char *PHOTCODE_DROP_LIST, *PHOTCODE_KEEP_LIST; 90 int NphotcodesDrop, NphotcodesKeep; 91 PhotCode **photcodesDrop, **photcodesKeep; 85 92 86 93 # define FLAG_AREA 0X0001 … … 131 138 void SetProtect (int mode); 132 139 int SetSignals (void); 133 int copy_images (char *outdir );140 int copy_images (char *outdir, SkyList *skylist); 134 141 void usage(); 142 143 void dsortindex (double *X, off_t *Y, int N); 144 off_t getRegionStartByRA (double R, double *Rref, off_t Nregions); 145 146 Image *select_images (SkyList *skylist, Image *timage, off_t Ntimage, off_t **LineNumber, off_t *Nimage, int UseFullOverlap); 135 147 136 148 int photdbc_catalogs (char *outroot, SkyList *skylist, int hostID);
Note:
See TracChangeset
for help on using the changeset viewer.
