Using CssiSpaceWeatherData
Hi, I'm trying to implement an atmosphere model that uses CSSI Space Weather data but when I end up with this error:
E orekit.JavaError: <super: <class 'JavaError'>, > E Java stacktrace: E org.orekit.errors.OrekitIllegalArgumentException: too small number of cached neighbors: 0 (must be at least 2) E at org.orekit.utils.ImmutableTimeStampedCache.(ImmutableTimeStampedCache.java:89) E at org.orekit.models.earth.atmosphere.data.CssiSpaceWeatherData.(CssiSpaceWeatherData.java:112) E at org.orekit.models.earth.atmosphere.data.CssiSpaceWeatherData.(CssiSpaceWeatherData.java:94)
I tried making my own dataloader by implementing the NRLMSISE00InputParameters interface. So it doesn't seem to be a problem with the data. Is there any info on how to utilize the CssiSpaceWeatherData function?