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

Method getBZero

ij/src/main/java/ij/astro/util/ImageType.java:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 @Override
57 public double getBZero() {
58 return -(double)Byte.MIN_VALUE; // Not really needed as java bytes are already unsigned
59 }
60
61 @Override
62 public int getExpectedBitpix() {

Callers 3

saveImageMethod · 0.45
runMethod · 0.45
getTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected