public final class FitsHeaderCardParser
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FitsHeaderCardParser.ParsedValue
value comment pair of the header card.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
parseCardKey(java.lang.String card)
parse a fits keyword from a card and return it as a dot separated list.
|
static FitsHeaderCardParser.ParsedValue |
parseCardValue(java.lang.String card)
Parse the card for a value and comment.
|
public static java.lang.String parseCardKey(java.lang.String card)
card
- the card to parse.public static FitsHeaderCardParser.ParsedValue parseCardValue(java.lang.String card)
FitsHeaderCardParser.ParsedValue.isString
specifies if the value was a quoted
string. non quoted values are trimmed.card
- the card to parse.