IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 11:11:57 AM (5 years ago)
Author:
eugene
Message:

strip out the old code to repair warps (code moved to dvomerge)

File:
1 edited

Legend:

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

    r39481 r41604  
    3434  switch (mode) {
    3535    case UPDATE_IMAGES:
     36      // calculate zero points for images (may group my exposure [mosaic], night [tgroups]; may measure flat-correction)
    3637      // IF CALLED WITH NLOOP == 0, DOES NOT LOAD bcatalog, just loads image table and generates ImageSubset.dat
     38      // If called with -update, calls reload_catalogs() just like apply_offsets
    3739      relphot_images (skylist);
    3840      relphot_free (sky, skylist);
     
    5254
    5355    case PARALLEL_REGIONS:
    54       // run image updates in parallel across multiple remote machines
     56      // calculate zero points for images (may group my exposure [mosaic], night [tgroups]; may measure flat-correction)
     57      // equivalent to relphot_images, but run in parallel across multiple remote machines
    5558      relphot_parallel_regions (sky);
    5659      relphot_free (sky, skylist);
Note: See TracChangeset for help on using the changeset viewer.