Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O Orekit Python Wrapper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Orekit Labs
  • Orekit Python Wrapper
  • Issues
  • #431

Closed
Open
Created Sep 03, 2020 by Felix Portillo@felix_portillo

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?

Assignee
Assign to
Time tracking