@Deprecated public class Scripting extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Scripting.PartitionedSequenceWriter
Deprecated.
|
Constructor and Description |
---|
Scripting()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FusionResult |
createFusionResult(SpimRegistrationSequence spimseq,
String filepath,
String filepattern,
int numSlices,
double sliceValueMin,
double sliceValueMax,
Map<Integer,AffineTransform3D> fusionTransforms)
Deprecated.
|
static SpimRegistrationSequence |
createSpimRegistrationSequence(String huiskenExperimentXmlFile,
String channels,
String angles,
String timepoints,
int referenceTimePoint)
Deprecated.
|
static SpimRegistrationSequence |
createSpimRegistrationSequence(String inputDirectory,
String inputFilePattern,
String channels,
String angles,
String timepoints,
int referenceTimePoint,
boolean overrideImageZStretching,
double zStretching)
Deprecated.
|
static void |
example_main(String[] args)
Deprecated.
|
static Map<Integer,AffineTransform3D> |
getFusionTransforms(SpimRegistrationSequence spimseq,
int scale,
int cropOffsetX,
int cropOffsetY,
int cropOffsetZ)
Deprecated.
|
static ArrayList<Partition> |
split(SetupAggregator aggregator,
int timepointsPerPartition,
int setupsPerPartition,
String xmlFilename)
Deprecated.
|
@Deprecated public static SpimRegistrationSequence createSpimRegistrationSequence(String huiskenExperimentXmlFile, String channels, String angles, String timepoints, int referenceTimePoint) throws ConfigurationParserException
SpimRegistrationSequence
based on a Huisken experiment
xml file.huiskenExperimentXmlFile
- path of the experiment xml file.channels
- String specifying the channels to include in the sequence. In
the format used by the SPIMRegistration plugin.
For single-channel sequence, set to null.angles
- String specifying the angles to include in the sequence. In
the format used by the SPIMRegistration plugin.timepoints
- String specifying the timepoints to include in the sequence.
In the format used by the SPIMRegistration plugin.referenceTimePoint
- the reference timepoint (registrations relative to this
timepoint are laoded), or -1, indicating to use
individual (non-timelapse) view registrations.SpimRegistrationSequence
sequence.ConfigurationParserException
@Deprecated public static SpimRegistrationSequence createSpimRegistrationSequence(String inputDirectory, String inputFilePattern, String channels, String angles, String timepoints, int referenceTimePoint, boolean overrideImageZStretching, double zStretching) throws ConfigurationParserException
SpimRegistrationSequence
based on a directory of image
(.tif, .czi, etc...).inputDirectory
- path of image directory.inputFilePattern
- pattern of the image file names In the format used by the
SPIMRegistration plugin.channels
- String specifying the channels to include in the sequence. In
the format used by the SPIMRegistration plugin.
For single-channel sequence, set to null.angles
- String specifying the angles to include in the sequence. In
the format used by the SPIMRegistration plugin.timepoints
- String specifying the timepoints to include in the sequence.
In the format used by the SPIMRegistration plugin.referenceTimePoint
- the reference timepoint (registrations relative to this
timepoint are laoded), or -1, indicating to use
individual (non-timelapse) view registrations.overrideImageZStretching
- whether the z-stretching of the images should be overridden.
If false
, the z-stretching is read from the image
metadata.zStretching
- z-stretching to use (if
overrideImageZStretching == true
).SpimRegistrationSequence
sequence.ConfigurationParserException
@Deprecated public static Map<Integer,AffineTransform3D> getFusionTransforms(SpimRegistrationSequence spimseq, int scale, int cropOffsetX, int cropOffsetY, int cropOffsetZ)
spimseq
- scale
- cropOffsetX
- cropOffsetY
- cropOffsetZ
- @Deprecated public static FusionResult createFusionResult(SpimRegistrationSequence spimseq, String filepath, String filepattern, int numSlices, double sliceValueMin, double sliceValueMax, Map<Integer,AffineTransform3D> fusionTransforms)
spimseq
- filepath
- filepattern
- numSlices
- sliceValueMin
- sliceValueMax
- fusionTransforms
- @Deprecated public static ArrayList<Partition> split(SetupAggregator aggregator, int timepointsPerPartition, int setupsPerPartition, String xmlFilename)
aggregator
into
partitions.aggregator
- represents the full dataset.timepointsPerPartition
- how many timepoints should each partition contain (if this is
≤0, put do not split timepoints across partitions).setupsPerPartition
- how many setups should each partition contain (if this is
≤0, put do not split setups across partitions).xmlFilename
- path to the xml file to which the sequence will be saved. This
is used to generate paths for the partitions.Copyright © 2015–2021 Fiji. All rights reserved.