add_card
call add_card( header, kwd, value, comment )
name&dimensionality | kind | in/out | description |
---|---|---|---|
header(LEN=80) DIMENSION(:) | CHR | INOUT | The header to write the keyword to. |
kwd(LEN=*) | CHR | IN | the FITS keyword to write. Should be shorter or equal to 8 characters. |
value | any | IN | the value to give to the keyword. |
comment(LEN=*) | CHR | IN | comment to the keyword. |
Gives the keyword `NSIDE' the value 256 in the given header-string.
Eric Hivon 2003-02-07