mommermi / photometrypipeline

automated photometry pipeline for small to medium-sized observatories
GNU General Public License v3.0
62 stars 26 forks source link

Dr13 #26

Closed boada closed 7 years ago

boada commented 7 years ago

Added a call to query sdss dr13 for the fiber (aperture) magnitudes. This could replace the dr9 call, because all of the data in dr9 is in dr13 and we have access to all of the different magnitudes provided by sloan. I agree that we should add a flag to the telescopes.py to specify which type of magnitude to use from sloan. This can be done by selecting the appropriate name starting on Line 519

I also cleaned up a little of the whitespace that my style editor automatically flags. :+1:

mommermi commented 7 years ago

Excellent, thanks, Steven!