annayqho / TheCannon

a data-driven method for determining stellar parameters and abundances from stellar spectra
MIT License
39 stars 16 forks source link

Typo in find_continuum_pixels.py #50

Closed tingyuansen closed 8 years ago

tingyuansen commented 9 years ago

In find_continuum.py, I think

bad = np.logical_and ...

should read

bad = np.logical_or ...

One should take the union of the two "bad" criteria.