-
Notifications
You must be signed in to change notification settings - Fork 8
Requirements & Installations
Sulekha Kishore edited this page Jul 11, 2022
·
2 revisions
Sextractor
- Download the source code from the Sextractor repo
- Follow the instructions at https://sextractor.readthedocs.io/en/latest/Installing.html
- It will ask you to install all sorts of weird libraries that may or may not be compatible with your device. The configure that worked best for me is without the atlas directories but by using the openblas files instead
./configure --enable-openblas --with-atlas-libdir=/usr/local/opt --with-atlas-incdir=/usr/local/opt/openblas/include
Instructions for running the focusloop:
- Download all images to a data directory
- Download the log file (should be in the format of log_20210625.csv)
- Run
python fix_headers.py --d <data_dir_path> --l
- Run
python focusLoop.py --d <data_dir_path> --plot
This will go through all files in the data directory to check for files that are "focus" files and do the analysis on them, and plot the results in a file named "focusloop.pdf'