File tree 3 files changed +5
-3
lines changed 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " WCS"
2
2
uuid = " 15f3aee2-9e10-537f-b834-a6fb8bdb944d"
3
- version = " 0.5.1 "
3
+ version = " 0.6.0 "
4
4
5
5
[deps ]
6
6
WCS_jll = " 550c8279-ae0e-5d1b-948f-937f2608a23e"
7
7
8
8
[compat ]
9
- WCS_jll = " 6.4 "
9
+ WCS_jll = " 7 "
10
10
julia = " 1.3"
Original file line number Diff line number Diff line change @@ -366,6 +366,7 @@ mutable struct WCSTransform
366
366
zsource:: Cdouble
367
367
ssyssrc:: NTuple{72,UInt8}
368
368
velangl:: Cdouble
369
+ aux:: Ptr{Cvoid} # Ptr{auxprm}
369
370
ntab:: Cint
370
371
nwtb:: Cint
371
372
tab:: Ptr{Cvoid} # Ptr{tabprm}
@@ -399,6 +400,7 @@ mutable struct WCSTransform
399
400
m_csyer:: Ptr{Cdouble}
400
401
m_czphs:: Ptr{Cdouble}
401
402
m_cperi:: Ptr{Cdouble}
403
+ m_aux:: Ptr{Cvoid} # Ptr{auxprm}
402
404
m_tab:: Ptr{Cvoid} # Ptr{tabprm}
403
405
m_wtb:: Ptr{Cvoid} # Ptr{wtbarr}
404
406
Original file line number Diff line number Diff line change 68
68
# between minor WCSLIB versions. For example,
69
69
# `0.0E+00` vs `0.000E+00`.)
70
70
header_out = WCS. to_header (w)
71
- @test length (header_out) == 17 * 80
71
+ @test length (header_out) == 18 * 80
72
72
73
73
# test relax keyword
74
74
faulty_header = replace (header, " RADESYS = 'ICRS'" => " RADECSYS= 'FK5' " )
You can’t perform that action at this time.
0 commit comments