public class FitsHeaderUtilities extends Object
| Constructor and Description |
|---|
FitsHeaderUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static ImageSet |
createImageSetForCCD(CCD ccd)
Create the default ImageSet for the given CCD.
|
static Map<String,Object> |
getCCDPrimaryHeaders(CCD ccd)
Create fits headers for the primary header for the given Object.
|
static Map<String,Object> |
getSegmentHeaders(Segment segment,
ReadOutParameters readOutParameters)
Create fits headers for a Segment given the provided ReadOutParameters.
|
public static ImageSet createImageSetForCCD(CCD ccd)
ccd - The CCD for which to create the ImageSetpublic static Map<String,Object> getCCDPrimaryHeaders(CCD ccd)
ccd - The CCD for which the primary header is returned.public static Map<String,Object> getSegmentHeaders(Segment segment, ReadOutParameters readOutParameters)
segment - The segment for which to build the Header.readOutParameters - The ReadOutParameters used to acquire the image.Copyright © 2017 LSST. All rights reserved.