Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
afaisst committed Jun 14, 2024
1 parent 12f839e commit f19a433
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spectroscopy/spectra_generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ This archive includes spectra taken by
```python
%%time
## Get Spectra for HST
df_spec_HST = HST_get_spec(sample_table , search_radius_arcsec = 0.5, datadir = "./data/", verbose = True)
df_spec_HST = HST_get_spec(sample_table , search_radius_arcsec = 0.5, datadir = "./data/", verbose = False)
df_spec.append(df_spec_HST)
```

Expand All @@ -243,10 +243,6 @@ df_jwst = JWST_get_spec(sample_table , search_radius_arcsec = 0.5, datadir = "./
df_spec.append(df_jwst)
```

```python
df_spec.data
```

### 2.3 SDSS Archive

This includes SDSS spectra.
Expand Down

0 comments on commit f19a433

Please sign in to comment.