@@ -15,24 +15,29 @@ export IUEImage, A3DTable, Foreign, Dump
1515export Card, HDU, fits
1616export info, parse
1717
18- using Printf, Unitful
18+ using Printf, Unitful, UnitfulAngles, UnitfulAstro, UnitfulAtomic
1919
20- # V0.1 Implement Card type. Card only handles syntax, i.e., parsing and
21- # writing, including HIERARCH cards.
22- # V0.2 Implement HDU type. HDU handles value access and IO, including
23- # joining and splitting long cards, mandatory and reserved keywords.
24- # Standard extensions: Conform, Image, Table, Bintable, and Random
25- # Groups.
26- # V0.3 Implement units, inluding date and time
27- # V0.4 Implement verification
28- # V0.5 Implement World-coordinate system
29- # V0.6 Implement compression
30- # V0.7 Implement checksums
31- # V0.8 Implement Conforming extensions
32- # V0.9 Implement optimizations
33- # V1.0 Verify implementation meets current standard
20+ # V0.1 Implement Card type. Card only handles syntax, i.e., parsing and
21+ # writing, including HIERARCH cards.
22+ # V0.2 Implement HDU type. HDU handles value access and IO, including
23+ # joining and splitting long cards, mandatory and reserved keywords.
24+ # Standard extensions: Conform, Image, Table, Bintable, and Random
25+ # Groups.
26+ # V0.3 Implement lazy array
27+ # V0.4 Implement compression
28+ # V0.5 Implement units, inluding date and time
29+ # V0.6 Implement verification
30+ # V0.7 Implement World-coordinate system
31+ # V0.8 Implement checksums
32+ # V0.9 Implement Conforming extensions
33+ # V0.10 Implement optimizations
34+ # V1.11 Verify implementation meets current standard
3435
3536include (" card.jl" )
37+ include (" field.jl" )
38+ include (" format.jl" )
39+ include (" lazyarray.jl" )
40+ include (" units.jl" )
3641include (" hdu.jl" )
3742include (" hdu/primary.jl" )
3843include (" hdu/conform.jl" )
@@ -43,4 +48,5 @@ include("hdu/bintable.jl")
4348include (" hdu/zimage.jl" )
4449include (" hdu/ztable.jl" )
4550include (" fitscore.jl" )
51+
4652end
0 commit comments