Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonp0420/ticrautilities.jl
Read/write Ticra compatible files, parse TOR files, generate/evaluate SWE expansions, and more
https://github.com/simonp0420/ticrautilities.jl
antenna antennas electromagnetic-simulation electromagnetics microwave
Last synced: 25 days ago
JSON representation
Read/write Ticra compatible files, parse TOR files, generate/evaluate SWE expansions, and more
- Host: GitHub
- URL: https://github.com/simonp0420/ticrautilities.jl
- Owner: simonp0420
- License: mit
- Created: 2024-05-07T20:03:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T05:14:14.000Z (30 days ago)
- Last Synced: 2024-10-22T18:42:59.994Z (28 days ago)
- Topics: antenna, antennas, electromagnetic-simulation, electromagnetics, microwave
- Language: Julia
- Homepage:
- Size: 13.7 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicraUtilities - Tools for working with Ticra-compatible files and data objects in the Julia language
| **Documentation** | **Tests** | **CodeCov** |
|:--------:|:---------------:|:-------:|
|[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://simonp0420.github.io/TicraUtilities.jl/stable) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://simonp0420.github.io/TicraUtilities.jl/dev) | [![Build Status](https://github.com/simonp0420/TicraUtilities.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/simonp0420/TicraUtilities.jl/actions/workflows/CI.yml?query=branch%3Amain) | [![codecov.io](https://codecov.io/github/simonp0420/TicraUtilities.jl/coverage.svg?branch=main)](https://codecov.io/github/simonp0420/TicraUtilities.jl?branch=main) |`TicraUtilities` is a package to facilitate working with Ticra-compatible files and data objects in the Julia language. [TICRA](https://www.ticra.com) is a Danish company specializing in antenna analysis and synthesis software. Their products for analysis and design of reflector antennas (and associated feed structures) are widely regarded as standards in the antenna community. As a result, the file formats defined and used by TICRA software have also become de facto industry standards.
This package provides utilities in the Julia programming language for
* Reading, writing, and plotting Ticra-compatible cut (.cut) files.
* Reading, parsing, and writing Ticra Object Repository (.tor) files.
* Converting cut files to and from spherical wave expansion (.sph) files.
* Reading and writing so-called "station" (.stn) files.
* Reading and writing array excitation (.exi) files.
* Reading and writing "surface" (.sfc) files.
* And more...## Package Installation
You can obtain TicraUtilities using Julia's Pkg REPL-mode (hitting `]` as the first character of the command prompt):```julia
(v1.10) pkg> add TicraUtilities
```(and then hitting `` to return to the REPL), or with `using Pkg; Pkg.add("TicraUtilities")`.
## Documentation
- Check out the [tutorial video](https://youtu.be/rhinZ-MO9Q4?si=k9A_YCdcqahB5c0J)
- The user manual for the current release is [here](https://simonp0420.github.io/TicraUtilities.jl/stable)
- The user manual for the the development version is [here](https://simonp0420.github.io/TicraUtilities.jl/dev)## Community
* If there are features you'd like to see added, or if you have other suggestions or questions, please open an
[issue](https://github.com/simonp0420/TicraUtilities.jl/issues).
* Pull Requests (PRs) are also welcome!