Animation from grid data/files:

Can you call the following each time you load a txt file:

epoch1 = gmtread("51915_Vgrdimg.txt", incols="0,1,2")
@assert typeof(epoch1) == GMTdataset{Float64, 2}
@show epoch1
@show typeof(epoch1)