Skip to content

Add SDSS DECam Standard Star Catalog#15

Merged
Yong2Sheng merged 2 commits intodevelopfrom
enhance/SDSS_DECam_standard_stars
Feb 28, 2026
Merged

Add SDSS DECam Standard Star Catalog#15
Yong2Sheng merged 2 commits intodevelopfrom
enhance/SDSS_DECam_standard_stars

Conversation

@Yong2Sheng
Copy link
Copy Markdown
Owner

Summary

  1. Add the tutorial notebook for SDSS DECam Standard Star Catalog
  2. Write the catalog source webpage address to the table attributes.
  3. If ra_err and dec_err are missing in the original text file, the code will create these two missing columns with NaN values:
for chunk in pbar_chunks:
    n = len(chunk)

    if "ra_err" not in chunk.columns:
        chunk["ra_err"] = np.full(n, np.nan, dtype=np.float32)

    if "dec_err" not in chunk.columns:
        chunk["dec_err"] = np.full(n, np.nan, dtype=np.float32)

    yield file, chunk

@Yong2Sheng Yong2Sheng merged commit 7533518 into develop Feb 28, 2026
4 checks passed
@Yong2Sheng Yong2Sheng deleted the enhance/SDSS_DECam_standard_stars branch February 28, 2026 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant