Basic Astronomy Environment for Image Processing
Install SExtractor #
I chose to install it from source:
https://astromatic.github.io/sextractor/Installing.html
To run sh autogen.sh, install autoconf first:
sudo apt install autoconf
To run ./configure:
| |
After make, the compiled executable file will be at ./src/sex.
Install PSFEx #
Almost the same:
https://psfex.readthedocs.io/en/latest/Installing.html
Install GalSim #
https://github.com/GalSim-developers/GalSim
I didn’t compile GalSim; I installed it in a Conda environment instead:
| |
Usage #
TBW—just like PSFEx. XD