Skip to content

Commit

Permalink
Merge pull request #105 from LSSTDESC/u/jrbogart/remove_sncosmo
Browse files Browse the repository at this point in the history
U/jrbogart/remove sncosmo
  • Loading branch information
JoanneBogart committed Jun 18, 2024
2 parents 4194896 + 9d911db commit 8fbf071
Show file tree
Hide file tree
Showing 14 changed files with 135 additions and 450 deletions.
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

0 comments on commit 8fbf071

Please sign in to comment.