IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:46:01 AM (14 years ago)
Author:
eugene
Message:

updates for pedantic gcc, mods to relphot average mags to handle GPC1 stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/reload_catalogs.c

    r33963 r34088  
    9494      catalog.catformat = dvo_catalog_catformat (UPDATE_CATFORMAT);
    9595    }
     96
     97    struct timeval now;
     98    gettimeofday (&now, (void *) NULL);
     99    char *moddate = ohana_sec_to_date (now.tv_sec);
     100    gfits_modify (&catalog.header, "RELPHOT", "%s", 1, moddate);     
     101    free (moddate);
     102
    96103    dvo_catalog_save (&catalog, VERBOSE);
    97104    dvo_catalog_unlock (&catalog);
Note: See TracChangeset for help on using the changeset viewer.