del_card
call del_card( header, kwds )
name&dimensionality | kind | in/out | description |
---|---|---|---|
header(LEN=80) DIMENSION(:) | CHR | INOUT | The header to remove the keyword from. |
kwds(LEN=20) DIMENSION(:) | CHR | IN | the FITS keyword(s) to remove. This can be a vector |
Removes the keywords `NSIDE', 'COORD' and 'ORDERING' from Header
Eric Hivon 2003-02-07