Skip to content

Commit

Permalink
[api]: Increase pixel count on FITS/XISF read
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Nov 8, 2024
1 parent 52c1fb2 commit 740fce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ internal data class SeekableSourceImageData(

companion object {

const val PIXEL_COUNT = 64
const val PIXEL_COUNT = 1024

private val LOG = loggerFor<SeekableSourceImageData>()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ internal data class XisfMonolithicFileHeaderImageData(

companion object {

const val PIXEL_COUNT = 64
const val PIXEL_COUNT = 1024
}
}

0 comments on commit 740fce4

Please sign in to comment.