1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
# This file contains the default settings for the SkyView Java application.
# These settings may be overriden by the user.
# Default image values
# Note that the equinox in the coordinates field
# takes precedence over a separate equinox, so
# we shouldn't use a default coordinate system with an equinox.
coordinates=J
equinox=2000
projection=Tan
equinox=2000
sampler=Default
pixels=300
# Name resolver[s] to be used
resolver=NED-SIMBAD
# Output image information
output=output
# Document locations
xmlroot=$SKYVIEW_XMLROOT
SurveyManifest=surveys/survey.manifest
SurveyFinder=skyview.survey.XMLSurveyFinder
# Classes that might need to see the settings before processing begins
SettingsUpdaters=BatchCompatibility,SettingsFixer,skyview.request.ToastGridder
# Postprocessors that should only be called in the final stages of a primary image.
# E.g., should NOT be called when getting a contour image.
FinalPostProcessor=skyview.ij.IJProcessor,skyview.data.BoxSmoother,skyview.vo.CatalogPostProcessor
# URLs
UrlLocalHelp=https://skyview.gsfc.nasa.gov/help/help.html
Url.NED=http://nedwww.ipac.caltech.edu/cgi-bin/nph-NEDobjsearch?search_type=Near+Position+Search&of=xml_main&
Url.SIMBAD=http://simbad.u-strasbg.fr/simbad-conesearch.pl?
Url.VizierBase=http://vizier.u-strasbg.fr/viz-bin/votable/-dtd/-A?-out.add=_RAJ2000,_DEJ2000&-source=
Url.HeasarcBase=https://heasarc.gsfc.nasa.gov/xamin/vo/cone?showoffsets=1&sortvar=_offset&table=
SIABase=https://skyview.gsfc.nasa.gov/cgi-bin/images?
SIA_Header=./sia.header
# Location of survey files (starting with 3.2.0 these are no longer in Jar file)
XMLURLPREFIX=https://skyview.gsfc.nasa.gov/current/jar/
DFT_CACHE=./skycache/
# Starting with Version 3, the version is specified in the settings file.
Version=3.4.2
|