| Package | Description |
|---|---|
| org.lsst.ccs.daq.ims |
An interface to the DAQ image services (ims) library.
|
| org.lsst.ccs.daq.ims.channel |
| Modifier and Type | Method and Description |
|---|---|
Source |
Image.addSource(org.lsst.ccs.utilities.location.Location location,
int[] registerValues)
Adds a new source to an image.This method will only succeed if the image is writable
|
Source |
Image.findSource(org.lsst.ccs.utilities.location.Location location)
Find the source corresponding to the given location
|
| Modifier and Type | Method and Description |
|---|---|
List<Source> |
Image.listSources()
List the sources associated with this image.Each source represents the
data obtained from a single REB.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Source.compareTo(Source o) |
| Constructor and Description |
|---|
FitsIntWriter(Source source,
org.lsst.ccs.utilities.ccd.Reb reb,
Map<String,org.lsst.ccs.utilities.image.HeaderSpecification> headerSpecifications,
FitsIntWriter.FileNamer fileNamer,
FitsIntWriter.PerCCDMetaDataProvider extraMetaDataProvider)
Create a FitsIntWriter.
|
Copyright © 2020 LSST. All rights reserved.