Basic Scan mapping and gridding.
Added
- Catalog.list_scans(): A print function that returns metadata about every scan in a catalog
- Catalog.get_scan(scan_id): A scan retrieval function that uses a simple scan ID (rather than the UID) as a parameter
- Catalog.get_scans(scan_ids): A scan retrieval function that returns a list of scan objects
- The ability to create reciprocal space maps (RSM's) for 4-circle geometries. This step is completed automatically when a `Catalog` object is created.
- Scan.grid_data(...): A function that creates a gridded, interpolated, and transformed 3D image with respect to a scan's RSM.
Changed
- Variables `bs_catalog` and `bs_run` have been renamed to `bluesky_catalog` and `bluesky_run`, respectively.
Removed
- Various filtering functions in the Catalog class.