IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:54:20 PM (15 years ago)
Author:
eugene
Message:

add nice ability to pantasks/pcontrol/pclient; add ports to pantasks_server; minor updates to dvo skycoverage, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/skycoverage.c

    r31635 r32632  
    202202        V[ys*Nx + xs] = ShowDensity ?  0 : 2;
    203203      } else {
    204         V[ys*Nx + xs] = ShowDensity ? -1 : 0;
     204        V[ys*Nx + xs] = ShowDensity ? NAN : 0;
    205205      }
    206206    }
Note: See TracChangeset for help on using the changeset viewer.