![]() |
Oranges ripe before mandarinas. ¿Cambio climático?
![]() |
configuraciones entre palmeras
Quite an event. These days, this is all you need. Method for Kubuntu 25.10 but should be sufficiently generic for any modern distribution.
Big call out to Franklin and the Devs at setiastro.com
mkdir setiastrosuitepro
cd setiastrosuitepro
python3.12 -m venv venv
. venv/bin/activate
pip install --no-cache-dir setiastrosuitepro
cd venv/bin
python setiastrosuitepro
Try GraXpert 3.1.0rc2 from here: https://github.com/Steffenhir/GraXpert/releases/tag/3.1.0rc2
Requires cuda 12 and cudnn 8
Provisional only. I'll check and tidy this later... PROMISE
Beg/borrow/steal the latest source you can can lay your hands on; ask Franklin, scour github, the seti Discord.,.. Or, do what I did, at least to get started...
git clone https://github.com/setiastro/cosmicclarity.git
cd cosmicclarity
python3.12 -m venv venv
pip install -r requirements.txt
At this point, you'll see how hopelessly old the git really is! So...
pip install pyinstaller xisf pyqt6 opencv-python-headless sep onnxruntime scikit-image lazy-loader
build
pyinstaller --copy-metadata xisf setiastrocosmicclarity_darkstar.py
pyinstaller --copy-metadata xisf SetiAstroCosmicClarity.py
pyinstaller --copy-metadata xisf SetiAstroCosmicClarity_denoise.py
pyinstaller --copy-metadata xisf SetiAstroCosmicClarity_satellite.py
the _internal folder
When the .py has been built, your binary appears at e.g.
dist/SetiAstroCosmicClarity/SetiAstroCosmicClarity
Copy the _internal folder to the main directory along with the SetiAstroCosmicClarity binary. After the build of each module, copy the binary to the main folder and merge the respective _internal
.spec file to build Thanks to the setiastro discord, we now have a .spec file which builds all the binaries. Make a venv, install the requirements.txt and the other stuff listed above and pyinstaller master.spec https://discord.com/channels/1257377319765413961/1452498766757368001
The binaries and _internal folder created under dust are then dropped into an existing folder with containing theai pth and onnx files. An easy way to do this is to download the pre built cosmic clarity_linux and overwrite the respective files therein with your build. Much more elegant than my brute force and ignorance method...