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_images.c

    r41620 r41623  
    161161  }
    162162
     163  // once the zero points have been calculated, they are reassigned to the
     164  // individual images.  At this point, the mosaic and tgroup values should not
     165  // be used.
     166  freeMosaics ();
     167  MOSAIC_ZEROPT = FALSE;
     168  TGROUP_ZEROPT = FALSE;
     169
    163170  reload_images (&db);
    164171
     
    175182
    176183  if (UPDATE_CATFORMAT) {
    177     // ensure the db format is updated
     184    // ensure the Image db format is updated
    178185    db.format = dvo_catalog_catformat (UPDATE_CATFORMAT);
    179186    gfits_modify (&db.header, "FORMAT", "%s", 1, UPDATE_CATFORMAT);
     
    186193
    187194  freeImages (db.ftable.buffer);
    188   freeMosaics ();
    189195  freeGridBins ();
    190196
Note: See TracChangeset for help on using the changeset viewer.