Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U/jrbogart/create reorg #120

Merged
merged 12 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion skycatalogs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from ._version import __version__

from .skyCatalogs import *
from .catalog_creator import *
from .main_catalog_creator import *
from .flux_catalog_creator import *
2 changes: 1 addition & 1 deletion skycatalogs/data/cfg_templates/sso_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ area_partition:
data_file_type: parquet
file_template: sso_(?P<healpix>\d+).parquet
flux_file_template: sso_flux_(?P<healpix>\d+).parquet
sed_model: dbfile_angstrom_flambda
sed_model: file_angstrom_flambda
Loading