IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 2:10:20 PM (19 years ago)
Author:
eugene
Message:

convert str_to_time and related functions to ohana_...; various cleanups for -Wall -Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imphot/dumpfits.c

    r12332 r14590  
    7272
    7373  /* add current date/time to header */
    74   str_to_time ("now", &tsecond);
    75   datestr = sec_to_date (tsecond);
     74  ohana_str_to_time ("now", &tsecond);
     75  datestr = ohana_sec_to_date (tsecond);
    7676  gfits_modify (&header,  "DATE", "%s", 1, datestr);
    7777  gfits_modify (&theader, "DATE", "%s", 1, datestr);
     
    112112  for (i = 0; i < Nmatch; i++) {
    113113    subset   = &image[match[i]];
    114     startstr = sec_to_date (subset[0].tzero);
     114    startstr = ohana_sec_to_date (subset[0].tzero);
    115115    filtstr  = GetPhotcodeNamebyCode (subset[0].photcode);
    116116    zp       = subset[0].Mcal;
Note: See TracChangeset for help on using the changeset viewer.