char * qfits_getvalue(const char *)
Find the value in a key card (80 chars)
Definition: qfits_card.c:276
void qfits_card_build(char *, const char *, const char *, const char *)
Write out a card to a string on 80 chars.
Definition: qfits_card.c:84
char * qfits_getcomment(const char *)
Find the comment in a key card (80 chars)
Definition: qfits_card.c:408
char * qfits_expand_keyword(const char *)
Expand a keyword from shortFITS to HIERARCH notation.
Definition: qfits_card.c:498
char * qfits_getkey(const char *)
Find the keyword in a key card (80 chars)
Definition: qfits_card.c:205