public class ImportRgbImageTask extends Task
FitsArchive
Task.HistoryRecordingType, Task.JythonAddListener, Task.JythonSetAsDefault
Constructor and Description |
---|
ImportRgbImageTask()
The construction of a new ImportImageTask : a task with the name "importRgbImage" is constructed and the
parameters are defined :
image : the input RGB image in which to loaded a file
filename : the file to import
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
The execution of this ImportRgbImageTask, which consists of the following steps :
checking the input
loading the file into the image
|
Map<String,Modifier> |
getCustomModifiers()
Method that returns a list of custom modifiers for the input parameters for this ImportRgbImageTask.
|
__call__, accept, addListener, addOutput, addTaskParameter, addTaskParameter, advance, advance, canBeApplicable, checkInterrupted, checkInterrupted, getClassName, getDeprecatedWith, getDescription, getGroups, getHistoryRecording, getLogger, getName, getOutput, getParameter, getSignature, getSourcePath, getValue, getViews, isJythonTask, outToIndex, outToIndex, perform, postamble, preamble, removeListener, reset, setAsDefaultValue, setDeprecatedWith, setDescription, setHistoryRecording, setName, setProgress, setSignature, setStatus, setStatusMessage, setValue, toString
public ImportRgbImageTask()
public Map<String,Modifier> getCustomModifiers()
getCustomModifiers
in interface TaskApi
getCustomModifiers
in class Task