- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/relastro/include/relastro.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/relastro/include/relastro.h
r31664 r33415 15 15 typedef enum {FIT_NONE, FIT_AVERAGE, FIT_PM_ONLY, FIT_PAR_ONLY, FIT_PM_AND_PAR} FitMode; 16 16 17 typedef enum {TARGET_NONE, TARGET_OBJECTS, TARGET_SIMPLE, TARGET_CHIPS, TARGET_MOSAICS, TARGET_HIGH_SPEED } FitTarget;17 typedef enum {TARGET_NONE, TARGET_OBJECTS, TARGET_SIMPLE, TARGET_CHIPS, TARGET_MOSAICS, TARGET_HIGH_SPEED, TARGET_MERGE_SOURCE} FitTarget; 18 18 19 19 typedef struct { … … 94 94 char SKY_TABLE[256]; 95 95 int SKY_DEPTH; /** XXX EAM : depth of catalog tables, fix usage */ 96 97 unsigned int OBJ_ID_SRC; 98 unsigned int CAT_ID_SRC; 99 unsigned int OBJ_ID_DST; 100 unsigned int CAT_ID_DST; 96 101 97 102 double SIGMA_LIM; … … 210 215 void getfullregion PROTO((Image *image, off_t Nimage, GSCRegion *fullregion)); 211 216 Image *getimage PROTO((off_t N)); 212 Image *getimages PROTO((off_t *N ));217 Image *getimages PROTO((off_t *N, off_t **line_number)); 213 218 void global_stats PROTO((Catalog *catalog, int Ncatalog)); 214 219 void initGrid PROTO((int dX, int dY)); 215 220 void initGridBins PROTO((Catalog *catalog, int Ncatalog)); 216 221 void initImageBins PROTO((Catalog *catalog, int Ncatalog, int FULLINIT)); 217 void initImages PROTO((Image *input, off_t N));222 void initImages PROTO((Image *input, off_t *line_number, off_t N)); 218 223 void initMosaicBins PROTO((Catalog *catalog, int Ncatalog)); 219 224 void initMosaicGrid PROTO((Image *image, off_t Nimage)); … … 310 315 int MeasFilterTest(Measure *measure, int applySigmaLim); 311 316 312 int sun_ecliptic (double jd, double *lambda, double *beta, double *epsilon );313 int ParFactor (double *pR, double *pD, double R , double D, double T, double Tmean);314 int FitPM (PMFit *fit, double *X, double *dX, double *Y, double *dY, double *T, int Npts );317 int sun_ecliptic (double jd, double *lambda, double *beta, double *epsilon, double *Radius); 318 int ParFactor (double *pR, double *pD, double RA, double Dec, double Time, double Tmean); 319 int FitPM (PMFit *fit, double *X, double *dX, double *Y, double *dY, double *T, int Npts, int XVERB); 315 320 int FitPar (PMFit *fit, double *X, double *dX, double *Y, double *dY, double *pR, double *pD, int Npts); 316 int FitPMandPar (PMFit *fit, double *X, double *dX, double *Y, double *dY, double *T, double *pR, double *pD, int Npts );321 int FitPMandPar (PMFit *fit, double *X, double *dX, double *Y, double *dY, double *T, double *pR, double *pD, int Npts, int XVERB); 317 322 318 323 Mosaic *getMosaicForImage (off_t N); … … 372 377 int applyConstraintsB(Catalog *catalog, off_t i); 373 378 void setupAreaSelection(SkyRegion *region); 379 380 int relastro_merge_source (); 381 void resort_catalog (Catalog *catalog);
Note:
See TracChangeset
for help on using the changeset viewer.
