IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39023 for trunk


Ignore:
Timestamp:
Nov 2, 2015, 1:36:15 PM (11 years ago)
Author:
bills
Message:

pltscale is in arcseconds not degrees

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/mkcmf.c

    r39018 r39023  
    966966
    967967    stars[i].posangle = 10.0;
    968     stars[i].pltscale = coords.cdelt1;
     968    stars[i].pltscale = coords.cdelt1*3600.;
    969969
    970970    stars[i].M = M[i];
Note: See TracChangeset for help on using the changeset viewer.