AllenNeuralDynamics / spim-core

common features shared across Allen Institute SPIM systems
MIT License
0 stars 1 forks source link

location requests should be remapped and exposed in SamplePose level #4

Closed Poofjunior closed 1 year ago

Poofjunior commented 1 year ago

Functions to implement that return values in sample pose space:

Poofjunior commented 1 year ago

~~More generally, there are inconsistent calls to remap axes. Some functions use _remap(...) while others just apply it directly from self.axis_mapping. We need to consolidate these.~~