Skip to content

Commit

Permalink
Merge pull request #120 from LSSTDESC/u/jrbogart/create_reorg
Browse files Browse the repository at this point in the history
U/jrbogart/create reorg
  • Loading branch information
JoanneBogart authored Sep 18, 2024
2 parents a74e265 + 7221492 commit 30380be
Show file tree
Hide file tree
Showing 14 changed files with 373,221 additions and 798 deletions.
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

0 comments on commit 30380be

Please sign in to comment.