Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setOptions
Method
setOptions
ij/src/main/java/ij/ImageStack.java:726–729 ·
view source on GitHub ↗
(String options)
Source
from the content-addressed store, hash-verified
724
}
725
726
public
void
setOptions(String options) {
727
if
(options==null)
return
;
728
signedInt = options.contains(
"32-bit int"
);
729
}
730
731
}
Callers
1
createStack
Method · 0.95
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected