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/remove sncosmo #105

Merged
merged 5 commits into from
Jun 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
11 changes: 1 addition & 10 deletions cfg/object_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object_types :
internal_extinction: CCM
MW_extinction: F19
spatial_model: knots

star:
file_template: 'pointsource_(?P<healpix>\d+).parquet'
flux_file_template: 'pointsource_flux_(?P<healpix>\d+).parquet'
Expand All @@ -77,15 +77,6 @@ object_types :
sed_file_root_env_var: SIMS_SED_LIBRARY_DIR
MW_extinction: F19
internal_extinction: None
sncosmo:
file_template: 'pointsource_(?P<healpix>\d+).parquet'
data_file_type: parquet
area_partition:
{ type: healpix, ordering: ring, nside: 32}

sed_model: sncosmo
MW_extinction: F19
internal_extinction: None
gaia_star:
data_file_type: butler_refcat
butler_parameters:
Expand Down
2 changes: 1 addition & 1 deletion etc/conda_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

stackvana>=0.2023.32
gitpython
sncosmo
# sncosmo
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies = [
'astropy',
'pyarrow',
'pandas',
'sncosmo',
]
requires-python = ">=3.7" # For setuptools >= 61.0 support

Expand Down
Loading