IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2009, 9:46:36 AM (17 years ago)
Author:
beaumont
Message:

merged relastro enhancements from cnb_branch_20090301

Location:
trunk/Ohana/src/relastro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro

  • trunk/Ohana/src/relastro/include/relastro.h

    r21508 r24308  
    4444  double Ro, dRo;
    4545  double Do, dDo;
    46  
     46
    4747  double uR, duR;
    4848  double uD, duD;
     
    6363  char flags;
    6464  Coords coords;
    65 } Mosaic; 
     65} Mosaic;
    6666
    6767typedef struct {
     
    8787
    8888double SIGMA_LIM;
     89int SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored
    8990double MIN_ERROR;
    9091
     
    119120int TimeSelect;
    120121time_t TSTART, TSTOP;
     122
     123int FlagOutlier;
     124int    CLIP_THRESH;
    121125
    122126FitMode FIT_MODE;
     
    145149int           corner_check        PROTO((double *x1, double *y1, double *x2, double *y2));
    146150void          dumpGrid            PROTO((void));
    147 void          dump_grid           PROTO((void)); 
     151void          dump_grid           PROTO((void));
    148152int           edge_check          PROTO((double *x1, double *y1, double *x2, double *y2));
    149153void          findImages          PROTO((Catalog *catalog, int Ncatalog));
     
    220224int           setMrelOutput       PROTO((Catalog *catalog, int Ncatalog, int mark));
    221225void          set_ZP              PROTO((double ZERO));
    222 int           setrefcode          PROTO((Image *image, int Nimage)); 
     226int           setrefcode          PROTO((Image *image, int Nimage));
    223227void          skip_measurements   PROTO((Catalog *catalog, int pass));
    224228void          sortA               PROTO((double *X, int N));
     
    265269int UpdateMeasures (Catalog *catalog, int Ncatalog);
    266270void fixImageRaw (Catalog *catalog, int Ncatalog, int im);
     271void FlagOutliers(Catalog *catalog);
     272int MeasFilterTest(Measure *measure);
    267273
    268274int sun_ecliptic (double jd, double *lambda, double *beta, double *epsilon);
Note: See TracChangeset for help on using the changeset viewer.