|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeaderCardException | |
---|---|
nom.tam.fits | The Flexible Image Transport System, used primarily for exchanging astronomical data. |
Uses of HeaderCardException in nom.tam.fits |
---|
Methods in nom.tam.fits that throw HeaderCardException | |
---|---|
void |
Header.addBooleanValue(String key,
boolean val,
String comment)
Add or replace a key with the given boolean value and comment. |
void |
Header.addBooleanValue(String key,
boolean val,
String comment)
Add or replace a key with the given boolean value and comment. |
void |
Header.addDoubleValue(String key,
double val,
String comment)
Add or replace a key with the given double value and comment. |
void |
Header.addDoubleValue(String key,
double val,
String comment)
Add or replace a key with the given double value and comment. |
void |
Header.addFloatValue(String key,
float val,
String comment)
Add or replace a key with the given float value and comment. |
void |
Header.addFloatValue(String key,
float val,
String comment)
Add or replace a key with the given float value and comment. |
void |
Header.addIntValue(String key,
int val,
String comment)
Add or replace a key with the given int value and comment. |
void |
Header.addIntValue(String key,
int val,
String comment)
Add or replace a key with the given int value and comment. |
protected void |
Header.addLine(String card)
Add a card image to the header after the mark if set. |
protected void |
Header.addLine(String card)
Add a card image to the header after the mark if set. |
void |
Header.addLongValue(String key,
long val,
String comment)
Add or replace a key with the given long value and comment. |
void |
Header.addLongValue(String key,
long val,
String comment)
Add or replace a key with the given long value and comment. |
void |
Header.addStringValue(String key,
String val,
String comment)
Add or replace a key with the given string value and comment. |
void |
Header.addStringValue(String key,
String val,
String comment)
Add or replace a key with the given string value and comment. |
static String |
Header.formatFields(String key,
String val,
String comment)
Format the key, value and comment fields for the FITS data. |
static String |
Header.formatFields(String key,
String val,
String comment)
Format the key, value and comment fields for the FITS data. |
void |
Header.insertComment(String value)
Add a COMMENT line. |
void |
Header.insertComment(String value)
Add a COMMENT line. |
void |
Header.insertCommentStyle(String header,
String value)
Add a line to the header using the COMMENT style, i.e., no '=' in column 9. |
void |
Header.insertCommentStyle(String header,
String value)
Add a line to the header using the COMMENT style, i.e., no '=' in column 9. |
void |
Header.insertHistory(String value)
Add a HISTORY line. |
void |
Header.insertHistory(String value)
Add a HISTORY line. |
void |
Header.replaceCard(String key,
String val,
String comment)
Add or replace a key using the preformatted value. |
void |
Header.replaceCard(String key,
String val,
String comment)
Add or replace a key using the preformatted value. |
Constructors in nom.tam.fits that throw HeaderCardException | |
---|---|
HeaderCard(String key,
String value,
String comment)
Create a HeaderCard from its component parts |
|
HeaderCard(String key,
String value,
String comment)
Create a HeaderCard from its component parts |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |