The Radiation summary page consults the /proj/sot/acis/FLU-MON/FPHIST-2001.dat file in order to determine which instrument is in the focal plane at a given time, and thereby uses this information to infer attenuation factors for orbital / projected fluence. However, this dataset is originally a text file, meaning there is no schema verification for the input data.
As such, errors in the file itself, like below...
2025:315:06:14:48.850 ACIS-I 30161
2025:315:10:12:54.787 ACIS-S 29631
2025:315:10:58:50.000 HRC-S 30162
9999:999:99:99:99.999 HRC-S 30162
will cause the summary script to error. It would be more worthwhile to source this Focal Plane instrument information from a schema verified source.
The Radiation summary page consults the
/proj/sot/acis/FLU-MON/FPHIST-2001.datfile in order to determine which instrument is in the focal plane at a given time, and thereby uses this information to infer attenuation factors for orbital / projected fluence. However, this dataset is originally a text file, meaning there is no schema verification for the input data.As such, errors in the file itself, like below...
will cause the summary script to error. It would be more worthwhile to source this Focal Plane instrument information from a schema verified source.