https://github.com/jaakkor2/surfaceprofilereaders.jl
Surface profile readers in Julia language
https://github.com/jaakkor2/surfaceprofilereaders.jl
frt opd
Last synced: 4 months ago
JSON representation
Surface profile readers in Julia language
- Host: GitHub
- URL: https://github.com/jaakkor2/surfaceprofilereaders.jl
- Owner: jaakkor2
- License: mit
- Created: 2024-10-23T07:41:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-12T08:38:34.000Z (10 months ago)
- Last Synced: 2025-08-30T09:42:15.073Z (10 months ago)
- Topics: frt, opd
- Language: Julia
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SurfaceProfileReaders
[](https://github.com/jaakkor2/SurfaceProfileReaders.jl/actions/workflows/CI.yml?query=branch%3Amain)
Reader for surface profiler data sets written in Julia language. Implemented formats
* Wyko OPD
* MicroProf FRT
```julia
using SurfaceProfileReaders
data = readopd("profile.opd")
(; x, y, z) = opdprepplot(data)
```
See `?readopd` for a plotting example.