IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2005, 3:04:48 PM (21 years ago)
Author:
eugene
Message:

substantial work to enable mode and format selections for DVO:image and DVO:secfilt

File:
1 edited

Legend:

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

    r4024 r5014  
    114114    startstr = sec_to_date (subset[0].tzero);
    115115    filtstr  = GetPhotcodeNamebyCode (subset[0].source);
    116     zp       = 0.001*subset[0].Mcal;
    117     dzp      = 0.001*subset[0].dMcal;
     116    zp       = subset[0].Mcal_PS;
     117    dzp      = subset[0].dMcal_PS;
    118118    XY_to_RD (&ra, &dec, 0.0, 0.0, &subset[0].coords);
    119     airmass  = 0.001*subset[0].secz;
     119    airmass  = subset[0].secz_PS;
    120120    sky      = subset[0].Myyyy + 0x8000;
    121121
Note: See TracChangeset for help on using the changeset viewer.