jobovy / apogee

Tools for dealing with APOGEE data
BSD 3-Clause "New" or "Revised" License
43 stars 25 forks source link

Fixing the bug in mainIndx that allowed non-main survey targets in #65

Closed jmackereth closed 3 years ago

jmackereth commented 3 years ago

This fixes the bug in the boolean operations that selected the main sample. The issue was that all stars in an 'apogee2' type field were being allowed through due to a typo in the boolean operations. This should also fix #64, I believe.