Skip to content

Commit e867c12

Browse files
committedAug 5, 2022
FileIO reigstration now complete
JuliaIO/FileIO.jl#363
1 parent b532b1b commit e867c12

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed
 

‎Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AstroAngles = "0.1"
2929
ColorSchemes = "3.18"
3030
DimensionalData = "0.20.8"
3131
FITSIO = "0.16"
32-
FileIO = "1.14"
32+
FileIO = "1.15"
3333
ImageAxes = "0.6"
3434
ImageBase = "^0.1.5"
3535
ImageShow = "0.3"

‎src/AstroImages.jl

-13
Original file line numberDiff line numberDiff line change
@@ -536,18 +536,5 @@ include("contrib/abstract-ffts.jl")
536536
include("ccd2rgb.jl")
537537
include("precompile.jl")
538538

539-
function __init__()
540-
541-
# TODO: This should be registered correctly with FileIO
542-
del_format(format"FITS")
543-
add_format(format"FITS",
544-
# See https://www.loc.gov/preservation/digital/formats/fdd/fdd000317.shtml#sign
545-
[0x53,0x49,0x4d,0x50,0x4c,0x45,0x20,0x20,0x3d,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x54],
546-
[".fit", ".fits", ".fts", ".FIT", ".FITS", ".FTS", ".fit",],
547-
[:FITSIO => UUID("525bcba6-941b-5504-bd06-fd0dc1a4d2eb")],
548-
[:AstroImages => UUID("fe3fc30c-9b16-11e9-1c73-17dabf39f4ad")]
549-
)
550-
551-
end
552539

553540
end # module

0 commit comments

Comments
 (0)