Skip navigation links
A C D F G H I M O S T U V W 

A

addImage(int, int, Map<String, Map<String, Object>>) - Method in class org.lsst.ccs.utilities.image.DefaultImageSet
 
addMetaData(String, Map<String, Object>) - Method in class org.lsst.ccs.utilities.image.MetaDataSet
Add a set of meta-data to a named meta-data object.
addProperties(String, Properties) - Method in class org.lsst.ccs.utilities.image.MetaDataSet
Add a set of properties to a MetaDataSet.

C

CCDGeometry - Class in org.lsst.ccs.utilities.ccd
Defines the geometry of a CCD.
CCDGeometry(int, int, int, int, int, int, int, boolean) - Constructor for class org.lsst.ccs.utilities.ccd.CCDGeometry
Create a CCDGeomtry object.
CCDGeometry.CCDSegment - Class in org.lsst.ccs.utilities.ccd
Class representing a single segment (amplifier) within a CCD.
CCDGeometry.ReadoutOrder - Enum in org.lsst.ccs.utilities.ccd
Define the readout order for a particular amplifier.
CCDTransform - Interface in org.lsst.ccs.utilities.ccd
Allows transforms between CCD coordinate system and CCD segment (amplifier) coordinate systems.
CCDTransform.PixelType - Enum in org.lsst.ccs.utilities.ccd
Enumerate the different types of pixel that can be read out.
CCDType - Enum in org.lsst.ccs.utilities.ccd
An enumeration of standard camera CCD types.
checksum(byte[]) - Static method in class org.lsst.ccs.utilities.image.FitsCheckSum
Calculate the Seaman-Pence 32-bit 1's complement checksum over the byte stream.
Checksum() - Constructor for class org.lsst.ccs.utilities.image.FitsCheckSum.Checksum
 
checksumDecode(String) - Static method in class org.lsst.ccs.utilities.image.FitsCheckSum
Decodes an encoded checksum, the opposite of FitsCheckSum.checksumEncode(long)
checksumEnc(long, boolean) - Static method in class org.lsst.ccs.utilities.image.FitsCheckSum
Encode a 32bit integer according to the Seaman-Pence proposal.
checksumEncode(long) - Static method in class org.lsst.ccs.utilities.image.FitsCheckSum
Encode the given checksum, including the rotating the result right by one byte.
close() - Method in class org.lsst.ccs.utilities.image.FitsFileWriter
 
close() - Method in class org.lsst.ccs.utilities.image.samp.SampUtils
 
computeChecksum(ByteBuffer) - Static method in class org.lsst.ccs.utilities.image.FitsCheckSum
Compute a FITS check sum from a ByteBuffer

D

DateUtils - Class in org.lsst.ccs.utilities.image
Utilities for dealing with Dates/Times.
DefaultImageSet - Class in org.lsst.ccs.utilities.image
A default implementation of ImageSet.
DefaultImageSet() - Constructor for class org.lsst.ccs.utilities.image.DefaultImageSet
Create an ImageSet with no global meta-data
DefaultImageSet(Map<String, Object>) - Constructor for class org.lsst.ccs.utilities.image.DefaultImageSet
Create an ImageSet
display(File) - Method in class org.lsst.ccs.utilities.image.samp.SampUtils
Ask ds9 to display a fits file, assuming that the fits file is directly readable by ds9 and is mosaic iraf format .
ds9Get(String, int) - Method in class org.lsst.ccs.utilities.image.samp.SampUtils
Send a ds9.get command over SAMP.
ds9Set(String, URI, int) - Method in class org.lsst.ccs.utilities.image.samp.SampUtils
Send a ds9.set command over SAMP.

F

FitsCheckSum - Class in org.lsst.ccs.utilities.image
A replacement for the FitsCheckSum implemented in nom.tam.fits.utilities.FitsCheckSum.
FitsCheckSum.Checksum - Class in org.lsst.ccs.utilities.image
Encapsulation of a FITS check sum.
FitsFileWriter - Class in org.lsst.ccs.utilities.image
A utility for writing FITS files following LSST conventions.
FitsFileWriter(File, ImageSet, Map<String, Map<String, Object>>, Map<String, HeaderSpecification>, FitsFileWriter.BitsPerPixel) - Constructor for class org.lsst.ccs.utilities.image.FitsFileWriter
Open an LSST FITS file for writing a CCD ImageSet.
FitsFileWriter.BitsPerPixel - Enum in org.lsst.ccs.utilities.image
 

G

getActiveParallelSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
 
getActiveSerialSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
 
getActiveTransform() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
Create a CCDTransform which only considers active pixels for the absolute x,y coordinates.
getCCDGeometry() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
Get the CCD geometry of which the segment is a part
getChannel() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
 
getCheckSum() - Method in class org.lsst.ccs.utilities.image.FitsCheckSum.Checksum
 
getColumn() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
 
getComment() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification.HeaderLine
 
getDataType() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification.HeaderLine
 
getDS9Version() - Method in class org.lsst.ccs.utilities.image.samp.SampUtils
Get a list of versions of DS9 clients connected to hub.
getGeometry() - Method in enum org.lsst.ccs.utilities.ccd.CCDType
Get the geometry for this CCD.
getGlobalTransform() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
Create a CCDTransform which considers all pixels for the absolute x,y coordinates.
getGlobalX() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
The global coordinate corresponding to the currently selected coordinate.
getGlobalY() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
The global coordinate corresponding to the currently selected coordinate.
getHeader(String) - Method in class org.lsst.ccs.utilities.image.HeaderSpecification
 
getHeaders() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification
 
getHeight() - Method in interface org.lsst.ccs.utilities.image.ImageSet.Image
Get height of image in pixels (including overscan?)
getImages() - Method in class org.lsst.ccs.utilities.image.DefaultImageSet
 
getImages() - Method in interface org.lsst.ccs.utilities.image.ImageSet
The list of images, each of which will be written as a separate extended HDU to the fits file.
getKeyword() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification.HeaderLine
 
getMetaData() - Method in class org.lsst.ccs.utilities.image.DefaultImageSet
 
getMetaData() - Method in interface org.lsst.ccs.utilities.image.ImageSet
Get any meta-data associated with the image set itself
getMetaData() - Method in interface org.lsst.ccs.utilities.image.ImageSet.Image
Get any meta-data associated with the individual image
getMetaName() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification.HeaderLine
 
getName() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification
 
getParallel() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
The parallel coordinate of the currently selected pixel within the current CCD segment.
getParallelActiveCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
 
getParallelOverscanCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
 
getPixelType() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
The type of pixel corresponding to the currently selected coordinate.
getPrimaryHeaders() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
Create fits headers for the primary header.
getReadout() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
 
getRow() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
 
getSegment(int, int) - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
Get the CCDSegment corresponding to the given row and column
getSegment() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
The CCD segment corresponding to the currently selected coordinate.
getSegmentColumnCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
 
getSegmentHeaders() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
Create fits headers for this segment.
getSegmentHeaders(boolean) - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
Create fits headers for this segment.
getSegmentRowCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
 
getSegments() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
The list of segments in readout order.
getSerial() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
The serial position of the currently selected pixel within the current CCD segment.
getSerialActiveCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
 
getSerialOverscanCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
 
getSerialPrescanCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
 
getTotalParallelCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
Total parallel pixels per segment.
getTotalParallelSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
The total width of the CCD in pixels
getTotalSerialCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
Total serial pixels per segment.
getTotalSerialSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
The total height of the CCD in pixels
getValue(Map<String, Map<String, Object>>, String) - Static method in class org.lsst.ccs.utilities.image.MetaDataSet
 
getValue(Map<String, Map<String, Object>>, String, String) - Static method in class org.lsst.ccs.utilities.image.MetaDataSet
 
getWidth() - Method in interface org.lsst.ccs.utilities.image.ImageSet.Image
 
getX() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
Get the CCD x coordinate
getY() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
Get the CCD selected y coordinate system

H

HeaderSpecification - Class in org.lsst.ccs.utilities.image
A specification for a fits file header.
HeaderSpecification(String, InputStream) - Constructor for class org.lsst.ccs.utilities.image.HeaderSpecification
 
HeaderSpecification(String, Reader) - Constructor for class org.lsst.ccs.utilities.image.HeaderSpecification
 
HeaderSpecification.DataType - Enum in org.lsst.ccs.utilities.image
 
HeaderSpecification.HeaderLine - Class in org.lsst.ccs.utilities.image
 

I

ImageSet - Interface in org.lsst.ccs.utilities.image
Represents a set of images read from the DAQ.
ImageSet.Image - Interface in org.lsst.ccs.utilities.image
A single Image within an ImageSet.
isDown() - Method in enum org.lsst.ccs.utilities.ccd.CCDGeometry.ReadoutOrder
 
isRight() - Method in enum org.lsst.ccs.utilities.ccd.CCDGeometry.ReadoutOrder
 

M

main(String[]) - Static method in class org.lsst.ccs.utilities.image.samp.SampUtils
Just for testing
MetaDataSet - Class in org.lsst.ccs.utilities.image
A default implementation of a metaDataSet.
MetaDataSet() - Constructor for class org.lsst.ccs.utilities.image.MetaDataSet
 

O

org.lsst.ccs.utilities.ccd - package org.lsst.ccs.utilities.ccd
This package contains classes for describing (idealized) CCD geometry.
org.lsst.ccs.utilities.image - package org.lsst.ccs.utilities.image
This package contains utility routines for writing fits images in a format consistent with that documented in LCA-10140.
org.lsst.ccs.utilities.image.samp - package org.lsst.ccs.utilities.image.samp
This package contains utility routines for controlling image viewing applications such as ds9 using the SAMP protocol.

S

SampUtils - Class in org.lsst.ccs.utilities.image.samp
Utilities for communicating with DS9.
SampUtils(String, boolean) - Constructor for class org.lsst.ccs.utilities.image.samp.SampUtils
Create an instance of SampUtils and attempt to connect to a SAMP hub.
setChecksum(BasicHDU<?>) - Static method in class org.lsst.ccs.utilities.image.FitsCheckSum
Add or update the CHECKSUM keyword.
setSegmentSerialParallel(CCDGeometry.CCDSegment, int, int) - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
Set the current segment, and serial and parallel pixel position within the segment (in segment readout order).
setXY(int, int) - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
Select the absolute x,y CCD coordinate.

T

toString() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
 

U

updateChecksum(ByteBuffer, FitsCheckSum.Checksum) - Static method in class org.lsst.ccs.utilities.image.FitsCheckSum
Update a check sum from a ByteBuffer
updateCheckSum(Header, long) - Static method in class org.lsst.ccs.utilities.image.FitsCheckSum
Apply an incremental update to the checksum, as a result of changing one of more records

V

valueOf(String) - Static method in enum org.lsst.ccs.utilities.ccd.CCDGeometry.ReadoutOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.utilities.ccd.CCDTransform.PixelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.utilities.ccd.CCDType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.utilities.image.FitsFileWriter.BitsPerPixel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.utilities.image.HeaderSpecification.DataType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.utilities.ccd.CCDGeometry.ReadoutOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.utilities.ccd.CCDTransform.PixelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.utilities.ccd.CCDType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.utilities.image.FitsFileWriter.BitsPerPixel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.utilities.image.HeaderSpecification.DataType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withOverscan(int) - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
Returns a modified geometry with the serial overscan changed to the given value.
withROIGeometry(int, int, int, int) - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
Returns a modified geometry with the specified ROI.
write(int, ByteBuffer) - Method in class org.lsst.ccs.utilities.image.FitsFileWriter
Write the actual image data to the file.
A C D F G H I M O S T U V W 
Skip navigation links

Copyright © 2016 LSST. All rights reserved.