fitrs

Crates.iofitrs
lib.rsfitrs
version0.5.0
sourcesrc
created_at2018-04-10 08:21:33.929074
updated_at2019-10-31 06:00:42.856585
descriptionParse FITS file in pure rust
homepagehttps://github.com/malikolivier/fitrs
repositoryhttps://github.com/malikolivier/fitrs
max_upload_size
id59838
size178,804
Malik Olivier Boussejra (malikolivier)

documentation

README

FITRS

Build Status Latest release on crates.io Documentation on docs.rs

DISCLAIMER: This lib is experimental and unstable. API changes will most probably occur.

Read/Write FITS file for astronomical use. Not all the features of the FITS standard are supported, but the basic features are there.

The objective is to make a lib to manage FITS files in pure rust, with as few dependencies as possible multi-threading in mind.

Documentation

You can refer to the online doc.

See the tests and benchmarks in the repository for more examples how to use.

Commit count: 188

cargo fmt