AstroProjection

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 all

Basic 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:

Use another azimuthal projection instead:

Scope  (2)

Perform projections with default or automatic parameters:

Find out which projection was used:

Specify your own projection and parameters:

Wolfram Research (2022), AstroProjection, Wolfram Language function, https://reference.wolfram.com/language/ref/AstroProjection.html.

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

BibTeX

@misc{reference.wolfram_2023_astroprojection, author="Wolfram Research", title="{AstroProjection}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/AstroProjection.html}", note=[Accessed: 29-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_astroprojection, organization={Wolfram Research}, title={AstroProjection}, year={2022}, url={https://reference.wolfram.com/language/ref/AstroProjection.html}, note=[Accessed: 29-March-2024 ]}