public class DHM extends Object implements MultiViewDatasetDefinition
| Modifier and Type | Field and Description |
|---|---|
static String |
defaulCalUnit |
static double |
defaulCalX |
static double |
defaulCalY |
static double |
defaulCalZ |
static String |
defaultDir |
static boolean |
defaultOpenAll |
| Constructor and Description |
|---|
DHM() |
| Modifier and Type | Method and Description |
|---|---|
SpimData2 |
createDataset()
This method is supposed to (interactively, ideally ImageJ-macroscriptable)
query all necessary data from the user to build up a SpimData object and
save it as an XML file.
|
protected TimePoints |
createTimePoints(DHMMetaData meta)
Creates the
TimePoints for the SpimData object |
protected ArrayList<ViewSetup> |
createViewSetups(DHMMetaData meta)
|
String |
getExtendedDescription()
An explanation for the user what exactly this
MultiViewDatasetDefinition
supports and how it needs to be stored. |
String |
getTitle()
Defines the title under which it will be displayed in the list
of available multi-view dataset definitions
|
static void |
main(String[] args) |
MultiViewDatasetDefinition |
newInstance() |
protected DHMMetaData |
queryDirectoryAndRatio() |
public static String defaultDir
public static double defaulCalX
public static double defaulCalY
public static double defaulCalZ
public static String defaulCalUnit
public static boolean defaultOpenAll
public String getTitle()
MultiViewDatasetDefinitiongetTitle in interface MultiViewDatasetDefinitionpublic String getExtendedDescription()
MultiViewDatasetDefinitionMultiViewDatasetDefinition
supports and how it needs to be stored. Up to 15 lines will be displayed with
80 characters each. No newline characters are allowed.getExtendedDescription in interface MultiViewDatasetDefinitionpublic SpimData2 createDataset()
MultiViewDatasetDefinitioncreateDataset in interface MultiViewDatasetDefinitionSpimData objectprotected TimePoints createTimePoints(DHMMetaData meta)
TimePoints for the SpimData objectprotected ArrayList<ViewSetup> createViewSetups(DHMMetaData meta)
ViewSetup for the SpimData object.
The ViewSetup are defined independent of the TimePoint,
each TimePoint should have the same ViewSetups. The MissingViews
class defines if some of them are missing for some of the TimePointsprotected DHMMetaData queryDirectoryAndRatio()
public MultiViewDatasetDefinition newInstance()
newInstance in interface MultiViewDatasetDefinitionpublic static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.