| Package | Description |
|---|---|
| org.lsst.ccs.daq.ims.channel |
| Modifier and Type | Class and Description |
|---|---|
class |
Decompress18BitChannel
Decompress packed 18 bit data as delivered by DAQ raw data.
|
class |
DemultiplexingIntChannel |
class |
FilterWritableIntChannel
An abstract channel which can be used to filter data int by int
|
class |
FitsAsyncWriteChannel |
class |
FitsIntWriter
A writable int channel for writing a set of FITS files corresponding to a
single source.
|
class |
FitsWriteChannel |
class |
IntBufferWriter
A channel for writing data into an IntBuffer.
|
class |
NullIntWriter |
class |
XORWritableIntChannel |
| Modifier and Type | Field and Description |
|---|---|
protected WritableIntChannel |
FilterWritableIntChannel.input |
| Constructor and Description |
|---|
Decompress18BitChannel(WritableIntChannel input) |
DemultiplexingIntChannel(WritableIntChannel... destinations) |
FilterWritableIntChannel(WritableIntChannel input) |
XORWritableIntChannel(WritableIntChannel input,
int xorPattern) |
Copyright © 2020 LSST. All rights reserved.