
public class ImageHandlingConfig extends Object implements org.lsst.ccs.config.ConfigurationBulkChangeHandler
| Constructor and Description |
|---|
ImageHandlingConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBadPixelAlarmLevel() |
int |
getBadPixelHighThreshold() |
int |
getBadPixelLowThreshold() |
int |
getBadPixelWarningLevel() |
String |
getDaqFolder() |
String |
getDaqPartition() |
int |
getDaqThreads() |
String |
getFITSDirectoryPattern() |
String |
getFITSFilePattern() |
String |
getFITSRootDirectory() |
boolean |
isCheckForBadPixels() |
boolean |
isFITSAutoSave() |
boolean |
isUseStreaming() |
boolean |
isUseTempFile() |
void |
validateBulkChange(Map<String,Object> parametersView) |
public void validateBulkChange(Map<String,Object> parametersView)
validateBulkChange in interface org.lsst.ccs.config.ConfigurationBulkChangeHandlerpublic String getFITSRootDirectory()
public String getFITSDirectoryPattern()
public String getFITSFilePattern()
public boolean isFITSAutoSave()
public String getDaqPartition()
public String getDaqFolder()
public int getDaqThreads()
public boolean isUseTempFile()
public boolean isUseStreaming()
public int getBadPixelLowThreshold()
public int getBadPixelHighThreshold()
public int getBadPixelWarningLevel()
public int getBadPixelAlarmLevel()
public boolean isCheckForBadPixels()
Copyright © 2020 LSST. All rights reserved.