sot / starcheck

BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Remove old ok-no-starcat stuff #367

Closed jeanconn closed 3 years ago

jeanconn commented 3 years ago

Description

Remove old ok-no-starcat stuff

This code was meant for SIR ERs or dark cals, and isn't working on modern undercovers and other anyway. Might as well just get a bunch of red warnings on an undercover etc and remove the cruft.

Testing

Fixes #

taldcroft commented 3 years ago

I haven't looked at the code changes in detail, but I'm a little worried on principle. It sounds like this is going to introduce spurious red warnings where the code is currently suppressing them? Maybe I have that wrong, but I hope we can (to the extent practical) avoid issuing red warnings that we "just know" to ignore.

jeanconn commented 3 years ago

Not quite. The code is already issuing somewhat spurious red warnings (on the 62??? part of an undercover). This code supported a special set of OFLSids we no longer use to stop red warnings on SIR (IIRC) and dark cals.

If we wanted to try to cut the red warnings from undercovers and gyro holds based on OFLSid, we could extend this code, but in general, I think it was and is a bad idea to use the oflsids this way.