| Package | Description |
|---|---|
| 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 |
|---|---|
static FitsFileWriter.BitsPerPixel |
FitsFileWriter.BitsPerPixel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FitsFileWriter.BitsPerPixel[] |
FitsFileWriter.BitsPerPixel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FitsFileWriter(File file,
ImageSet images,
Map<String,Map<String,Object>> metaData,
Map<String,HeaderSpecification> config,
FitsFileWriter.BitsPerPixel bits)
Open an LSST FITS file for writing a CCD ImageSet.
|
Copyright © 2016 LSST. All rights reserved.