Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
saveImage
Method · 0.45
run
Method · 0.45
getType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected