Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Nov 17, 2023
1 parent 90b1e5b commit b53f5f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion measure_extinction/merge_obsspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,4 @@ def merge_miri_ifu_obsspec(obstables, output_resolution=3000):
"""
wave_range = [4.8, 29.0] * u.micron
otable = merge_gen_obsspec(obstables, wave_range, output_resolution=output_resolution)
return otable
return otable
2 changes: 1 addition & 1 deletion measure_extinction/utils/make_all_tlusty_obsdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def decode_params(filename):


if __name__ == "__main__":
tlusty_models = glob.glob("/home/kgordon/Python/extstar_data/Models/Tlusty_2022/*v5.spec.gz")
tlusty_models = glob.glob("/home/kgordon/Python/extstar_data/Models/Tlusty_2023/*v5.spec.gz")

for cfname in tlusty_models:
# parse the filename to get the model parameters
Expand Down
2 changes: 1 addition & 1 deletion measure_extinction/utils/make_obsdata_from_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def make_obsdata_from_model(


if __name__ == "__main__":
mname = "/home/kgordon/Python/extstar_data/Models/Tlusty_2022/z050t23000g250v2.spec.gz"
mname = "/home/kgordon/Python/extstar_data/Models/Tlusty_2023/z050t23000g250v2.spec.gz"
model_params = {}
model_params["origin"] = "tlusty"
model_params["Teff"] = 23000.0
Expand Down

0 comments on commit b53f5f4

Please sign in to comment.