feat(skychart): add SH2, LBN, vdB, HCG, and Abell PNe DSO catalogs#7
Merged
giancarloerra merged 1 commit intomainfrom Mar 15, 2026
Merged
feat(skychart): add SH2, LBN, vdB, HCG, and Abell PNe DSO catalogs#7giancarloerra merged 1 commit intomainfrom
giancarloerra merged 1 commit intomainfrom
Conversation
Add five new deep-sky-object catalogs sourced from VizieR/CDS: - SH2 (Sharpless HII regions) — 313 objects - LBN (Lynds Bright Nebulae) — 329 objects - vdB (van den Bergh reflection nebulae) — 158 objects - HCG (Hickson Compact Groups) — 100 objects - Abell PNe (Abell planetary nebulae) — 72 objects Plus additional LDN/B (Lynds Dark + Barnard) entries (186 objects). Changes: - New data file: catalogs_extra.json (1,158 objects), merged at load time - Catalog detection (getDSOCatalogs) and label extraction (getDSOLabel) - UI checkboxes for each new catalog with state persistence - Catalogs without magnitude data (Abell, HCG, LBN, SH2) bypass the magnitude slider and unknown-magnitude toggle automatically - Hint text under the unknown-magnitude checkbox explaining the bypass - README updated with VizieR attribution, new screenshots, tech credits - fetch_catalogs.py script for reproducible catalog fetching from VizieR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds five new deep-sky-object catalogs to the sky chart, sourced from
VizieR/CDS and bundled in
catalogs_extra.json(1,158 objects total).Changes
Sky Chart (
public/skychart.html)catalogs_extra.jsonalongsidedsos.14.jsongetDSOCatalogs) and label extraction (getDSOLabel)for all five new catalogs
magnitude data (96–100% null) — objects from these catalogs bypass the
magnitude slider and unknown-magnitude toggle automatically
Data
public/data/celestial/catalogs_extra.json— 1,158 extra DSO featuresscripts/fetch_catalogs.py— reproducible VizieR fetch scriptDocumentation (
README.md)