| Package | Description |
|---|---|
| astro.fits |
| Modifier and Type | Field and Description |
|---|---|
private SortedMap<String,ImageInfo> |
ImageBlock.objid
The sorted list of object ids.
|
| Modifier and Type | Method and Description |
|---|---|
ImageInfo |
ImageBlock.getInfo(String id)
Returns the image info to the stated unique.
|
| Constructor and Description |
|---|
ImageBlock(ObserveSql.Types typ,
int v,
String tel,
SortedMap<String,ImageInfo> obj,
Date from,
Date to)
Constructs a new image block.
|
ImageBlock(ObserveSql.Types typ,
int v,
String tel,
SortedMap<String,ImageInfo> obj,
Date from,
Date to,
String filt)
Constructs a new image block.
|
ImageBlock(ObserveSql.Types typ,
int v,
String tel,
SortedMap<String,ImageInfo> obj,
Date from,
Date to,
String filt,
Number derot)
Constructs a new image block.
|