Skip to content

Commit c1ea908

Browse files
authored
Fix bug in io
1 parent bafc8d7 commit c1ea908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function _load_ehtimhdf5(filename; polarization = false)
184184
psize = parse(Float64, read(header["psize"])) * 3600 * 1.0e6 * 180.0 / π
185185
header = ComradeBase.MinimalHeader(source, ra, dec, mjd, rf)
186186
g = imagepixels(fov, fov, size(images, 1), size(images, 2); header)
187-
gt = RectiGrid((X = g.X, Y = g.Y, T = times))
187+
gt = RectiGrid((X = g.X, Y = g.Y, Ti = times))
188188
img = IntensityMap(images, gt)
189189
return img
190190
end

0 commit comments

Comments
 (0)