MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / findCard

Method findCard

Nom_Fits/src/main/java/nom/tam/fits/Header.java:866–868  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 15

doTestM13RealRiceMethod · 0.95
doTestFZStepMethod · 0.95
cursorTestMethod · 0.95
longStringTestMethod · 0.95
orderTestMethod · 0.95
testSpecialSituationsMethod · 0.95
testSetSimpleWithAxisMethod · 0.95
testFixedDecimalMethod · 0.95
testComplexValue1Method · 0.95
testComplexValue2Method · 0.95
testHexValueMethod · 0.95

Calls 5

cursorMethod · 0.95
keyMethod · 0.65
setKeyMethod · 0.65
endMethod · 0.65
getMethod · 0.45

Tested by 15

doTestM13RealRiceMethod · 0.76
doTestFZStepMethod · 0.76
cursorTestMethod · 0.76
longStringTestMethod · 0.76
orderTestMethod · 0.76
testSpecialSituationsMethod · 0.76
testSetSimpleWithAxisMethod · 0.76
testFixedDecimalMethod · 0.76
testComplexValue1Method · 0.76
testComplexValue2Method · 0.76
testHexValueMethod · 0.76