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: 1 sudo apt install libcfitsio-dev libatlas-base-dev libfftw3-dev libtool After make, the compiled executable file will be at ./src/sex. ...