Skip to content

Commit

Permalink
SkyMapper photometric catalog implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Mar 27, 2018
1 parent 8f58063 commit 634f52d
Show file tree
Hide file tree
Showing 4 changed files with 538 additions and 533 deletions.
9 changes: 5 additions & 4 deletions _pp_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def setup_diagnostics():
return (dataroot, diagroot, index_filename,
reg_filename, cal_filename, res_filename)


# suppress runtime and astropy warnings
warnings.simplefilter(action="ignore", category=RuntimeWarning)
warnings.filterwarnings('ignore', category=wcs.FITSFixedWarning)
Expand Down Expand Up @@ -119,7 +120,7 @@ def setup_diagnostics():

# list of available catalogs
allcatalogs = ['URAT-1', '2MASS', 'SDSS-R9', 'SDSS-R13', 'APASS9', 'GAIA',
'PANSTARRS', 'TGAS']
'PANSTARRS', 'TGAS', 'SkyMapper']

# catalog magnitude systems
allcatalogs_magsys = {'URAT-1': 'Vega',
Expand All @@ -129,7 +130,8 @@ def setup_diagnostics():
'APASS9': 'Vega',
'GAIA': 'Vega',
'PANSTARRS': 'AB',
'TGAS': 'Vega'}
'TGAS': 'Vega',
'SkyMapper': 'AB'}

# ---- pipeline preferences
# (if you don't know what you're doing, better don't mess around here)
Expand Down Expand Up @@ -170,5 +172,4 @@ def setup_diagnostics():

# photometry flavor ['APER', 'ISOCOR', 'AUTO']
photmode = 'APER'
## don't change this unless you understand what you are doing

# don't change this unless you understand what you are doing

0 comments on commit 634f52d

Please sign in to comment.