public class FitsHeadersSpecifications extends Object
| Constructor and Description |
|---|
FitsHeadersSpecifications() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addSpecFile(String fileName)
Add the a header specification file.
|
static void |
addSpecFile(String fileName,
String headerName)
Add the a header specification file.
|
static Map<String,HeaderSpecification> |
getHeaderSpecifications()
Get the HeaderSpecifications as built from the read spec files.
|
public static final void addSpecFile(String fileName)
fileName - The name of the file to be loaded. The extension may be omitted.
No path information is to be provided. The file will be loaded
as a Bootstrap resource.public static final void addSpecFile(String fileName, String headerName)
fileName - The name of the file to be loaded. The extension may be omitted.
No path information is to be provided. The file will be loaded
as a Bootstrap resource.headerName - The headers name for which this spec file is added
If no header name is provided, the file name will be used.public static final Map<String,HeaderSpecification> getHeaderSpecifications()
Copyright © 2021 LSST. All rights reserved.