|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.output.hdf5.RDR
gov.nasa.gsfc.drl.rtstps.core.output.hdf5.SpacecraftDiaryRDR2
public class SpacecraftDiaryRDR2
The ATMS specialization of the RDR class which creates the /All_Data/XXX-RDR_All and /Data_Products/XXX-RDR structures. This overrides the createRawApplicationPackets method, the bulk of the work is still done by the base RDR class.
Field Summary | |
---|---|
private Stats |
stats
|
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.output.hdf5.RDR |
---|
DocumentName |
Constructor Summary | |
---|---|
SpacecraftDiaryRDR2(Stats stats,
AllData allData,
DataProducts dataProds,
FixedDomainDescription drl)
Create a new instance of this class for building the RDR structures |
Method Summary | |
---|---|
protected RawApplicationPackets |
createRawApplicationPackets(RDRName rdrName)
Create the specific ATMSRawApplicationPackets , this overrides the base RDR method |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.output.hdf5.RDR |
---|
close, createGranule, getAllRawApplicationPackets, getCurrentRawApplicationPackets, getDepth, getGranules, getPacketPool, getProductId, getRaps, getRDRAll, getRDRName, getRDRProduct, getSetNum, nextSetNum, put, setDepth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Stats stats
Constructor Detail |
---|
public SpacecraftDiaryRDR2(Stats stats, AllData allData, DataProducts dataProds, FixedDomainDescription drl) throws RtStpsException
stats
- allData
- The AllData
object which created the /All_Data structuredataProds
- The [@link DataProducts} objects which created the /Data_Products structuredrl
- The DRL domain is where the processing is being done, although passed in, this is fixed when the instance is created
RtStpsException
- Wraps HDF library exceptionsMethod Detail |
---|
protected RawApplicationPackets createRawApplicationPackets(RDRName rdrName)
ATMSRawApplicationPackets
, this overrides the base RDR method
createRawApplicationPackets
in class RDR
rdrName
- the RDE name
RawApplicationPackets
object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |