Skip to content

Commit

Permalink
fixed SOARGOODMAN catalog priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Dec 4, 2018
1 parent 30f5b3d commit ec68834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/telescopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@

# default catalog settings
'astrometry_catalogs': ['GAIA'],
'photometry_catalogs': ['SDSS-R9', 'APASS9', 'PANSTARRS', '2MASS']
'photometry_catalogs': ['PANSTARRS', 'SkyMapper', 'SDSS-R9']
}

# SOAR, Goodman [new] (imager)
Expand Down Expand Up @@ -1398,7 +1398,7 @@

# default catalog settings
'astrometry_catalogs': ['GAIA'],
'photometry_catalogs': ['SDSS-R9', 'PANSTARRS', 'APASS9']
'photometry_catalogs': ['PANSTARRS', 'SkyMapper', 'SDSS-R9']
}


Expand Down

0 comments on commit ec68834

Please sign in to comment.