A couple of things I'd like to do downstream of localizations on the emitter set #43
-
Hi, Thank you for this great tool. There are a couple of things I'd like to do downstream of localizations before exporting the emitter set as a CSV file:
I can do both outside of DECODE but it requires working on the CSV files and it is much slower than directly working on the emitter set in DECODE. Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey, (1) have you looked at the Introduction notebook? In general, decode supports flexible emitter slicing, i.e. you can put anything into the brackets that is an array of bools or integers. The logic in the brackets in your example notebook that you posted above will just compute a boolean matrix. That means you can do
(2)
|
Beta Was this translation helpful? Give feedback.
-
Was just about to answer myself so here the extended version: |
Beta Was this translation helpful? Give feedback.
Was just about to answer myself so here the extended version:
Untitled1.pdf