- Timestamp:
- Aug 31, 2015, 2:56:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/UpdateChips.c
r38664 r38697 29 29 // update astrometry of all chips relative to the average positions 30 30 // if NTHREADS is non-zero, call the threaded version of this function 31 int UpdateChips (Catalog *catalog, int Ncatalog ) {31 int UpdateChips (Catalog *catalog, int Ncatalog, int Nloop) { 32 32 33 33 off_t Nskip, Nmosaic, NnewFit, NoldFit; … … 39 39 double *Ro, *Do; 40 40 char *mode; 41 42 AstromErrorSetLoop (Nloop, TRUE); 41 43 42 44 if (NTHREADS) {
Note:
See TracChangeset
for help on using the changeset viewer.
