We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some AMDA parameters, like Juno/JADE&JEDI ones, require additional arguments (for example "Look Direction") to be usable by AMDA.
Unfortunately, it is currently not possible to define this additional argument in speasy.
This code returns an empty NoneType object
speasy.amda.get_parameter("jade_l5e180_def", startTime, endTime)
The possibility to retrieve data for these parameters in speasy by setting additional arguments values
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Some AMDA parameters, like Juno/JADE&JEDI ones, require additional arguments (for example "Look Direction") to be usable by AMDA.
Unfortunately, it is currently not possible to define this additional argument in speasy.
This code returns an empty NoneType object
What I Did
The possibility to retrieve data for these parameters in speasy by setting additional arguments values
The text was updated successfully, but these errors were encountered: