AstroProjection
is an option of AstroGraphics that specifies the cartographic projection to use for the map.
Details
- In an AstroGraphics map of the sky, the option AstroReferenceFrame selects the orientation and location of the axes defining spherical coordinates. The option AstroProjection then selects how those coordinates are projected onto a 2D plane.
- AstroProjection can use any projection "proj" or {"proj",params}, where "proj" is any of the entities of GeoProjectionData and params are parameter rules like "StandardParallels"{33,60}. GeoProjectionData["proj"] gives the default values of the parameters for the projection "proj".
- AstroGraphics[…,AstroProjectionAutomatic] chooses a projection automatically. It will be "Stereographic" for small or intermediate scales, while the choice for large scales will depend on the astro reference frame being used.
- AbsoluteOptions can be used to give explicit projection information for a map built with AstroProjection having Automatic value in input.
Examples
open allclose allBasic Examples (3)
AstroGraphics uses by default a stereographic projection for maps of small and intermediate scales:
Maps of the whole sky in equatorial coordinates are shown by default in the equirectangular projection:
Maps of the whole sky in galactic coordinates are shown by default in the Mollweide projection:
Text
Wolfram Research (2022), AstroProjection, Wolfram Language function, https://reference.wolfram.com/language/ref/AstroProjection.html.
CMS
Wolfram Language. 2022. "AstroProjection." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AstroProjection.html.
APA
Wolfram Language. (2022). AstroProjection. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AstroProjection.html