Modifier and Type | Method and Description |
---|---|
Angle |
XmlIoAngle.fromXml(org.jdom2.Element elem) |
Angle |
ViewSetup.getAngle()
Get stage rotation
Angle . |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Angle> |
SequenceDescription.getAllAngles()
|
static HashMap<Integer,Angle> |
ViewSetups.getAllAngles(Collection<? extends ViewSetup> setups) |
List<Angle> |
SequenceDescription.getAllAnglesOrdered()
|
Modifier and Type | Method and Description |
---|---|
int |
Angle.compareTo(Angle o)
Compares the
ids . |
protected void |
ViewSetup.setAngle(Angle angle)
Set the rotation
Angle |
org.jdom2.Element |
XmlIoAngle.toXml(Angle angle) |
Constructor and Description |
---|
ViewSetup(int id,
String name,
Dimensions size,
VoxelDimensions voxelSize,
Channel channel,
Angle angle,
Illumination illumination)
TODO
|
ViewSetup(int id,
String name,
Dimensions size,
VoxelDimensions voxelSize,
Tile tile,
Channel channel,
Angle angle,
Illumination illumination)
TODO
|
Modifier and Type | Method and Description |
---|---|
protected String[] |
Duplicate_Transformation.assembleAngles(List<Angle> angles) |
Modifier and Type | Method and Description |
---|---|
Set<Angle> |
ModelLink.angles() |
Modifier and Type | Method and Description |
---|---|
List<Angle> |
LoadParseQueryXML.getAnglesToProcess() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<Angle> |
SpimData2.getAllAnglesForChannelTimepointSorted(SpimData data,
Collection<? extends ViewId> viewIds,
Channel c,
TimePoint t) |
static ArrayList<Angle> |
SpimData2.getAllAnglesSorted(SpimData data,
Collection<? extends ViewId> viewIds) |
Modifier and Type | Method and Description |
---|---|
static ViewId |
SpimData2.getViewId(SequenceDescription seqDesc,
TimePoint t,
Channel c,
Angle a,
Illumination i) |
static ViewSetup |
SpimData2.getViewSetup(List<? extends ViewSetup> list,
Channel c,
Angle a,
Illumination i) |
Modifier and Type | Method and Description |
---|---|
protected static Angle |
LegacySlideBook6ImgLoader.getAngle(AbstractSequenceDescription<?,?,?> seqDesc,
ViewId view) |
protected static Angle |
LegacyLightSheetZ1ImgLoader.getAngle(AbstractSequenceDescription<?,?,?> seqDesc,
ViewId view) |
protected static Angle |
LegacySlideBook6ImgLoader.getAngle(BasicViewDescription<?> vd) |
protected static Angle |
LegacyLightSheetZ1ImgLoader.getAngle(BasicViewDescription<?> vd) |
Modifier and Type | Method and Description |
---|---|
static String |
FusionHelper.getAngleName(List<Angle> anglesToProcess) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProcessForDeconvolution.fuseStacksAndGetPSFs(TimePoint timepoint,
Channel channel,
ImgFactory<FloatType> imgFactory,
int osemIndex,
double osemspeedup,
ProcessForDeconvolution.WeightType weightType,
HashMap<Channel,ChannelPSF> extractPSFLabels,
long[] psfSize,
HashMap<Channel,ArrayList<Pair<Pair<Angle,Illumination>,String>>> psfFiles,
boolean transformLoadedPSFs)
Fuses one stack, i.e.
|
protected static File |
ExtractPSF.getFileNameForViewId(ViewDescription vd,
ArrayList<Pair<Pair<Angle,Illumination>,String>> filenames) |
static <T extends RealType<T> & NativeType<T>> |
ExtractPSF.loadAndTransformPSFs(ArrayList<Pair<Pair<Angle,Illumination>,String>> filenames,
ArrayList<ViewDescription> viewDesc,
T type,
HashMap<ViewId,AffineTransform3D> models) |
Modifier and Type | Method and Description |
---|---|
static Set<Angle> |
XMLTIFFImgTitler.getAllAngles(List<ViewSetup> viewSetups) |
Copyright © 2015–2021 Fiji. All rights reserved.