Summary: | The inputs for the BinnedMap cannot be set properly | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Yiwen Mao <yiwenv> |
Component: | scripting | Assignee: | kst |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Yiwen Mao
2008-06-16 20:27:55 UTC
The script reads: v.y=v; v.z=v; which should be: b.y=v; b.z=v; You also need to set the names of the outputs: b.binnedMap="out" b.hitsMap="hits" |