Class AdditionalFile
java.lang.Object
org.lsst.ccs.subsystem.imagehandling.data.AdditionalFile
- All Implemented Interfaces:
Serializable
An object representing an additional data file to be written into the image
output directory by the "primary" image handler, and sent to USDF.
- Author:
- tonyj
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAdditionalFile(String fileName, String fileType, org.lsst.ccs.imagenaming.ImageName obsId) -
Method Summary
Modifier and TypeMethodDescriptionorg.lsst.ccs.imagenaming.ImageNamegetObsId()toString()abstract voidwriteFile(OutputStream out)
-
Field Details
-
EVENT_KEY
- See Also:
-
-
Constructor Details
-
AdditionalFile
-
-
Method Details
-
getFileName
-
getObsId
public org.lsst.ccs.imagenaming.ImageName getObsId() -
getFileType
-
writeFile
- Throws:
IOException
-
toString
-