Skip to content

Commit

Permalink
added mag column to SDSS-R9
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Aug 15, 2019
1 parent b4694fc commit 689a324
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@ def download_catalog(self, ra_deg, dec_deg, rad_deg,
self.data['umag'] -= 0.04
self.data['zmag'] += 0.02

self.data['mag'] = self.data['rmag'] # use rmag for astrometry

elif self.catalogname == 'SDSS-R13':
try:
self.data = SDSS.query_region(
Expand Down

0 comments on commit 689a324

Please sign in to comment.