You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After event data is collected, the system invokes the python script "convertFITS.py". This script also has dependencies on 'numpy' as well as 'astropy'. Code should be developed to check these settings and allow the user to install them during runtime if needed.
The text was updated successfully, but these errors were encountered:
Yes! you can look up how I open .csv files using the command prompt to see how shell scripting is done.
You can do this check when the program starts up.
Also you can show a window prompt to the user stating that 'numpy or astropy is not installed so the fits file will not be generated'.
After event data is collected, the system invokes the python script "convertFITS.py". This script also has dependencies on 'numpy' as well as 'astropy'. Code should be developed to check these settings and allow the user to install them during runtime if needed.
The text was updated successfully, but these errors were encountered: