Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

R_polar_jupiter constant wrong value #837

@jorgepiloto

Description

@jorgepiloto

🐞 Problem

Just found a small error in the R_polar_jupiter constant from the poliastro.constants.general module. Value should be 6.6854e7 and not 6.6854.

The following code should solve the problem:

R_polar_jupiter = Constant(                                                     
    "R_polar_jupiter",                                                          
     "Jupiter polar radius",                                                     
     6.6854e7,                                                                     
     "m",                                                                        
     10000,                                                                      
     "IAU Working Group on Cartographic Coordinates and Rotational Elements: 2009",
     system="si",                                                                
 )

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions