Conversion to/from angular frequency
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 146
- Forks
- 23
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 7
Description
import scipp as sc
angular_frequency = sc.scalar(1.0, unit='Hz').to(unit='rad/s')
I think this should be valid, and valuable, for distinguishing between $f$ and $\omega$?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Python conversion example from the issue and inspect the existing unit-conversion behavior for Hz and rad/s. Clarify the intended angular-frequency semantics and expected conversion factor with maintainers before identifying the implementation and tests; done means the conversion is accepted and covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100