GraXpert
GraXpert copied to clipboard
GraXpert is an astronomical image processing program for extracting and removing gradients from the background of your astrophotos.
This PR addresses to fix #179
I would like to see GraXpert dropping the HIERARCH convention in the FITS keywords because it adds more mess in the jungle of FITS keywords. It is simple, one need...
Both PixInsight and Siril have adopted a common approach to embedding ICC profiles inside FITS for color management provision. The ICC profiles are embedded as an extension HDU with the...
Please could you publish a json schema for the preferences file, to assist with writing third party code to generate a preferences file to use GraXpert via the CLI interface?
GraXpert assumes that FITS files should have the extension .fits, and adds this if it is not present. However there are in reality several FITS extensions in widespread use including...
It would be useful if when saving the output in GUI mode, a log message was printed containing the output filename, and confirming saving had completed. Also, please could there...
I'm seeing errors like the following in the output log on kubuntu 24.04: ``` 2024-07-01 11:03:46,028 MainProcess root ERROR Exception in Tkinter callback 2024-07-01 11:03:46,029 MainProcess root ERROR Traceback (most...
GraXpert -help does not mention the -strength option for denoising, I had to find it by inspecting the source
FITS files can be compressed with various compression algorithms in accordance with the NASA FITS standard. GraXpert fails to open these correctly.
Ubuntu 22.04 Hi everyone I thought I'd update on this having tried to get ROCm gpu acceleration recognised via onnx. We created the environment for building GraX as here: https://github.com/Steffenhir/GraXpert...