IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2012, 4:02:00 PM (14 years ago)
Author:
eugene
Message:

add PS1_V4 schema; add set mean fluxes based on stacks; define the primary image ID (based on distance from center or boundary tree) and set mean flux from stacks based on that info; fix (uniquify) psps ID for stack detections; mean fluxes are in Jy; detection fluxes are instrumental counts per second

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/relastro_objects.c

    r33963 r34260  
    8686    }
    8787   
     88    struct timeval now;
     89    gettimeofday (&now, (void *) NULL);
     90    char *moddate = ohana_sec_to_date (now.tv_sec);
     91    gfits_modify (&catalog.header, "RELASTRO", "%s", 1, moddate);     
     92    free (moddate);
     93
    8894    save_catalogs (&catalog, 1);
    8995  }
Note: See TracChangeset for help on using the changeset viewer.