docs(plans): add Milliquas quasar catalog implementation plan#172
Merged
Conversation
Adds the TDD execution plan for integrating the Milliquas v8 quasar catalogue (Flesch 2023, ~880k spec-z sources) as a new top-level survey alongside SDSS, 2MRS, GLADE, and Famous. Scope locked in by the design grill earlier in the session: - Spec-z subset only (exclude 0.1-rounded photometric candidates) - Reuse existing 64-byte GalaxyCatalog binary format with the galaxy-specific morphology slots zeroed; rationale documented in the parser docblock the plan calls for - Tiered (small / medium / large) by apparent magnitude - Default visibility OFF in SettingsPanel - No cross-matching against GLADE/2MRS for v1 (AGN core ↔ host galaxy are physically distinct entities) - Source code allocated append-only per sources.ts convention - Citation: Flesch 2023, OJAp 6, 49 Seven phases, eleven tasks. Ready for subagent-driven execution when the queue gets to it. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
skymap | 0ee87b4 | Commit Preview URL Branch Preview URL |
May 20 2026, 12:04 AM |
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 the TDD implementation plan for Milliquas v8 (Flesch 2023, ~880k spec-z quasars + AGN) as a new top-level survey alongside SDSS, 2MRS, GLADE, and Famous.
No code changes — just the plan document. Execution would happen in a follow-up PR via subagent-driven-development against this plan.
Design decisions locked in (from the grill session earlier today)
GalaxyCatalogv4, with morphology-specific slots zeroed (axisRatio, PA, diameter, vMaxWeight, schechterRatio, angularDensityWeight). The plan's parser-task docstring carries the rationale: point-source AGN don't have galaxy morphology, and the wasted bytes gzip away on R2 anyway.sources.tsper its documented convention (left for the implementer to pick at task time so they read the current state of the file).Plan shape
Reviewer notes
Take a particular look at:
Test plan