Changeset 24308 for trunk/Ohana/src/relastro/include/relastro.h
- Timestamp:
- Jun 3, 2009, 9:46:36 AM (17 years ago)
- Location:
- trunk/Ohana/src/relastro
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
include/relastro.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/cnb_branches/cnb_branch_20090301/Ohana/src/relastro merged eligible /branches/pap/Ohana/src/relastro merged eligible /branches/eam_branches/eam_branch_20090303/Ohana/src/relastro 23158-23228 /branches/eam_branches/eam_branch_20090322/Ohana/src/relastro 23482-23529 /branches/pap_magic/Ohana/src/relastro 24120-24173
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/Ohana/src/relastro/include/relastro.h
r21508 r24308 44 44 double Ro, dRo; 45 45 double Do, dDo; 46 46 47 47 double uR, duR; 48 48 double uD, duD; … … 63 63 char flags; 64 64 Coords coords; 65 } Mosaic; 65 } Mosaic; 66 66 67 67 typedef struct { … … 87 87 88 88 double SIGMA_LIM; 89 int SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored 89 90 double MIN_ERROR; 90 91 … … 119 120 int TimeSelect; 120 121 time_t TSTART, TSTOP; 122 123 int FlagOutlier; 124 int CLIP_THRESH; 121 125 122 126 FitMode FIT_MODE; … … 145 149 int corner_check PROTO((double *x1, double *y1, double *x2, double *y2)); 146 150 void dumpGrid PROTO((void)); 147 void dump_grid PROTO((void)); 151 void dump_grid PROTO((void)); 148 152 int edge_check PROTO((double *x1, double *y1, double *x2, double *y2)); 149 153 void findImages PROTO((Catalog *catalog, int Ncatalog)); … … 220 224 int setMrelOutput PROTO((Catalog *catalog, int Ncatalog, int mark)); 221 225 void set_ZP PROTO((double ZERO)); 222 int setrefcode PROTO((Image *image, int Nimage)); 226 int setrefcode PROTO((Image *image, int Nimage)); 223 227 void skip_measurements PROTO((Catalog *catalog, int pass)); 224 228 void sortA PROTO((double *X, int N)); … … 265 269 int UpdateMeasures (Catalog *catalog, int Ncatalog); 266 270 void fixImageRaw (Catalog *catalog, int Ncatalog, int im); 271 void FlagOutliers(Catalog *catalog); 272 int MeasFilterTest(Measure *measure); 267 273 268 274 int sun_ecliptic (double jd, double *lambda, double *beta, double *epsilon);
Note:
See TracChangeset
for help on using the changeset viewer.
