- CCD - Class in org.lsst.ccs.utilities.ccd
-
- CCD(String, CCDType) - Constructor for class org.lsst.ccs.utilities.ccd.CCD
-
- CCDGeometry - Class in org.lsst.ccs.utilities.ccd
-
Defines the geometry of a CCD.
- CCDGeometry(int, int, int, int, int, int, int, CCDType) - 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.
- CCDInterface - Interface in org.lsst.ccs.utilities.ccd
-
An interface to describe CCDs.
- CCDTransform - Interface in org.lsst.ccs.utilities.ccd
-
Allows transforms between CCD coordinate system and CCD segment (amplifier)
coordinate systems.
- CCDTransform.ActiveTransform - Class in org.lsst.ccs.utilities.ccd
-
A CCDTransform which only considers active pixels for the absolute x,y
coordinates.
- CCDTransform.GlobalTransform - Class in org.lsst.ccs.utilities.ccd
-
A CCDTransform which considers all pixels for the absolute x,y
coordinates.
- 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.
- CheckeredPatternGenerator - Class in org.lsst.ccs.utilities.image.patterns
-
A PatternGenerator that creates checkered pattern with sinusoidal fluctuations
of a given amplitude over a baseline.
- 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
-
- 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
- convertToExpandedView(Geometry<?>, boolean) - Static method in class org.lsst.ccs.geometry.Geometry
-
Convert this geometry to its expanded version.
- createCCD(String, CCDType) - Static method in class org.lsst.ccs.utilities.ccd.CCD
-
- createCCDSegment(CCDType, String, int, int, int) - Static method in class org.lsst.ccs.utilities.ccd.Segment
-
Utility function to create CCDSegments by type.
- createFitsHeaderMetadataProvider(ImageSet) - Method in class org.lsst.ccs.utilities.image.DefaultFitsHeaderMetadataProviderFactory
-
- createFitsHeaderMetadataProvider(ImageSet) - Method in interface org.lsst.ccs.utilities.image.FitsHeaderMetadataProviderFactory
-
Create a FitsHeaderMetadataProvider for the given ImageSet
- createFitsHeaderMetadataProvider(ImageSet) - Method in class org.lsst.ccs.utilities.image.GeometryFitsHeaderMetadataProviderFactory
-
- createImageSetForCCD(CCDInterface) - Static method in class org.lsst.ccs.utilities.image.FitsHeaderUtilities
-
Create the default ImageSet for the given CCDInterface.
- createPatternGenerator(String) - Static method in class org.lsst.ccs.utilities.image.patterns.PatternGeneratorFactory
-
Creates a new PatternGenerator for the given name.
- createRaft(String, CCDType) - Static method in class org.lsst.ccs.utilities.ccd.Raft
-
- createReb(String, int, CCDType) - Static method in class org.lsst.ccs.utilities.ccd.Reb
-
- GeneratedImage - Class in org.lsst.ccs.utilities.image.patterns
-
An Image generated by PatternGenerators.
- GeneratedImage(int[][], double) - Constructor for class org.lsst.ccs.utilities.image.patterns.GeneratedImage
-
- generateImage(int, int, Map<String, String>) - Method in class org.lsst.ccs.utilities.image.patterns.CheckeredPatternGenerator
-
- generateImage(int, int, Map<String, String>) - Method in class org.lsst.ccs.utilities.image.patterns.ImagePatternGenerator
-
- generateImage(int, int, Map<String, String>) - Method in class org.lsst.ccs.utilities.image.patterns.NoisePatternGenerator
-
- generateImage(int, int, Map<String, String>) - Method in class org.lsst.ccs.utilities.image.patterns.PatternGenerator
-
Generate a GeneratedImage with the provided width and height.
- generateImage(int, int, Map<String, String>) - Method in class org.lsst.ccs.utilities.image.patterns.RipplesPatternGenerator
-
- generateImageForGeometry(Geometry<?>, String, Map<String, String>) - Static method in class org.lsst.ccs.utilities.image.patterns.PatternGeneratorFactory
-
Generate a simulated image for the given Geometry.
- Geometry<T extends Geometry> - Class in org.lsst.ccs.geometry
-
Base Geometry: a rectangle inside which it is possible to add other
Geometries.
- Geometry(String, int, int) - Constructor for class org.lsst.ccs.geometry.Geometry
-
Create a new Geometry given a width and a height.
- Geometry(String) - Constructor for class org.lsst.ccs.geometry.Geometry
-
Create a new Geometry with no boundaries.
- GeometryFitsHeaderMetadataProviderFactory - Class in org.lsst.ccs.utilities.image
-
An implementation of FitsHeaderMetadataProviderFactory based on a Geometry
object.
- GeometryFitsHeaderMetadataProviderFactory(Geometry) - Constructor for class org.lsst.ccs.utilities.image.GeometryFitsHeaderMetadataProviderFactory
-
- GeometryRenderer - Class in org.lsst.ccs.geometry
-
A class dedicated to rendering Geometries to screen.
- GeometryRenderer() - Constructor for class org.lsst.ccs.geometry.GeometryRenderer
-
- GeometryUtils - Class in org.lsst.ccs.geometry
-
- GeometryUtils() - Constructor for class org.lsst.ccs.geometry.GeometryUtils
-
- getAbsolutePoint(Point) - Method in class org.lsst.ccs.geometry.Geometry
-
- getActiveParallelSize() - Method in class org.lsst.ccs.utilities.ccd.CCD
-
- getActiveParallelSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getActiveParallelSize() - Method in interface org.lsst.ccs.utilities.ccd.CCDInterface
-
The active parallel size of this CCD.
- getActiveSerialSize() - Method in class org.lsst.ccs.utilities.ccd.CCD
-
- getActiveSerialSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getActiveSerialSize() - Method in interface org.lsst.ccs.utilities.ccd.CCDInterface
-
The active serial size of this CCD.
- getActiveTransform(CCDInterface) - Static method in interface org.lsst.ccs.utilities.ccd.CCDTransform
-
Create a CCDTransform which only considers active pixels for the absolute
x,y coordinates.
- getAdditionalExtendedHeaderMetadata(String) - Method in class org.lsst.ccs.utilities.image.DefaultFitsHeaderMetadataProvider
-
- getAdditionalExtendedHeaderMetadata(String) - Method in interface org.lsst.ccs.utilities.image.FitsHeaderMetadataProvider
-
Get the metadata for an additional extended Headers by key.
- getBufferedImageFromRaster(WritableRaster) - Static method in class org.lsst.ccs.utilities.image.patterns.PatternGenerator
-
- getCCDGapInPixels() - Method in class org.lsst.ccs.utilities.ccd.RaftGeometry
-
- getCcdGeometry() - Method in class org.lsst.ccs.utilities.ccd.RaftGeometry
-
- getCCDPrimaryHeaders(CCDInterface) - Static method in class org.lsst.ccs.utilities.image.FitsHeaderUtilities
-
Create fits headers for the primary header for the given Object.
- getChannel() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getChannel() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getChannel() - Method in interface org.lsst.ccs.utilities.ccd.SegmentInterface
-
Get the Channel number for this Segment
- getCheckSum() - Method in class org.lsst.ccs.utilities.image.FitsCheckSum.Checksum
-
- getChild(int, int) - Method in class org.lsst.ccs.geometry.Geometry
-
Get child at position (s,p).
- getChildrenList() - Method in class org.lsst.ccs.geometry.Geometry
-
Get the list of children for this Geometry.
- getChildrenWithAbsoluteCoordinates() - Method in class org.lsst.ccs.geometry.Geometry
-
Get the children for this Geometry.
- getColumn() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getComment() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification.HeaderLine
-
- getDataExtendedHeaderMetadata(int) - Method in class org.lsst.ccs.utilities.image.DefaultFitsHeaderMetadataProvider
-
- getDataExtendedHeaderMetadata(int) - Method in interface org.lsst.ccs.utilities.image.FitsHeaderMetadataProvider
-
Get the metadata for the extended Headers with data by index.
- getDataType() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification.HeaderLine
-
- getDimension() - Method in class org.lsst.ccs.geometry.Geometry
-
Get the Dimension of this Geometry.
- getDoubleParameter(String, Map<String, String>, double) - Method in class org.lsst.ccs.utilities.image.patterns.PatternGenerator
-
- getDS9Version() - Method in class org.lsst.ccs.utilities.image.samp.SampUtils
-
Get a list of versions of DS9 clients connected to hub.
- getFitsHeaderMetadataProviderFactory() - Static method in class org.lsst.ccs.utilities.image.FitsFileWriter
-
- getGeometry() - Method in enum org.lsst.ccs.utilities.ccd.CCDType
-
Get the geometry for this CCD.
- getGeometryAbsolutePosition() - Method in class org.lsst.ccs.geometry.Geometry
-
- getGeometryPoint(Geometry) - Method in class org.lsst.ccs.geometry.Geometry
-
Get the location Point of a component within its parent.
- getGlobalTransform(CCDInterface) - Static method in interface org.lsst.ccs.utilities.ccd.CCDTransform
-
Create a CCDTransform which considers all pixels for the absolute x,y
coordinates.
- getGlobalX() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.ActiveTransform
-
- getGlobalX() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
-
The global coordinate corresponding to the currently selected coordinate.
- getGlobalX() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.GlobalTransform
-
- getGlobalY() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.ActiveTransform
-
- getGlobalY() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
-
The global coordinate corresponding to the currently selected coordinate.
- getGlobalY() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.GlobalTransform
-
- getHeader(String) - Method in class org.lsst.ccs.utilities.image.HeaderSpecification
-
- getHeaders() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification
-
- getHeaderSpecifications() - Static method in class org.lsst.ccs.utilities.image.FitsHeadersSpecifications
-
Get the HeaderSpecifications as built from the read spec files.
- getHeight() - Method in class org.lsst.ccs.geometry.Geometry
-
Get the Geometry height;
- getHeight() - Method in interface org.lsst.ccs.utilities.image.ImagePixelData
-
Get the height of the Image.
- getHeight() - Method in interface org.lsst.ccs.utilities.image.ImageSet.Image
-
Get height of image in pixels (including overscan?)
- getHeight() - Method in class org.lsst.ccs.utilities.image.patterns.GeneratedImage
-
- getImageData() - Method in class org.lsst.ccs.utilities.ccd.image.data.RawImageData
-
- getImagePixelData() - Method in interface org.lsst.ccs.geometry.ImageSensitiveArea
-
Get the ImagePixelData for this object, if present.
- getImagePixelData() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- 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.
- getImageSetId() - Method in class org.lsst.ccs.utilities.image.DefaultImageSet
-
- getImageSetId() - Method in interface org.lsst.ccs.utilities.image.ImageSet
-
Get the ID for this ImageSet.
- getIntParameter(String, Map<String, String>, int) - Method in class org.lsst.ccs.utilities.image.patterns.PatternGenerator
-
- getKeyword() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification.HeaderLine
-
- getMaxValue() - Method in interface org.lsst.ccs.utilities.image.ImagePixelData
-
Get the maximum value of the contained data.
- getMaxValue() - Method in class org.lsst.ccs.utilities.image.patterns.GeneratedImage
-
Get the maximum value of the contained data.
- 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
-
Deprecated.
- getMetaName() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification.HeaderLine
-
- getName() - Method in class org.lsst.ccs.geometry.Geometry
-
Get the Geometry name
- getName() - Method in class org.lsst.ccs.utilities.image.HeaderSpecification
-
- getName() - Method in class org.lsst.ccs.utilities.image.patterns.PatternGenerator
-
The name of the pattern.
- getNumberOfChildren() - Method in class org.lsst.ccs.geometry.Geometry
-
Get the number of children in this Geometry.
- getParallel() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.ActiveTransform
-
- getParallel() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
-
The parallel coordinate of the currently selected pixel within the current CCD segment.
- getParallel() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.GlobalTransform
-
- getParallelActiveCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getParallelCCDNumber() - Method in class org.lsst.ccs.utilities.ccd.RaftGeometry
-
- getParallelChildrenCount() - Method in class org.lsst.ccs.geometry.Geometry
-
- getParallelOverscanCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getParallelPosition() - Method in class org.lsst.ccs.geometry.Geometry
-
- getParallelPosition() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getParallelPosition() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getParallelPosition() - Method in interface org.lsst.ccs.utilities.ccd.SegmentInterface
-
Get the parallel position of this Segment in the CCD.
- getParallelSegmentCount() - Method in class org.lsst.ccs.utilities.ccd.CCD
-
- getParallelSegmentCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getParallelSegmentCount() - Method in interface org.lsst.ccs.utilities.ccd.CCDInterface
-
Get the number of segments in the Parallel direction
- getParameter(String, Map<String, String>) - Method in class org.lsst.ccs.utilities.image.patterns.PatternGenerator
-
- getParent() - Method in class org.lsst.ccs.geometry.Geometry
-
Get the parent of this Geometry.
- getParentCCD() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
Get the CCD geometry of which the segment is a part
- getParentCCD() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getParentCCD() - Method in interface org.lsst.ccs.utilities.ccd.SegmentInterface
-
Get the parent CCDInterface this segment belongs to
- getPixelData(int, int) - Method in interface org.lsst.ccs.utilities.image.ImagePixelData
-
Get the data sample for pixel (x,y).
- getPixelData(int, int) - Method in class org.lsst.ccs.utilities.image.patterns.GeneratedImage
-
- getPixelType() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.ActiveTransform
-
- getPixelType() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
-
The type of pixel corresponding to the currently selected coordinate.
- getPixelType() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.GlobalTransform
-
- getPrimaryHeaderMetadata() - Method in class org.lsst.ccs.utilities.image.DefaultFitsHeaderMetadataProvider
-
- getPrimaryHeaderMetadata() - Method in interface org.lsst.ccs.utilities.image.FitsHeaderMetadataProvider
-
Get the metadata for the primary Header
- getRawImageData() - Method in interface org.lsst.ccs.utilities.ccd.image.data.RawImageDataProvider
-
Get the RawImageData for this object.
- getRawImageData() - Method in class org.lsst.ccs.utilities.ccd.Reb
-
- getRawImageData() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
Get the buffer of image data accumulated by this Segment.
- getReadout() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getROIGeometry(int, int, int, int) - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getRow() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getSample() - Method in class org.lsst.ccs.utilities.ccd.image.data.RawImageData
-
- getSegment(int, int) - Method in class org.lsst.ccs.utilities.ccd.CCD
-
- getSegment(int, int) - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
Get the CCDSegment corresponding to the given row and column
- getSegment(int, int) - Method in interface org.lsst.ccs.utilities.ccd.CCDInterface
-
Get SegmentInterface at position (s,p).
- getSegment() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.ActiveTransform
-
- getSegment() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
-
The CCD segment corresponding to the currently selected coordinate.
- getSegment() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.GlobalTransform
-
- getSegmentHeaders(SegmentInterface) - Static method in class org.lsst.ccs.utilities.image.FitsHeaderUtilities
-
Create fits headers for this segment.
- getSegmentHeaders(SegmentInterface, boolean) - Static method in class org.lsst.ccs.utilities.image.FitsHeaderUtilities
-
Create fits headers for a Segment.
- getSegmentParallelActiveSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getSegmentParallelActiveSize() - Method in enum org.lsst.ccs.utilities.ccd.CCDType
-
Get the Segment parallel active size.
- getSegmentParallelActiveSize() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getSegmentParallelActiveSize() - Method in interface org.lsst.ccs.utilities.ccd.SegmentInterface
-
Get the Segment parallel active size.
- getSegmentParallelOverscanSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getSegmentParallelOverscanSize() - Method in enum org.lsst.ccs.utilities.ccd.CCDType
-
Get the Segment parallel overscan size.
- getSegmentParallelOverscanSize() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getSegmentParallelOverscanSize() - Method in interface org.lsst.ccs.utilities.ccd.SegmentInterface
-
Get the Segment parallel overscan size.
- getSegmentReadOutPoint() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getSegments() - Method in class org.lsst.ccs.utilities.ccd.CCD
-
- getSegments() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getSegments() - Method in interface org.lsst.ccs.utilities.ccd.CCDInterface
-
The list of segments in readout order.
- getSegmentSerialActiveSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getSegmentSerialActiveSize() - Method in enum org.lsst.ccs.utilities.ccd.CCDType
-
Get the Segment serial active size.
- getSegmentSerialActiveSize() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getSegmentSerialActiveSize() - Method in interface org.lsst.ccs.utilities.ccd.SegmentInterface
-
Get the Segment serial active size.
- getSegmentSerialOverscanSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getSegmentSerialOverscanSize() - Method in enum org.lsst.ccs.utilities.ccd.CCDType
-
Get the Segment serial overscan size.
- getSegmentSerialOverscanSize() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getSegmentSerialOverscanSize() - Method in interface org.lsst.ccs.utilities.ccd.SegmentInterface
-
Get the Segment serial overscan size.
- getSegmentSerialPrescanSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getSegmentSerialPrescanSize() - Method in enum org.lsst.ccs.utilities.ccd.CCDType
-
Get the Segment serial prescan size.
- getSegmentSerialPrescanSize() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getSegmentSerialPrescanSize() - Method in interface org.lsst.ccs.utilities.ccd.SegmentInterface
-
Get the Segment serial prescan size.
- getSegmentTotalParallelSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getSegmentTotalParallelSize() - Method in enum org.lsst.ccs.utilities.ccd.CCDType
-
Get the Segment total parallel size: overscan and active size.
- getSegmentTotalParallelSize() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getSegmentTotalParallelSize() - Method in interface org.lsst.ccs.utilities.ccd.SegmentInterface
-
Get the Segment total parallel size: overscan and active size.
- getSegmentTotalSerialSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getSegmentTotalSerialSize() - Method in enum org.lsst.ccs.utilities.ccd.CCDType
-
Get the Segment total serial size: prescan, overscan and active size.
- getSegmentTotalSerialSize() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getSegmentTotalSerialSize() - Method in interface org.lsst.ccs.utilities.ccd.SegmentInterface
-
Get the Segment total serial size: prescan, overscan and active size.
- getSerial() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.ActiveTransform
-
- getSerial() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
-
The serial position of the currently selected pixel within the current CCD segment.
- getSerial() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.GlobalTransform
-
- getSerialActiveCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getSerialCCDNumber() - Method in class org.lsst.ccs.utilities.ccd.RaftGeometry
-
- getSerialChildrenCount() - Method in class org.lsst.ccs.geometry.Geometry
-
- getSerialOverscanCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getSerialPosition() - Method in class org.lsst.ccs.geometry.Geometry
-
- getSerialPosition() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry.CCDSegment
-
- getSerialPosition() - Method in class org.lsst.ccs.utilities.ccd.Segment
-
- getSerialPosition() - Method in interface org.lsst.ccs.utilities.ccd.SegmentInterface
-
Get the serial position of this Segment in the CCD.
- getSerialPrescanCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getSerialSegmentCount() - Method in class org.lsst.ccs.utilities.ccd.CCD
-
- getSerialSegmentCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getSerialSegmentCount() - Method in interface org.lsst.ccs.utilities.ccd.CCDInterface
-
Get the number of segments in the Serial direction
- getStringParameter(String, Map<String, String>, String) - Method in class org.lsst.ccs.utilities.image.patterns.PatternGenerator
-
- getTotalParallelCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
Total parallel pixels per segment.
- getTotalParallelSize() - Method in class org.lsst.ccs.utilities.ccd.CCD
-
- getTotalParallelSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getTotalParallelSize() - Method in interface org.lsst.ccs.utilities.ccd.CCDInterface
-
The total parallel size of this CCD.
- getTotalParallelSize() - Method in class org.lsst.ccs.utilities.ccd.RaftGeometry
-
- getTotalSerialCount() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
Total serial pixels per segment.
- getTotalSerialSize() - Method in class org.lsst.ccs.utilities.ccd.CCD
-
- getTotalSerialSize() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getTotalSerialSize() - Method in interface org.lsst.ccs.utilities.ccd.CCDInterface
-
The total serial size of this CCD.
- getTotalSerialSize() - Method in class org.lsst.ccs.utilities.ccd.RaftGeometry
-
- getType() - Method in class org.lsst.ccs.utilities.ccd.CCD
-
- getType() - Method in class org.lsst.ccs.utilities.ccd.CCDGeometry
-
- getType() - Method in interface org.lsst.ccs.utilities.ccd.CCDInterface
-
Get the CCDTye for this CCD.
- getUniqueId() - Method in class org.lsst.ccs.geometry.Geometry
-
Get this Geometry unique id.
- 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 class org.lsst.ccs.geometry.Geometry
-
Get the Geometry width.
- getWidth() - Method in interface org.lsst.ccs.utilities.image.ImagePixelData
-
Get the width of the Image.
- getWidth() - Method in interface org.lsst.ccs.utilities.image.ImageSet.Image
-
- getWidth() - Method in class org.lsst.ccs.utilities.image.patterns.GeneratedImage
-
- getX() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.ActiveTransform
-
- getX() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
-
Get the CCD x coordinate
- getX() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.GlobalTransform
-
- getY() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.ActiveTransform
-
- getY() - Method in interface org.lsst.ccs.utilities.ccd.CCDTransform
-
Get the CCD selected y coordinate system
- getY() - Method in class org.lsst.ccs.utilities.ccd.CCDTransform.GlobalTransform
-
- 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.ccd.image.data.RawImageData.BitsPerPixel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.utilities.ccd.Segment.SegmentReadOutPoint
-
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.ccd.image.data.RawImageData.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.ccd.Segment.SegmentReadOutPoint
-
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.