You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove old Config schema (validation.py) and convert to a light ConfigSpec to be more consistent with ProbeSpec and ScanSpec (mainly inherits from these as well for config.parameters)
Rename config.rst to parameters.rst and create a docs page centered around the whole concept of parameters not just config (see here). Can remove the config parameter table there as well as this defined mostly by the probe and scan spec which are on the data-acquisition.rst already (refer to those).
Make properties of file.scan, file.probe and file.metadata (like file.data) Extended ProbeSpec #379
Maps like Segmentations should be allowed to be 2d, e.g. (frames, n_z, n_x). Currently this fails validation, even though the docstring says it's supported. See gist@swpenninga
Improve repr methods on all classes related to zea.File (e.g. DataSpec, Scan, Probe, Tracks, etc.). This will make "browsing" through a file in debug mode much more friendly. @tristan-deepImprove repr / str across zea objects #386
Initial rewrite of dataspec is introduced in #307. Development of this issue is ongoing and will be merged to the branch openh-rf
High priority
Medium priority
lzfinstead ofgzipfor more speed during loading/saving at the cost of larger filesize Considerlzfcompression forzea.Fileinstead ofgzip#396 @tristan-deep Changed compression default to lzf #399Low priority
zea.data.generate_zea_datasetmore robust #281File.create? Do not open file at the end ofFile.create#410Completed
(frames, n_z, n_x). Currently this fails validation, even though the docstring says it's supported. See gist @swpenningazea.File(e.g. DataSpec, Scan, Probe, Tracks, etc.). This will make "browsing" through a file in debug mode much more friendly. @tristan-deep Improve repr / str across zea objects #386aligned_dataas spatial maps @swpenninga Make aligned data spatial map & Allow 2D segmentations #383Map.coordinates#380imageandimage_sc, and their extent (polar vs cartesian) @OisinNolan MoveMaps fromextent->coordinates#362Maps fromextent->coordinates#362Trackabstraction to support multiple acquisition schemes in one file @OisinNolan Acquisition tracks in DataSpec #359