Find the card associated with a given key. If found this sets the mark (cursor) to the card, otherwise it unsets the mark. The mark is where new cards will be added to the header by default. If you do not want to change the mark position, use #getCard(IFitsHeader) instead. @param key The h
(IFitsHeader key)
| 864 | * @see #findCard(String) |
| 865 | */ |
| 866 | public HeaderCard findCard(IFitsHeader key) { |
| 867 | return this.findCard(key.key()); |
| 868 | } |
| 869 | |
| 870 | /** |
| 871 | * Returns the card associated with a given key. Unlike {@link #findCard(String)}, it does not alter the mark |