| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd.image.data | |
| org.lsst.ccs.utilities.image |
This package contains utility routines for writing fits images in a format
consistent with that documented in LCA-10140.
|
| Modifier and Type | Method and Description |
|---|---|
RawImageData.BitsPerPixel |
RawImageData.getSample() |
static RawImageData.BitsPerPixel |
RawImageData.BitsPerPixel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawImageData.BitsPerPixel[] |
RawImageData.BitsPerPixel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RawImageData(RawImageData.BitsPerPixel sample,
ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
void |
FitsFileWriter.createHDUs(ImageSet images,
MetaDataSet metaDataSet,
List<FitsHeaderMetadataProvider> providers,
RawImageData.BitsPerPixel bits,
Map<String,HeaderSpecification> specs)
Complete initialization of a file created with the single argument constructor
|
| Constructor and Description |
|---|
FitsFileWriter(File file,
ImageSet images,
MetaDataSet metaDataSet,
List<FitsHeaderMetadataProvider> providers,
RawImageData.BitsPerPixel bits)
Deprecated.
|
FitsFileWriter(File file,
ImageSet images,
MetaDataSet metaDataSet,
List<FitsHeaderMetadataProvider> providers,
RawImageData.BitsPerPixel bits,
Map<String,HeaderSpecification> specs)
Construct a FitsFileWriter object for the provided ImageSet.
|
Copyright © 2024 LSST. All rights reserved.