IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2015, 2:56:43 PM (11 years ago)
Author:
eugene
Message:

modify the weight for tycho and 2mass initially

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/UpdateChips.c

    r38664 r38697  
    2929// update astrometry of all chips relative to the average positions
    3030// if NTHREADS is non-zero, call the threaded version of this function
    31 int UpdateChips (Catalog *catalog, int Ncatalog) {
     31int UpdateChips (Catalog *catalog, int Ncatalog, int Nloop) {
    3232
    3333  off_t Nskip, Nmosaic, NnewFit, NoldFit;
     
    3939  double *Ro, *Do;
    4040  char *mode;
     41
     42  AstromErrorSetLoop (Nloop, TRUE);
    4143
    4244  if (NTHREADS) {
Note: See TracChangeset for help on using the changeset viewer.