Use astropy's ProgressBar to show progress in TimeSeries.fetch
This PR modifies timeseries.io.nds2
to use the astropy ProgressBar
instead of the custom built progress indicator, for verbose=True
, the astropy one looks better.
We might end up moving to tqdm
for this, but the principal is basically the same.