vrruiz / xisfits

Convert images from XISF to FITS
MIT License
8 stars 0 forks source link

XISFITS

XISFITS is a command line tool to convert PixInsight images (XISF) to FITS.

Installation

This is programmed in Rust language. Rust development tools must be installed following its own instructions. After that, download XISFITS sources and, on the main directory, run:

$ cargo build xisfits

Usage

Currently, as no binaries are distributed, XISFITS should be run using Rust and its Cargo tool:

$ cargo run --release <original image.xisf> <new image.fits>

If using the compiled binary:

$ xisfits <image.xisf> <image.fits>

Tests

To run the test suite, execute:

$ cargo test

Features

Known issues and limitations

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT