Add Geocentric Solar Ecliptic (GSE) frame
See original GitHub issue🎯 Goal
Produce plots like this:
And this:
https://twitter.com/planet4589/status/910720207701897221
💡 Possible solutions
Perhaps it’s similar to this one, or even exactly this one! http://docs.astropy.org/en/stable/api/astropy.coordinates.GeocentricTrueEcliptic.html
📋 Steps to solve the problem
- Comment below about what you’ve started working on.
- Add, commit, push your changes
- Submit a pull request and add this in comments -
Addresses #<put issue number here>
- Ask for a review in comments section of pull request
- Celebrate your contribution to this project 🎉
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Add new coordinate frames: HEE and GSE referenced to J2000
Add new coordinate frames: HEE and GSE referenced to J2000 #4893 ; coordinates Affects the coordinates submodule ; Effort Medium Requires a ...
Read more >PDFs of the Geocentric Solar Ecliptic (GSE) coordinate system ...
PDFs of the Geocentric Solar Ecliptic (GSE) coordinate system x -component magnetic field increment, using a 96 s separation, normalized by the 12...
Read more >GeocentricSolarEcliptic — SunPy 4.1.0 documentation
A coordinate or frame in the Geocentric Solar Ecliptic (GSE) system. The origin is the center of the Earth. The X-axis (0 degrees...
Read more >Geophysical Coordinate Transformations - JSOC/Stanford
The geocentric solar ecliptic system (GSE) has its X-axis pointing from the Earth towards the Sun and its Y-axis is chosen to be...
Read more >Reference Frames - NAIF
Among these frames are: -- inertial frames such as Earth mean equator and equinox of J2000 frame ('J2000'), Mean ecliptic and equinox of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Check out https://github.com/poliastro/poliastro/blob/master/src/poliastro/frames.py
While,
GeocentricTrueEcliptic
says:I don’t think that’s the same 😕