| Package | Description |
|---|---|
| org.lsst.ccs.daq.ims.channel |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedReadableIntChannel |
class |
Compress18BitChannel
Compress data into packed 18bit format, as delivered by DAQ raw data.
|
class |
FilterReadableIntChannel
An abstract channel which can be used to filter data int by int
|
class |
FitsIntReader
Open a set of FITS files as a single DAQ source.
|
class |
IntBufferReader |
class |
IntFileChannelReader
A class for reading data from a file channel, at a given position and length
within the corresponding file.
|
class |
MemoryMappedIntFileReader |
class |
MultiplexingIntChannel |
class |
SubtractingReadableIntChannel
Subtract an arbitrary number from each value.
|
class |
XORReadableIntChannel |
| Modifier and Type | Field and Description |
|---|---|
protected ReadableIntChannel |
FilterReadableIntChannel.input |
| Constructor and Description |
|---|
BufferedReadableIntChannel(ReadableIntChannel input,
int bufSize) |
FilterReadableIntChannel(ReadableIntChannel input) |
SubtractingReadableIntChannel(ReadableIntChannel input,
int offset) |
XORReadableIntChannel(ReadableIntChannel input,
int xorPattern) |
Copyright © 2023 LSST. All rights reserved.