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/relphot_images.c

    r41362 r41387  
    8181    MARKTIME("-- set up mosaic indexes: %f sec\n", dtime);
    8282
    83     findTGroups (catalog, Ncatalog);  /* also sets Grid values */
     83    findTGroups (catalog, Ncatalog);
    8484    MARKTIME("-- set up mosaic indexes: %f sec\n", dtime);
    8585
     
    158158      if ((i > 8) && (i % 8 == 3)) clean_stars (catalog, Ncatalog);
    159159      if ((i > 8) && (i % 8 == 5)) clean_mosaics ();
     160      if ((i > 8) && (i % 8 == 5)) clean_tgroups ();
    160161      if ((i > 8) && (i % 8 == 5)) clean_images ();
    161162
     
    258259    freeImageBins (Ncatalog, TRUE);
    259260    freeMosaicBins (Ncatalog, TRUE);
     261    freeTGroupBins (Ncatalog);
    260262    freeGridBins (Ncatalog);
    261263
Note: See TracChangeset for help on using the changeset viewer.