Skip to content

Commit

Permalink
minor update to ARC35ARCTIC
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Jul 27, 2018
1 parent df864f6 commit 17156e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup/arc35arctic.scamp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ CENTROIDERR_KEYS ERRAWIN_IMAGE,ERRBWIN_IMAGE,ERRTHETAWIN_IMAGE
# Cat. params for centroid err ellipse
DISTORT_KEYS XWIN_IMAGE,YWIN_IMAGE # Cat. parameters or FITS keywords
DISTORT_GROUPS 1,1 # Polynom group for each context key
DISTORT_DEGREES 2 # Polynom degree for each group
DISTORT_DEGREES 3 # Polynom degree for each group
FOCDISTORT_DEGREE 1 # Polynom degree for focal plane coords
ASTREF_WEIGHT 1.0 # Relative weight of ref.astrom.cat.
ASTRACCURACY_TYPE SIGMA-ARCSEC # SIGMA-PIXEL, SIGMA-ARCSEC,
Expand Down
6 changes: 3 additions & 3 deletions setup/telescopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@
'object': 'OBJNAME', # object name keyword
'filter': 'FILTER', # filter keyword
'filter_translations': {'SDSS U': 'u', 'SDSS G': 'g', 'SDSS R': 'r',
'SDSS I': 'i', 'SDSS Z': 'z'},
'SDSS I': 'i', 'SDSS Z': 'z', 'clear': None},
# filtername translation dictionary
'exptime': 'EXPTIME', # exposure time keyword (s)
'airmass': 'AIRMASS', # airmass keyword


# source extractor settings
'source_minarea': 10, # default sextractor source minimum N_pixels
'source_minarea': 12, # default sextractor source minimum N_pixels
'source_snr': 3, # default sextractor source snr for registration
'aprad_default': 4, # default aperture radius in px
'aprad_range': [2, 10], # [minimum, maximum] aperture radius (px)
Expand All @@ -221,7 +221,7 @@
# swarp settings
'copy_keywords': ('OBSERVAT,INSTRUME,FILTER,EXPTIME,OBJNAME,' +
'DATE-OBS,RA,DEC,AIRMASS,SECPIX,TEL_KEYW'),
# keywords to be copied in image
# keywords to be copied in image
# combination using swarp
'swarp-config-file': rootpath+'/setup/arc35arctic.swarp',

Expand Down

0 comments on commit 17156e8

Please sign in to comment.