public class ChannelPSF extends Object
Constructor and Description |
---|
ChannelPSF(Channel channel) |
ChannelPSF(Channel channel,
Channel otherPSF) |
ChannelPSF(Channel channel,
String label) |
Modifier and Type | Method and Description |
---|---|
Channel |
getChannel() |
ExtractPSF<FloatType> |
getExtractPSFInstance() |
String |
getLabel() |
Channel |
getOtherChannel() |
boolean |
isExtractedPSF() |
void |
setExtractPSFInstance(ExtractPSF<FloatType> e) |
public ChannelPSF(Channel channel)
public boolean isExtractedPSF()
public Channel getChannel()
public String getLabel()
public Channel getOtherChannel()
public void setExtractPSFInstance(ExtractPSF<FloatType> e)
public ExtractPSF<FloatType> getExtractPSFInstance()
Copyright © 2015–2021 Fiji. All rights reserved.