IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 1:38:03 PM (5 years ago)
Author:
eugene
Message:

adding some comments on relphot_objects vs reload_catalogs

File:
1 edited

Legend:

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

    r41604 r41605  
    4040  load_images (&db, skylist, &UserPatch, TRUE, USE_ALL_IMAGES);
    4141  MARKTIME("loaded images: %f sec\n", dtime);
     42
     43  // XXX can I call reload_catalogs here?
    4244
    4345  // load the ZP corrections here
     
    115117    initImageBins  (&catalog, 1, FALSE);
    116118    initMosaicBins (&catalog, 1, FALSE);
     119    // XXX reload_catalogs.c calls initTGroupBins here
     120
    117121    initGridBins   (&catalog, 1);
    118122
    119123    findImages (&catalog, 1, FALSE);
    120124    findMosaics (&catalog, 1, FALSE);
     125    // XXX reload_catalogs.c calls findTGroups here
    121126
    122127    initMrel (&catalog, 1);
Note: See TracChangeset for help on using the changeset viewer.