At time of writing, there are two viable options for creating an HTML file to display the SWFO-L1 radiation monitor values with the STIS instrument.
- Jinja Template and 5-minute running python script.
- Javascript in HTML fetching a smaller data set formatted in the data fetch script.
In terms of using the Javascript approach, one convenient way to format the smaller data set for the webpage would be to write the data table usign the 'pandas.json' format built into astropy.
At time of writing, there are two viable options for creating an HTML file to display the SWFO-L1 radiation monitor values with the STIS instrument.
In terms of using the Javascript approach, one convenient way to format the smaller data set for the webpage would be to write the data table usign the 'pandas.json' format built into astropy.