public class BadPixelDetector extends FilterWritableIntChannel
input| Constructor and Description |
|---|
BadPixelDetector(WritableIntChannel input) |
BadPixelDetector(WritableIntChannel input,
int lowThreshold,
int highThreshold) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBadPixels() |
int |
getHighThreshold() |
int |
getLowThreshold() |
int |
getTotalPixels() |
void |
write(int i) |
close, isOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic BadPixelDetector(WritableIntChannel input)
public BadPixelDetector(WritableIntChannel input, int lowThreshold, int highThreshold)
public void write(int i)
throws IOException
IOExceptionpublic int getTotalPixels()
public int getBadPixels()
public int getLowThreshold()
public int getHighThreshold()
Copyright © 2022 LSST. All rights reserved.