IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2021, 3:55:13 PM (5 years ago)
Author:
eugene
Message:

consolidate reload_catalogs and relphot_objects; option to supply grid correction in relphot -averages and relphot -apply-offsets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/relphot.c

    r41606 r41623  
    3434  switch (mode) {
    3535    case UPDATE_IMAGES:
    36       // calculate zero points for images (may group my exposure [mosaic], night [tgroups]; may measure flat-correction)
     36      // calculate zero points for images (may group by exposure [mosaic], night [tgroups]; may measure flat-correction)
    3737      // IF CALLED WITH NLOOP == 0, DOES NOT LOAD bcatalog, just loads image table and generates ImageSubset.dat
    3838      // If called with -update, calls reload_catalogs() just like apply_offsets
     
    7272        exit (2);
    7373      }
     74      // we do not need to load grid corrections here.  the value of
     75      // GRID_MEANFILE, if specified, is passed to the clients
    7476      reload_catalogs (skylist, 0, NULL);
    7577      relphot_free (sky, skylist);
Note: See TracChangeset for help on using the changeset viewer.