Task #10990 (closed)
Opened 6 years ago
Closed 6 years ago
SLF34 feature calculation doesn't work with channels > 2
| Reported by: | spli | Owned by: | spli |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | Scripting | Version: | 4.4.8 |
| Keywords: | searcher | Cc: | analysis@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
pyslid.features.calculate assumes only the first two channels are used with SLF34:
pyslid/features.py:228
In addition it defaults to [0,1] if an invalid list of channels is passed, instead of throwing an error: pyslid/features.py:223
Change History (2)
comment:1 Changed 6 years ago by spli
- Status changed from new to accepted
- Version set to 4.4.8
comment:2 Changed 6 years ago by spli
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
PySLID PR opened: https://github.com/icaoberg/pyslid/pull/13