desihub / desisurvey

Code for desi survey planning and implementation
BSD 3-Clause "New" or "Revised" License
2 stars 7 forks source link

use uppercase column names #56

Closed sbailey closed 7 years ago

sbailey commented 7 years ago

Originally from desihub/surveysim#45 but bringing over here since it goes with files generated by desisurvey:

If I read the progress_* files with Table.read() I get the columns in lower case but I need them in upper case to easily process the data through quicksurvey. Is it easy to solve that astropy or could this instead be fixed here in surveysim?

sbailey commented 7 years ago

Fixed for the exposures table in PR #67. That is the primary external product sent downstream, so let's call this good enough for now and close this.