Open Issues Need Help
View All on GitHubAI Summary: Refactor the `create_radiation_summary.py` script to decouple the aggregation of data from different space weather radiation monitoring sources. The goal is to create independent datasets for each source, improving the handling of updates and allowing for more robust and flexible data management. This involves redesigning the data structure and potentially modifying the data processing logic to handle partial updates gracefully.
AI Summary: Create a JSON file within the EPHEM directory containing essential ephemeris data, specifically the start time of the current orbit. This data will be used by other Space Weather scripts to avoid processing the entire ephemeris file for this single piece of information, improving efficiency. The JSON file should be easily parsable by Python scripts.