- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/relastro (modified) (1 prop)
-
Ohana/src/relastro/include/relastro.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/Ohana
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/20090522/Ohana/src/relastro
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/pap/Ohana/src/relastro merged eligible /branches/cnb_branches/cnb_branch_20090301/Ohana/src/relastro 22723-24307 /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 /branches/pap_mops/Ohana/src/relastro 24221-24510
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/eam_branches/20090522/Ohana/src/relastro/include/relastro.h
r21508 r24557 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.
