Fix MDX parse error: escape angle bracket in polar regions text
This commit is contained in:
parent
cc30fc2b21
commit
a152e392bb
@ -270,7 +270,7 @@ Objects near 0h (e.g., in Pisces/Aquarius) and objects near 24h are correctly id
|
||||
|
||||
### Polar Regions
|
||||
|
||||
Near the celestial poles (Dec approaching +/-90 degrees), RA becomes degenerate — a small patch of sky spans a wide RA range. Bounding boxes for polar objects may cover the full RA circle. This does not affect **correctness** (the Vincenty formula handles pole convergence naturally) but can degrade **index selectivity** for dense polar catalogs. For typical sky catalogs (<10,000 objects), the effect is negligible.
|
||||
Near the celestial poles (Dec approaching +/-90 degrees), RA becomes degenerate — a small patch of sky spans a wide RA range. Bounding boxes for polar objects may cover the full RA circle. This does not affect **correctness** (the Vincenty formula handles pole convergence naturally) but can degrade **index selectivity** for dense polar catalogs. For typical sky catalogs (fewer than 10,000 objects), the effect is negligible.
|
||||
|
||||
### Design Notes
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user