tiled
tiled copied to clipboard
Alembic Migration to Rename HDF5 'path' Parameter to 'dataset'
This PR adds an alembic catalog migration script that searches for path parameter in Tiled nodes corresponding to hdf5 arrays and changes the key to dataset.
This is related to PR #775 and recent changes in the ophyd-async schema.
Checklist
- [x] Add a Changelog entry
- [x] Add the ticket number which this PR closes to the comment section
The next time we have a strong reason to need a migration (maybe #684) we can merge this at that time and lump it into the same release, so that it does not generate any extra work for Tiled admins.