IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41605


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

adding some comments on relphot_objects vs reload_catalogs

Location:
branches/eam_branches/relphot.20210521/src
Files:
3 edited

Legend:

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

    r41603 r41605  
    8080    TIMESTAMP(time2);
    8181
     82    // XXX relphot_objects.c resets average and secfilt here
     83
    8284    populate_tiny_values(&catalog, DVO_TV_MEASURE | DVO_TV_AVERAGE);
    8385    TIMESTAMP(time3a);
     
    100102    setMrelFinal (&catalog, flatcorr, FALSE);
    101103    TIMESTAMP(time5);
     104
     105    // XXX relphot_objects allows !UPDATE and skips
    102106
    103107    // modify the output format as desired (ignore current format on disk)
  • branches/eam_branches/relphot.20210521/src/relphot.c

    r41604 r41605  
    8787
    8888    I would like to merge the functionality of relphot_images (Nloop == 0), relphot_objects, and apply_offsets
     89
     90    relphot_objects vs reload_objects (apply offsets):
     91
     92    relphot_objects
     93   
    8994   
    9095***/
  • 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.