Skip to content

Commit e9e4aa8

Browse files
committed
Generated README from notebook.
1 parent 4ac7975 commit e9e4aa8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Now let's do some method calls as we would for a `pysynphot.ArraySpectrum` objec
3939

4040
```python
4141
# Sample each spectrum at the given wavelength
42-
sampled_spectra = toy2D.sample(12345)
42+
sampled_spectra = toy2D.sample(6789)
4343
print('Samples:',sampled_spectra)
4444
```
4545

46-
Samples: [ 19. 39. 59. 79. 99.]
46+
Samples: [ 13.24775 33.24775 53.24775 73.24775 93.24775]
4747

4848

4949

0 commit comments

Comments
 (0)