public abstract class PLIOCompress extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PLIOCompress.BytePLIOCompressor |
static class |
PLIOCompress.IntPLIOCompressor
Attention int values are limited to 24 bits!
|
static class |
PLIOCompress.ShortPLIOCompressor |
| Constructor and Description |
|---|
PLIOCompress() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
compress(ShortBuffer compressedData,
int npix)
PL_P2L -- Convert a pixel tiledImageOperation to a line list.
|
protected int |
decompress(ShortBuffer compressedData,
int npix)
PL_L2PI -- Translate a PLIO line list into an integer pixel
tiledImageOperation.
|
protected abstract int |
nextPixel() |
protected abstract void |
put(int index,
int pixel) |
protected void compress(ShortBuffer compressedData, int npix)
compressedData - encoded line listnpix - number of pixels to convertprotected int decompress(ShortBuffer compressedData, int npix)
compressedData - encoded line listnpix - number of pixels to convertprotected abstract int nextPixel()
protected abstract void put(int index,
int pixel)
Copyright © 1996–2018 nom-tam-fits. All rights reserved.