LSSTDESC / rail_base

Base classes for RAIL
MIT License
0 stars 1 forks source link

Remove the spectroscopic_selection.py in rail_base #89

Closed ztq1996 closed 3 months ago

ztq1996 commented 4 months ago

There are two spectroscopic_selection.py, one in rail_base, one in rail_astro_tools. We should remove one.

Based on that spectroscopic_selection.py might eventually need to import packages to convert color to each survey in it (instead of using the same definition as it is now. ), the safe bet is to keep the rail_astro_tools version, and drop the rail_base version.

So here are the steps:

  1. Move the latest version of spectroscopic_selection.py to rail_astro_tools
  2. Remove the version in rail_base