IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2016, 11:09:46 AM (10 years ago)
Author:
eugene
Message:

add datan2, set atan2 to return radians as it should

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/transform.c

    r34088 r39558  
    5353          X = x; Y = y;
    5454          if ((X > -1) && (X < Nx) && (Y > -1) && (Y < Ny)) {
     55            if (!isfinite(*Vin)) continue;
    5556            Vout[X + Y*Nx] += *Vin;
    5657            Sout[X + Y*Nx] ++;
Note: See TracChangeset for help on using the changeset viewer.