IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2012, 7:21:08 AM (14 years ago)
Author:
eugene
Message:

working on parallel setphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/uniphot/src/update.c

    r31160 r33227  
    22# include <glob.h>
    33
    4 void update (FITS_DB *db, Group *sgroup, int Nsgroup) {
     4// update images & catalogs for uniphot
     5void update_dvo_uniphot (FITS_DB *db, Group *sgroup, int Nsgroup) {
    56
    67  off_t i, Nimage, Nkeep, *keep;
     
    102103
    103104    fprintf (stderr, "catalog: %s sgroup: %d %s %f\n", catalog.filename, Nmin, sgroup[Nmin].label, Rmin);
    104     update_dvo_catalog (&catalog, &sgroup[Nmin], (Rmin > 2*RADIUS));
     105    update_catalog_uniphot (&catalog, &sgroup[Nmin], (Rmin > 2*RADIUS));
    105106    dvo_catalog_save (&catalog, VERBOSE);
    106107    dvo_catalog_unlock (&catalog);
Note: See TracChangeset for help on using the changeset viewer.