- Check NINA implementation for R^2 of the fit
- Show HFD and FWHM in the arcsec
- Make sure DEBUG is set to False in
settings.py - Install the requirements with
pip install -r requirements.txt
-
start the backend with
flask --app backend.app run -p 5678, and the frontend withnpm start -
Take an exposure with evora
-
Put the focuser positon in the textbox and send it the backend
2.1 The backend will fetch the image from evora
2.2 The backend will process the image and return the HFD and FWHM
-
Repeat step 1 and 2 while adjusting the focuser position
-
After you have more than 3 data points, fitted curve will be shown
-
Reset or refresh the page to start over