public class ImportImageTask extends Task
FitsArchive
Task.HistoryRecordingType, Task.JythonAddListener, Task.JythonSetAsDefault
Constructor and Description |
---|
ImportImageTask()
The construction of a new ImportImageTask : a task with the name "importImage" is constructed and the parameters
are defined :
image : the input image in which to loaded a file
filename : the file to import
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
The execution of this ImportImageTask, 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 ImportImageTask.
|
__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 ImportImageTask()
public Map<String,Modifier> getCustomModifiers()
getCustomModifiers
in interface TaskApi
getCustomModifiers
in class Task