IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 12:21:18 PM (19 years ago)
Author:
eugene
Message:

complete merge from branch dvo-mods-2007-02

File:
1 edited

Legend:

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

    r7080 r12332  
    5555  int i;
    5656  double zp, dzp, ra, dec, airmass, sky;
    57   unsigned long tsecond;
     57  time_t tsecond;
    5858
    5959  /* create primary header */
     
    113113    subset   = &image[match[i]];
    114114    startstr = sec_to_date (subset[0].tzero);
    115     filtstr  = GetPhotcodeNamebyCode (subset[0].source);
    116     zp       = subset[0].Mcal_PS;
    117     dzp      = subset[0].dMcal_PS;
     115    filtstr  = GetPhotcodeNamebyCode (subset[0].photcode);
     116    zp       = subset[0].Mcal;
     117    dzp      = subset[0].dMcal;
    118118    XY_to_RD (&ra, &dec, 0.0, 0.0, &subset[0].coords);
    119     airmass  = subset[0].secz_PS;
     119    airmass  = subset[0].secz;
    120120    sky      = subset[0].Myyyy + 0x8000;
    121121
Note: See TracChangeset for help on using the changeset viewer.