|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--grs.pds.BasePdsRecord
|
+--grs.pds.SpatialSeriesRecord
|
+--grs.pds.ahd.HendAveragedRecord
AHD : Averaged HEND Data. The table will contain the flux values for each cell in a 5°x5° grid. E.g. the first row will contain the data for the cell centered on +87.5°, 2.5°E, the second row will be centered on +82.5°, 7.5°E and so on, progressing eastward then southward.
| Field Summary | |
float |
alpha
|
float |
epithermal_flux1
|
float |
epithermal_flux2
|
float |
exposure
stop time of average in ticks |
float |
fast_flux1
|
float |
fast_flux2
|
float |
in_sc_high_error
|
float |
in_sc_high_normalization
|
float |
in_sc_high_rate
|
float |
in_sc_low_error
|
float |
in_sc_low_normalization
|
float |
in_sc_low_rate
|
float |
latitude
|
float |
ld_error
|
float |
ld_normalization
|
float |
ld_rate
|
float |
longitude
centerpoint latitude of 5x5 cell |
float |
md_error
|
float |
md_normalization
|
float |
md_rate
|
float |
neutron_normalization
|
double |
sc_start
|
double |
sc_stop
start time of average in ticks |
float |
sd_error
|
float |
sd_normalization
Exposure time of given map pixel, sec |
float |
sd_rate
|
Date |
utc_start
centerpoint longitude of 5x5 cell |
Date |
utc_stop
centerpoint longitude of 5x5 cell |
| Fields inherited from class grs.pds.BasePdsRecord |
PdsTimeFormat |
| Fields inherited from interface grs.pds.PdsRecord |
GAMMA_CHANNELS, int10, int12, int2, int3, logger, MESSAGE_LENGTH, NS_MAX_EVENTS, PEF_COMMANDS, prec10, prec12, prec13, prec14, prec15, prec16, prec17, prec5, prec6, prec7, PROFILE_LENGTH, PROFILE_SIZE, PULSER_CHANNELS, QUERY_DATE_FMT, SC_ID |
| Constructor Summary | |
HendAveragedRecord(DataInputStream in)
|
|
HendAveragedRecord(ResultSet rs)
Constructor for NsDerivedRecord. |
|
| Method Summary | |
static String[] |
createInsertString(String schema)
Create the SQL query used to insert data into the PDS schema. |
static String[] |
createSelectString(String schema)
|
long |
getSCLKStart()
|
long |
getSCLKStop()
|
static void |
main(String[] args)
Demonstrates use of this class to parse an AND file. |
int |
prepareInsert(PreparedStatement pstmt)
Bind the values to a prepared statement, for inserting into schema. |
String[] |
toStringArray()
Subclasses will override this to display records as text, suitable for display. |
void |
writeTo(DataOutputStream out)
Subclasses will override this method to write data to a binary or text stream. |
| Methods inherited from class grs.pds.BasePdsRecord |
endianSwapShort |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public float latitude
public float longitude
public Date utc_start
public Date utc_stop
public double sc_start
public double sc_stop
public float exposure
public float sd_normalization
public float sd_rate
public float sd_error
public float md_normalization
public float md_rate
public float md_error
public float ld_normalization
public float ld_rate
public float ld_error
public float in_sc_low_normalization
public float in_sc_low_rate
public float in_sc_low_error
public float in_sc_high_normalization
public float in_sc_high_rate
public float in_sc_high_error
public float epithermal_flux1
public float epithermal_flux2
public float fast_flux1
public float fast_flux2
public float neutron_normalization
public float alpha
| Constructor Detail |
public HendAveragedRecord(ResultSet rs)
throws SQLException
rs -
public HendAveragedRecord(DataInputStream in)
throws IOException
| Method Detail |
public static String[] createSelectString(String schema)
schema - Schema to use (e.g. "map1").
public static String[] createInsertString(String schema)
schema - DB Schema to use.
public int prepareInsert(PreparedStatement pstmt)
throws SQLException
BasePdsRecord
prepareInsert in class BasePdsRecordSQLExceptionpublic String[] toStringArray()
BasePdsRecord
toStringArray in class BasePdsRecordpublic long getSCLKStart()
public long getSCLKStop()
public void writeTo(DataOutputStream out)
throws IOException
BasePdsRecord
writeTo in class BasePdsRecordout - OutputStream to write data to.
IOException - Error writing to stream.BasePdsRecord.writeTo(DataOutputStream)
public static final void main(String[] args)
throws Exception
args - Filename
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||