-
AP214 has select types (type unions) that mix enums and reference types.
For example rotation_range_measure:
```
TYPE rotational_range_measure = SELECT
(plane_angle_measure, unlimited_range);…
-
AP214 contains some names such as "class" which are keywords/reserved words in typescript (and other languages). These need to be sanitised as special cases for code-gen to work.
-
Hey, I found InterpolateMotionRecording in new version of spikeinterface requires motion object as one of the variable, not just a numpy array as displacement.T. Also, border_mode are set to default…
-
I want to test this utility and if possible, want to do some changes which are relevant for me. When I try all the mentioned steps and then tried running the utility it fails with error. The error dum…
-
Hi! Using ks4 without docker is terribly convenient dealing with Neuropixels recording from sipkeGLX! But after interpolating my action potential (AP) with motion calculated from local field potential…
-
With pythonocc-core=7.7.2 , trying to export XCAF to STEP, using label names.
There is an encoding issue with names that contain e.g. umlaut characters.
Trying to workaround the issue by using `TCol…
-
### Bambu Studio Version
1.7.3.50
### Where is the application from?
Bambu Lab Official website
### OS version
macOS Ventura 13.4.1 (c)
### Additional system information
CPU: Apple M2
Memory: …
-
Hello, sir.
When I colored a face of the imported stp, it didn't work. Export and re-import the colored stp, the whole stp color is OK but the face not. What should I do to color the face? both …
-
I'm getting this error when trying to load a spikeglx recording of the new long neuropixels:
`NotImplementedError: This meta file version of spikeglxis not implemented`
I'm using the most recent…
-
I have an example of an assembly with multiple shapes. Only one of each shape is DEF'd and the others are USE'd. For example, there is one blue bolt, that is grouped in an assembly of three bolts wi…