Class ImageHandlingConfig
java.lang.Object
org.lsst.ccs.subsystem.imagehandling.ImageHandlingConfig
- All Implemented Interfaces:
org.lsst.ccs.config.ConfigurationBulkChangeHandler
public class ImageHandlingConfig
extends Object
implements org.lsst.ccs.config.ConfigurationBulkChangeHandler
- Author:
- tonyj
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintbooleanbooleanbooleanbooleanvoidvalidateBulkChange(Map<String, Object> parametersView) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.lsst.ccs.config.ConfigurationBulkChangeHandler
setParameterBulk
-
Constructor Details
-
ImageHandlingConfig
public ImageHandlingConfig()
-
-
Method Details
-
validateBulkChange
- Specified by:
validateBulkChangein interfaceorg.lsst.ccs.config.ConfigurationBulkChangeHandler
-
getFITSRootDirectory
-
getFITSDirectoryPattern
-
getFITSFilePattern
-
isFITSAutoSave
public boolean isFITSAutoSave() -
getDaqPartition
-
getDaqFolder
-
getDaqThreads
public int getDaqThreads() -
isUseTempFile
public boolean isUseTempFile() -
isUseStreaming
public boolean isUseStreaming() -
getCommands
-
getEnvironment
-
getCurrentDirectory
-
getLogDirectory
-
getBadPixelLowThreshold
public int getBadPixelLowThreshold() -
getBadPixelHighThreshold
public int getBadPixelHighThreshold() -
getBadPixelWarningLevel
public int getBadPixelWarningLevel() -
getBadPixelAlarmLevel
public int getBadPixelAlarmLevel() -
isCheckForBadPixels
public boolean isCheckForBadPixels() -
getWaitForHeaderService
-