IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2020, 9:30:05 AM (6 years ago)
Author:
eugene
Message:

updates to get tgroups working

File:
1 edited

Legend:

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

    r41341 r41387  
    8686    initImageBins  (&catalog, 1, FALSE);
    8787    initMosaicBins (&catalog, 1, FALSE);
     88    initTGroupBins (&catalog, 1);
     89
    8890    initGridBins   (&catalog, 1);
    8991    TIMESTAMP(time3b);
     
    9193    findImages (&catalog, 1, FALSE);
    9294    findMosaics (&catalog, 1, FALSE);
     95    findTGroups (&catalog, 1);
     96
    9397    TIMESTAMP(time4);
    9498
     
    117121    TIMESTAMP(time6);
    118122
     123    // XXX freeTgroupBins here:
     124
    119125    freeImageBins (1, FALSE);
    120126    freeMosaicBins (1, FALSE);
     127    freeTGroupBins (1);
    121128    freeGridBins (1);
    122129    TIMESTAMP(time7);
Note: See TracChangeset for help on using the changeset viewer.