Modifier | Constructor and Description |
---|---|
protected |
SpimData2() |
|
SpimData2(File basePath,
SequenceDescription sequenceDescription,
ViewRegistrations viewRegistrations,
ViewInterestPoints viewsInterestPoints,
BoundingBoxes boundingBoxes) |
getBasePath, getSequenceDescription, getViewRegistrations, setBasePath, setSequenceDescription, setViewRegistrations
public SpimData2(File basePath, SequenceDescription sequenceDescription, ViewRegistrations viewRegistrations, ViewInterestPoints viewsInterestPoints, BoundingBoxes boundingBoxes)
protected SpimData2()
public ViewInterestPoints getViewInterestPoints()
public BoundingBoxes getBoundingBoxes()
protected void setViewsInterestPoints(ViewInterestPoints viewsInterestPoints)
protected void setBoundingBoxes(BoundingBoxes boundingBoxes)
public static ViewId getViewId(SequenceDescription seqDesc, TimePoint t, Channel c, Angle a, Illumination i)
seqDesc
- t
- c
- a
- i
- public static ViewSetup getViewSetup(List<? extends ViewSetup> list, Channel c, Angle a, Illumination i)
public static ArrayList<ViewSetup> getAllViewSetupsSorted(SpimData data, List<? extends ViewId> viewIds)
public static ArrayList<ViewId> getAllViewIdsSorted(SpimData data, List<? extends ViewSetup> setups, List<? extends TimePoint> tps)
public static ArrayList<Angle> getAllAnglesForChannelTimepointSorted(SpimData data, Collection<? extends ViewId> viewIds, Channel c, TimePoint t)
public static ArrayList<Angle> getAllAnglesSorted(SpimData data, Collection<? extends ViewId> viewIds)
public static ArrayList<Illumination> getAllIlluminationsForChannelTimepointSorted(SpimData data, Collection<? extends ViewId> viewIds, Channel c, TimePoint t)
public static ArrayList<Illumination> getAllIlluminationsSorted(SpimData data, Collection<? extends ViewId> viewIds)
public static ArrayList<Channel> getAllChannelsSorted(SpimData data, Collection<? extends ViewId> viewIds)
public static ArrayList<ViewDescription> getAllViewIdsForChannelSorted(SpimData data, Collection<? extends ViewId> viewIds, Channel channel)
public static ArrayList<ViewDescription> getAllViewIdsForChannelTimePointSorted(SpimData data, Collection<? extends ViewId> viewIds, Channel channel, TimePoint timePoint)
public static ArrayList<ViewDescription> getAllViewIdsForTimePointSorted(SpimData data, Collection<? extends ViewId> viewIds, TimePoint timepoint)
public static ArrayList<ViewSetup> getAllViewSetups(Collection<? extends ViewDescription> vds)
public static ArrayList<TimePoint> getAllTimePointsSorted(SpimData data, Collection<? extends ViewId> viewIds)
public static ArrayList<TimePoint> getAllTimePointsSorted(Collection<? extends ViewDescription> vds)
Copyright © 2015–2021 Fiji. All rights reserved.