diff --git a/.gitignore b/.gitignore index 5f81115..bf9c3d8 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,18 @@ pyproject.toml # mypy .mypy_cache/ + +# Excel temporary files +.~lock* + +# JSON files generated from buyer's guide to eyepieces +eyepiece_buyers_guide_fixed.json +eyepiece_buyers_guide_zoom.json + +# Ignore a bunch of node crap needed to run eslint :/ +.editorconfig +.pnp.cjs +.pnp.loader.mjs +.yarn/ +package.json +yarn.lock diff --git a/requirements.txt b/requirements.txt index 7063ccb..ed536da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ gitpython myst-parser +openpyxl pandas pre-commit pydata-sphinx-theme diff --git a/src/Makefile b/src/Makefile index 0185c55..ec901be 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= -W +SPHINXOPTS ?= -W -j auto SPHINXBUILD ?= sphinx-build SOURCEDIR = . BUILDDIR = _build diff --git a/src/_static/css/custom.css b/src/_static/css/custom.css index 24f9c4f..5a7b0de 100644 --- a/src/_static/css/custom.css +++ b/src/_static/css/custom.css @@ -88,8 +88,3 @@ label.modal-checkbox-label:hover { article.bd-article { height: 100%; } -article.bd-article > section { - height: 100%; - display: flex; - flex-direction: column; -} diff --git a/src/_static/css/splash.css b/src/_static/css/splash.css index 84807b9..fbe1965 100644 --- a/src/_static/css/splash.css +++ b/src/_static/css/splash.css @@ -74,3 +74,9 @@ font-weight: bold; font-size: 2em; } + +article.bd-article > section { + height: 100%; + display: flex; + flex-direction: column; +} diff --git a/src/_static/css/tabulator_styles.css b/src/_static/css/tabulator_styles.css new file mode 100644 index 0000000..a9755fa --- /dev/null +++ b/src/_static/css/tabulator_styles.css @@ -0,0 +1,1496 @@ +.tabulator { + position: relative; + border: 1px solid #999; + background-color: #fff; + font-size: 14px; + text-align: left; + overflow: hidden; + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + -ms-transform: translateZ(0); + -o-transform: translateZ(0); + transform: translateZ(0); +} + +.tabulator[tabulator-layout='fitDataFill'] + .tabulator-tableholder + .tabulator-table { + min-width: 100%; +} + +.tabulator[tabulator-layout='fitDataTable'] { + display: inline-block; +} + +.tabulator.tabulator-block-select { + user-select: none; +} + +.tabulator .tabulator-header { + position: relative; + box-sizing: border-box; + width: 100%; + border-bottom: 1px solid #999; + background-color: #fff; + color: #555; + font-weight: bold; + white-space: nowrap; + overflow: hidden; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; +} + +.tabulator .tabulator-header.tabulator-header-hidden { + display: none; +} + +.tabulator .tabulator-header .tabulator-header-contents { + position: relative; + overflow: hidden; +} + +.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers { + display: inline-block; +} + +.tabulator .tabulator-header .tabulator-col { + display: inline-flex; + position: relative; + box-sizing: border-box; + flex-direction: column; + justify-content: flex-start; + border-right: 1px solid #ddd; + background: #fff; + text-align: left; + vertical-align: bottom; + overflow: hidden; +} + +.tabulator .tabulator-header .tabulator-col.tabulator-moving { + position: absolute; + border: 1px solid #999; + background: #e6e6e6; + pointer-events: none; +} + +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { + box-sizing: border-box; + position: relative; + padding: 4px; +} + +.tabulator + .tabulator-header + .tabulator-col + .tabulator-col-content + .tabulator-header-popup-button { + padding: 0 8px; +} + +.tabulator + .tabulator-header + .tabulator-col + .tabulator-col-content + .tabulator-header-popup-button:hover { + cursor: pointer; + opacity: 0.6; +} + +.tabulator + .tabulator-header + .tabulator-col + .tabulator-col-content + .tabulator-col-title-holder { + position: relative; +} + +.tabulator + .tabulator-header + .tabulator-col + .tabulator-col-content + .tabulator-col-title { + box-sizing: border-box; + width: 100%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: bottom; +} + +.tabulator + .tabulator-header + .tabulator-col + .tabulator-col-content + .tabulator-col-title.tabulator-col-title-wrap { + white-space: normal; + text-overflow: initial; +} + +.tabulator + .tabulator-header + .tabulator-col + .tabulator-col-content + .tabulator-col-title + .tabulator-title-editor { + box-sizing: border-box; + width: 100%; + border: 1px solid #999; + padding: 1px; + background: #fff; +} + +.tabulator + .tabulator-header + .tabulator-col + .tabulator-col-content + .tabulator-col-title + .tabulator-header-popup-button + + .tabulator-title-editor { + width: calc(100% - 22px); +} + +.tabulator + .tabulator-header + .tabulator-col + .tabulator-col-content + .tabulator-col-sorter { + display: flex; + align-items: center; + position: absolute; + top: 0; + bottom: 0; + right: 4px; +} + +.tabulator + .tabulator-header + .tabulator-col + .tabulator-col-content + .tabulator-col-sorter + .tabulator-arrow { + width: 0; + height: 0; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-bottom: 6px solid #bbb; +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-col-group + .tabulator-col-group-cols { + position: relative; + display: flex; + border-top: 1px solid #ddd; + overflow: hidden; + margin-right: -1px; +} + +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter { + position: relative; + box-sizing: border-box; + margin-top: 2px; + width: 100%; + text-align: center; +} + +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { + height: auto !important; +} + +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { + margin-top: 3px; +} + +.tabulator + .tabulator-header + .tabulator-col + .tabulator-header-filter + input::-ms-clear { + width: 0; + height: 0; +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-sortable + .tabulator-col-title { + padding-right: 25px; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator + .tabulator-header + .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover { + cursor: pointer; + background-color: #e6e6e6; + } +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-sortable[aria-sort='none'] + .tabulator-col-content + .tabulator-col-sorter { + color: #bbb; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator + .tabulator-header + .tabulator-col.tabulator-sortable[aria-sort='none'] + .tabulator-col-content + .tabulator-col-sorter.tabulator-col-sorter-element + .tabulator-arrow:hover { + cursor: pointer; + border-bottom: 6px solid #555; + } +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-sortable[aria-sort='none'] + .tabulator-col-content + .tabulator-col-sorter + .tabulator-arrow { + border-top: none; + border-bottom: 6px solid #bbb; +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-sortable[aria-sort='ascending'] + .tabulator-col-content + .tabulator-col-sorter { + color: #666; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator + .tabulator-header + .tabulator-col.tabulator-sortable[aria-sort='ascending'] + .tabulator-col-content + .tabulator-col-sorter.tabulator-col-sorter-element + .tabulator-arrow:hover { + cursor: pointer; + border-bottom: 6px solid #555; + } +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-sortable[aria-sort='ascending'] + .tabulator-col-content + .tabulator-col-sorter + .tabulator-arrow { + border-top: none; + border-bottom: 6px solid #666; +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-sortable[aria-sort='descending'] + .tabulator-col-content + .tabulator-col-sorter { + color: #666; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator + .tabulator-header + .tabulator-col.tabulator-sortable[aria-sort='descending'] + .tabulator-col-content + .tabulator-col-sorter.tabulator-col-sorter-element + .tabulator-arrow:hover { + cursor: pointer; + border-top: 6px solid #555; + } +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-sortable[aria-sort='descending'] + .tabulator-col-content + .tabulator-col-sorter + .tabulator-arrow { + border-bottom: none; + border-top: 6px solid #666; + color: #666; +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-col-vertical + .tabulator-col-content + .tabulator-col-title { + writing-mode: vertical-rl; + text-orientation: mixed; + display: flex; + align-items: center; + justify-content: center; +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip + .tabulator-col-title { + transform: rotate(180deg); +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-col-vertical.tabulator-sortable + .tabulator-col-title { + padding-right: 0; + padding-top: 20px; +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip + .tabulator-col-title { + padding-right: 0; + padding-bottom: 20px; +} + +.tabulator + .tabulator-header + .tabulator-col.tabulator-col-vertical.tabulator-sortable + .tabulator-col-sorter { + justify-content: center; + left: 0; + right: 0; + top: 4px; + bottom: auto; +} + +.tabulator .tabulator-header .tabulator-frozen { + position: sticky; + left: 0; + z-index: 11; +} + +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { + border-right: 2px solid #ddd; +} + +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { + border-left: 2px solid #ddd; +} + +.tabulator .tabulator-header .tabulator-calcs-holder { + box-sizing: border-box; + background: white !important; + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; +} + +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { + background: white !important; +} + +.tabulator + .tabulator-header + .tabulator-calcs-holder + .tabulator-row + .tabulator-col-resize-handle { + display: none; +} + +.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { + display: none; +} + +.tabulator .tabulator-tableholder { + position: relative; + width: 100%; + white-space: nowrap; + overflow: auto; + -webkit-overflow-scrolling: touch; +} + +.tabulator .tabulator-tableholder:focus { + outline: none; +} + +.tabulator .tabulator-tableholder .tabulator-placeholder { + box-sizing: border-box; + display: flex; + align-items: center; + justify-content: center; + width: 100%; +} + +.tabulator + .tabulator-tableholder + .tabulator-placeholder[tabulator-render-mode='virtual'] { + min-height: 100%; + min-width: 100%; +} + +.tabulator + .tabulator-tableholder + .tabulator-placeholder + .tabulator-placeholder-contents { + display: inline-block; + text-align: center; + padding: 10px; + color: #ccc; + font-weight: bold; + font-size: 20px; + white-space: normal; +} + +.tabulator .tabulator-tableholder .tabulator-table { + position: relative; + display: inline-block; + background-color: #fff; + white-space: nowrap; + overflow: visible; + color: #333; +} + +.tabulator + .tabulator-tableholder + .tabulator-table + .tabulator-row.tabulator-calcs { + font-weight: bold; + background: #f2f2f2 !important; +} + +.tabulator + .tabulator-tableholder + .tabulator-table + .tabulator-row.tabulator-calcs.tabulator-calcs-top { + border-bottom: 2px solid #ddd; +} + +.tabulator + .tabulator-tableholder + .tabulator-table + .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { + border-top: 2px solid #ddd; +} + +.tabulator .tabulator-footer { + border-top: 1px solid #999; + background-color: #fff; + color: #555; + font-weight: bold; + white-space: nowrap; + user-select: none; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; +} + +.tabulator .tabulator-footer .tabulator-footer-contents { + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + padding: 5px 10px; +} + +.tabulator .tabulator-footer .tabulator-footer-contents:empty { + display: none; +} + +.tabulator .tabulator-footer .tabulator-calcs-holder { + box-sizing: border-box; + width: 100%; + text-align: left; + background: white !important; + border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; + overflow: hidden; +} + +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { + display: inline-block; + background: white !important; +} + +.tabulator + .tabulator-footer + .tabulator-calcs-holder + .tabulator-row + .tabulator-col-resize-handle { + display: none; +} + +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { + margin-bottom: -5px; + border-bottom: none; +} + +.tabulator .tabulator-footer > * + .tabulator-page-counter { + margin-left: 10px; +} + +.tabulator .tabulator-footer .tabulator-page-counter { + font-weight: normal; +} + +.tabulator .tabulator-footer .tabulator-paginator { + flex: 1; + text-align: right; + color: #555; + font-family: inherit; + font-weight: inherit; + font-size: inherit; +} + +.tabulator .tabulator-footer .tabulator-page-size { + display: inline-block; + margin: 0 5px; + padding: 2px 5px; + border: 1px solid #aaa; + border-radius: 3px; +} + +.tabulator .tabulator-footer .tabulator-pages { + margin: 0 7px; +} + +.tabulator .tabulator-footer .tabulator-page { + display: inline-block; + margin: 0 2px; + padding: 2px 5px; + border: 1px solid #aaa; + border-radius: 3px; + background: rgba(255, 255, 255, 0.2); +} + +.tabulator .tabulator-footer .tabulator-page.active { + color: #d00; +} + +.tabulator .tabulator-footer .tabulator-page:disabled { + opacity: 0.5; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover { + cursor: pointer; + background: rgba(0, 0, 0, 0.2); + color: #fff; + } +} + +.tabulator .tabulator-col-resize-handle { + position: relative; + display: inline-block; + width: 6px; + margin-left: -3px; + margin-right: -3px; + z-index: 10; + vertical-align: middle; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator .tabulator-col-resize-handle:hover { + cursor: ew-resize; + } +} + +.tabulator .tabulator-col-resize-handle:last-of-type { + width: 3px; + margin-right: 0; +} + +.tabulator .tabulator-alert { + position: absolute; + display: flex; + align-items: center; + top: 0; + left: 0; + z-index: 100; + height: 100%; + width: 100%; + background: rgba(0, 0, 0, 0.4); + text-align: center; +} + +.tabulator .tabulator-alert .tabulator-alert-msg { + display: inline-block; + margin: 0 auto; + padding: 10px 20px; + border-radius: 10px; + background: #fff; + font-weight: bold; + font-size: 16px; +} + +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg { + border: 4px solid #333; + color: #000; +} + +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error { + border: 4px solid #d00; + color: #590000; +} + +.tabulator-row { + position: relative; + box-sizing: border-box; + min-height: 22px; + background-color: #fff; +} + +.tabulator-row.tabulator-row-even { + background-color: #fff; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator-row.tabulator-selectable:hover { + background-color: #bbb; + cursor: pointer; + } +} + +.tabulator-row.tabulator-selected { + background-color: #9abcea; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator-row.tabulator-selected:hover { + background-color: #769bcc; + cursor: pointer; + } +} + +.tabulator-row.tabulator-row-moving { + border: 1px solid #000; + background: #fff; +} + +.tabulator-row.tabulator-moving { + position: absolute; + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + pointer-events: none; + z-index: 15; +} + +.tabulator-row .tabulator-row-resize-handle { + position: absolute; + right: 0; + bottom: 0; + left: 0; + height: 5px; +} + +.tabulator-row .tabulator-row-resize-handle.prev { + top: 0; + bottom: auto; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator-row .tabulator-row-resize-handle:hover { + cursor: ns-resize; + } +} + +.tabulator-row .tabulator-responsive-collapse { + box-sizing: border-box; + padding: 5px; + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; +} + +.tabulator-row .tabulator-responsive-collapse:empty { + display: none; +} + +.tabulator-row .tabulator-responsive-collapse table { + font-size: 14px; +} + +.tabulator-row .tabulator-responsive-collapse table tr td { + position: relative; +} + +.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type { + padding-right: 10px; +} + +.tabulator-row .tabulator-cell { + display: inline-block; + position: relative; + box-sizing: border-box; + padding: 4px; + border-right: 1px solid #ddd; + vertical-align: middle; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.tabulator-row .tabulator-cell.tabulator-frozen { + display: inline-block; + position: sticky; + left: 0; + background-color: inherit; + z-index: 11; +} + +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { + border-right: 2px solid #ddd; +} + +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { + border-left: 2px solid #ddd; +} + +.tabulator-row .tabulator-cell.tabulator-editing { + border: 1px solid #1d68cd; + outline: none; + padding: 0; +} + +.tabulator-row .tabulator-cell.tabulator-editing input, +.tabulator-row .tabulator-cell.tabulator-editing select { + border: 1px; + background: transparent; + outline: none; +} + +.tabulator-row .tabulator-cell.tabulator-validation-fail { + border: 1px solid #dd0000; +} + +.tabulator-row .tabulator-cell.tabulator-validation-fail input, +.tabulator-row .tabulator-cell.tabulator-validation-fail select { + border: 1px; + background: transparent; + color: #dd0000; +} + +.tabulator-row .tabulator-cell.tabulator-row-handle { + display: inline-flex; + align-items: center; + justify-content: center; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; +} + +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { + width: 80%; +} + +.tabulator-row + .tabulator-cell.tabulator-row-handle + .tabulator-row-handle-box + .tabulator-row-handle-bar { + width: 100%; + height: 3px; + margin-top: 2px; + background: #666; +} + +.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty { + display: inline-block; + width: 7px; +} + +.tabulator-row .tabulator-cell .tabulator-data-tree-branch { + display: inline-block; + vertical-align: middle; + height: 9px; + width: 7px; + margin-top: -9px; + margin-right: 5px; + border-bottom-left-radius: 1px; + border-left: 2px solid #ddd; + border-bottom: 2px solid #ddd; +} + +.tabulator-row .tabulator-cell .tabulator-data-tree-control { + display: inline-flex; + justify-content: center; + align-items: center; + vertical-align: middle; + height: 11px; + width: 11px; + margin-right: 5px; + border: 1px solid #333; + border-radius: 2px; + background: rgba(0, 0, 0, 0.1); + overflow: hidden; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover { + cursor: pointer; + background: rgba(0, 0, 0, 0.2); + } +} + +.tabulator-row + .tabulator-cell + .tabulator-data-tree-control + .tabulator-data-tree-control-collapse { + display: inline-block; + position: relative; + height: 7px; + width: 1px; + background: transparent; +} + +.tabulator-row + .tabulator-cell + .tabulator-data-tree-control + .tabulator-data-tree-control-collapse:after { + position: absolute; + content: ''; + left: -3px; + top: 3px; + height: 1px; + width: 7px; + background: #333; +} + +.tabulator-row + .tabulator-cell + .tabulator-data-tree-control + .tabulator-data-tree-control-expand { + display: inline-block; + position: relative; + height: 7px; + width: 1px; + background: #333; +} + +.tabulator-row + .tabulator-cell + .tabulator-data-tree-control + .tabulator-data-tree-control-expand:after { + position: absolute; + content: ''; + left: -3px; + top: 3px; + height: 1px; + width: 7px; + background: #333; +} + +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { + display: inline-flex; + align-items: center; + justify-content: center; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; + height: 15px; + width: 15px; + border-radius: 20px; + background: #666; + color: #fff; + font-weight: bold; + font-size: 1.1em; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover { + opacity: 0.7; + cursor: pointer; + } +} + +.tabulator-row + .tabulator-cell + .tabulator-responsive-collapse-toggle.open + .tabulator-responsive-collapse-toggle-close { + display: initial; +} + +.tabulator-row + .tabulator-cell + .tabulator-responsive-collapse-toggle.open + .tabulator-responsive-collapse-toggle-open { + display: none; +} + +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg { + stroke: #fff; +} + +.tabulator-row + .tabulator-cell + .tabulator-responsive-collapse-toggle + .tabulator-responsive-collapse-toggle-close { + display: none; +} + +.tabulator-row .tabulator-cell .tabulator-traffic-light { + display: inline-block; + height: 14px; + width: 14px; + border-radius: 14px; +} + +.tabulator-row.tabulator-group { + box-sizing: border-box; + border-bottom: 1px solid #999; + border-right: 1px solid #ddd; + border-top: 1px solid #999; + padding: 5px; + padding-left: 10px; + background: #ccc; + font-weight: bold; + min-width: 100%; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator-row.tabulator-group:hover { + cursor: pointer; + background-color: rgba(0, 0, 0, 0.1); + } +} + +.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { + margin-right: 10px; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-top: 6px solid #666; + border-bottom: 0; +} + +.tabulator-row.tabulator-group.tabulator-group-level-1 { + padding-left: 30px; +} + +.tabulator-row.tabulator-group.tabulator-group-level-2 { + padding-left: 50px; +} + +.tabulator-row.tabulator-group.tabulator-group-level-3 { + padding-left: 70px; +} + +.tabulator-row.tabulator-group.tabulator-group-level-4 { + padding-left: 90px; +} + +.tabulator-row.tabulator-group.tabulator-group-level-5 { + padding-left: 110px; +} + +.tabulator-row.tabulator-group .tabulator-group-toggle { + display: inline-block; +} + +.tabulator-row.tabulator-group .tabulator-arrow { + display: inline-block; + width: 0; + height: 0; + margin-right: 16px; + border-top: 6px solid transparent; + border-bottom: 6px solid transparent; + border-right: 0; + border-left: 6px solid #666; + vertical-align: middle; +} + +.tabulator-row.tabulator-group span { + margin-left: 10px; + color: #d00; +} + +.tabulator-popup-container { + position: absolute; + display: inline-block; + box-sizing: border-box; + background: #fff; + border: 1px solid #ddd; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); + font-size: 14px; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + z-index: 10000; +} + +.tabulator-popup { + padding: 5px; + border-radius: 3px; +} + +.tabulator-tooltip { + max-width: Min(500px, 100%); + padding: 3px 5px; + border-radius: 2px; + box-shadow: none; + font-size: 12px; + pointer-events: none; +} + +.tabulator-menu .tabulator-menu-item { + position: relative; + box-sizing: border-box; + padding: 5px 10px; + user-select: none; +} + +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled { + opacity: 0.5; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator-menu + .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover { + cursor: pointer; + background: #fff; + } +} + +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu { + padding-right: 25px; +} + +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after { + display: inline-block; + position: absolute; + top: calc(5px + 0.4em); + right: 10px; + height: 7px; + width: 7px; + content: ''; + border-width: 1px 1px 0 0; + border-style: solid; + border-color: #ddd; + vertical-align: top; + transform: rotate(45deg); +} + +.tabulator-menu .tabulator-menu-separator { + border-top: 1px solid #ddd; +} + +.tabulator-edit-list { + max-height: 200px; + font-size: 14px; + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.tabulator-edit-list .tabulator-edit-list-item { + padding: 4px; + color: #333; + outline: none; +} + +.tabulator-edit-list .tabulator-edit-list-item.active { + color: #fff; + background: #1d68cd; +} + +.tabulator-edit-list .tabulator-edit-list-item.active.focused { + outline: 1px solid rgba(255, 255, 255, 0.5); +} + +.tabulator-edit-list .tabulator-edit-list-item.focused { + outline: 1px solid #1d68cd; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator-edit-list .tabulator-edit-list-item:hover { + cursor: pointer; + color: #fff; + background: #1d68cd; + } +} + +.tabulator-edit-list .tabulator-edit-list-placeholder { + padding: 4px; + color: #333; + text-align: center; +} + +.tabulator-edit-list .tabulator-edit-list-group { + border-bottom: 1px solid #ddd; + padding: 4px; + padding-top: 6px; + color: #333; + font-weight: bold; +} + +.tabulator-edit-list + .tabulator-edit-list-item.tabulator-edit-list-group-level-2, +.tabulator-edit-list + .tabulator-edit-list-group.tabulator-edit-list-group-level-2 { + padding-left: 12px; +} + +.tabulator-edit-list + .tabulator-edit-list-item.tabulator-edit-list-group-level-3, +.tabulator-edit-list + .tabulator-edit-list-group.tabulator-edit-list-group-level-3 { + padding-left: 20px; +} + +.tabulator-edit-list + .tabulator-edit-list-item.tabulator-edit-list-group-level-4, +.tabulator-edit-list + .tabulator-edit-list-group.tabulator-edit-list-group-level-4 { + padding-left: 28px; +} + +.tabulator-edit-list + .tabulator-edit-list-item.tabulator-edit-list-group-level-5, +.tabulator-edit-list + .tabulator-edit-list-group.tabulator-edit-list-group-level-5 { + padding-left: 36px; +} + +.tabulator.tabulator-ltr { + direction: ltr; +} + +.tabulator.tabulator-rtl { + text-align: initial; + direction: rtl; +} + +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { + text-align: initial; + border-left: 1px solid #ddd; + border-right: initial; +} + +.tabulator.tabulator-rtl + .tabulator-header + .tabulator-col.tabulator-col-group + .tabulator-col-group-cols { + margin-right: initial; + margin-left: -1px; +} + +.tabulator.tabulator-rtl + .tabulator-header + .tabulator-col.tabulator-sortable + .tabulator-col-title { + padding-right: 0; + padding-left: 25px; +} + +.tabulator.tabulator-rtl + .tabulator-header + .tabulator-col + .tabulator-col-content + .tabulator-col-sorter { + left: 8px; + right: initial; +} + +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell { + border-right: initial; + border-left: 1px solid #ddd; +} + +.tabulator.tabulator-rtl + .tabulator-row + .tabulator-cell + .tabulator-data-tree-branch { + margin-right: initial; + margin-left: 5px; + border-bottom-left-radius: initial; + border-bottom-right-radius: 1px; + border-left: initial; + border-right: 2px solid #ddd; +} + +.tabulator.tabulator-rtl + .tabulator-row + .tabulator-cell + .tabulator-data-tree-control { + margin-right: initial; + margin-left: 5px; +} + +.tabulator.tabulator-rtl + .tabulator-row + .tabulator-cell.tabulator-frozen.tabulator-frozen-left { + border-left: 2px solid #ddd; +} + +.tabulator.tabulator-rtl + .tabulator-row + .tabulator-cell.tabulator-frozen.tabulator-frozen-right { + border-right: 2px solid #ddd; +} + +.tabulator.tabulator-rtl + .tabulator-row + .tabulator-col-resize-handle:last-of-type { + width: 3px; + margin-left: 0; + margin-right: -3px; +} + +.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder { + text-align: initial; +} + +.tabulator-print-fullscreen { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 10000; +} + +body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) { + display: none !important; +} + +.tabulator-print-table { + border-collapse: collapse; +} + +.tabulator-print-table .tabulator-data-tree-branch { + display: inline-block; + vertical-align: middle; + height: 9px; + width: 7px; + margin-top: -9px; + margin-right: 5px; + border-bottom-left-radius: 1px; + border-left: 2px solid #ddd; + border-bottom: 2px solid #ddd; +} + +.tabulator-print-table .tabulator-print-table-group { + box-sizing: border-box; + border-bottom: 1px solid #999; + border-right: 1px solid #ddd; + border-top: 1px solid #999; + padding: 5px; + padding-left: 10px; + background: #ccc; + font-weight: bold; + min-width: 100%; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator-print-table .tabulator-print-table-group:hover { + cursor: pointer; + background-color: rgba(0, 0, 0, 0.1); + } +} + +.tabulator-print-table + .tabulator-print-table-group.tabulator-group-visible + .tabulator-arrow { + margin-right: 10px; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-top: 6px solid #666; + border-bottom: 0; +} + +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td { + padding-left: 30px !important; +} + +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td { + padding-left: 50px !important; +} + +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td { + padding-left: 70px !important; +} + +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td { + padding-left: 90px !important; +} + +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td { + padding-left: 110px !important; +} + +.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle { + display: inline-block; +} + +.tabulator-print-table .tabulator-print-table-group .tabulator-arrow { + display: inline-block; + width: 0; + height: 0; + margin-right: 16px; + border-top: 6px solid transparent; + border-bottom: 6px solid transparent; + border-right: 0; + border-left: 6px solid #666; + vertical-align: middle; +} + +.tabulator-print-table .tabulator-print-table-group span { + margin-left: 10px; + color: #d00; +} + +.tabulator-print-table .tabulator-data-tree-control { + display: inline-flex; + justify-content: center; + align-items: center; + vertical-align: middle; + height: 11px; + width: 11px; + margin-right: 5px; + border: 1px solid #333; + border-radius: 2px; + background: rgba(0, 0, 0, 0.1); + overflow: hidden; +} + +@media (hover: hover) and (pointer: fine) { + .tabulator-print-table .tabulator-data-tree-control:hover { + cursor: pointer; + background: rgba(0, 0, 0, 0.2); + } +} + +.tabulator-print-table + .tabulator-data-tree-control + .tabulator-data-tree-control-collapse { + display: inline-block; + position: relative; + height: 7px; + width: 1px; + background: transparent; +} + +.tabulator-print-table + .tabulator-data-tree-control + .tabulator-data-tree-control-collapse:after { + position: absolute; + content: ''; + left: -3px; + top: 3px; + height: 1px; + width: 7px; + background: #333; +} + +.tabulator-print-table + .tabulator-data-tree-control + .tabulator-data-tree-control-expand { + display: inline-block; + position: relative; + height: 7px; + width: 1px; + background: #333; +} + +.tabulator-print-table + .tabulator-data-tree-control + .tabulator-data-tree-control-expand:after { + position: absolute; + content: ''; + left: -3px; + top: 3px; + height: 1px; + width: 7px; + background: #333; +} + +.tabulator { + border: none; + background-color: #fff; +} + +.tabulator .tabulator-header .tabulator-calcs-holder { + background: #f2f2f2 !important; + border-bottom: 1px solid #999; +} + +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { + background: #f2f2f2 !important; +} + +.tabulator .tabulator-tableholder .tabulator-placeholder span { + color: #000; +} + +.tabulator .tabulator-footer .tabulator-calcs-holder { + background: #f2f2f2 !important; + border-bottom: 1px solid #fff; +} + +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { + background: #f2f2f2 !important; +} + +.tabulator-row { + border-bottom: 1px solid #ddd; +} + +.tabulator-row .tabulator-cell:last-of-type { + border-right: none; +} + +.tabulator-row.tabulator-group span { + color: #666; +} + +.tabulator-print-table .tabulator-print-table-group span { + margin-left: 10px; + color: #666; +} + +/* Fix the tabulator styles to work with the pydata sphinx theme */ +.tabulator .tabulator-header { + color: var(--pst-color-text-base); +} + +.tabulator .tabulator-header .tabulator-col { + border-right: 1px solid var(--pst-color-border); + background: var(--pst-color-surface); +} + +.tabulator-row .tabulator-cell { + border-right: 1px solid var(--pst-color-border); +} + +.tabulator-row { + border-bottom: 1px solid var(--pst-color-border); +} + +.tabulator-row { + background-color: var(--pst-color-background); +} + +.tabulator .tabulator-tableholder .tabulator-table { + color: var(--pst-color-text-base); +} + +.tabulator-row.tabulator-row-even { + background-color: var(--pst-color-on-background); +} + +@media (hover: hover) and (pointer: fine) { + .tabulator-row.tabulator-selectable:hover { + background-color: var(--pst-color-target); + } +} + +@media (hover: hover) and (pointer: fine) { + .tabulator + .tabulator-header + .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover { + background-color: var(--pst-color-target); + } +} + +.tabulator { + background-color: var(--pst-color-background); +} diff --git a/src/_static/css/visual/eyepieces/calculators.css b/src/_static/css/visual/eyepieces/calculators.css new file mode 100644 index 0000000..22c206c --- /dev/null +++ b/src/_static/css/visual/eyepieces/calculators.css @@ -0,0 +1,67 @@ +article.bd-article { + display: flex; + flex-direction: column; +} + +.input-area { + display: flex; + flex-direction: column; + gap: 1em; + margin-bottom: 3em; +} + +.input-wrapper { + display: flex; + flex-direction: column; +} + +.input-holder { + padding: 0.5em; + background-color: var(--pst-color-surface); + border-radius: 4px; +} + +input { + border: none; + color: var(--pst-color-text-base); + background-color: var(--pst-color-surface); +} + +input:focus { + outline: none; +} + +.side-by-side { + display: flex; + flex-direction: row; +} + +#vis-wrapper { + position: relative; + flex-grow: 1; +} + +#vis .datapoint { + fill: var(--pst-color-primary); +} + +#vis text { + fill: var(--pst-color-text-base); +} +#vis text { + fill: var(--pst-color-text-base); +} + +#vis .y-axis line { + stroke: var(--pst-color-text-base); +} +#vis .x-axis line { + stroke: var(--pst-color-text-base); +} + +#vis .y-axis path { + stroke: var(--pst-color-text-base); +} +#vis .x-axis path { + stroke: var(--pst-color-text-base); +} diff --git a/src/_static/css/visual/eyepieces/ernests_list.css b/src/_static/css/visual/eyepieces/ernests_list.css new file mode 100644 index 0000000..53df14c --- /dev/null +++ b/src/_static/css/visual/eyepieces/ernests_list.css @@ -0,0 +1,7 @@ +/* .bd-article-container { */ +/* height: fit-content; */ +/* } */ + +/* div.grid-wrapper { */ +/* max-height: inherit; */ +/* } */ diff --git a/src/_static/ernests_list.json b/src/_static/ernests_list.json new file mode 100644 index 0000000..55cfd61 --- /dev/null +++ b/src/_static/ernests_list.json @@ -0,0 +1,4798 @@ +[ + { + "Eyepiece": "APM, HDC", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1445&p=90633#p90633", + "FL [mm]": "20", + "2Y [mm]": "34.7", + "2w' [°]": "99.4", + "AFOV [°]": "100.2", + "F4 axis": "3", + "F4 zone": "15", + "F4 edge": "18", + "F10 axis": "", + "F10 zone": "6", + "F10 edge": "8", + "Other aberrations": "Ast.,CA,FC", + "Also known as": "XWA Lunt, TS-Optics, Sky Rover, William Optics, Arsenal, Astro-tech, TecnoSky (KUO)" + }, + { + "Eyepiece": " TS-Optics, XWA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1445&p=85039#p85039", + "FL [mm]": "20(20.3)", + "2Y [mm]": "34.2", + "2w' [°]": "98(96.5)", + "AFOV [°]": "100.4", + "F4 axis": "", + "F4 zone": "30(?)", + "F4 edge": "30(?)", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.,CA,FC", + "Also known as": "XWA Lunt, APM, Sky Rover, William Optics, Arsenal, Astro-tech, TecnoSky (KUO)" + }, + { + "Eyepiece": "APM, HDC", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1445#p84050", + "FL [mm]": "13(13.1)", + "2Y [mm]": "22", + "2w' [°]": "97(96.2)", + "AFOV [°]": "100.5", + "F4 axis": "2-3", + "F4 zone": "13", + "F4 edge": "15", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "10", + "Other aberrations": "FC,CA,25%", + "Also known as": "XWA Lunt, TS-Optics, Sky Rover, William Optics, Arsenal, Astro-tech, TecnoSky (KUO)" + }, + { + "Eyepiece": "APM, HDC", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1445#p69238", + "FL [mm]": "9(8.8)", + "2Y [mm]": "15.9", + "2w' [°]": "101.2(103.5)", + "AFOV [°]": "99.9", + "F4 axis": "2", + "F4 zone": "10", + "F4 edge": "18", + "F10 axis": "4-5", + "F10 zone": "8", + "F10 edge": "12", + "Other aberrations": "Ast.,CA,Coma,20%", + "Also known as": "XWA Lunt, TS-Optics, Arsenal, Astro-tech, TecnoSky (KUO)" + }, + { + "Eyepiece": "APM, HDC", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1445&p=87884#p87884", + "Color": "#ffff80", + "FL [mm]": "7", + "2Y [mm]": "12", + "2w' [°]": "98.2", + "AFOV [°]": "100.1", + "F4 axis": "", + "F4 zone": "12", + "F4 edge": "6", + "F10 axis": "", + "F10 zone": "7-8", + "F10 edge": "7-8", + "Other aberrations": "FC,Ast.,CA,23%", + "Also known as": "XWA Lunt, TS-Optics, Sky Rover, William Optics, Arsenal, Astro-tech, TecnoSky (KUO)" + }, + { + "Eyepiece": "APM, HDC", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1445#p69204", + "Color": "#ffff80", + "FL [mm]": "5(4.9)", + "2Y [mm]": "9", + "2w' [°]": "103.1(105.2)", + "AFOV [°]": "111.2", + "F4 axis": "4", + "F4 zone": "8", + "F4 edge": "14", + "F10 axis": "8", + "F10 zone": "8", + "F10 edge": "10", + "Other aberrations": "CA,Ast.,30%", + "Also known as": "XWA Lunt, TS-Optics, Sky Rover, William Optics, Arsenal, Astro-tech, TecnoSky (KUO)" + }, + { + "Eyepiece": "APM, HDC", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1445&p=74318#p74318", + "FL [mm]": "3.5(3.4)", + "2Y [mm]": "6.8", + "2w' [°]": "111.3(114.6)", + "AFOV [°]": "110", + "F4 axis": "5", + "F4 zone": "18", + "F4 edge": "30", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "16", + "Other aberrations": "Ast.,CA, 25%", + "Also known as": "XWA Lunt, TS-Optics, Sky Rover, William Optics, Arsenal, Astro-tech, TecnoSky (KUO)" + }, + { + "Eyepiece": "APM Hi-FW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1445&p=87890#p87890", + "FL [mm]": "12.5(13)", + "2Y [mm]": "20", + "2w' [°]": "91.7(88.2)", + "AFOV [°]": "78.7", + "F4 axis": "", + "F4 zone": "14", + "F4 edge": "25", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "FC,CA, -11%", + "Also known as": "Sky Rover HFW (KUO)" + }, + { + "Eyepiece": "APM, UFF", + "Link": "http://astro-talks.ru/forum/viewtopic.php?p=93076#p93076", + "Color": "#ffff80", + "FL [mm]": "30", + "2Y [mm]": "36.3", + "2w' [°]": "69.3", + "AFOV [°]": "70", + "F4 axis": "0.7", + "F4 zone": "5", + "F4 edge": "8", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "4", + "Other aberrations": "Ast. 12%", + "Also known as": "TS-Optics, Sky Rover, Meade UHD, Celestron Ultima Edge (KUO)" + }, + { + "Eyepiece": "APM, UFF", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4415#p88085", + "FL [mm]": "24(24.7)", + "2Y [mm]": "27.6", + "2w' [°]": "65.9(64)", + "AFOV [°]": "60.1", + "F4 axis": "diffr.", + "F4 zone": "12", + "F4 edge": "30", + "F10 axis": "diffr.", + "F10 zone": "6", + "F10 edge": "12", + "Other aberrations": "FC, Ast. 3%", + "Also known as": "TS-Optics, Sky Rover, Meade UHD, Celestron Ultima Edge (KUO)" + }, + { + "Eyepiece": "APM, UFF", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4415#p87772", + "FL [mm]": "18(18.4)", + "2Y [mm]": "21.7", + "2w' [°]": "69.1(67.6)", + "AFOV [°]": "63.7", + "F4 axis": "diffr.", + "F4 zone": "15", + "F4 edge": "22", + "F10 axis": "diffr.", + "F10 zone": "10", + "F10 edge": "14", + "Other aberrations": "Ast.,FC,CA 4%", + "Also known as": "TS-Optics, Sky Rover, Meade UHD, Celestron Ultima Edge, SVBony (KUO)" + }, + { + "Eyepiece": "APM, UFF", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4415&start=75#p94327", + "FL [mm]": "15", + "2Y [mm]": "18.2", + "2w' [°]": "69.5", + "AFOV [°]": "63.5", + "F4 axis": "1", + "F4 zone": "7", + "F4 edge": "14", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "8", + "Other aberrations": "Ast.,Coma,CA 2%", + "Also known as": "TS-Optics, Sky Rover, Meade UHD, Celestron Ultima Edge (KUO)" + }, + { + "Eyepiece": "APM, UFF", + "Link": "http://astro-talks.ru/forum/viewtopic.php?p=94369#p94369", + "FL [mm]": "10(10.5)", + "2Y [mm]": "11.2", + "2w' [°]": "64.1(61.12)", + "AFOV [°]": "55.7", + "F4 axis": "1", + "F4 zone": "6", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "10", + "Other aberrations": "Ast.,CA 0%", + "Also known as": "TS-Optics, Sky Rover, Meade UHD, Celestron Ultima Edge, SVBony (KUO)" + }, + { + "Eyepiece": "Meade, UHD", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4279#p83899", + "FL [mm]": "10(10.5)", + "2Y [mm]": "10.8", + "2w' [°]": "61.9(58.9)", + "AFOV [°]": "56", + "F4 axis": "", + "F4 zone": "35", + "F4 edge": "40", + "F10 axis": "", + "F10 zone": "4", + "F10 edge": "5", + "Other aberrations": "Ast.,Coma", + "Also known as": "TS-Optics, Sky Rover, Meade UHD, Celestron Ultima Edge, SVBony (KUO)" + }, + { + "Eyepiece": "Aries, SHC", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=437", + "FL [mm]": "12", + "2Y [mm]": "8.9", + "2w' [°]": "42.5", + "AFOV [°]": "43", + "F4 axis": "4", + "F4 zone": "10", + "F4 edge": "15", + "F10 axis": "diffr!", + "F10 zone": "6", + "F10 edge": "10", + "Other aberrations": "Ast.,Coma,CA,10%", + "Also known as": "" + }, + { + "Eyepiece": "Aries, SHC", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=437", + "FL [mm]": "10", + "2Y [mm]": "7.9", + "2w' [°]": "45.3", + "AFOV [°]": "45", + "F4 axis": "4", + "F4 zone": "12", + "F4 edge": "15", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "diffr??", + "Other aberrations": "Ast.,Coma,CA,10%", + "Also known as": "" + }, + { + "Eyepiece": "Aries, SHC", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=437", + "FL [mm]": "8", + "2Y [mm]": "5.8", + "2w' [°]": "41.5", + "AFOV [°]": "42", + "F4 axis": "4", + "F4 zone": "9", + "F4 edge": "17", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Ast.,Coma,CA,10%", + "Also known as": "" + }, + { + "Eyepiece": "Baader, Classic Ortho", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4539#p92274", + "FL [mm]": "10", + "2Y [mm]": "9.2", + "2w' [°]": "52.7", + "AFOV [°]": "52.4", + "F4 axis": "", + "F4 zone": "14", + "F4 edge": "37", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.,CA", + "Also known as": "" + }, + { + "Eyepiece": "Baader, Genuine Ortho", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=934", + "FL [mm]": "5", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "45(?)", + "F4 axis": "diffr.", + "F4 zone": "diffr.", + "F4 edge": "diffr.", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "", + "Also known as": "" + }, + { + "Eyepiece": "Baader, Hyperion", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=438&start=25#p46519", + "Color": "#80ffff", + "FL [mm]": "24", + "2Y [mm]": "28.8", + "2w' [°]": "68.8", + "AFOV [°]": "65.7", + "F4 axis": "", + "F4 zone": "35", + "F4 edge": "60", + "F10 axis": "", + "F10 zone": "17", + "F10 edge": "35", + "Other aberrations": "Ast.CA, 6%", + "Also known as": "Hercules Plano" + }, + { + "Eyepiece": "Baader, Hyperion", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=438#p2752", + "FL [mm]": "21", + "2Y [mm]": "22.6", + "2w' [°]": "61.7", + "AFOV [°]": "62", + "F4 axis": "6.5", + "F4 zone": "17", + "F4 edge": "22", + "F10 axis": "5", + "F10 zone": "7", + "F10 edge": "10", + "Other aberrations": "FC,Ast.,CA 0%", + "Also known as": "Celestron Ultima Duo, Hercules Plano" + }, + { + "Eyepiece": "Baader, Hyperion", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=438#p2752", + "FL [mm]": "8", + "2Y [mm]": "9.6", + "2w' [°]": "68.8", + "AFOV [°]": "69", + "F4 axis": "7", + "F4 zone": "10", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "7", + "Other aberrations": "CA,Ast. 0%", + "Also known as": "Celestron Ultima Duo, Hercules Plano" + }, + { + "Eyepiece": "Baader, Hyperion", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=438&start=25#p45882", + "Color": "#80ffff", + "FL [mm]": "5", + "2Y [mm]": "6.2", + "2w' [°]": "71.1", + "AFOV [°]": "67.3", + "F4 axis": "", + "F4 zone": "15", + "F4 edge": "47", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "30", + "Other aberrations": "CA,Ast.,6%", + "Also known as": "Celestron Ultima Duo, Hercules Plano" + }, + { + "Eyepiece": "Baader, Hyperion", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=438#p2752", + "Color": "#80ffff", + "FL [mm]": "3.5", + "2Y [mm]": "3.9", + "2w' [°]": "63.8", + "AFOV [°]": "64", + "F4 axis": "6", + "F4 zone": "15", + "F4 edge": "50", + "F10 axis": "diffr?", + "F10 zone": "diffr?", + "F10 edge": "15", + "Other aberrations": "CA,Coma,Ast.,10%", + "Also known as": "Hercules Plano" + }, + { + "Eyepiece": "Baader, Hyperion Aspheric", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1114", + "Color": "#80ffff", + "FL [mm]": "36", + "2Y [mm]": "44", + "2w' [°]": "70", + "AFOV [°]": "", + "F4 axis": "<3", + "F4 zone": "30", + "F4 edge": "60", + "F10 axis": "<3", + "F10 zone": "15", + "F10 edge": "25", + "Other aberrations": "Ast.,FC +3%", + "Also known as": "" + }, + { + "Eyepiece": "Baader, Morpheus", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2962#p57059", + "Color": "#ffff80", + "FL [mm]": "4.5(4.8)", + "2Y [mm]": "6.5", + "2w' [°]": "82.8(77.6)", + "AFOV [°]": "78", + "F4 axis": "4", + "F4 zone": "5(10)", + "F4 edge": "6(14)", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "CA,Ast. +13%", + "Also known as": "" + }, + { + "Eyepiece": "Baader, Morpheus", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2962#p57082", + "Color": "#ffff80", + "FL [mm]": "6.5(6.7)", + "2Y [mm]": "8.5", + "2w' [°]": "74.9(72.7)", + "AFOV [°]": "79", + "F4 axis": "4", + "F4 zone": "10", + "F4 edge": "10(16)", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "CA,Ast. +20%", + "Also known as": "" + }, + { + "Eyepiece": "Baader, Morpheus", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2962#p57122", + "Color": "#ffff80", + "FL [mm]": "9(8.9)", + "2Y [mm]": "11.5", + "2w' [°]": "73.2(74)", + "AFOV [°]": "78.3", + "F4 axis": "5", + "F4 zone": "11", + "F4 edge": "8(14)", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "6", + "Other aberrations": "Ast.,FC,CA +18%", + "Also known as": "" + }, + { + "Eyepiece": "Baader, Morpheus", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2962#p57203", + "FL [mm]": "12.5(12.4)", + "2Y [mm]": "17", + "2w' [°]": "77.9(78.6)", + "AFOV [°]": "78.3", + "F4 axis": "5", + "F4 zone": "12", + "F4 edge": "16", + "F10 axis": "4", + "F10 zone": "7", + "F10 edge": "9", + "Other aberrations": "FC,Ast.,CA +14%", + "Also known as": "" + }, + { + "Eyepiece": "Baader, Morpheus", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2962#p57205", + "FL [mm]": "14(13.9)", + "2Y [mm]": "18.4", + "2w' [°]": "75.3(75.9)", + "AFOV [°]": "78.3", + "F4 axis": "5", + "F4 zone": "18", + "F4 edge": "24", + "F10 axis": "4", + "F10 zone": "7", + "F10 edge": "9", + "Other aberrations": "FC,Ast.,CA +17%", + "Also known as": "" + }, + { + "Eyepiece": "Baader, Morpheus", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2962&p=93552#p93552", + "Color": "#ffff80", + "FL [mm]": "17.5(17.2)", + "2Y [mm]": "21.6", + "2w' [°]": "70.8(72.1)", + "AFOV [°]": "72.2", + "F4 axis": "1.3", + "F4 zone": "5.5", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "7", + "Other aberrations": "Ast.,Coma,CA", + "Also known as": "" + }, + { + "Eyepiece": "BST, Explorer ED", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1557#p31011", + "FL [mm]": "8", + "2Y [mm]": "8.1", + "2w' [°]": "58", + "AFOV [°]": "59", + "F4 axis": "<6", + "F4 zone": "15", + "F4 edge": "25", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "diffr??", + "Other aberrations": "Ast. 0%", + "Also known as": "" + }, + { + "Eyepiece": "BST, Explorer ED", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1557#p20906", + "FL [mm]": "5", + "2Y [mm]": "5.2", + "2w' [°]": "59.6", + "AFOV [°]": "60", + "F4 axis": "<6", + "F4 zone": "10", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Coma, Ast., CA 0%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Axiom", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4238#p82713", + "FL [mm]": "23(24.1)", + "2Y [mm]": "33.5", + "2w' [°]": "83.5(79.6)", + "AFOV [°]": "75.4", + "F4 axis": "<3", + "F4 zone": "18", + "F4 edge": "27", + "F10 axis": "<4", + "F10 zone": "8-10", + "F10 edge": "15-16", + "Other aberrations": "FC, CA +8%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Axiom", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4238#p82706", + "FL [mm]": "19(17.8)", + "2Y [mm]": "25", + "2w' [°]": "75.4(80.5)", + "AFOV [°]": "81.7", + "F4 axis": "<3", + "F4 zone": "10(16)", + "F4 edge": "12(25)", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr??", + "Other aberrations": "Ast.,CA +16%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Luminos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=994#p26129", + "FL [mm]": "31(30)", + "2Y [mm]": "43.1", + "2w' [°]": "79.7(82.3)", + "AFOV [°]": "74.2", + "F4 axis": "5", + "F4 zone": "18", + "F4 edge": "28", + "F10 axis": "2.5", + "F10 zone": "8", + "F10 edge": "14", + "Other aberrations": "Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Luminos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=994#p23021", + "FL [mm]": "23", + "2Y [mm]": "34.2", + "2w' [°]": "85.2", + "AFOV [°]": "", + "F4 axis": "<2", + "F4 zone": "12", + "F4 edge": "25", + "F10 axis": "<3", + "F10 zone": "8", + "F10 edge": "16", + "Other aberrations": "Ast.,FC,-5%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Luminos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=994#p15915", + "FL [mm]": "15", + "2Y [mm]": "22", + "2w' [°]": "84", + "AFOV [°]": "", + "F4 axis": "<4", + "F4 zone": "18", + "F4 edge": "45", + "F10 axis": "<3", + "F10 zone": "9", + "F10 edge": "20", + "Other aberrations": "FC 0%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Luminos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=994#p10292", + "FL [mm]": "10", + "2Y [mm]": "14", + "2w' [°]": "80.2", + "AFOV [°]": "", + "F4 axis": "<3", + "F4 zone": "9", + "F4 edge": "15", + "F10 axis": "<2", + "F10 zone": "4.5", + "F10 edge": "10", + "Other aberrations": "Ast. 0%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Luminos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=994#p64007", + "FL [mm]": "7(6.6)", + "2Y [mm]": "10.1", + "2w' [°]": "82.7(87.7)", + "AFOV [°]": "80.2", + "F4 axis": "5", + "F4 zone": "9", + "F4 edge": "14", + "F10 axis": "7", + "F10 zone": "7", + "F10 edge": "7", + "Other aberrations": "Ast.,CA, 9%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Ultima-LX", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1477#p40536", + "FL [mm]": "32", + "2Y [mm]": "40", + "2w' [°]": "71.6", + "AFOV [°]": "70", + "F4 axis": "<3", + "F4 zone": "14", + "F4 edge": "40", + "F10 axis": "<2", + "F10 zone": "13", + "F10 edge": "25", + "Other aberrations": "Ast. -5%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Ultima-LX", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1477#p18817", + "FL [mm]": "17", + "2Y [mm]": "21", + "2w' [°]": "70.8", + "AFOV [°]": "69", + "F4 axis": "<3", + "F4 zone": "13", + "F4 edge": "35", + "F10 axis": "<2.5", + "F10 zone": "8", + "F10 edge": "12", + "Other aberrations": "Ast.,FC 0%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Ultima-LX", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1477#p40495", + "Color": "#80ffff", + "FL [mm]": "13", + "2Y [mm]": "16", + "2w' [°]": "70.5", + "AFOV [°]": "69.6", + "F4 axis": "<5", + "F4 zone": "22", + "F4 edge": "65", + "F10 axis": "<4", + "F10 zone": "11", + "F10 edge": "22", + "Other aberrations": "Ast.,FC,CA 0%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Ultima-LX", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1477#p40459", + "Color": "#80ffff", + "FL [mm]": "8", + "2Y [mm]": "9.4", + "2w' [°]": "67.3", + "AFOV [°]": "67", + "F4 axis": "<5", + "F4 zone": "30", + "F4 edge": "50", + "F10 axis": "<4", + "F10 zone": "15", + "F10 edge": "20", + "Other aberrations": "Coma,CA,Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Ultima-LX", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1477#p22383", + "FL [mm]": "5", + "2Y [mm]": "5.2", + "2w' [°]": "59.6", + "AFOV [°]": "67.5", + "F4 axis": "<5", + "F4 zone": "20", + "F4 edge": "30", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "diffr??", + "Other aberrations": "Ast.,FC +5-7%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, X-Cel LX", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=993#p15768", + "FL [mm]": "25(25.1)", + "2Y [mm]": "24.4", + "2w' [°]": "55.9(55.7)", + "AFOV [°]": "58", + "F4 axis": "diffr.", + "F4 zone": "15", + "F4 edge": "35", + "F10 axis": "diffr.", + "F10 zone": "8", + "F10 edge": "15", + "Other aberrations": "Ast.,CA,12%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, X-Cel LX", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=993#p10762", + "FL [mm]": "12", + "2Y [mm]": "13", + "2w' [°]": "62.1", + "AFOV [°]": "60.2", + "F4 axis": "<3.5", + "F4 zone": "8", + "F4 edge": "20", + "F10 axis": "<2.5", + "F10 zone": "4.5", + "F10 edge": "8", + "Other aberrations": "FC,Ast.,CA", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, X-Cel LX", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=993#p10761", + "Color": "#ffff80", + "FL [mm]": "9", + "2Y [mm]": "9.5", + "2w' [°]": "60.5", + "AFOV [°]": "59.4", + "F4 axis": "<4", + "F4 zone": "6", + "F4 edge": "9", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Coma,Ast.,CA 0%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, X-Cel LX", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=993#p10760", + "Color": "#ffff80", + "FL [mm]": "7", + "2Y [mm]": "7", + "2w' [°]": "57.3", + "AFOV [°]": "62.4", + "F4 axis": "<3", + "F4 zone": "7", + "F4 edge": "11", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Ast.,Coma,CA 0%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, X-Cel LX", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=993#p10283", + "FL [mm]": "5", + "2Y [mm]": "5.1", + "2w' [°]": "58.4", + "AFOV [°]": "", + "F4 axis": "<4", + "F4 zone": "11", + "F4 edge": "18", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Ast.,Coma 0%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, X-Cel", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=993&start=125#p84891", + "FL [mm]": "2.3(2.5)", + "2Y [mm]": "2.5", + "2w' [°]": "62.3(57.3)", + "AFOV [°]": "57.7", + "F4 axis": "12", + "F4 zone": "18", + "F4 edge": "15'x20", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "Coma,Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, OMNI", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4308#p84443", + "FL [mm]": "40", + "2Y [mm]": "27.5", + "2w' [°]": "39.4", + "AFOV [°]": "39.5", + "F4 axis": "4", + "F4 zone": "11", + "F4 edge": "18", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast., 4%", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, Plossl E-lux", + "FL [mm]": "26", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "52", + "F4 axis": "<6", + "F4 zone": "12", + "F4 edge": "18", + "F10 axis": "<6", + "F10 zone": "7", + "F10 edge": "9", + "Other aberrations": "Ast.,Coma", + "Also known as": "" + }, + { + "Eyepiece": "Celestron, UW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3768#p72617", + "FL [mm]": "6(6.3)", + "2Y [mm]": "7.28", + "2w' [°]": "69.5(66.2)", + "AFOV [°]": "65.8", + "F4 axis": "<6", + "F4 zone": "12", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "diffr??", + "Other aberrations": "Ast.,Coma +12%", + "Also known as": "Datyson, SVBony, NoName" + }, + { + "Eyepiece": "Celestron", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3768#p72574", + "FL [mm]": "9(9.4)", + "2Y [mm]": "10.8", + "2w' [°]": "68.8(65.8)", + "AFOV [°]": "63.9", + "F4 axis": "<6", + "F4 zone": "17", + "F4 edge": "25(45)", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "12", + "Other aberrations": "CA,Ast. +8%", + "Also known as": "Datyson, Orion Expanse, SVBony, NoName" + }, + { + "Eyepiece": "SvBONY, UW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3768#p72602", + "FL [mm]": "9(9.3)", + "2Y [mm]": "10.9", + "2w' [°]": "69.4(67.2)", + "AFOV [°]": "64.9", + "F4 axis": "<6", + "F4 zone": "13", + "F4 edge": "22(35)", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "12", + "Other aberrations": "CA,Ast. +8%", + "Also known as": "Celestron, Datyson, Orion Expanse, NoName" + }, + { + "Eyepiece": "Deep Sky, UW80°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=533", + "Color": "#80ffff", + "FL [mm]": "15", + "2Y [mm]": "18.5", + "2w' [°]": "70.6", + "AFOV [°]": "71", + "F4 axis": "<8", + "F4 zone": "35", + "F4 edge": "60", + "F10 axis": "<7", + "F10 zone": "20", + "F10 edge": "30", + "Other aberrations": "FC,Ast.,Coma 0%", + "Also known as": "" + }, + { + "Eyepiece": "Deep Sky, UW80°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=524", + "Color": "#80ffff", + "FL [mm]": "11", + "2Y [mm]": "15", + "2w' [°]": "78.1", + "AFOV [°]": "76.5", + "F4 axis": "<8", + "F4 zone": "33", + "F4 edge": "55", + "F10 axis": "<7", + "F10 zone": "18", + "F10 edge": "35", + "Other aberrations": "FC,Coma,Ast. 5%", + "Also known as": "" + }, + { + "Eyepiece": "Deep Sky, ED", + "FL [mm]": "21", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "55", + "F4 axis": "4", + "F4 zone": "6", + "F4 edge": "18(14)", + "F10 axis": "5", + "F10 zone": "6", + "F10 edge": "18(12)", + "Other aberrations": "Ast.,FC 0%", + "Also known as": "" + }, + { + "Eyepiece": "Deep Sky, ED", + "FL [mm]": "7.5", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "55", + "F4 axis": "4", + "F4 zone": "18", + "F4 edge": "24", + "F10 axis": "6.5", + "F10 zone": "12", + "F10 edge": "18", + "Other aberrations": "Coma 0%", + "Also known as": "" + }, + { + "Eyepiece": "Deep Sky, ED", + "Color": "#80ffff", + "FL [mm]": "3.8", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "58", + "F4 axis": "6", + "F4 zone": "24", + "F4 edge": "40", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "diffr??", + "Other aberrations": "Coma,CA 0%", + "Also known as": "" + }, + { + "Eyepiece": "Deep Sky, Plano", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=560#p4734", + "FL [mm]": "18", + "2Y [mm]": "19", + "2w' [°]": "60.5", + "AFOV [°]": "", + "F4 axis": "2.5", + "F4 zone": "13", + "F4 edge": "25", + "F10 axis": "2", + "F10 zone": "8", + "F10 edge": "18", + "Other aberrations": "Ast.,FC,Coma 0%", + "Also known as": "" + }, + { + "Eyepiece": "Deep Sky, Plano", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=560#p4733", + "FL [mm]": "12", + "2Y [mm]": "13.2", + "2w' [°]": "63", + "AFOV [°]": "", + "F4 axis": "2.5", + "F4 zone": "15", + "F4 edge": "30", + "F10 axis": "2.5", + "F10 zone": "6", + "F10 edge": "13", + "Other aberrations": "FC,Coma 0%", + "Also known as": "" + }, + { + "Eyepiece": "Deep Sky, Plano", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=560#p4280", + "FL [mm]": "9", + "2Y [mm]": "9.6", + "2w' [°]": "61.1", + "AFOV [°]": "", + "F4 axis": "<4", + "F4 zone": "10", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "8", + "Other aberrations": "FC,Coma,Ast. 0%", + "Also known as": "" + }, + { + "Eyepiece": "Deep Sky, Plano", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=560#p4279", + "Color": "#ffff80", + "FL [mm]": "6.5", + "2Y [mm]": "7", + "2w' [°]": "61.7", + "AFOV [°]": "", + "F4 axis": "<4", + "F4 zone": "6", + "F4 edge": "9", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "Ast.,CA 0%", + "Also known as": "" + }, + { + "Eyepiece": "Deep Sky, Plano", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=560#p4732", + "FL [mm]": "4.5", + "2Y [mm]": "5", + "2w' [°]": "63.7", + "AFOV [°]": "", + "F4 axis": "<4", + "F4 zone": "8", + "F4 edge": "25", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr??", + "Other aberrations": "Ast.,FC,CA 8%", + "Also known as": "" + }, + { + "Eyepiece": "Deep Sky, Flat-Field", + "FL [mm]": "27", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "53", + "F4 axis": "<4", + "F4 zone": "9", + "F4 edge": "18", + "F10 axis": "<3", + "F10 zone": "8", + "F10 edge": "10", + "Other aberrations": "Ast.,FC,CA 0%", + "Also known as": "" + }, + { + "Eyepiece": "Deep Sky, Flat-Field", + "FL [mm]": "8", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "60", + "F4 axis": "<4", + "F4 zone": "13", + "F4 edge": "19", + "F10 axis": "3", + "F10 zone": "9", + "F10 edge": "12", + "Other aberrations": "Ast. 0%", + "Also known as": "" + }, + { + "Eyepiece": "DeepSky, Plossl 500", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=216#p957", + "FL [mm]": "30", + "2Y [mm]": "19.5", + "2w' [°]": "37.2", + "AFOV [°]": "37", + "F4 axis": "diffr.", + "F4 zone": "", + "F4 edge": "25", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "DeepSky, Plossl 500", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=216#p956", + "FL [mm]": "20", + "2Y [mm]": "16.7", + "2w' [°]": "47.8", + "AFOV [°]": "47", + "F4 axis": "diffr.", + "F4 zone": "", + "F4 edge": "25", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "DeepSky, Plossl 500", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=216", + "FL [mm]": "10", + "2Y [mm]": "7.2", + "2w' [°]": "41.3", + "AFOV [°]": "42", + "F4 axis": "diffr.", + "F4 zone": "", + "F4 edge": "20", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "Edmund Scientific Erfle", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2577", + "Color": "#80ffff", + "FL [mm]": "32(32.2)", + "2Y [mm]": "43", + "2w' [°]": "77(76.5)", + "AFOV [°]": "76.8", + "F4 axis": "diffr.", + "F4 zone": "35", + "F4 edge": "78", + "F10 axis": "diffr.", + "F10 zone": "20", + "F10 edge": "45", + "Other aberrations": "Ast.,13%", + "Also known as": "" + }, + { + "Eyepiece": "ES, 120°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2425", + "FL [mm]": "9(9.04)", + "2Y [mm]": "21.3", + "2w' [°]": "135.6(135)", + "AFOV [°]": "117.6", + "F4 axis": "<3", + "F4 zone": "10(20)", + "F4 edge": "15(35)", + "F10 axis": "<3", + "F10 zone": "8(12)", + "F10 edge": "12(32)", + "Other aberrations": "CA/Coma 0%", + "Also known as": "" + }, + { + "Eyepiece": "ES, 100°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=646&start=25#p50666", + "FL [mm]": "25(25.1)", + "2Y [mm]": "40.8", + "2w' [°]": "93.5(93.1)", + "AFOV [°]": "103", + "F4 axis": "6(2)", + "F4 zone": "18", + "F4 edge": "24", + "F10 axis": "<2", + "F10 zone": "5(12)", + "F10 edge": "16", + "Other aberrations": "Ast.,CA +30%", + "Also known as": "" + }, + { + "Eyepiece": "ES, 100°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=646#p5244", + "FL [mm]": "20", + "2Y [mm]": "35", + "2w' [°]": "100.3", + "AFOV [°]": "100.4", + "F4 axis": "<2.5", + "F4 zone": "8", + "F4 edge": "18", + "F10 axis": "<2", + "F10 zone": "4", + "F10 edge": "9", + "Other aberrations": "Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "ES, 100°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=646#p5243", + "FL [mm]": "14", + "2Y [mm]": "25", + "2w' [°]": "102.3", + "AFOV [°]": "101.1", + "F4 axis": "<3", + "F4 zone": "17", + "F4 edge": "25", + "F10 axis": "<1.5", + "F10 zone": "6", + "F10 edge": "12", + "Other aberrations": "Ast.,FC +5%", + "Also known as": "" + }, + { + "Eyepiece": "ES, 100°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=646#p5242", + "FL [mm]": "9", + "2Y [mm]": "16", + "2w' [°]": "101.9", + "AFOV [°]": "100.1", + "F4 axis": "<2.5", + "F4 zone": "7", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Ast.,FC,CA", + "Also known as": "" + }, + { + "Eyepiece": "ES, 100°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=646&start=25#p51774", + "FL [mm]": "5.5(5.6)", + "2Y [mm]": "9.7", + "2w' [°]": "101.1(99.3)", + "AFOV [°]": "98.5", + "F4 axis": "<5", + "F4 zone": "8-10", + "F4 edge": "10-12", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Ast.,CA +20%", + "Also known as": "" + }, + { + "Eyepiece": "ES, 92°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3133&p=69036#p69036", + "FL [mm]": "17(17.1)", + "2Y [mm]": "28.1", + "2w' [°]": "94.7(94.2)", + "AFOV [°]": "93.3", + "F4 axis": "<6", + "F4 zone": "10", + "F4 edge": "15", + "F10 axis": "<4", + "F10 zone": "8", + "F10 edge": "8", + "Other aberrations": "Ast.,CA 18%", + "Also known as": "" + }, + { + "Eyepiece": "ES, 82°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=535#p6456", + "FL [mm]": "30", + "2Y [mm]": "41.7", + "2w' [°]": "79.6", + "AFOV [°]": "78.2", + "F4 axis": "<4", + "F4 zone": "10", + "F4 edge": "15", + "F10 axis": "<4", + "F10 zone": "8.5", + "F10 edge": "12.5", + "Other aberrations": "Ast.,CA,Coma 15%", + "Also known as": "MaxVision, 82°(JOC)" + }, + { + "Eyepiece": "ES, 82°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=535#p6489", + "Color": "#80ffff", + "FL [mm]": "24(24.5)", + "2Y [mm]": "34.6", + "2w' [°]": "82.6(80.9)", + "AFOV [°]": "85", + "F4 axis": "<5", + "F4 zone": "15", + "F4 edge": "32", + "F10 axis": "<6", + "F10 zone": "12", + "F10 edge": "25", + "Other aberrations": "CA,Ast.,Coma 18%", + "Also known as": "MaxVision, 82°(JOC)" + }, + { + "Eyepiece": "ES, 82°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=535#p6455", + "Color": "#ffff80", + "FL [mm]": "18", + "2Y [mm]": "23.8", + "2w' [°]": "75.8", + "AFOV [°]": "80", + "F4 axis": "<6", + "F4 zone": "9", + "F4 edge": "11", + "F10 axis": "<4", + "F10 zone": "6", + "F10 edge": "9", + "Other aberrations": "Ast.,CA,Coma 5-10%", + "Also known as": "MaxVision, 82°(JOC)" + }, + { + "Eyepiece": "ES, 82°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=535#p3904", + "FL [mm]": "14", + "2Y [mm]": "19.2", + "2w' [°]": "78.6", + "AFOV [°]": "83", + "F4 axis": "<6", + "F4 zone": "13", + "F4 edge": "20", + "F10 axis": "<5", + "F10 zone": "6", + "F10 edge": "12", + "Other aberrations": "Ast.,CA,Coma 8-12%", + "Also known as": "MaxVision, 82°(JOC)" + }, + { + "Eyepiece": "ES, 82°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=535#p3905", + "FL [mm]": "11", + "2Y [mm]": "15.2", + "2w' [°]": "79.2", + "AFOV [°]": "82", + "F4 axis": "<5", + "F4 zone": "8.5", + "F4 edge": "13", + "F10 axis": "3", + "F10 zone": "8", + "F10 edge": "10", + "Other aberrations": "Ast.,CA,Coma 8-12%", + "Also known as": "MaxVision, 82° (JOC)" + }, + { + "Eyepiece": "MaxVision, 82°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4144#p80751", + "FL [mm]": "11", + "2Y [mm]": "15.1", + "2w' [°]": "78.7", + "AFOV [°]": "83.4", + "F4 axis": "diffr.", + "F4 zone": "9", + "F4 edge": "12(30)", + "F10 axis": "diffr.", + "F10 zone": "4", + "F10 edge": "6", + "Other aberrations": "Ast.,CA 20%", + "Also known as": "ES, 82° (JOC)" + }, + { + "Eyepiece": "ES, 82°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=535#p6432", + "Color": "#ffff80", + "FL [mm]": "8.8", + "2Y [mm]": "13", + "2w' [°]": "84.6", + "AFOV [°]": "", + "F4 axis": "<5", + "F4 zone": "8", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "7", + "Other aberrations": "Ast.,FC,CA, 5%", + "Also known as": "MaxVision, 82° (JOC)" + }, + { + "Eyepiece": "ES, 82°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=535#p3906", + "FL [mm]": "6.7", + "2Y [mm]": "9.2", + "2w' [°]": "78.7", + "AFOV [°]": "82", + "F4 axis": "<6", + "F4 zone": "10", + "F4 edge": "13", + "F10 axis": "<5", + "F10 zone": "6", + "F10 edge": "10", + "Other aberrations": "Ast.,FC,CA, 10-15%", + "Also known as": "MaxVision, 82° (JOC)" + }, + { + "Eyepiece": "MaxVision, 82°", + "FL [mm]": "6.7", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "82", + "F4 axis": "diffr.", + "F4 zone": "8", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "5", + "F10 edge": "7", + "Other aberrations": "Ast.,FC,CA 17%", + "Also known as": "ES 82° (JOC)" + }, + { + "Eyepiece": "ES, 82°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=535#p4134", + "Color": "#ffff80", + "FL [mm]": "4.7", + "2Y [mm]": "6.8", + "2w' [°]": "82.9", + "AFOV [°]": "81", + "F4 axis": "<6", + "F4 zone": "8", + "F4 edge": "10", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "7", + "Other aberrations": "FC,Coma,Ast.,CA 10-15%", + "Also known as": "MaxVision, 82°(JOC)" + }, + { + "Eyepiece": "ES, 68°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=785#p50504", + "FL [mm]": "40(39.8)", + "2Y [mm]": "45.4", + "2w' [°]": "65(65.4)", + "AFOV [°]": "68.7", + "F4 axis": "<2(5)", + "F4 zone": "22", + "F4 edge": "40", + "F10 axis": "<1.5", + "F10 zone": "7", + "F10 edge": "13", + "Other aberrations": "Ast. +16%", + "Also known as": "MaxVision, 68° (JOC)" + }, + { + "Eyepiece": "MaxVision, 68°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2789#p52051", + "FL [mm]": "40(39.7)", + "2Y [mm]": "45.8", + "2w' [°]": "65.6(66.1)", + "AFOV [°]": "68.6", + "F4 axis": "<3.5", + "F4 zone": "25", + "F4 edge": "40", + "F10 axis": "<3", + "F10 zone": "8", + "F10 edge": "12", + "Other aberrations": "Ast.,Coma,CA +15%", + "Also known as": "ES, 68° (JOC)" + }, + { + "Eyepiece": "ES, 68°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=785#p32170", + "FL [mm]": "34", + "2Y [mm]": "38.8", + "2w' [°]": "65.4", + "AFOV [°]": "65.3", + "F4 axis": "<3", + "F4 zone": "15", + "F4 edge": "30", + "F10 axis": "<1.5", + "F10 zone": "5", + "F10 edge": "15", + "Other aberrations": "Ast. +5-6%", + "Also known as": "MaxVision, 68°(JOC)" + }, + { + "Eyepiece": "ES, 68°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=785#p10506", + "FL [mm]": "28", + "2Y [mm]": "32", + "2w' [°]": "65.5", + "AFOV [°]": "66.5", + "F4 axis": "<3", + "F4 zone": "20", + "F4 edge": "35", + "F10 axis": "<3", + "F10 zone": "11", + "F10 edge": "16", + "Other aberrations": "FC,Ast. +5-6%", + "Also known as": "MaxVision, 68° (JOC)" + }, + { + "Eyepiece": "MaxVision, 68°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2789#p52042", + "FL [mm]": "28(27.2)", + "2Y [mm]": "31.9", + "2w' [°]": "65.3(67.2)", + "AFOV [°]": "68.6", + "F4 axis": "<3", + "F4 zone": "14", + "F4 edge": "20", + "F10 axis": "<3", + "F10 zone": "6", + "F10 edge": "8", + "Other aberrations": "FC,Ast. +15%", + "Also known as": "ES, 68° (JOC)" + }, + { + "Eyepiece": "ES, 68°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=785#p10690", + "FL [mm]": "24", + "2Y [mm]": "27", + "2w' [°]": "64.5", + "AFOV [°]": "64.7", + "F4 axis": "<5", + "F4 zone": "11", + "F4 edge": "20", + "F10 axis": "<4", + "F10 zone": "7", + "F10 edge": "13", + "Other aberrations": "FC,Ast. +5-6%", + "Also known as": "MaxVision 68° (JOC)" + }, + { + "Eyepiece": "MaxVision, 68°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2789#p52025", + "FL [mm]": "20(20.3)", + "2Y [mm]": "22.5", + "2w' [°]": "64.5(63.5)", + "AFOV [°]": "68", + "F4 axis": "<2", + "F4 zone": "14", + "F4 edge": "20", + "F10 axis": "<3", + "F10 zone": "6", + "F10 edge": "8", + "Other aberrations": "Ast.,CA +16%", + "Also known as": "ES 68° (JOC)" + }, + { + "Eyepiece": "ES, 68°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=785#p7264", + "FL [mm]": "16", + "2Y [mm]": "18.4", + "2w' [°]": "65.9", + "AFOV [°]": "", + "F4 axis": "<4", + "F4 zone": "8", + "F4 edge": "12.5", + "F10 axis": "<3", + "F10 zone": "6", + "F10 edge": "8.5", + "Other aberrations": "Ast.,Coma,CA", + "Also known as": "MaxVision, 68° (JOC)" + }, + { + "Eyepiece": "ES, 52°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3578#p71330", + "FL [mm]": "3", + "2Y [mm]": "2.45", + "2w' [°]": "46.8", + "AFOV [°]": "51.9", + "F4 axis": "8", + "F4 zone": "8", + "F4 edge": "8", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "Ast., +17%", + "Also known as": "" + }, + { + "Eyepiece": "GSO, Super View", + "Link": "http://www.astro-talks.ru/forum/viewtopic.php?t=700#p52900", + "Color": "#80ffff", + "FL [mm]": "50(50.8)", + "2Y [mm]": "47", + "2w' [°]": "53.9(53)", + "AFOV [°]": "48.1", + "F4 axis": "<7", + "F4 zone": "45", + "F4 edge": "65", + "F10 axis": "4", + "F10 zone": "20", + "F10 edge": "32", + "Other aberrations": "Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "GSO, Super View", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=700#p7560", + "Color": "#80ffff", + "FL [mm]": "30", + "2Y [mm]": "37.3", + "2w' [°]": "71.2", + "AFOV [°]": "", + "F4 axis": "<5", + "F4 zone": ">30", + "F4 edge": ">70", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "GSO, Super View", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=700", + "Color": "#80ffff", + "FL [mm]": "20", + "2Y [mm]": "23.5", + "2w' [°]": "67.3", + "AFOV [°]": "67", + "F4 axis": "<3", + "F4 zone": "25", + "F4 edge": "40", + "F10 axis": "4", + "F10 zone": "16", + "F10 edge": "23", + "Other aberrations": "Ast. +5%", + "Also known as": "" + }, + { + "Eyepiece": "FUJIYAMA, HD-OR", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4769#p100217", + "FL [mm]": "12.5", + "2Y [mm]": "9.3", + "2w' [°]": "42.6", + "AFOV [°]": "41.8", + "F4 axis": "", + "F4 zone": "8", + "F4 edge": "18", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "FUJIYAMA, HD-OR", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4769#p100190", + "FL [mm]": "9", + "2Y [mm]": "6.8", + "2w' [°]": "43.3", + "AFOV [°]": "42.2", + "F4 axis": "", + "F4 zone": "12", + "F4 edge": "20", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "FUJIYAMA, HD-OR", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4769#p100188", + "FL [mm]": "7", + "2Y [mm]": "5", + "2w' [°]": "40.9", + "AFOV [°]": "40.9", + "F4 axis": "", + "F4 zone": "14", + "F4 edge": "25", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Kokusai Kohki, OR25", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=65#p307", + "FL [mm]": "25", + "2Y [mm]": "18", + "2w' [°]": "41.3", + "AFOV [°]": "", + "F4 axis": "", + "F4 zone": "", + "F4 edge": "", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "", + "Also known as": "" + }, + { + "Eyepiece": "Kokusai Kohki, OR18", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=65#p307", + "FL [mm]": "18", + "2Y [mm]": "12.5", + "2w' [°]": "39.8", + "AFOV [°]": "", + "F4 axis": "", + "F4 zone": "", + "F4 edge": "", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "", + "Also known as": "" + }, + { + "Eyepiece": "Kokusai Kohki, OR12.5", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=65#p307", + "FL [mm]": "12.5", + "2Y [mm]": "8.7", + "2w' [°]": "39.9", + "AFOV [°]": "", + "F4 axis": "", + "F4 zone": "", + "F4 edge": "", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "", + "Also known as": "" + }, + { + "Eyepiece": "Kokusai Kohki, OR9", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=65#p307", + "FL [mm]": "9", + "2Y [mm]": "6.5", + "2w' [°]": "41.4", + "AFOV [°]": "", + "F4 axis": "", + "F4 zone": "", + "F4 edge": "", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "", + "Also known as": "" + }, + { + "Eyepiece": "Kokusai Kohki, OR7", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=65#p306", + "FL [mm]": "7", + "2Y [mm]": "5", + "2w' [°]": "40.9", + "AFOV [°]": "", + "F4 axis": "", + "F4 zone": "", + "F4 edge": "", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "", + "Also known as": "" + }, + { + "Eyepiece": "Kokusai Kohki, OR6", + "FL [mm]": "6", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "40", + "F4 axis": "9", + "F4 zone": "15", + "F4 edge": "30", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "12", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Kokusai Kohki, OR5", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=65#p306", + "FL [mm]": "5", + "2Y [mm]": "3.6", + "2w' [°]": "41.3", + "AFOV [°]": "", + "F4 axis": "3", + "F4 zone": "8", + "F4 edge": "20", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Kokusai Kohki, OR4", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=65#p306", + "FL [mm]": "4", + "2Y [mm]": "3", + "2w' [°]": "43", + "AFOV [°]": "", + "F4 axis": "", + "F4 zone": "", + "F4 edge": "", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "", + "Also known as": "" + }, + { + "Eyepiece": "Levenhuk Ra, ED", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=863#p8250", + "FL [mm]": "40", + "2Y [mm]": "46", + "2w' [°]": "65.9", + "AFOV [°]": "64", + "F4 axis": ">5", + "F4 zone": ">18", + "F4 edge": ">25", + "F10 axis": "5", + "F10 zone": "12", + "F10 edge": "20", + "Other aberrations": "Ast.,FC,CA", + "Also known as": "DeepSky (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, ED", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=863#p10787", + "FL [mm]": "35", + "2Y [mm]": "44.5", + "2w' [°]": "72.9", + "AFOV [°]": "70", + "F4 axis": ">5", + "F4 zone": ">20", + "F4 edge": ">35", + "F10 axis": "4", + "F10 zone": "12", + "F10 edge": "20", + "Other aberrations": "Ast.,FC", + "Also known as": "DeepSky (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, ED", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=863#p10788", + "FL [mm]": "30", + "2Y [mm]": "35.5", + "2w' [°]": "67.8", + "AFOV [°]": "66", + "F4 axis": ">5", + "F4 zone": ">15", + "F4 edge": ">22", + "F10 axis": "4", + "F10 zone": "12", + "F10 edge": "22", + "Other aberrations": "Ast.,FC", + "Also known as": "DeepSky (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, Flat-Field", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=865#p8260", + "FL [mm]": "8", + "2Y [mm]": "8.5", + "2w' [°]": "60.9", + "AFOV [°]": "59", + "F4 axis": "<4", + "F4 zone": "9", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "diffr??", + "Other aberrations": "Ast. 0%", + "Also known as": "Angeleyes SWA(?) (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, Flat-Field", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=865#p10676", + "FL [mm]": "12", + "2Y [mm]": "12.2", + "2w' [°]": "58.3", + "AFOV [°]": "58", + "F4 axis": "<3", + "F4 zone": "10", + "F4 edge": "23", + "F10 axis": "<2", + "F10 zone": "6", + "F10 edge": "12", + "Other aberrations": "Ast.,FC 0%", + "Also known as": "Angeleyes SWA(?) (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, Flat-Field", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=865#p10676", + "FL [mm]": "16", + "2Y [mm]": "16.8", + "2w' [°]": "60.2", + "AFOV [°]": "58", + "F4 axis": "<3", + "F4 zone": "22", + "F4 edge": "35", + "F10 axis": "<3", + "F10 zone": "7", + "F10 edge": "15", + "Other aberrations": "Ast.,FC0%", + "Also known as": "Angeleyes SWA(?) (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, Flat-Field", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=865#p10676", + "FL [mm]": "19", + "2Y [mm]": "21.3", + "2w' [°]": "64.2", + "AFOV [°]": "62", + "F4 axis": "<3", + "F4 zone": "17", + "F4 edge": "40", + "F10 axis": "<2", + "F10 zone": "9", + "F10 edge": "20", + "Other aberrations": "Ast.,FC 0%", + "Also known as": "Angeleyes SWA(?) (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, Flat-Field", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=865#p8262", + "FL [mm]": "27", + "2Y [mm]": "25", + "2w' [°]": "53.1", + "AFOV [°]": "50", + "F4 axis": "<3.5", + "F4 zone": "18", + "F4 edge": "25", + "F10 axis": "<1.5", + "F10 zone": "5", + "F10 edge": "8", + "Other aberrations": "Ast.,FC +0%", + "Also known as": "Angeleyes SWA(?) (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1160#p13248", + "FL [mm]": "40", + "2Y [mm]": "36", + "2w' [°]": "51.6", + "AFOV [°]": "56", + "F4 axis": "", + "F4 zone": "", + "F4 edge": "", + "F10 axis": "", + "F10 zone": "5", + "F10 edge": "15", + "Other aberrations": "Ast.,CA, 10%", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Levenhuk Ra, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1160#p13247", + "FL [mm]": "30", + "2Y [mm]": "27.5", + "2w' [°]": "52.5", + "AFOV [°]": "55", + "F4 axis": "", + "F4 zone": "", + "F4 edge": "", + "F10 axis": "", + "F10 zone": "4", + "F10 edge": "15", + "Other aberrations": "Ast.,CA, 10%", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Levenhuk Ra, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1160#p13246", + "FL [mm]": "25", + "2Y [mm]": "22.5", + "2w' [°]": "51.6", + "AFOV [°]": "56", + "F4 axis": "3", + "F4 zone": "15", + "F4 edge": "35", + "F10 axis": "2", + "F10 zone": "3", + "F10 edge": "10", + "Other aberrations": "Ast.,FC", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Levenhuk Ra, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1160#p13245", + "FL [mm]": "20", + "2Y [mm]": "18", + "2w' [°]": "51.6", + "AFOV [°]": "55", + "F4 axis": "2", + "F4 zone": "12", + "F4 edge": "30", + "F10 axis": "2", + "F10 zone": "3", + "F10 edge": "12", + "Other aberrations": "Ast.,FC", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Levenhuk Ra, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1160#p13244", + "FL [mm]": "17", + "2Y [mm]": "15.5", + "2w' [°]": "52.2", + "AFOV [°]": "55", + "F4 axis": "2.5", + "F4 zone": "13", + "F4 edge": "32", + "F10 axis": "2", + "F10 zone": "5", + "F10 edge": "15", + "Other aberrations": "Ast.,FC", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Levenhuk Ra, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1160#p13243", + "FL [mm]": "6", + "2Y [mm]": "5.5", + "2w' [°]": "52.5", + "AFOV [°]": "56", + "F4 axis": "3", + "F4 zone": "15", + "F4 edge": "27", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "9", + "Other aberrations": "Ast.,FC", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Levenhuk Ra, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1160#p13242", + "FL [mm]": "4", + "2Y [mm]": "3.8", + "2w' [°]": "54.4", + "AFOV [°]": "", + "F4 axis": "", + "F4 zone": "", + "F4 edge": "", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Long Perng, LER E3L-A", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=709#p7768", + "Color": "#ffff80", + "FL [mm]": "3", + "2Y [mm]": "3", + "2w' [°]": "57.3", + "AFOV [°]": "62", + "F4 axis": "diffr.", + "F4 zone": "diffr.", + "F4 edge": "diffr.", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "+3%", + "Also known as": "Levenhuk Ra, Astro Professional" + }, + { + "Eyepiece": "Long Perng, LER E6L-A", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=709#p7769", + "FL [mm]": "6", + "2Y [mm]": "5.8", + "2w' [°]": "55.4", + "AFOV [°]": "55", + "F4 axis": "<5", + "F4 zone": "9", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "FC,Ast. +3%", + "Also known as": "Levenhuk Ra" + }, + { + "Eyepiece": "Long Perng, LER E12R5LE-A", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=709&start=25#p70897", + "FL [mm]": "12.5(11.9)", + "2Y [mm]": "12", + "2w' [°]": "55(57.8)", + "AFOV [°]": "55", + "F4 axis": "3", + "F4 zone": "8", + "F4 edge": "15", + "F10 axis": "4", + "F10 zone": "6", + "F10 edge": "8", + "Other aberrations": "Ast.,7.2%", + "Also known as": "" + }, + { + "Eyepiece": "Long Perng, LER E14R5LE", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=709#p9983", + "FL [mm]": "14.5(13.4)", + "2Y [mm]": "13.9", + "2w' [°]": "54.9(59.4)", + "AFOV [°]": "56.7", + "F4 axis": "diffr.", + "F4 zone": "7", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "Ast.,5%", + "Also known as": "" + }, + { + "Eyepiece": "Long Perng, LER E18L-A", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=709#p7770", + "FL [mm]": "18", + "2Y [mm]": "17.2", + "2w' [°]": "54.8", + "AFOV [°]": "55", + "F4 axis": "<5", + "F4 zone": "30", + "F4 edge": "70", + "F10 axis": "<4", + "F10 zone": "20", + "F10 edge": "50", + "Other aberrations": "Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "Levenhuk Ra, ER20 WA E18W-BU", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=998#p10369", + "FL [mm]": "18", + "2Y [mm]": "19.2", + "2w' [°]": "61.1", + "AFOV [°]": "65", + "F4 axis": "<3.5", + "F4 zone": "17", + "F4 edge": "50", + "F10 axis": "diffr.", + "F10 zone": "11", + "F10 edge": "35", + "Other aberrations": "Coma,Ast. +5%", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Levenhuk Ra, ER20 WA E14.5W-BU", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=998#p10370", + "FL [mm]": "14.5", + "2Y [mm]": "17", + "2w' [°]": "67.2", + "AFOV [°]": "69", + "F4 axis": "<2.5", + "F4 zone": "7", + "F4 edge": "12.5", + "F10 axis": "<4", + "F10 zone": "5", + "F10 edge": "6", + "Other aberrations": "Ast.,Coma +6%", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Levenhuk Ra, ER20 WA, E12W-BU", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=998#p10371", + "FL [mm]": "12", + "2Y [mm]": "13.2", + "2w' [°]": "63", + "AFOV [°]": "66.5", + "F4 axis": "<4", + "F4 zone": "6.5", + "F4 edge": "13", + "F10 axis": "<4", + "F10 zone": "5", + "F10 edge": "7", + "Other aberrations": "Ast.,FC +3%", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Levenhuk Ra, ER20 WA E9W-BU", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=998#p10379", + "FL [mm]": "9", + "2Y [mm]": "8.3(?)", + "2w' [°]": "52.8", + "AFOV [°]": "68", + "F4 axis": "<4", + "F4 zone": "15", + "F4 edge": "15", + "F10 axis": "<4", + "F10 zone": "11", + "F10 edge": "9", + "Other aberrations": "Coma,Ast.,CA", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Levenhuk Ra, ER20 WA E7W-BU", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=998#p10380", + "FL [mm]": "7", + "2Y [mm]": "8.2", + "2w' [°]": "67.1", + "AFOV [°]": "68", + "F4 axis": "<3", + "F4 zone": "25", + "F4 edge": "40", + "F10 axis": "<4", + "F10 zone": "15", + "F10 edge": "25", + "Other aberrations": "Coma,Ast.,CA", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "Levenhuk Ra, ER20 WA E3.5W-BU", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=998#p10381", + "FL [mm]": "3.5", + "2Y [mm]": "2.8(?)", + "2w' [°]": "45.8", + "AFOV [°]": "68", + "F4 axis": "6", + "F4 zone": "15", + "F4 edge": "20", + "F10 axis": "6", + "F10 zone": "15", + "F10 edge": "20", + "Other aberrations": "Coma,Ast.,CA", + "Also known as": "Long Perng" + }, + { + "Eyepiece": "MBS, Bertele", + "FL [mm]": "18", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "54", + "F4 axis": "7", + "F4 zone": "15", + "F4 edge": "30", + "F10 axis": "7", + "F10 zone": "8", + "F10 edge": "10", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Meade, Aspheric", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4202#p82001", + "FL [mm]": "23", + "2Y [mm]": "27", + "2w' [°]": "67.3", + "AFOV [°]": "56.8", + "F4 axis": "<5", + "F4 zone": "20", + "F4 edge": "45", + "F10 axis": "<3.5", + "F10 zone": "12", + "F10 edge": "24", + "Other aberrations": "Ast.,FC -6%", + "Also known as": "Celestron, Vite, SvBony" + }, + { + "Eyepiece": "Meade, Aspheric", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4202#p82002", + "FL [mm]": "10(9.3)", + "2Y [mm]": "11", + "2w' [°]": "63(67.8)", + "AFOV [°]": "59", + "F4 axis": "<3", + "F4 zone": "30", + "F4 edge": "40", + "F10 axis": "<3", + "F10 zone": "13", + "F10 edge": "20", + "Other aberrations": "Ast.,Coma,FC 2%", + "Also known as": "Celestron, Vite, SvBony" + }, + { + "Eyepiece": "Meade, Aspheric", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4202#p82003", + "FL [mm]": "4", + "2Y [mm]": "4.1", + "2w' [°]": "58.7", + "AFOV [°]": "58.9", + "F4 axis": "<4", + "F4 zone": "20", + "F4 edge": "30", + "F10 axis": "<5", + "F10 zone": "12", + "F10 edge": "20", + "Other aberrations": "CA 8%", + "Also known as": "Celestron, Vite, SvBony" + }, + { + "Eyepiece": "Meade, MWA 5000, 100°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4076&p=80401#p80401", + "FL [mm]": "26(25.1)", + "2Y [mm]": "44.6", + "2w' [°]": "98.3(101.8)", + "AFOV [°]": "83.6", + "F4 axis": "<5", + "F4 zone": "20", + "F4 edge": "35", + "F10 axis": "<4", + "F10 zone": "12", + "F10 edge": "18", + "Other aberrations": "FC +6%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, MWA 5000, 100°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4076#p78488", + "FL [mm]": "5", + "2Y [mm]": "8.8", + "2w' [°]": "100.8", + "AFOV [°]": "86.3", + "F4 axis": "<4", + "F4 zone": "20", + "F4 edge": "25", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "10", + "Other aberrations": "FC, CA +4%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, XWA, 100°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=912#p9177", + "FL [mm]": "20", + "2Y [mm]": "35", + "2w' [°]": "100.3", + "AFOV [°]": "101", + "F4 axis": "<2.5", + "F4 zone": "8", + "F4 edge": "18", + "F10 axis": "<2", + "F10 zone": "4", + "F10 edge": "9", + "Other aberrations": "Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "Meade, XWA, 100°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=912#p9179", + "FL [mm]": "14", + "2Y [mm]": "24", + "2w' [°]": "98.2", + "AFOV [°]": "100", + "F4 axis": "<3", + "F4 zone": "17", + "F4 edge": "25", + "F10 axis": "<1.5", + "F10 zone": "6", + "F10 edge": "12", + "Other aberrations": "Ast.,FC +5%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, XWA, 100°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=912#p9180", + "FL [mm]": "9", + "2Y [mm]": "15.5", + "2w' [°]": "98.7", + "AFOV [°]": "100", + "F4 axis": "<2.5", + "F4 zone": "7", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Ast.,FC,CA", + "Also known as": "" + }, + { + "Eyepiece": "Meade, UWA 5000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=725&start=25#p46927", + "FL [mm]": "30", + "2Y [mm]": "42", + "2w' [°]": "80.2", + "AFOV [°]": "80.9", + "F4 axis": "7", + "F4 zone": "20", + "F4 edge": "25", + "F10 axis": "3", + "F10 zone": "10", + "F10 edge": "7", + "Other aberrations": "FC, Ast., CA, 15.6%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, UWA 5000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=725&start=25#p46910", + "FL [mm]": "24(23.8)", + "2Y [mm]": "35", + "2w' [°]": "83.6(84.2)", + "AFOV [°]": "85.2", + "F4 axis": "7", + "F4 zone": "13", + "F4 edge": "24", + "F10 axis": "3", + "F10 zone": "10", + "F10 edge": "16", + "Other aberrations": "Ast., CA, 18%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, UWA 5000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=725&start=25#p46882", + "FL [mm]": "20(21)", + "2Y [mm]": "29.2", + "2w' [°]": "83.7(84.2)", + "AFOV [°]": "83.4", + "F4 axis": "5", + "F4 zone": "14", + "F4 edge": "18", + "F10 axis": "3", + "F10 zone": "10", + "F10 edge": "15", + "Other aberrations": "Ast., CA, 15%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, UWA 5000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=725#p26553", + "FL [mm]": "18", + "2Y [mm]": "26", + "2w' [°]": "82.8", + "AFOV [°]": "", + "F4 axis": "<3", + "F4 zone": "15", + "F4 edge": "15", + "F10 axis": "<4", + "F10 zone": "9", + "F10 edge": "15", + "Other aberrations": "Ast.,FC +8%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, UWA 5000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=725#p6390", + "FL [mm]": "14", + "2Y [mm]": "20", + "2w' [°]": "81.9", + "AFOV [°]": "", + "F4 axis": "<3.5", + "F4 zone": "12", + "F4 edge": "27", + "F10 axis": "<3", + "F10 zone": "8", + "F10 edge": "20", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Meade, UWA 5000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=725#p6391", + "Color": "#ffff80", + "FL [mm]": "8.8", + "2Y [mm]": "12.5", + "2w' [°]": "81.4", + "AFOV [°]": "", + "F4 axis": "<3", + "F4 zone": "6", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "CA,Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Meade, UWA 5000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=725#p6392", + "FL [mm]": "5.5", + "2Y [mm]": "8.1", + "2w' [°]": "84.4", + "AFOV [°]": "", + "F4 axis": "<3.5", + "F4 zone": "9", + "F4 edge": "13", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "CA,Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Meade, SWA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1097", + "Color": "#80ffff", + "FL [mm]": "34", + "2Y [mm]": "39.5", + "2w' [°]": "66.6", + "AFOV [°]": "69", + "F4 axis": "<4", + "F4 zone": "25", + "F4 edge": "50", + "F10 axis": "3", + "F10 zone": "18", + "F10 edge": "30", + "Other aberrations": "FC,Ast. +3%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, SWA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1097#p32376", + "FL [mm]": "20", + "2Y [mm]": "25.2", + "2w' [°]": "72.2", + "AFOV [°]": "69", + "F4 axis": "<2.5", + "F4 zone": "11", + "F4 edge": "13", + "F10 axis": "2", + "F10 zone": "6", + "F10 edge": "10", + "Other aberrations": "Ast.,Coma +10%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, QX 4000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=992#p10246", + "Color": "#80ffff", + "FL [mm]": "36", + "2Y [mm]": "45", + "2w' [°]": "71.6", + "AFOV [°]": "", + "F4 axis": "3", + "F4 zone": "30", + "F4 edge": "65", + "F10 axis": "6", + "F10 zone": "16", + "F10 edge": "35", + "Other aberrations": "FC,Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Meade, QX WA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=992#p10589", + "Color": "#80ffff", + "FL [mm]": "20", + "2Y [mm]": "25.2", + "2w' [°]": "72.2", + "AFOV [°]": "69", + "F4 axis": "6", + "F4 zone": "32", + "F4 edge": "62", + "F10 axis": "6", + "F10 zone": "9", + "F10 edge": "17", + "Other aberrations": "Ast.,Coma 5%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, QX WA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=992#p10589", + "Color": "#80ffff", + "FL [mm]": "15", + "2Y [mm]": "18.8", + "2w' [°]": "71.8", + "AFOV [°]": "67.5", + "F4 axis": "7", + "F4 zone": "27", + "F4 edge": "47", + "F10 axis": "7", + "F10 zone": "7", + "F10 edge": "15", + "Other aberrations": "Ast.,Coma 5%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, Plossl 5000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2089#p70779", + "Color": "#80ffff", + "FL [mm]": "40(39)", + "2Y [mm]": "43", + "2w' [°]": "61.6(63.2)", + "AFOV [°]": "60.2", + "F4 axis": "<2", + "F4 zone": "35", + "F4 edge": "60", + "F10 axis": "diffr.", + "F10 zone": "16", + "F10 edge": "32", + "Other aberrations": "Ast.,Coma,7%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, Plossl 5000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2089&p=84390#p84390", + "Color": "#80ffff", + "FL [mm]": "26", + "2Y [mm]": "27.6", + "2w' [°]": "60.8", + "AFOV [°]": "59.7", + "F4 axis": "4", + "F4 zone": "25", + "F4 edge": "50", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.,6.8%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, Plossl 5000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2089#p33092", + "FL [mm]": "20", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "60", + "F4 axis": "3.5", + "F4 zone": "20", + "F4 edge": "42", + "F10 axis": "<3", + "F10 zone": "11", + "F10 edge": "27", + "Other aberrations": "Ast.,FC,CA +8%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, Plossl 5000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2089#p32564", + "Color": "#80ffff", + "FL [mm]": "14(13.6)", + "2Y [mm]": "15", + "2w' [°]": "61.4(63.2)", + "AFOV [°]": "61", + "F4 axis": "3", + "F4 zone": "35", + "F4 edge": "62", + "F10 axis": "<3", + "F10 zone": "15", + "F10 edge": "30", + "Other aberrations": "Ast.,FC +8", + "Also known as": "" + }, + { + "Eyepiece": "Meade, Plossl 4000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=440#p7299", + "FL [mm]": "56", + "2Y [mm]": "46.5", + "2w' [°]": "47.6", + "AFOV [°]": "", + "F4 axis": "<2", + "F4 zone": ">10", + "F4 edge": ">15", + "F10 axis": "<2", + "F10 zone": "5", + "F10 edge": "10", + "Other aberrations": "Ast.,CA +10", + "Also known as": "" + }, + { + "Eyepiece": "Meade, Plossl 4000", + "FL [mm]": "25", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "52.5", + "F4 axis": "7", + "F4 zone": "18", + "F4 edge": "35", + "F10 axis": "7", + "F10 zone": "9", + "F10 edge": "16", + "Other aberrations": "Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "Meade, Plossl 4000", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=440", + "FL [mm]": "12.4", + "2Y [mm]": "10.8", + "2w' [°]": "49.9", + "AFOV [°]": "52.5", + "F4 axis": "7", + "F4 zone": "10", + "F4 edge": "17.5", + "F10 axis": "6", + "F10 zone": "7.5", + "F10 edge": "9", + "Other aberrations": "Ast.,Coma,15%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, Plossl 3000", + "FL [mm]": "40", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "38", + "F4 axis": "5", + "F4 zone": "10(8)", + "F4 edge": "20", + "F10 axis": "<5", + "F10 zone": "8", + "F10 edge": "11", + "Other aberrations": "Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "Meade, Plossl 3000", + "FL [mm]": "5", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "42", + "F4 axis": "8", + "F4 zone": "15x20", + "F4 edge": "20'x30", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "15", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Meade, HD-60", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=575#p9185", + "FL [mm]": "25", + "2Y [mm]": "25", + "2w' [°]": "57.3", + "AFOV [°]": "", + "F4 axis": "<4", + "F4 zone": "6", + "F4 edge": "12", + "F10 axis": "<3", + "F10 zone": "4.5", + "F10 edge": "10", + "Other aberrations": "Ast.,FC +0%", + "Also known as": "" + }, + { + "Eyepiece": "NoName, HD-60 (Aliexpress 2023)", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=575&start=75#p98027", + "FL [mm]": "25", + "2Y [mm]": "24.9", + "2w' [°]": "57.1", + "AFOV [°]": "57.9", + "F4 axis": "<1", + "F4 zone": "14", + "F4 edge": "28", + "F10 axis": "<2", + "F10 zone": "7", + "F10 edge": "15", + "Other aberrations": "Ast.9%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, HD-60", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=575#p4450", + "FL [mm]": "18", + "2Y [mm]": "18.4", + "2w' [°]": "58.6", + "AFOV [°]": "57.5", + "F4 axis": "6", + "F4 zone": "17", + "F4 edge": "30", + "F10 axis": "2", + "F10 zone": "4", + "F10 edge": "12", + "Other aberrations": "Ast.,FC,CA +0%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, HD-60", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=575#p4449", + "FL [mm]": "12", + "2Y [mm]": "13.2", + "2w' [°]": "63", + "AFOV [°]": "62", + "F4 axis": "3", + "F4 zone": "12", + "F4 edge": "21", + "F10 axis": "2", + "F10 zone": "5", + "F10 edge": "7", + "Other aberrations": "Ast.,FC +0%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, HD-60", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=575#p4448", + "FL [mm]": "9", + "2Y [mm]": "9.5", + "2w' [°]": "60.5", + "AFOV [°]": "60", + "F4 axis": "4", + "F4 zone": "7", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Coma,CA +5%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, HD-60", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=575#p4447", + "Color": "#ffff80", + "FL [mm]": "6.5", + "2Y [mm]": "7.2", + "2w' [°]": "63.5", + "AFOV [°]": "63", + "F4 axis": "4", + "F4 zone": "6", + "F4 edge": "9", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Coma,CA +0%", + "Also known as": "" + }, + { + "Eyepiece": "Meade, HD-60", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=575#p9186", + "FL [mm]": "4.5", + "2Y [mm]": "5.4", + "2w' [°]": "68.8", + "AFOV [°]": "68", + "F4 axis": "<5", + "F4 zone": "7.5", + "F4 edge": "15", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "FC,Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Meade, MA", + "FL [mm]": "9", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "38", + "F4 axis": "6", + "F4 zone": "11", + "F4 edge": "24", + "F10 axis": "6", + "F10 zone": "9", + "F10 edge": "9", + "Other aberrations": "Coma,Ast. +0%", + "Also known as": "" + }, + { + "Eyepiece": "Nikon NAV-7 SW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4698#p98210", + "Color": "#ffff80", + "FL [mm]": "7", + "2Y [mm]": "8.6", + "2w' [°]": "70.4", + "AFOV [°]": "68.5", + "F4 axis": "2.7", + "F4 zone": "9", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Ast.,CA +8%", + "Also known as": "" + }, + { + "Eyepiece": "Nikon Nav-17 HW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4702#p98250", + "Color": "#ffff80", + "FL [mm]": "17", + "2Y [mm]": "30", + "2w' [°]": "101.1", + "AFOV [°]": "102.7", + "F4 axis": "1", + "F4 zone": "8", + "F4 edge": "12", + "F10 axis": "3", + "F10 zone": "5", + "F10 edge": "7", + "Other aberrations": "Ast.,Coma, CA +20%", + "Also known as": "" + }, + { + "Eyepiece": "Nikon NAV-17 HW + EiC-14", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4702#p98250", + "Color": "#ffff80", + "FL [mm]": "14", + "2Y [mm]": "24.8", + "2w' [°]": "101.5", + "AFOV [°]": "101.8", + "F4 axis": "1", + "F4 zone": "5", + "F4 edge": "diffr.", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Ast., CA +20%", + "Also known as": "" + }, + { + "Eyepiece": "NoName, Super Long Eye Relief", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4653#p96676", + "Color": "#80ffff", + "FL [mm]": "25(25.5)", + "2Y [mm]": "23.2", + "2w' [°]": "53.2(52.1)", + "AFOV [°]": "50", + "F4 axis": "", + "F4 zone": "30", + "F4 edge": "50", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "NoName, Super Long Eye Relief", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4653#p96673", + "Color": "#80ffff", + "FL [mm]": "10(10.3)", + "2Y [mm]": "10.2", + "2w' [°]": "58.4(56.7)", + "AFOV [°]": "60", + "F4 axis": "", + "F4 zone": "20", + "F4 edge": "70", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Pentax, XW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=63#p82148", + "FL [mm]": "40(39.5)", + "2Y [mm]": "46.5", + "2w' [°]": "66.6(67.5)", + "AFOV [°]": "67.8", + "F4 axis": "<4", + "F4 zone": "15(22)", + "F4 edge": "30(45)", + "F10 axis": "<3", + "F10 zone": "8", + "F10 edge": "18", + "Other aberrations": "Ast.,FC +10%", + "Also known as": "" + }, + { + "Eyepiece": "Pentax, XW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=63#p82127", + "FL [mm]": "30(30.5)", + "2Y [mm]": "36.2", + "2w' [°]": "69.1(68)", + "AFOV [°]": "68.2", + "F4 axis": "<3", + "F4 zone": "12", + "F4 edge": "18", + "F10 axis": "<3", + "F10 zone": "7", + "F10 edge": "12", + "Other aberrations": "Ast.,FC +10%", + "Also known as": "" + }, + { + "Eyepiece": "Pentax, XW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=63#p304", + "FL [mm]": "20(19.9)", + "2Y [mm]": "24", + "2w' [°]": "68.8(69.1)", + "AFOV [°]": "68.3", + "F4 axis": "<3", + "F4 zone": "15", + "F4 edge": "40", + "F10 axis": "<4", + "F10 zone": "7", + "F10 edge": "23", + "Other aberrations": "Ast.,FC +8%", + "Also known as": "" + }, + { + "Eyepiece": "Pentax, XW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=63&p=10011#p10011", + "FL [mm]": "14", + "2Y [mm]": "18.4", + "2w' [°]": "75.3", + "AFOV [°]": "69.4", + "F4 axis": "<3", + "F4 zone": "14", + "F4 edge": "26", + "F10 axis": "diffr!", + "F10 zone": "8", + "F10 edge": "15", + "Other aberrations": "FC, CA 4%", + "Also known as": "" + }, + { + "Eyepiece": "Pentax, XW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=63&p=10011#p41709", + "FL [mm]": "7(6.9)", + "2Y [mm]": "8.8", + "2w' [°]": "72(73.1)", + "AFOV [°]": "69.3", + "F4 axis": "<3", + "F4 zone": "15", + "F4 edge": "27(16)", + "F10 axis": "diffr!", + "F10 zone": "8", + "F10 edge": "15", + "Other aberrations": "FC, CA 8%", + "Also known as": "" + }, + { + "Eyepiece": "Pentax, XW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=63#p83847", + "FL [mm]": "10(10.2)", + "2Y [mm]": "13.2", + "2w' [°]": "75.6/74.2", + "AFOV [°]": "68.4", + "F4 axis": "<2.5", + "F4 zone": "14", + "F4 edge": "14", + "F10 axis": "diffr!", + "F10 zone": "diffr?", + "F10 edge": "44717", + "Other aberrations": "Ast., 4%", + "Also known as": "" + }, + { + "Eyepiece": "Pentax, XW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=63&p=10011#p41732", + "FL [mm]": "5(5.02)", + "2Y [mm]": "6.5", + "2w' [°]": "74.5(74.2)", + "AFOV [°]": "69.5", + "F4 axis": "<4", + "F4 zone": "8", + "F4 edge": "12(25)", + "F10 axis": "diffr!", + "F10 zone": "8", + "F10 edge": "10", + "Other aberrations": "CA,FC 7%", + "Also known as": "" + }, + { + "Eyepiece": "Pentax, XW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=63&p=10011#p82074", + "FL [mm]": "3.5", + "2Y [mm]": "4.2", + "2w' [°]": "68.8", + "AFOV [°]": "68.5", + "F4 axis": "diffr!", + "F4 zone": "diffr.", + "F4 edge": "12", + "F10 axis": "diffr!", + "F10 zone": "diffr!", + "F10 edge": "8", + "Other aberrations": "CA 10%", + "Also known as": "" + }, + { + "Eyepiece": "Pentax, XL", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1848#p28437", + "FL [mm]": "40", + "2Y [mm]": "44.2", + "2w' [°]": "63.3", + "AFOV [°]": "", + "F4 axis": "<2", + "F4 zone": "18", + "F4 edge": "28", + "F10 axis": "<2.5", + "F10 zone": "5", + "F10 edge": "12", + "Other aberrations": "FC,Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Pentax, XL", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1848#p29910", + "FL [mm]": "21", + "2Y [mm]": "22.8", + "2w' [°]": "62.2", + "AFOV [°]": "61", + "F4 axis": "<3", + "F4 zone": "14", + "F4 edge": "37", + "F10 axis": "diffr!", + "F10 zone": "6", + "F10 edge": "10", + "Other aberrations": "FC,Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Sky Watcher, LET", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=217", + "FL [mm]": "20", + "2Y [mm]": "17.5", + "2w' [°]": "50.1", + "AFOV [°]": "", + "F4 axis": "", + "F4 zone": "", + "F4 edge": "25", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "", + "Also known as": "Synta" + }, + { + "Eyepiece": "Sky Watcher, LET", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=217#p959", + "FL [mm]": "5", + "2Y [mm]": "3.5", + "2w' [°]": "40.1", + "AFOV [°]": "", + "F4 axis": "", + "F4 zone": "", + "F4 edge": "", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "", + "Also known as": "Synta" + }, + { + "Eyepiece": "Sky Watcher, Panorama", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2411&p=86519#p86519", + "FL [mm]": "23(23.2)", + "2Y [mm]": "35.5", + "2w' [°]": "88.4(87.7)", + "AFOV [°]": "77.3", + "F4 axis": "<3", + "F4 zone": "16", + "F4 edge": "38", + "F10 axis": "<3", + "F10 zone": "8", + "F10 edge": "12", + "Other aberrations": "Ast.,CA +3%", + "Also known as": "Synta" + }, + { + "Eyepiece": "Sky Watcher, Panorama", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2411#p40372", + "FL [mm]": "7", + "2Y [mm]": "10", + "2w' [°]": "81.9", + "AFOV [°]": "79", + "F4 axis": "<6", + "F4 zone": "12(20)", + "F4 edge": "15(35)", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "15", + "Other aberrations": "CA,Ast. 0%", + "Also known as": "Synta" + }, + { + "Eyepiece": "Sky Watcher, UWA", + "FL [mm]": "6", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "72", + "F4 axis": "9", + "F4 zone": "9", + "F4 edge": "15", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "diffr?", + "Other aberrations": "Coma,Ast.", + "Also known as": "Synta" + }, + { + "Eyepiece": "Sky Watcher, UWA 58°", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3513", + "FL [mm]": "2.5(2.6)", + "2Y [mm]": "2.3", + "2w' [°]": "52.7(50.7)", + "AFOV [°]": "50", + "F4 axis": "8", + "F4 zone": "12", + "F4 edge": "25", + "F10 axis": "18", + "F10 zone": "18", + "F10 edge": "18", + "Other aberrations": "Coma,Ast.,-5.2%", + "Also known as": "Synta" + }, + { + "Eyepiece": "Sky Watcher, Super LYR", + "Color": "#80ffff", + "FL [mm]": "10", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "60", + "F4 axis": "9", + "F4 zone": "25(20)", + "F4 edge": "60(40)", + "F10 axis": "9", + "F10 zone": "16", + "F10 edge": "30", + "Other aberrations": "Ast.,CA,Coma", + "Also known as": "Synta" + }, + { + "Eyepiece": "Sky Watcher, Super Plossl APO serie", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=443", + "FL [mm]": "40", + "2Y [mm]": "29", + "2w' [°]": "41.5", + "AFOV [°]": "40", + "F4 axis": "4.5", + "F4 zone": "9", + "F4 edge": "12", + "F10 axis": "5", + "F10 zone": "6", + "F10 edge": "7.5", + "Other aberrations": "Ast. 8%", + "Also known as": "Synta" + }, + { + "Eyepiece": "Sky Watcher, Super Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4653#p98165", + "FL [mm]": "25(25.5)", + "2Y [mm]": "22.5", + "2w' [°]": "51.6(50,6)", + "AFOV [°]": "51.2", + "F4 axis": "", + "F4 zone": "14", + "F4 edge": "28", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.", + "Also known as": "Synta" + }, + { + "Eyepiece": "SvBONY, UW80", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3931", + "Color": "#80ffff", + "FL [mm]": "30(29.3)", + "2Y [mm]": "44", + "2w' [°]": "84(86)", + "AFOV [°]": "79.1", + "F4 axis": "<2", + "F4 zone": "40", + "F4 edge": "60", + "F10 axis": "<3", + "F10 zone": "15", + "F10 edge": "30", + "Other aberrations": "Ast., Coma, 9.1%", + "Also known as": "" + }, + { + "Eyepiece": "Takahashi MC Abbe", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4540#p92349", + "FL [mm]": "32(33)", + "2Y [mm]": "23.6", + "2w' [°]": "42.3(41)", + "AFOV [°]": "41.1", + "F4 axis": "1", + "F4 zone": "12", + "F4 edge": "20", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Takahashi MC Abbe", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4540#p92348", + "FL [mm]": "9", + "2Y [mm]": "6.7", + "2w' [°]": "42.7", + "AFOV [°]": "42.5", + "F4 axis": "", + "F4 zone": "12", + "F4 edge": "25", + "F10 axis": "2", + "F10 zone": "8", + "F10 edge": "15", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Takahashi LE", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=561#p4288", + "FL [mm]": "12.5", + "2Y [mm]": "11.9", + "2w' [°]": "54.5", + "AFOV [°]": "", + "F4 axis": "6", + "F4 zone": "14", + "F4 edge": "35", + "F10 axis": "5", + "F10 zone": "7", + "F10 edge": "15", + "Other aberrations": "Ast.", + "Also known as": "" + }, + { + "Eyepiece": "TAL, UWA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4226#p82278", + "FL [mm]": "25", + "2Y [mm]": "36", + "2w' [°]": "82.5", + "AFOV [°]": "81", + "F4 axis": "<4", + "F4 zone": "12", + "F4 edge": "50", + "F10 axis": "<5", + "F10 zone": "6", + "F10 edge": "35", + "Other aberrations": "FC, Ast. +10%..", + "Also known as": "" + }, + { + "Eyepiece": "TAL, UWA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=534", + "Color": "#80ffff", + "FL [mm]": "24(24.2)", + "2Y [mm]": "40", + "2w' [°]": "95.5(94.7)", + "AFOV [°]": "90", + "F4 axis": "<7", + "F4 zone": "60", + "F4 edge": "120", + "F10 axis": "<7", + "F10 zone": "40", + "F10 edge": "90(18)", + "Other aberrations": "Ast.,FC +10%..+15%", + "Also known as": "" + }, + { + "Eyepiece": "TAL, UWA", + "Color": "#80ffff", + "FL [mm]": "15", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "80", + "F4 axis": "8", + "F4 zone": "20(15)", + "F4 edge": "60(12)", + "F10 axis": "7", + "F10 zone": "7", + "F10 edge": "24(18)", + "Other aberrations": "FC,Coma,Ast.", + "Also known as": "" + }, + { + "Eyepiece": "TAL, WA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2068#p32184", + "Color": "#80ffff", + "FL [mm]": "20(19.3)", + "2Y [mm]": "22.5", + "2w' [°]": "64.5(66.8)", + "AFOV [°]": "", + "F4 axis": "6", + "F4 zone": "30", + "F4 edge": "55", + "F10 axis": "5", + "F10 zone": "10", + "F10 edge": "18", + "Other aberrations": "FC,Ast.,CA", + "Also known as": "" + }, + { + "Eyepiece": "TAL, WA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2068#p32183", + "FL [mm]": "15(14.5)", + "2Y [mm]": "17", + "2w' [°]": "64.9(67.2)", + "AFOV [°]": "", + "F4 axis": "5", + "F4 zone": "15", + "F4 edge": "35", + "F10 axis": "4", + "F10 zone": "8", + "F10 edge": "15", + "Other aberrations": "Ast.,CA", + "Also known as": "" + }, + { + "Eyepiece": "TAL, WA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2068#p32182", + "FL [mm]": "10(9.3)", + "2Y [mm]": "10.4", + "2w' [°]": "59.6(64.1)", + "AFOV [°]": "", + "F4 axis": "5", + "F4 zone": "18", + "F4 edge": "42", + "F10 axis": "4", + "F10 zone": "6", + "F10 edge": "10", + "Other aberrations": "Ast.,CA", + "Also known as": "" + }, + { + "Eyepiece": "TAL, PAG", + "FL [mm]": "5", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "30", + "F4 axis": "8", + "F4 zone": "16", + "F4 edge": "20", + "F10 axis": "diffr!", + "F10 zone": "diffr.", + "F10 edge": "diffr??", + "Other aberrations": "Coma,Ast.", + "Also known as": "" + }, + { + "Eyepiece": "TAL, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1680#p23596", + "FL [mm]": "40", + "2Y [mm]": "28", + "2w' [°]": "40.1", + "AFOV [°]": "40", + "F4 axis": "2", + "F4 zone": "8", + "F4 edge": "18", + "F10 axis": "1", + "F10 zone": "6", + "F10 edge": "9", + "Other aberrations": "Ast.,FC +7%", + "Also known as": "" + }, + { + "Eyepiece": "TAL, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1680#p23598", + "FL [mm]": "25", + "2Y [mm]": "21.4", + "2w' [°]": "49", + "AFOV [°]": "49", + "F4 axis": "1.5", + "F4 zone": "14", + "F4 edge": "35", + "F10 axis": "1", + "F10 zone": "8", + "F10 edge": "12", + "Other aberrations": "Ast.,FC +9%", + "Also known as": "" + }, + { + "Eyepiece": "TAL, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1680#p23599", + "FL [mm]": "20", + "2Y [mm]": "16.2", + "2w' [°]": "46.4", + "AFOV [°]": "48.5", + "F4 axis": "2.5", + "F4 zone": "15", + "F4 edge": "25", + "F10 axis": "1", + "F10 zone": "7", + "F10 edge": "15", + "Other aberrations": "Ast.,FC +8%", + "Also known as": "" + }, + { + "Eyepiece": "TAL, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1680#p23601", + "FL [mm]": "12.5", + "2Y [mm]": "10", + "2w' [°]": "45.8", + "AFOV [°]": "47", + "F4 axis": "3", + "F4 zone": "15", + "F4 edge": "40", + "F10 axis": "2", + "F10 zone": "12", + "F10 edge": "15", + "Other aberrations": "Ast.,FC +8%", + "Also known as": "" + }, + { + "Eyepiece": "TAL, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1680#p23606", + "FL [mm]": "10", + "2Y [mm]": "8.4", + "2w' [°]": "48.1", + "AFOV [°]": "48.5", + "F4 axis": "3", + "F4 zone": "15", + "F4 edge": "35", + "F10 axis": "2", + "F10 zone": "10", + "F10 edge": "13(??)", + "Other aberrations": "Ast.,FC +8%", + "Also known as": "" + }, + { + "Eyepiece": "TAL, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1680#p23625", + "FL [mm]": "7.5", + "2Y [mm]": "6.3", + "2w' [°]": "48.1", + "AFOV [°]": "48.5", + "F4 axis": "4", + "F4 zone": "15", + "F4 edge": "25", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr??", + "Other aberrations": "Ast.,FC +9%", + "Also known as": "" + }, + { + "Eyepiece": "TAL, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1680#p23656", + "FL [mm]": "6.3", + "2Y [mm]": "5.4", + "2w' [°]": "49.1", + "AFOV [°]": "46.5", + "F4 axis": "<5", + "F4 zone": "15", + "F4 edge": "35", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Ast.,FC +7%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Delite", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=50817#p50817", + "Color": "#ffff80", + "FL [mm]": "11(11.2)", + "2Y [mm]": "11.4", + "2w' [°]": "59.4(59.3)", + "AFOV [°]": "61.5", + "F4 axis": "<5", + "F4 zone": "6", + "F4 edge": "11", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "8", + "Other aberrations": "Ast.,FC,CA +12%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Delite", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=52988#p52988", + "Color": "#ffff80", + "FL [mm]": "5(4.9)", + "2Y [mm]": "5.7", + "2w' [°]": "65.3(66.7)", + "AFOV [°]": "61.7", + "F4 axis": "<5", + "F4 zone": "8", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "8", + "Other aberrations": "Ast.,FC,CA +4%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Delos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p14039", + "Color": "#ffff80", + "FL [mm]": "10", + "2Y [mm]": "12.5", + "2w' [°]": "71.6", + "AFOV [°]": "73", + "F4 axis": "<2", + "F4 zone": "3(7)", + "F4 edge": "4(12)", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "CA,Ast.,FC", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Delos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=44139#p44338", + "Color": "#ffff80", + "FL [mm]": "8(8.1)", + "2Y [mm]": "10.15", + "2w' [°]": "72.7(71.8)", + "AFOV [°]": "72", + "F4 axis": "diffr.", + "F4 zone": "3", + "F4 edge": "5(12)", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "CA,Ast.,FC +11%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Delos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=44139#p44139", + "Color": "#ffff80", + "FL [mm]": "4.5", + "2Y [mm]": "5.5", + "2w' [°]": "70", + "AFOV [°]": "73", + "F4 axis": "diffr.", + "F4 zone": "6", + "F4 edge": "10", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "diffr??", + "Other aberrations": "Ast.,FC,CA +16%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Ethos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=94029#p94029", + "FL [mm]": "21", + "2Y [mm]": "38", + "2w' [°]": "103.7", + "AFOV [°]": "99.2", + "F4 axis": "<1.7(7)", + "F4 zone": "8(20)", + "F4 edge": "13", + "F10 axis": "diffr.", + "F10 zone": "6(12)", + "F10 edge": "8", + "Other aberrations": "High order +17.7%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Ethos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&start=25#p21130", + "Color": "#ffff80", + "FL [mm]": "17", + "2Y [mm]": "29.5", + "2w' [°]": "99.4", + "AFOV [°]": "100", + "F4 axis": "<2", + "F4 zone": "4", + "F4 edge": "7(25)", + "F10 axis": "<2", + "F10 zone": "3", + "F10 edge": "5(15)", + "Other aberrations": "CA,Ast.,Coma +3-4%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Ethos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=42619#p42619", + "FL [mm]": "13", + "2Y [mm]": "22.5", + "2w' [°]": "99.2", + "AFOV [°]": "100", + "F4 axis": "<3", + "F4 zone": "8", + "F4 edge": "4x18", + "F10 axis": "<3", + "F10 zone": "4", + "F10 edge": "8", + "Other aberrations": "FC,Ast.,CA +22%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Ethos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=98653#p98649", + "Color": "#ffff80", + "FL [mm]": "10", + "2Y [mm]": "17.6", + "2w' [°]": "100.8", + "AFOV [°]": "100.6", + "F4 axis": "2", + "F4 zone": "5", + "F4 edge": "6.5", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "6", + "Other aberrations": "Ast.,CA", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Ethos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p14046", + "Color": "#ffff80", + "FL [mm]": "8", + "2Y [mm]": "13.5", + "2w' [°]": "96.7", + "AFOV [°]": "102", + "F4 axis": "<2", + "F4 zone": "5(7)", + "F4 edge": "7(15)", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "CA,Ast.,Coma +5-6%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Ethos", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p16993", + "Color": "#ffff80", + "FL [mm]": "6", + "2Y [mm]": "10.3", + "2w' [°]": "98.4", + "AFOV [°]": "100.7", + "F4 axis": "<2", + "F4 zone": "3.5", + "F4 edge": "5(7)", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "CA,Coma +6-8%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Ethos SX", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&start=25#p24846", + "Color": "#ffff80", + "FL [mm]": "3.7", + "2Y [mm]": "7.07", + "2w' [°]": "109.5", + "AFOV [°]": "112", + "F4 axis": "<4", + "F4 zone": "6-8", + "F4 edge": "6-9", + "F10 axis": "diffr!", + "F10 zone": "diffr.", + "F10 edge": "diffr??", + "Other aberrations": "Coma,CA+7-8%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 1", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p13964", + "Color": "#ffff80", + "FL [mm]": "9", + "2Y [mm]": "12", + "2w' [°]": "76.4", + "AFOV [°]": "80", + "F4 axis": "<3", + "F4 zone": "7", + "F4 edge": "9", + "F10 axis": "<2", + "F10 zone": "4", + "F10 edge": "5", + "Other aberrations": "CA,Coma,Ast.,FC +6%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 2", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=87330#p87330", + "FL [mm]": "16(16.1)", + "2Y [mm]": "21.8", + "2w' [°]": "78.1(77.6)", + "AFOV [°]": "77.1", + "F4 axis": "<4", + "F4 zone": "18", + "F4 edge": "22-25", + "F10 axis": "<3", + "F10 zone": "9", + "F10 edge": "12", + "Other aberrations": "Ast.,FC +12%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 4", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=69007#p69007", + "FL [mm]": "17(17.2)", + "2Y [mm]": "25.1", + "2w' [°]": "84.6(83.6)", + "AFOV [°]": "82.1", + "F4 axis": "<5", + "F4 zone": "20", + "F4 edge": "25", + "F10 axis": "<3", + "F10 zone": "8", + "F10 edge": "10", + "Other aberrations": "CA,FC,Ast.,Coma +13%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 4", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=44076#p44076", + "FL [mm]": "12(12.1)", + "2Y [mm]": "16.9", + "2w' [°]": "80.7(80)", + "AFOV [°]": "81.3", + "F4 axis": "<5", + "F4 zone": "14", + "F4 edge": "21", + "F10 axis": "<5", + "F10 zone": "10", + "F10 edge": "14", + "Other aberrations": "CA,Ast.,Coma +15%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 5", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p15322", + "FL [mm]": "31", + "2Y [mm]": "41.8", + "2w' [°]": "77.3", + "AFOV [°]": "81", + "F4 axis": "<3", + "F4 zone": "7", + "F4 edge": "11", + "F10 axis": "<2", + "F10 zone": "3", + "F10 edge": "5", + "Other aberrations": "CA,Ast. >6%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 5", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p13983", + "Color": "#ffff80", + "FL [mm]": "20", + "2Y [mm]": "26.7", + "2w' [°]": "76.5", + "AFOV [°]": "81.4", + "F4 axis": "<3", + "F4 zone": "6", + "F4 edge": "8(10)", + "F10 axis": "<2", + "F10 zone": "3", + "F10 edge": "4", + "Other aberrations": "CA,Ast. >8%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 5", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p10905", + "Color": "#ffff80", + "FL [mm]": "16", + "2Y [mm]": "21.5", + "2w' [°]": "77", + "AFOV [°]": "79", + "F4 axis": "<6", + "F4 zone": "7.5", + "F4 edge": "7", + "F10 axis": "<5", + "F10 zone": "7", + "F10 edge": "7", + "Other aberrations": "CA,Ast. >15%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 6", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&start=25#p52935", + "FL [mm]": "13", + "2Y [mm]": "16.7", + "2w' [°]": "73.6", + "AFOV [°]": "78.8", + "F4 axis": "<5", + "F4 zone": "10", + "F4 edge": "15", + "F10 axis": "<3", + "F10 zone": "8", + "F10 edge": "10", + "Other aberrations": "Ast.,FC,CA +20%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 6", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p10903", + "FL [mm]": "11", + "2Y [mm]": "14.5", + "2w' [°]": "75.5", + "AFOV [°]": "78", + "F4 axis": "<7", + "F4 zone": "10", + "F4 edge": "12", + "F10 axis": "<6", + "F10 zone": "7", + "F10 edge": "12", + "Other aberrations": "Ast.,Coma +18%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 6", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p13946", + "Color": "#ffff80", + "FL [mm]": "7", + "2Y [mm]": "10", + "2w' [°]": "81.9", + "AFOV [°]": "82.8", + "F4 axis": "<2", + "F4 zone": "4(5)", + "F4 edge": "10", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "5", + "Other aberrations": "CA,Ast.,FC +15%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 6", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p13945", + "Color": "#ffff80", + "FL [mm]": "5", + "2Y [mm]": "7", + "2w' [°]": "80.2", + "AFOV [°]": "81.8", + "F4 axis": "<3", + "F4 zone": "4(8)", + "F4 edge": "7(15)", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr??", + "Other aberrations": "Ast.,FC +15%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 6", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p10889", + "FL [mm]": "3.5", + "2Y [mm]": "4.8", + "2w' [°]": "78.6", + "AFOV [°]": "83.5", + "F4 axis": "<5", + "F4 zone": "8.5", + "F4 edge": "14", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Coma,CA,Ast. +15%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Nagler type 6", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=57056#p57056", + "FL [mm]": "2.5", + "2Y [mm]": "3.3", + "2w' [°]": "75.6", + "AFOV [°]": "81", + "F4 axis": "diffr.", + "F4 zone": "12", + "F4 edge": "16", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Coma +20%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Panoptic", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=50575#p50575", + "FL [mm]": "41(39)", + "2Y [mm]": "45.8", + "2w' [°]": "64(67.3)", + "AFOV [°]": "68.4", + "F4 axis": "<2(7)", + "F4 zone": "9", + "F4 edge": "13", + "F10 axis": "<2", + "F10 zone": "6", + "F10 edge": "8", + "Other aberrations": "Ast.,CA +17%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Panoptic", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p17917", + "FL [mm]": "35", + "2Y [mm]": "38.6", + "2w' [°]": "63.2", + "AFOV [°]": "67", + "F4 axis": "<2", + "F4 zone": "8.5", + "F4 edge": "13", + "F10 axis": "<2", + "F10 zone": "3", + "F10 edge": "6", + "Other aberrations": "Ast. +15%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Panoptic", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p14004", + "FL [mm]": "24", + "2Y [mm]": "27.5", + "2w' [°]": "65.7", + "AFOV [°]": "65.7", + "F4 axis": "<3", + "F4 zone": "7", + "F4 edge": "12(20)", + "F10 axis": "<2", + "F10 zone": "4", + "F10 edge": "6", + "Other aberrations": "CA,Ast.,Coma +4%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Panoptic", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=44058#p44058", + "FL [mm]": "22(22.5)", + "2Y [mm]": "25", + "2w' [°]": "65.1(63.7)", + "AFOV [°]": "68.3", + "F4 axis": "<3", + "F4 zone": "15", + "F4 edge": "22(20)", + "F10 axis": "<3", + "F10 zone": "8", + "F10 edge": "12", + "Other aberrations": "Ast.,CA +15%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Panoptic", + "FL [mm]": "15", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "65", + "F4 axis": "<5", + "F4 zone": "8.4", + "F4 edge": "17(13)", + "F10 axis": "<4", + "F10 zone": "6", + "F10 edge": "5", + "Other aberrations": "Coma,Ast. +5%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, WideField", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&start=25#p29911", + "FL [mm]": "19", + "2Y [mm]": "19.6", + "2w' [°]": "59.1", + "AFOV [°]": "64.5", + "F4 axis": "<5", + "F4 zone": "15", + "F4 edge": "42", + "F10 axis": "<4", + "F10 zone": "6", + "F10 edge": "13", + "Other aberrations": "Ast. +15%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Radian", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=53030#p53030", + "Color": "#ffff80", + "FL [mm]": "18(17.5)", + "2Y [mm]": "18", + "2w' [°]": "57.3(58.9)", + "AFOV [°]": "61.3", + "F4 axis": "<3", + "F4 zone": "8", + "F4 edge": "12", + "F10 axis": "5", + "F10 zone": "8", + "F10 edge": "8", + "Other aberrations": "CA,FC,Coma +15%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Radian", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=52957#p52957", + "Color": "#ffff80", + "FL [mm]": "14(14.3)", + "2Y [mm]": "14.6", + "2w' [°]": "59.8(58.5)", + "AFOV [°]": "61", + "F4 axis": "<3", + "F4 zone": "8", + "F4 edge": "12", + "F10 axis": "5", + "F10 zone": "8", + "F10 edge": "8", + "Other aberrations": "CA,Ast.,FC,Coma +12%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Radian", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p14592", + "Color": "#ffff80", + "FL [mm]": "12", + "2Y [mm]": "12.4", + "2w' [°]": "59.2", + "AFOV [°]": "59.5", + "F4 axis": "<2", + "F4 zone": "5", + "F4 edge": "10", + "F10 axis": "diffr.", + "F10 zone": "4", + "F10 edge": "5", + "Other aberrations": "Ast.,FC,Coma +12%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Radian", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p14566", + "Color": "#ffff80", + "FL [mm]": "10", + "2Y [mm]": "10.3", + "2w' [°]": "59", + "AFOV [°]": "60.3", + "F4 axis": "<2", + "F4 zone": "3", + "F4 edge": "6", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "CA,Ast.,Coma 0%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Radian", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p14549", + "Color": "#ffff80", + "FL [mm]": "8", + "2Y [mm]": "8.4", + "2w' [°]": "60.2", + "AFOV [°]": "60.3", + "F4 axis": "<3", + "F4 zone": "4", + "F4 edge": "6", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "CA,Ast.,Coma +3%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Radian", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=53103#p53103", + "Color": "#ffff80", + "FL [mm]": "6(6.2)", + "2Y [mm]": "6.4", + "2w' [°]": "61.1(59.1)", + "AFOV [°]": "61", + "F4 axis": "<4", + "F4 zone": "6", + "F4 edge": "7", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "CA,Ast.,FC +8%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Radian", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p14247", + "Color": "#ffff80", + "FL [mm]": "5", + "2Y [mm]": "5.3", + "2w' [°]": "60.7", + "AFOV [°]": "60", + "F4 axis": "<2", + "F4 zone": "2.5", + "F4 edge": "9", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "8", + "Other aberrations": "CA +4%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Radian", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469#p14192", + "Color": "#ffff80", + "FL [mm]": "4", + "2Y [mm]": "4", + "2w' [°]": "57.3", + "AFOV [°]": "60", + "F4 axis": "<2", + "F4 zone": "3", + "F4 edge": "8", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "6", + "Other aberrations": "CA +4%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Radian", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=469&p=53244#p53244", + "Color": "#ffff80", + "FL [mm]": "3(3.2)", + "2Y [mm]": "3.4", + "2w' [°]": "64.9(60.9)", + "AFOV [°]": "60.9", + "F4 axis": "<4", + "F4 zone": "6", + "F4 edge": "7", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "CA,Ast.,FC +3%", + "Also known as": "" + }, + { + "Eyepiece": "Tele Vue, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=441", + "FL [mm]": "8", + "2Y [mm]": "6.5", + "2w' [°]": "46.6", + "AFOV [°]": "46.8", + "F4 axis": "7.5", + "F4 zone": "11", + "F4 edge": "15", + "F10 axis": "6", + "F10 zone": "9", + "F10 edge": "10", + "Other aberrations": "Ast. 10%", + "Also known as": "" + }, + { + "Eyepiece": "TMB, Supermonocentric", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2111#p33100", + "FL [mm]": "8", + "2Y [mm]": "4.3", + "2w' [°]": "30.8", + "AFOV [°]": "", + "F4 axis": "4", + "F4 zone": "15", + "F4 edge": "21", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "11", + "Other aberrations": "Ast., FC", + "Also known as": "" + }, + { + "Eyepiece": "TMB, Planetary II", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3683#p72222", + "FL [mm]": "5", + "2Y [mm]": "5", + "2w' [°]": "57.3", + "AFOV [°]": "56", + "F4 axis": "<4", + "F4 zone": "8", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "FC,CA +7%", + "Also known as": "" + }, + { + "Eyepiece": "TMB, Planetary II", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3683&start=25#p102193", + "FL [mm]": "4.5", + "2Y [mm]": "4.7", + "2w' [°]": "59.8", + "AFOV [°]": "56.6", + "F4 axis": "4", + "F4 zone": "6", + "F4 edge": "10", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "FC", + "Also known as": "" + }, + { + "Eyepiece": "TMB, Planetary II", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3683#p72832", + "FL [mm]": "4(3.9)", + "2Y [mm]": "3.8", + "2w' [°]": "54.4(55.8)", + "AFOV [°]": "56", + "F4 axis": "<5", + "F4 zone": "7", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "FC,Coma,CA +5%", + "Also known as": "" + }, + { + "Eyepiece": "TMB, Planetary II", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3683#p72185", + "FL [mm]": "3.2 (2.6)", + "2Y [mm]": "2.45", + "2w' [°]": "43.9(54)", + "AFOV [°]": "55.4", + "F4 axis": "<6", + "F4 zone": "9", + "F4 edge": "14", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Coma, CA +6%", + "Also known as": "" + }, + { + "Eyepiece": "TMB, Planetary II", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=3683#p72871", + "FL [mm]": "2.5(2.6)", + "2Y [mm]": "2.6", + "2w' [°]": "59.6(57.3)", + "AFOV [°]": "56.1", + "F4 axis": "<8", + "F4 zone": "8", + "F4 edge": "15", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "FC,Ast.,CA +5%", + "Also known as": "" + }, + { + "Eyepiece": "TS-Optics, UWA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&p=93810#p93810", + "FL [mm]": "28(28.5)", + "2Y [mm]": "40.8", + "2w' [°]": "83.5(82)", + "AFOV [°]": "83.3", + "F4 axis": "1", + "F4 zone": "18", + "F4 edge": "30", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.,Curv.", + "Also known as": "Sky-Rover, William Optics, Levenhuk Ra, Meade PWA, Sky-Watcher Nirvana, Astro-tech, Tecnosky, Auriga (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, UWA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1248#p14962", + "FL [mm]": "28", + "2Y [mm]": "40", + "2w' [°]": "81.8", + "AFOV [°]": "82", + "F4 axis": "<3", + "F4 zone": "12", + "F4 edge": "25", + "F10 axis": "<2.5", + "F10 zone": "8", + "F10 edge": "15", + "Other aberrations": "Ast.,CA +2-3%", + "Also known as": "Sky Rover, TS-Optics, William Optics, Meade PWA, Sky-Watcher Nirvana, Astro-tech, Tecnosky, Auriga (KUO)" + }, + { + "Eyepiece": "TS-Optics, UWA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&p=93810#p93801", + "Color": "#80ffff", + "FL [mm]": "16(15)", + "2Y [mm]": "21.6", + "2w' [°]": "77.4(82.5)", + "AFOV [°]": "83.1", + "F4 axis": "<2", + "F4 zone": "38", + "F4 edge": "72", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.,Curv.", + "Also known as": "Sky Rover, William Optics, Levenhuk Ra, Angeleyes, Meade PWA, Sky-Watcher Nirvana, Astro-tech, Tecnosky, Auriga (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, UWA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1248#p14999", + "Color": "#80ffff", + "FL [mm]": "16", + "2Y [mm]": "21.2", + "2w' [°]": "75.9", + "AFOV [°]": "", + "F4 axis": "<4", + "F4 zone": "20", + "F4 edge": "55", + "F10 axis": "<3", + "F10 zone": "8", + "F10 edge": "20", + "Other aberrations": "Ast.,FC +4-5%", + "Also known as": "Sky Rover, TS-Optics, William Optics, Meade PWA, Angeleyes, Sky-Watcher Nirvana, Astro-tech, Tecnosky, Auriga (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, UWA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1248#p15020", + "FL [mm]": "7", + "2Y [mm]": "10.2", + "2w' [°]": "83.5", + "AFOV [°]": "", + "F4 axis": "<3", + "F4 zone": "10", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "8", + "Other aberrations": "Ast.,FC,CA +6%", + "Also known as": "TS-Optics, Sky Rover, Meade PWA, Sky-Watcher Nirvana, Astro-tech, Tecnosky, Auriga (KUO)" + }, + { + "Eyepiece": "William Optics, UWAN", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=536", + "FL [mm]": "7", + "2Y [mm]": "10", + "2w' [°]": "81.9", + "AFOV [°]": "82", + "F4 axis": "<7", + "F4 zone": "10", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr?", + "F10 edge": "10", + "Other aberrations": "Ast.,FC,CA 10-15%", + "Also known as": "TS-Optics, Sky Rover, Meade PWA, Sky-Watcher Nirvana, Astro-tech, Tecnosky, Auriga (KUO)" + }, + { + "Eyepiece": "Meade, PWA 5000", + "Link": "https://astro-talks.ru/forum/viewtopic.php?f=32&t=4274#p83875", + "FL [mm]": "7(8)", + "2Y [mm]": "11.5", + "2w' [°]": "94.1(82.4)", + "AFOV [°]": "84", + "F4 axis": "", + "F4 zone": "11", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "Ast., Coma, 17.8%", + "Also known as": "TS-Optics, Sky Rover, Levenhuk Ra, Angeleyes, Sky-Watcher Nirvana, Astro-tech, Tecnosky, Auriga (KUO)" + }, + { + "Eyepiece": "Levenhuk Ra, UWA", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=1248#p15061", + "FL [mm]": "4", + "2Y [mm]": "5.5", + "2w' [°]": "78.8", + "AFOV [°]": "", + "F4 axis": "<6", + "F4 zone": "10", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "CA,Ast. +6%", + "Also known as": "TS-Optics, Sky Rover, William Optics, Angeleyes, Meade, PWA, Sky-Watcher Nirvana, Astro-tech, Tecnosky, Auriga (KUO)" + }, + { + "Eyepiece": "Meade, PWA 5000", + "Link": "https://astro-talks.ru/forum/viewtopic.php?f=32&t=4274#p83865", + "FL [mm]": "4", + "2Y [mm]": "5.4", + "2w' [°]": "77.4", + "AFOV [°]": "81.3", + "F4 axis": "", + "F4 zone": "15", + "F4 edge": "20", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "Ast., Coma, 19.7%", + "Also known as": "TS-Optics, Sky Rover, William Optics, Levenhuk Ra, Angeleyes, Sky-Watcher Nirvana, Astro-tech, Tecnosky, Auriga (KUO)" + }, + { + "Eyepiece": "Vixen, LV", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4768#p100175", + "FL [mm]": "12.5", + "2Y [mm]": "9.8", + "2w' [°]": "44.9", + "AFOV [°]": "45", + "F4 axis": "", + "F4 zone": "10", + "F4 edge": "12", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "CA,Ast.", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, LV", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=1979#p30479", + "FL [mm]": "10(10.2)", + "2Y [mm]": "8.7", + "2w' [°]": "49.9(48.9)", + "AFOV [°]": "48", + "F4 axis": "<4", + "F4 zone": "7", + "F4 edge": "5", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "Ast.,FC 0%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, LV", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=1979#p30479", + "FL [mm]": "9", + "2Y [mm]": "7.4", + "2w' [°]": "47.1", + "AFOV [°]": "47.8", + "F4 axis": "", + "F4 zone": "7", + "F4 edge": "9", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "CA,Coma", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, LV", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=215", + "FL [mm]": "6", + "2Y [mm]": "4.3", + "2w' [°]": "41.1", + "AFOV [°]": "45", + "F4 axis": "<5", + "F4 zone": "10", + "F4 edge": "10", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "Ast.,Coma,FC 5%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, LV", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=215", + "FL [mm]": "5", + "2Y [mm]": "3.9", + "2w' [°]": "44.7", + "AFOV [°]": "44.9", + "F4 axis": "", + "F4 zone": "2", + "F4 edge": "5", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.,CA", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, LV", + "Link": "http://astro-talks.ru/forum/viewtopic.php?t=1979#p47932", + "FL [mm]": "4", + "2Y [mm]": "3.5", + "2w' [°]": "50.1", + "AFOV [°]": "45", + "F4 axis": "<5", + "F4 zone": "5", + "F4 edge": "7", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr.", + "Other aberrations": "8%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, LVW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=573#p4438", + "FL [mm]": "42", + "2Y [mm]": "46.4", + "2w' [°]": "63.3", + "AFOV [°]": "", + "F4 axis": "2", + "F4 zone": "22", + "F4 edge": "35", + "F10 axis": "1.5", + "F10 zone": "8", + "F10 edge": "25", + "Other aberrations": "Ast.,FC +6%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, LVW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=573&start=25#p46443", + "FL [mm]": "30(29.6)", + "2Y [mm]": "33", + "2w' [°]": "63(63.9)", + "AFOV [°]": "64.6", + "F4 axis": "", + "F4 zone": "15", + "F4 edge": "45", + "F10 axis": "", + "F10 zone": "10", + "F10 edge": "21", + "Other aberrations": "Ast.,12.2%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, LVW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=573#p4435", + "Color": "#ffff80", + "FL [mm]": "17", + "2Y [mm]": "19.5", + "2w' [°]": "65.7", + "AFOV [°]": "63", + "F4 axis": "2.5", + "F4 zone": "7", + "F4 edge": "9", + "F10 axis": "1", + "F10 zone": "2.5", + "F10 edge": "5", + "Other aberrations": "Ast.,FC +0%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, LVW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=573#p298", + "Color": "#ffff80", + "FL [mm]": "8", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "60", + "F4 axis": "7", + "F4 zone": "7", + "F4 edge": "12", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "11", + "Other aberrations": "Coma,CA 0%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, LVW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=573#p297", + "FL [mm]": "5", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "65", + "F4 axis": "6", + "F4 zone": "10", + "F4 edge": "15", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "10", + "Other aberrations": "Coma,Ast. 0%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, LVW", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=573#p4434", + "FL [mm]": "3.5", + "2Y [mm]": "4", + "2w' [°]": "65.5", + "AFOV [°]": "64", + "F4 axis": "3", + "F4 zone": "6", + "F4 edge": "30", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "15", + "Other aberrations": "Coma,CA 0%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, NLV", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=558#p4258", + "FL [mm]": "40", + "2Y [mm]": "28", + "2w' [°]": "40.1", + "AFOV [°]": "42", + "F4 axis": "<6", + "F4 zone": "10", + "F4 edge": "13", + "F10 axis": "4", + "F10 zone": "7", + "F10 edge": "10", + "Other aberrations": "Ast. +8%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, NLV", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=558#p4257", + "Color": "#ffff80", + "FL [mm]": "15", + "2Y [mm]": "12.7", + "2w' [°]": "48.5", + "AFOV [°]": "47", + "F4 axis": "<5", + "F4 zone": "5.5", + "F4 edge": "6", + "F10 axis": "<4", + "F10 zone": "<4.5", + "F10 edge": "5.5", + "Other aberrations": "Ast. 0%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, NLV", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=558#p4256", + "Color": "#ffff80", + "FL [mm]": "12", + "2Y [mm]": "10", + "2w' [°]": "47.8", + "AFOV [°]": "48", + "F4 axis": "<4", + "F4 zone": "6", + "F4 edge": "8", + "F10 axis": "<4", + "F10 zone": "<4", + "F10 edge": "5", + "Other aberrations": "Ast. +3%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, NLV", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=558#p4255", + "FL [mm]": "9", + "2Y [mm]": "7.4", + "2w' [°]": "47.1", + "AFOV [°]": "48", + "F4 axis": "<5", + "F4 zone": "5", + "F4 edge": "6", + "F10 axis": "<4", + "F10 zone": "<4", + "F10 edge": "5", + "Other aberrations": "Ast. 0%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, NLV", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=558#p4254", + "FL [mm]": "4", + "2Y [mm]": "3.5", + "2w' [°]": "50.1", + "AFOV [°]": "45", + "F4 axis": "<6", + "F4 zone": "8", + "F4 edge": "10", + "F10 axis": "diffr.", + "F10 zone": "diffr.", + "F10 edge": "diffr?", + "Other aberrations": "Ast.,FC +10%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, Plossl", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=442", + "FL [mm]": "32", + "2Y [mm]": "28", + "2w' [°]": "50.1", + "AFOV [°]": "47.5", + "F4 axis": "4.5", + "F4 zone": "9", + "F4 edge": "17", + "F10 axis": "5", + "F10 zone": "6", + "F10 edge": "12", + "Other aberrations": "Ast. 12%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen, NPL", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=4419#p87965", + "FL [mm]": "25(25.4)", + "2Y [mm]": "20.4", + "2w' [°]": "46.8(46)", + "AFOV [°]": "49.3", + "F4 axis": "", + "F4 zone": "14", + "F4 edge": "30", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast.,12.7%", + "Also known as": "" + }, + { + "Eyepiece": "Vixen Ortho", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=2067#p32173", + "FL [mm]": "25(25.5)", + "2Y [mm]": "17.1", + "2w' [°]": "39.2(38.4)", + "AFOV [°]": "", + "F4 axis": "6", + "F4 zone": "15", + "F4 edge": "35", + "F10 axis": "5", + "F10 zone": "12", + "F10 edge": "25", + "Other aberrations": "Ast.,CA", + "Also known as": "" + }, + { + "Eyepiece": "William Optics, SWAN", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=44#p7546", + "Color": "#80ffff", + "FL [mm]": "40", + "2Y [mm]": "45.5", + "2w' [°]": "65.2", + "AFOV [°]": "", + "F4 axis": "<6", + "F4 zone": ">25", + "F4 edge": ">35", + "F10 axis": "", + "F10 zone": "", + "F10 edge": "", + "Other aberrations": "Ast. 5%", + "Also known as": "" + }, + { + "Eyepiece": "William Optics, SWAN", + "Link": "http://astro-talks.ru/forum/viewtopic.php?f=32&t=44#p226", + "FL [mm]": "20", + "2Y [mm]": "", + "2w' [°]": "", + "AFOV [°]": "74", + "F4 axis": "<3.5", + "F4 zone": "10", + "F4 edge": "30", + "F10 axis": "<2.5", + "F10 zone": "6", + "F10 edge": "20", + "Other aberrations": "Ast.,FC,Coma", + "Also known as": "" + } +] diff --git a/src/_static/js/visual/eyepieces/calculators.js b/src/_static/js/visual/eyepieces/calculators.js new file mode 100644 index 0000000..20ff359 --- /dev/null +++ b/src/_static/js/visual/eyepieces/calculators.js @@ -0,0 +1,119 @@ +/* eslint-disable no-undef */ +function debounce(func, timeout = 300) { + let timer + return (...args) => { + clearTimeout(timer) + timer = setTimeout(() => func.apply(this, args), timeout) + } +} + +/** + * Compute any eyepiece properties which depend on user input. + * + * @param {any} data Array of objects containing entries for the eyepieces table. + * @returns Array A cleaned array with simple keys and values to display. + */ +function processEyepieces(data, telescopeFL = NaN, telescopeFR = NaN) { + return data.map((item) => { + const magnificationNominal = telescopeFL / item.focalLengthNominal + return { + ...item, + magnificationNominal, + exitPupilNominal: item.focalLengthNominal / telescopeFR, + tfovNominal: item.afov / magnificationNominal, + } + }) +} + +/** + * Rename the columns of the data from ernests_list.json, which itself is scraped from + * Ernest's list of eyepiece stats/measurements from astro-talks.ru. + * + * @param {any} data Array of objects containing entries for the eyepieces table. + * @returns Array An array with simple keys and values to display. + */ +function processEyepiecesJSON(data) { + return data.map((item) => { + return { + brand: item['1 Brand'], + model: item['Model'], + manufacturer: item['MFR'], + category: item['Category'], + focalLengthNominal: item['FL'], + diameter: item['Diam.'], + afov: item['AFOV'], + weight: item['Wt.'], + eyeRelief: item['Eye Relief'], + fieldStopNominal: item["Mfr's Field Stop "], + fieldStopCalculated: item['Calc.FieldStop'], + undercuts: item['Undercuts?'], + coatings: item['Coatings'], + blackenedEdge: item['Edge black'], + nElements: item['Elem.'], + magnificationNominal: NaN, + exitPupilNominal: NaN, + tfovNominal: NaN, + } + }) +} + +document.addEventListener('DOMContentLoaded', () => { + const inputFL = document.getElementById('telescope-focal-length') + const inputFR = document.getElementById('telescope-focal-ratio') + + inputFL.oninput = debounce(updateUI) + inputFL.onpaste = inputFL.oninput() + + inputFR.oninput = debounce(updateUI) + inputFR.onpaste = inputFR.oninput() +}) + +function updateUI() { + const inputFL = document.getElementById('telescope-focal-length') + const inputFR = document.getElementById('telescope-focal-ratio') + + updateTable(inputFL.value, inputFR.value) +} + +// eslint-disable-next-line no-undef +const table = new Tabulator('#grid-wrapper', { + height: 0.95 * document.querySelector('article.bd-article').offsetHeight, + columns: [ + { field: 'brand', title: 'Brand' }, + { field: 'model', title: 'Model' }, + { field: 'manufacturer', title: 'Manufacturer' }, + { field: 'category', title: 'Category' }, + { field: 'focalLengthNominal', title: 'Nominal FL [mm]' }, + { field: 'diameter', title: 'Barrel Diameter [in]' }, + { field: 'afov', title: 'Nominal AFOV [°]' }, + { field: 'weight', title: 'Weight [g]' }, + { field: 'eyeRelief', title: 'Eye Relief [mm]' }, + { field: 'fieldStopNominal', title: 'Field Stop (Nominal) [mm]' }, + { field: 'fieldStopCalculated', title: 'Field Stop (Calculated) [mm]' }, + { field: 'undercuts', title: 'Undercuts' }, + { field: 'coatings', title: 'Coatings' }, + { field: 'blackenedEdge', title: 'Blackened Edge' }, + { field: 'nElements', title: 'Number of Elements' }, + { field: 'magnificationNominal', title: 'Magnification (Nominal)' }, + { field: 'exitPupilNominal', title: 'Exit Pupil (Nominal) [mm]' }, + { field: 'tfovNominal', title: 'TFOV (Nominal) [°]' }, + ], +}) + +let tableData = undefined + +fetch('../../_static/eyepiece_buyers_guide_fixed.json') + .then((response) => response.json()) + .then((rawData) => { + tableData = processEyepiecesJSON(rawData) + table.setData(tableData) + }) + +function updateTable(telescopeFL, telescopeFR) { + tableData = processEyepieces( + tableData, + telescopeFL === '' ? NaN : telescopeFL, + telescopeFR === '' ? NaN : telescopeFR + ) + table.replaceData(tableData) +} diff --git a/src/_static/js/visual/eyepieces/ernests_list.js b/src/_static/js/visual/eyepieces/ernests_list.js new file mode 100644 index 0000000..d4487c7 --- /dev/null +++ b/src/_static/js/visual/eyepieces/ernests_list.js @@ -0,0 +1,75 @@ +/** + * Preprocess the data from ernests_list.json, which itself is scraped from + * Ernest's list of eyepiece stats/measuremens from astro-talks.ru. + * + * @param {any} data Array of objects containing entries for the eyepiecees table. + * @returns Array A cleaned array with simple keys and values to display. + */ +function process(data) { + return data.map((item) => { + // This pattern searches for values of the form + // 82.1(79.3) + // 81 + // 19(19.2) + // And splits them apart into two pieces - the nominal and measured values. + const pattern = /(?\d+(\.\d+)?)(\((?\d+\.\d+)\))?/ + + // Extract out number in parenthesis of focal length; this is the measured FL + const flMatch = item['FL [mm]'].match(pattern) + // Extract out number in parenthesis of calculated AFOV; this is calculated + // from the measured FL rather than the manufacturer's nominal FL + const afovMatch = item["2w' [°]"].match(pattern) + + return { + eyepiece: item['Eyepiece'], + focalLengthNominal: flMatch?.groups?.nominal ?? item['FL [mm]'], + focalLengthMeasured: flMatch?.groups?.measured ?? '', + fieldStop: item['2Y [mm]'], + nominalCalculatedAFOV: afovMatch?.groups?.nominal ?? item["2w' [°]"], + measuredCalculatedAFOV: afovMatch?.groups?.measured ?? '', + measuredAFOV: item['AFOV [°]'], + f4axis: item['F4 axis'], + f4zone: item['F4 zone'], + f4edge: item['F4 edge'], + f10axis: item['F10 axis'], + f10zone: item['F10 zone'], + f10edge: item['F10 edge'], + otherAberrations: item['Other aberrations'], + alsoKnownAs: item['Also known as'], + } + }) +} + +fetch('../../_static/ernests_list.json') + .then((response) => response.json()) + .then((data) => process(data)) + .then((data) => { + // eslint-disable-next-line no-undef + new Tabulator('#grid-wrapper', { + height: 0.95 * document.querySelector('article.bd-article').offsetHeight, + data, + columns: [ + { field: 'eyepiece', title: 'Eyepiece' }, + { field: 'focalLengthNominal', title: 'Nominal FL [mm]' }, + { field: 'focalLengthMeasured', title: 'Measured FL [mm]' }, + { field: 'fieldStop', title: 'Field Stop [mm]' }, + { + field: 'nominalCalculatedAFOV', + title: 'Calculated AFOV (Nominal FL) [°]', + }, + { + field: 'measuredCalculatedAFOV', + title: 'Calculated AFOV (Measured FL) [°]', + }, + { field: 'measuredAFOV', title: 'Measured AFOV [°]' }, + { field: 'f4axis', title: 'F4 Axis' }, + { field: 'f4zone', title: 'F4 Zone' }, + { field: 'f4edge', title: 'F4 Edge' }, + { field: 'f10axis', title: 'F10 Axis' }, + { field: 'f10zone', title: 'F10 Zone' }, + { field: 'f10edge', title: 'F10 Edge' }, + { field: 'otherAberrations', title: 'Other Aberrations' }, + { field: 'alsoKnownAs', title: 'Also Known As' }, + ], + }) + }) diff --git a/src/_templates/ernests_list.html b/src/_templates/ernests_list.html new file mode 100644 index 0000000..3b32f6d --- /dev/null +++ b/src/_templates/ernests_list.html @@ -0,0 +1,5 @@ +{% extends "!page.html" %} {% block body %} {{ super() }} + +
+ +{% endblock %} diff --git a/src/_templates/eyepiece_calculators.html b/src/_templates/eyepiece_calculators.html new file mode 100644 index 0000000..a7d1f7b --- /dev/null +++ b/src/_templates/eyepiece_calculators.html @@ -0,0 +1,37 @@ +{% extends "!page.html" %} {% block body %} {{ super() }} + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +{% endblock %} diff --git a/src/conf.py b/src/conf.py index 0298c6e..9dc5bf8 100644 --- a/src/conf.py +++ b/src/conf.py @@ -1,9 +1,12 @@ +import logging import pathlib from collections import defaultdict import git import pandas as pd +logger = logging.getLogger(__name__) + # Configuration file for the Sphinx documentation builder. # # Options for this theme, pydata: @@ -77,6 +80,63 @@ notfound_urls_prefix = "" +def run_once(f): + """Decorator which ensures the decorate function only runs once. + + If the function has already run once, None is returned. + """ + + def wrapper(*args, **kwargs): + if not wrapper.has_run: + wrapper.has_run = True + return f(*args, **kwargs) + + wrapper.has_run = False + return wrapper + + +static_dir = pathlib.Path(__file__).parent / "_static" + + +@run_once +def generate_eyepieces_json(path: str | pathlib.Path | None = None): + """Generate a JSON blob containing eyepiece data from the buyer's guide to eyepieces. + + Parameters + ---------- + path : str | pathlib.Path | None + Path to the buyer's guide to eyepieces excel spreadsheet. If None, a default + spreadsheet is loaded from the src/visual/eyepieces/ directory. + """ + if path is None: + path = ( + pathlib.Path(__file__).parent + / "visual" + / "eyepieces" + / "2023_buyers_guide_to_eyepieces.xlsx" + ) + elif isinstance(path, str): + path = pathlib.Path(path) + + path_fixed = static_dir / "eyepiece_buyers_guide_fixed.json" + path_zoom = static_dir / "eyepiece_buyers_guide_zoom.json" + + path_fixed.unlink(missing_ok=True) + path_zoom.unlink(missing_ok=True) + + pd.read_excel( + path, + sheet_name="Eyepieces", + skiprows=4, + usecols="A:O", + na_values="?", + ).to_json(path_fixed, orient="records") + pd.read_excel( + path, + sheet_name="Zooms", + ).to_json(path_zoom, orient="records") + + def add_context_funcs(app, pagename, templatename, context, doctree): repo_url = "https://github.com/observational-dev/oawiki" repo = git.Repo(pathlib.Path(__file__).parents[1]) @@ -95,28 +155,30 @@ def add_git_history() -> str: ) commit_log = defaultdict(list) commits = list(repo.iter_commits(paths=filename)) - if not commits: - raise ValueError( - f"{filename} exists but has no commit history. Please commit the " - "file before trying to build the site." - ) - for commit in commits: - commit_log["Date"].append( - f'' - f"{str(commit.authored_datetime)}" + if commits: + for commit in commits: + commit_log["Date"].append( + f'' + f"{str(commit.authored_datetime)}" + ) + commit_log["Author"].append(commit.author.name) + commit_log["Message"].append(commit.summary) + return ( + pd.DataFrame(commit_log) + .sort_values("Date") + .to_html( + index=False, + escape=False, + classes="git-history", + justify="center", + ) ) - commit_log["Author"].append(commit.author.name) - commit_log["Message"].append(commit.summary) - return ( - pd.DataFrame(commit_log) - .sort_values("Date") - .to_html( - index=False, - escape=False, - classes="git-history", - justify="center", + else: + logger.warning( + f"{pagename} has no commit history; skipping page history " + "generation. Has it been committed yet?" ) - ) + return "" context["add_git_history"] = add_git_history @@ -125,8 +187,20 @@ def add_git_history() -> str: def add_per_page_assets(app, pagename, templatename, context, doctree): if pagename == "index": app.add_css_file("css/splash.css") - # Render index.html with custom template return "splash.html" + elif pagename == "visual/eyepieces/ernests_list": + app.add_js_file("js/visual/eyepieces/ernests_list.js", loading_method="defer") + app.add_css_file("css/visual/eyepieces/ernests_list.css") + return "ernests_list.html" + elif pagename == "visual/eyepieces/calculators": + app.add_css_file("css/visual/eyepieces/calculators.css") + app.add_js_file("https://d3js.org/d3.v6.js") + app.add_js_file("js/visual/eyepieces/calculators.js", loading_method="defer") + return "eyepiece_calculators.html" + + +# Pregenerate the json files containing the eyepieces data +generate_eyepieces_json() def setup(app): @@ -134,5 +208,8 @@ def setup(app): app.add_css_file("css/custom.css") app.add_js_file("js/custom.js") + app.add_css_file("css/tabulator_styles.css") + app.add_js_file("https://unpkg.com/tabulator-tables/dist/js/tabulator.min.js") + app.connect("html-page-context", add_context_funcs) app.connect("html-page-context", add_per_page_assets) diff --git a/src/visual/eyepieces/2023_buyers_guide_to_eyepieces.xlsx b/src/visual/eyepieces/2023_buyers_guide_to_eyepieces.xlsx new file mode 100644 index 0000000..f47ca93 Binary files /dev/null and b/src/visual/eyepieces/2023_buyers_guide_to_eyepieces.xlsx differ diff --git a/src/visual/eyepieces/calculators.md b/src/visual/eyepieces/calculators.md new file mode 100644 index 0000000..97b6692 --- /dev/null +++ b/src/visual/eyepieces/calculators.md @@ -0,0 +1 @@ +# Calculators diff --git a/src/visual/eyepieces/ernests_list.md b/src/visual/eyepieces/ernests_list.md new file mode 100644 index 0000000..704be1b --- /dev/null +++ b/src/visual/eyepieces/ernests_list.md @@ -0,0 +1,10 @@ +# Ernest's List + +Ernest of the [astro-talks.ru](https://astro-talks.ru) forum has been +single-handedly making objective comparisons between eyepieces possible. The +table below has been adapted from DarkDiver's tables, which themselves were +modified from Ernest's original post in the +astro-talks eyepieces forum. DarkDiver split Ernest's list into separate +standard and zoom tables, and added measured field stops and calculated AFOV. diff --git a/src/visual/eyepieces/index.md b/src/visual/eyepieces/index.md new file mode 100644 index 0000000..e113a0e --- /dev/null +++ b/src/visual/eyepieces/index.md @@ -0,0 +1,14 @@ +# Eyepieces + +```{toctree} +ernests_list +calculators +``` + +It looks like this page hasn't been written yet. Would you be willing to [help](https://github.com/observational-dev/oawiki/blob/main/README.md)? + +% This line won't show up on the wiki, cuz it starts with a %. Anyway, it's here to give you some tips editing. You can delete these bits at your convenience. + +% The preview in GitHub will be close to how the page will look on the wiki, but not quite exact. For fomatting examples, see examplepage source and examplepage on the wiki - respectively https://github.com/observational-dev/oawiki/blob/main/src/other/examplepage.md?plain=1 and https://wiki.observational.space/other/examplepage.html + +% Once you've made changes, you will commit them, with a commit message like "wrote base article" or "added section for jabberwalk tips" or "fixed inaccuracy about Vorpal Blades". Next GitHub will talk about forking the repository, which you'll want to do, and then you'll open a pull request with your changes. After that, a maintainer will greenlight it and merge it into the site. For more details, you can check https://github.com/observational-dev/oawiki/blob/main/README.md or ask in the discord - we are grateful for all your help writing the wiki and want to make it as easy as possible :) diff --git a/src/visual/index.md b/src/visual/index.md index 6687c6f..6b6494e 100644 --- a/src/visual/index.md +++ b/src/visual/index.md @@ -4,6 +4,7 @@ :hidden: :glob: * +eyepieces/index ``` It looks like this page hasn't been written yet. Would you be willing to [help](https://github.com/observational-dev/oawiki/blob/main/README.md)?