-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
optical FITS, NAXIS = 2, dimensions 24900 x 26620, 2.5GB FITS file, the following code runs out of memory:
using AstroImages
#] pkg> add https://github.com/JuliaAstro/AstroImages.jl
using FITSIO
using Plots
dir = "/home/chris/ダウンロード"
file = "e20121211_0010500001_dp_sf_st_mos.fits"
fitspath = string(dir, "/", file)
println("loading ", fitspath)
fits = load(fitspath)
img = AstroImage(fits)
plot(img)
The FITS file can be downloaded from
Then the file extension needs to be changed from .fit to .fits .
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed