IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30617


Ignore:
Timestamp:
Feb 13, 2011, 11:30:30 AM (15 years ago)
Author:
eugene
Message:

deprecate image.Mxx,..Myyyy

File:
1 edited

Legend:

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

    r27435 r30617  
    118118    XY_to_RD (&ra, &dec, 0.0, 0.0, &subset[0].coords);
    119119    airmass  = subset[0].secz;
    120     sky      = subset[0].Myyyy + 0x8000;
     120    sky      = 0.0; // subset[0].Myyyy + 0x8000;
    121121
    122122    /* we should get an error here if we don't construct this line correctly */
Note: See TracChangeset for help on using the changeset viewer.