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

Method FitsReader

ij/src/main/java/ij/astro/io/FitsReader.java:83–86  ·  view source on GitHub ↗
(Path path, String directory, String fileName)

Source from the content-addressed store, hash-verified

81 private boolean isMeasurementsTable;
82
83 private FitsReader(Path path, String directory, String fileName) throws IOException {
84 FitsFactory.setAllowHeaderRepairs(true);
85 this(new Fits(path.toFile()), directory, fileName);
86 }
87
88 private FitsReader(Fits fits, String directory, String fileName) throws IOException {
89 this.directory = directory;

Callers

nothing calls this directly

Calls 6

setAllowHeaderRepairsMethod · 0.95
setupImageDataMethod · 0.95
getNumberOfHDUsMethod · 0.80
readMethod · 0.65
addMethod · 0.65
getHDUMethod · 0.45

Tested by

no test coverage detected