Package | Description |
---|---|
ucar.atd.dorade |
Low level routines for DORADE formatted radar files.
|
Modifier and Type | Method and Description |
---|---|
float[] |
DoradeSweep.getRayData(DoradePARM param,
int ray)
Get the array of data for the given parameter and ray.
|
float[] |
DoradeSweep.getRayData(DoradePARM param,
int ray,
float[] workingArray)
Get the array of data for the given parameter and ray.
|
static boolean |
DoradeSweep.isDoradeSweep(RandomAccessFile file) |
boolean |
DoradeSweep.sensorIsMoving(int which)
Return whether the selected sensor is moving.
|
Constructor and Description |
---|
DoradeSweep(RandomAccessFile file) |
DoradeSweep(String filename)
Construct a
DoradeSweep using the named DORADE sweep file. |
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.