Closed bjfultn closed 7 years ago
Provide a few spectra so Jay can debug further.
@JeffValenti will write a Python-based rdsk reader in order to detect low SNR spectra before putting them into an obslist.
Added SNR checker into iGrand low SNR observations are now being excluded.
The mysterious
grand
crashes are caused by very low SNR observations. It is getting stuck in this part of the code within thefind_rati_bar
subroutine:hitting this
goto 1
statement every time, creating an infinite loop.The values of
rmax
, andsig
at this point are 0.0, and -19.4968 respectively. Perhaps we should limit sig to be >= 0?