Skip to content

sdss/sdssdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ede881 · Apr 15, 2025
Sep 3, 2024
Dec 22, 2020
Sep 3, 2024
Dec 10, 2018
Dec 10, 2019
Apr 15, 2025
Apr 15, 2025
Sep 3, 2024
Aug 9, 2024
May 29, 2020
Mar 19, 2025
Sep 3, 2024
Jun 6, 2018
Sep 3, 2024
Mar 19, 2025
Dec 5, 2023

Repository files navigation

sdssdb

Versions Documentation Status Test

SDSS product for database management.

sdssdb is in active development. Although the code is stable and can be used for production, the implementation of existing features may be changed without previous notice. This will change when we reach version 1.0.0.

Useful links

How to use

    >>> from sdssdb.peewee.sdss5db import catalogdb
    >>> targets = catalogdb.GaiaDR2Source.select().where(catalogdb.GaiaDR2Source.phot_g_mean_mag < 15)