Package org.anchoranalysis.mpp.io.output
Class EnergyStackWriter
Object
EnergyStackWriter
Writes an energy-stack to the file-system.
The following outputs are produced:
Output Name | Default? | Description |
---|---|---|
"energyStack" | no | Each channel of the energy-stack as a separate image. |
"energyStackDictionary" | no | XML serialization of the key-value parameters associated with the energy stack. |
- Author:
- Owen Feehan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The output name for the directory containing energy stack channels. -
Constructor Summary
ConstructorsConstructorDescriptionEnergyStackWriter
(EnergyStack energyStack, Outputter outputter) Creates a newEnergyStackWriter
instance. -
Method Summary
-
Field Details
-
OUTPUT_ENERGY_STACK_DIRECTORY
The output name for the directory containing energy stack channels.- See Also:
-
-
Constructor Details
-
EnergyStackWriter
Creates a newEnergyStackWriter
instance.- Parameters:
energyStack
- The energy stack to be written.outputter
- The outputter used for writing.
-
-
Method Details
-
writeEnergyStack
Writes the energy stack to output.- Throws:
OutputWriteFailedException
- if the writing process fails
-