{"id":8718,"date":"2026-01-08T06:16:30","date_gmt":"2026-01-08T06:16:30","guid":{"rendered":"https:\/\/jkdishinfo.com\/?page_id=8718"},"modified":"2026-01-08T06:16:30","modified_gmt":"2026-01-08T06:16:30","slug":"tools","status":"publish","type":"page","link":"https:\/\/jkdishinfo.com\/?page_id=8718","title":{"rendered":"Tools"},"content":{"rendered":"\n<div class=\"wp-lyngsat-search-box\">\n    <style>\n        .wp-lyngsat-search-box {\n            background: #ffffff;\n            border: 2px solid #1a73e8;\n            border-radius: 10px;\n            padding: 25px;\n            margin: 20px 0;\n            text-align: center;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        }\n        .wp-lyngsat-search-box h3 {\n            margin-top: 0;\n            color: #333;\n            font-size: 20px;\n        }\n        .search-wrapper {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            max-width: 400px;\n            margin: 0 auto;\n        }\n        .wp-lyngsat-search-box input[type=\"text\"] {\n            width: 100%;\n            padding: 12px 15px;\n            border: 1px solid #ccc;\n            border-radius: 5px;\n            font-size: 16px;\n            box-sizing: border-box;\n            outline-color: #1a73e8;\n        }\n        .wp-lyngsat-search-box button {\n            background-color: #1a73e8;\n            color: white;\n            border: none;\n            padding: 12px 20px;\n            font-size: 16px;\n            font-weight: bold;\n            border-radius: 5px;\n            cursor: pointer;\n            transition: 0.3s;\n        }\n        .wp-lyngsat-search-box button:hover {\n            background-color: #0d47a1;\n        }\n        .small-text {\n            font-size: 12px;\n            color: #666;\n            margin-top: 10px;\n        }\n    <\/style>\n\n    <h3>Satellite Finder (Via Lyngsat)<\/h3>\n    <div class=\"search-wrapper\">\n        <input type=\"text\" id=\"wpQuery\" placeholder=\"Enter Satellite or Channel...\" onkeydown=\"if(event.key==='Enter') wpLyngsatSearch()\">\n        <button onclick=\"wpLyngsatSearch()\">Search on Google<\/button>\n    <\/div>\n    <p class=\"small-text\">Note: Searches will automatically include &#8220;lyngsat&#8221;.<\/p>\n\n    <script>\n        function wpLyngsatSearch() {\n            const input = document.getElementById('wpQuery');\n            const keyword = input.value.trim();\n            \n            if (keyword !== \"\") {\n                \/\/ Keyword ke piche ' lyngsat' add kiya gaya hai\n                const finalSearch = keyword + \" lyngsat\";\n                const searchUrl = \"https:\/\/www.google.com\/search?q=\" + encodeURIComponent(finalSearch);\n                \n                \/\/ New tab mein open karne ke liye\n                window.open(searchUrl, '_blank');\n            } else {\n                alert(\"Please enter a keyword first!\");\n            }\n        }\n    <\/script>\n<\/div>\n\n\n\n<div class=\"site-search-tool\">\n    <style>\n        .site-search-tool {\n            border: 2px solid #333;\n            border-radius: 10px;\n            padding: 15px;\n            background: #f9f9f9;\n            max-width: 900px;\n            margin: 20px auto;\n            font-family: Arial, sans-serif;\n        }\n        .input-area {\n            display: flex;\n            gap: 10px;\n            margin-bottom: 15px;\n        }\n        .site-search-tool input {\n            flex: 1;\n            padding: 10px;\n            border: 1px solid #ccc;\n            border-radius: 5px;\n        }\n        .site-search-tool button {\n            padding: 10px 20px;\n            background: #e67e22;\n            color: white;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n            font-weight: bold;\n        }\n        #searchFrame {\n            width: 100%;\n            height: 600px;\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            background: white;\n            display: none; \/* Pehle hidden rahega *\/\n        }\n    <\/style>\n\n    <h3>Satellite Search (Inside Post)<\/h3>\n    <div class=\"input-area\">\n        <input type=\"text\" id=\"innerQuery\" placeholder=\"Search Satellite\/Channel...\" onkeydown=\"if(event.key==='Enter') startInnerSearch()\">\n        <button onclick=\"startInnerSearch()\">Search<\/button>\n    <\/div>\n\n    <iframe id=\"searchFrame\" name=\"searchFrame\"><\/iframe>\n\n    <script>\n        function startInnerSearch() {\n            const query = document.getElementById('innerQuery').value;\n            const frame = document.getElementById('searchFrame');\n            \n            if (query.trim() !== \"\") {\n                \/\/ 'lyngsat' add kiya gaya aur DuckDuckGo ka use kiya (jo frame allow karta hai)\n                const finalUrl = \"https:\/\/bing.com\/?q=\" + encodeURIComponent(query + \" lyngsat\");\n                \n                frame.src = finalUrl;\n                frame.style.display = 'block'; \/\/ Search ke baad frame dikhayein\n            } else {\n                alert(\"Please enter something!\");\n            }\n        }\n    <\/script>\n<\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Parabolic Dish Focal Length Calculator<\/title>\n    <style>\n        body { font-family: sans-serif; display: flex; justify-content: center; padding: 20px; background-color: #f4f4f9; }\n        .card { background: white; padding: 2rem; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); width: 100%; max-width: 400px; }\n        h2 { color: #333; margin-top: 0; }\n        .input-group { margin-bottom: 1.5rem; }\n        label { display: block; margin-bottom: 0.5rem; font-weight: bold; }\n        input { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }\n        .result { margin-top: 1.5rem; padding: 1rem; background: #e7f3ff; border-radius: 4px; display: none; }\n        .formula { font-size: 0.9rem; color: #666; margin-bottom: 1rem; }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"card\">\n    <h2>Dish Focal Length<\/h2>\n    <p class=\"formula\">Formula: <em>f = D\u00b2 \/ (16 * d)<\/em><\/p>\n    \n    <div class=\"input-group\">\n        <label for=\"diameter\">Diameter (D)<\/label>\n        <input type=\"number\" id=\"diameter\" placeholder=\"Width across the rim\" oninput=\"calculate()\">\n    <\/div>\n\n    <div class=\"input-group\">\n        <label for=\"depth\">Depth (d)<\/label>\n        <input type=\"number\" id=\"depth\" placeholder=\"Depth at center\" oninput=\"calculate()\">\n    <\/div>\n\n    <div id=\"resultBox\" class=\"result\">\n        <strong>Focal Length (f): <\/strong> <span id=\"output\">0<\/span>\n    <\/div>\n<\/div>\n\n<script>\n    function calculate() {\n        const D = document.getElementById('diameter').value;\n        const d = document.getElementById('depth').value;\n        const output = document.getElementById('output');\n        const resultBox = document.getElementById('resultBox');\n\n        if (D > 0 && d > 0) {\n            const f = (Math.pow(D, 2)) \/ (16 * d);\n            output.innerText = f.toFixed(2);\n            resultBox.style.display = 'block';\n        } else {\n            resultBox.style.display = 'none';\n        }\n    }\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<div class=\"sat-directory-pro\">\n    <style>\n        .sat-directory-pro { font-family: 'Segoe UI', Arial, sans-serif; max-width: 1000px; margin: 20px auto; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); border: 1px solid #e1e1e1; }\n        .sat-header { text-align: center; background: #1a73e8; color: white; padding: 20px; border-radius: 10px 10px 0 0; margin: -20px -20px 20px -20px; }\n        .search-container { position: relative; margin-bottom: 25px; }\n        .sat-search-box { width: 100%; padding: 15px 20px; font-size: 18px; border: 2px solid #ddd; border-radius: 30px; box-sizing: border-box; transition: 0.3s; outline: none; }\n        .sat-search-box:focus { border-color: #1a73e8; box-shadow: 0 0 8px rgba(26,115,232,0.3); }\n        .sat-table-wrapper { overflow-x: auto; max-height: 600px; overflow-y: auto; }\n        table { width: 100%; border-collapse: collapse; }\n        th { position: sticky; top: 0; background: #f8f9fa; padding: 12px; border-bottom: 2px solid #dee2e6; text-align: left; z-index: 10; }\n        td { padding: 12px; border-bottom: 1px solid #eee; font-size: 14px; }\n        tr:hover { background-color: #f1f7ff; }\n        .pos-badge { background: #e8f0fe; color: #1a73e8; padding: 4px 8px; border-radius: 4px; font-weight: bold; }\n        .link-btn { color: #1a73e8; text-decoration: none; font-weight: bold; border: 1px solid #1a73e8; padding: 4px 10px; border-radius: 4px; transition: 0.2s; }\n        .link-btn:hover { background: #1a73e8; color: white; }\n    <\/style>\n\n    <div class=\"sat-header\">\n        <h2 style=\"margin:0; color:white;\">Global Satellite List<\/h2>\n        <p style=\"margin:5px 0 0; opacity:0.9;\">Total Satellites: <span id=\"satCount\">0<\/span><\/p>\n    <\/div>\n\n    <div class=\"search-container\">\n        <input type=\"text\" id=\"satSearch\" onkeyup=\"searchSat()\" placeholder=\"Search Name, Position (e.g. 93.5), or Band...\" class=\"sat-search-box\">\n    <\/div>\n\n    <div class=\"sat-table-wrapper\">\n        <table id=\"satTable\">\n            <thead>\n                <tr>\n                    <th>Position<\/th>\n                    <th>Satellite Name<\/th>\n                    <th>Band<\/th>\n                    <th>FlySat Link<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody id=\"satData\">\n                <\/tbody>\n        <\/table>\n    <\/div>\n\n    <script>\n        const satellites = [\n            {p: \"180.0\u00b0E\", n: \"Intelsat 18\", b: \"C\/Ku\", l: \"intelsat-18\"},\n            {p: \"172.0\u00b0E\", n: \"Eutelsat 172B\", b: \"Ku\", l: \"eutelsat-172b\"},\n            {p: \"166.0\u00b0E\", n: \"Intelsat 19\", b: \"C\/Ku\", l: \"intelsat-19\"},\n            {p: \"156.0\u00b0E\", n: \"Optus 10 \/ D3\", b: \"Ku\", l: \"optus-10\"},\n            {p: \"144.0\u00b0E\", n: \"Superbird C2\", b: \"Ku\", l: \"superbird-c2\"},\n            {p: \"138.0\u00b0E\", n: \"Telstar 18V (Apstar 5C)\", b: \"C\/Ku\", l: \"telstar-18v\"},\n            {p: \"134.0\u00b0E\", n: \"Apstar 6C \/ 6D\", b: \"C\/Ku\", l: \"apstar-6c\"},\n            {p: \"128.0\u00b0E\", n: \"LaoSat 1\", b: \"C\/Ku\", l: \"laosat-1\"},\n            {p: \"113.0\u00b0E\", n: \"Palapa D \/ Chinasat 11\", b: \"C\", l: \"palapa-d\"},\n            {p: \"108.2\u00b0E\", n: \"SES 7 \/ Telkom 4\", b: \"C\/Ku\", l: \"ses-7\"},\n            {p: \"105.5\u00b0E\", n: \"Asiasat 7\", b: \"C\/Ku\", l: \"asiasat-7\"},\n            {p: \"100.5\u00b0E\", n: \"Asiasat 9\", b: \"C\/Ku\", l: \"asiasat-9\"},\n            {p: \"98.0\u00b0E\", n: \"Chinasat 11\", b: \"Ku\", l: \"chinasat-11\"},\n            {p: \"95.0\u00b0E\", n: \"SES 8 \/ NSS 6\", b: \"Ku\", l: \"ses-8\"},\n            {p: \"93.5\u00b0E\", n: \"G-Sat 15 (DD Free Dish)\", b: \"Ku\", l: \"gsat-15\"},\n            {p: \"91.5\u00b0E\", n: \"Measat 3a \/ 3b\", b: \"C\/Ku\", l: \"measat-3a\"},\n            {p: \"88.0\u00b0E\", n: \"ST 2\", b: \"C\/Ku\", l: \"st-2\"},\n            {p: \"83.0\u00b0E\", n: \"G-Sat 30 (Tata Play)\", b: \"C\/Ku\", l: \"gsat-30\"},\n            {p: \"78.5\u00b0E\", n: \"Thaicom 6\/8\", b: \"C\/Ku\", l: \"thaicom-8\"},\n            {p: \"76.5\u00b0E\", n: \"Apstar 7\", b: \"C\/Ku\", l: \"apstar-7\"},\n            {p: \"75.0\u00b0E\", n: \"ABS 2\", b: \"C\/Ku\", l: \"abs-2\"},\n            {p: \"74.0\u00b0E\", n: \"GSAT 11 \/ 18\", b: \"C\/Ku\", l: \"gsat-18\"},\n            {p: \"70.5\u00b0E\", n: \"Eutelsat 70B\", b: \"Ku\", l: \"eutelsat-70b\"},\n            {p: \"68.5\u00b0E\", n: \"Intelsat 20 \/ 36\", b: \"C\/Ku\", l: \"intelsat-20\"},\n            {p: \"66.0\u00b0E\", n: \"Intelsat 17\", b: \"C\/Ku\", l: \"intelsat-17\"},\n            {p: \"62.0\u00b0E\", n: \"Intelsat 902\", b: \"C\/Ku\", l: \"intelsat-902\"},\n            {p: \"57.0\u00b0E\", n: \"NSS 12\", b: \"C\/Ku\", l: \"nss-12\"},\n            {p: \"52.5\u00b0E\", n: \"Yahsat 1A\", b: \"Ku\", l: \"yahsat-1a\"},\n            {p: \"45.0\u00b0E\", n: \"AzerSpace 2\", b: \"Ku\", l: \"azerspace-2\"},\n            {p: \"42.0\u00b0E\", n: \"Turksat 3A\/4A\/5B\", b: \"Ku\", l: \"turksat-4a\"},\n            {p: \"38.0\u00b0E\", n: \"Paksat 1R\", b: \"C\/Ku\", l: \"paksat-1r\"},\n            {p: \"13.0\u00b0E\", n: \"Hot Bird 13B\/13C\", b: \"Ku\", l: \"hotbird-13b\"},\n            {p: \"7.0\u00b0W\", n: \"Nilesat 201\", b: \"Ku\", l: \"nilesat-201\"}\n        ];\n\n        function loadTable() {\n            const tbody = document.getElementById('satData');\n            tbody.innerHTML = satellites.map(s => `\n                <tr>\n                    <td><span class=\"pos-badge\">${s.p}<\/span><\/td>\n                    <td><strong>${s.n}<\/strong><\/td>\n                    <td>${s.b}<\/td>\n                    <td><a href=\"https:\/\/www.flysat.com\/en\/satellite\/${s.l}\" class=\"link-btn\" target=\"_blank\">View TP<\/a><\/td>\n                <\/tr>\n            `).join('');\n            document.getElementById('satCount').innerText = satellites.length;\n        }\n\n        function searchSat() {\n            let filter = document.getElementById('satSearch').value.toUpperCase();\n            let tr = document.getElementById('satTable').getElementsByTagName('tr');\n            for (let i = 1; i < tr.length; i++) {\n                let text = tr[i].innerText.toUpperCase();\n                tr[i].style.display = text.indexOf(filter) > -1 ? \"\" : \"none\";\n            }\n        }\n\n        window.onload = loadTable;\n    <\/script>\n<\/div>\n\n\n\n<div class=\"sat-directory-full\">\n    <style>\n        .sat-directory-full { font-family: 'Segoe UI', Arial, sans-serif; max-width: 1000px; margin: 20px auto; padding: 15px; background: #fff; border-radius: 12px; border: 1px solid #ddd; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }\n        .header-box { background: #1a73e8; color: white; padding: 20px; border-radius: 8px; text-align: center; margin-bottom: 20px; }\n        .search-wrapper { margin-bottom: 20px; }\n        .sat-search { width: 100%; padding: 15px; border: 2px solid #1a73e8; border-radius: 25px; font-size: 16px; box-sizing: border-box; outline: none; }\n        .table-scroll { max-height: 700px; overflow-y: auto; border: 1px solid #eee; border-radius: 8px; }\n        table { width: 100%; border-collapse: collapse; }\n        th { position: sticky; top: 0; background: #f1f1f1; padding: 12px; text-align: left; border-bottom: 2px solid #ddd; font-size: 14px; }\n        td { padding: 10px; border-bottom: 1px solid #eee; font-size: 13px; }\n        .badge { background: #e8f0fe; color: #1a73e8; padding: 3px 7px; border-radius: 4px; font-weight: bold; }\n        .tp-btn { display: inline-block; background: #34a853; color: white; text-decoration: none; padding: 5px 10px; border-radius: 4px; font-size: 12px; }\n        .tp-btn:hover { background: #2d8e47; }\n        tr:hover { background: #f9f9f9; }\n    <\/style>\n\n    <div class=\"header-box\">\n        <h2 style=\"margin:0; color:white;\">All Satellite List (FlySat Database)<\/h2>\n        <p style=\"margin:5px 0 0;\">Search any satellite by name, degree, or position<\/p>\n    <\/div>\n\n    <div class=\"search-wrapper\">\n        <input type=\"text\" id=\"mainSearch\" onkeyup=\"filterSats()\" placeholder=\"Example: 93.5, GSAT, Intelsat, Ku-Band...\" class=\"sat-search\">\n    <\/div>\n\n    <div class=\"table-scroll\">\n        <table id=\"fullSatTable\">\n            <thead>\n                <tr>\n                    <th>Position<\/th>\n                    <th>Satellite Name<\/th>\n                    <th>Band<\/th>\n                    <th>Frequencies<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody id=\"fullSatData\">\n                <\/tbody>\n        <\/table>\n    <\/div>\n\n    <script>\n        const allSats = [\n            \/\/ EAST SATELLITES\n            {p: \"180.0\u00b0E\", n: \"Intelsat 18\", b: \"C\/Ku\", l: \"intelsat-18\"},\n            {p: \"172.0\u00b0E\", n: \"Eutelsat 172B\", b: \"Ku\", l: \"eutelsat-172b\"},\n            {p: \"166.0\u00b0E\", n: \"Intelsat 19\", b: \"C\/Ku\", l: \"intelsat-19\"},\n            {p: \"160.0\u00b0E\", n: \"Optus D1\", b: \"Ku\", l: \"optus-d1\"},\n            {p: \"156.0\u00b0E\", n: \"Optus 10 \/ D3\", b: \"Ku\", l: \"optus-10\"},\n            {p: \"154.0\u00b0E\", n: \"JCSAT 2B\", b: \"C\/Ku\", l: \"jcsat-2b\"},\n            {p: \"144.0\u00b0E\", n: \"Superbird C2\", b: \"Ku\", l: \"superbird-c2\"},\n            {p: \"138.0\u00b0E\", n: \"Telstar 18V (Apstar 5C)\", b: \"C\/Ku\", l: \"telstar-18v\"},\n            {p: \"134.0\u00b0E\", n: \"Apstar 6C \/ 6D\", b: \"C\/Ku\", l: \"apstar-6c\"},\n            {p: \"132.0\u00b0E\", n: \"Vinasat 1\/2\", b: \"C\/Ku\", l: \"vinasat-1\"},\n            {p: \"128.0\u00b0E\", n: \"LaoSat 1\", b: \"C\/Ku\", l: \"laosat-1\"},\n            {p: \"125.0\u00b0E\", n: \"ChinaSat 6C\/6D\", b: \"C\", l: \"chinasat-6c\"},\n            {p: \"116.0\u00b0E\", n: \"KoreaSat 6\/7\", b: \"Ku\", l: \"koreasat-6\"},\n            {p: \"113.0\u00b0E\", n: \"Palapa D \/ Telkom 4\", b: \"C\", l: \"palapa-d\"},\n            {p: \"110.5\u00b0E\", n: \"ChinaSat 10\", b: \"C\/Ku\", l: \"chinasat-10\"},\n            {p: \"108.2\u00b0E\", n: \"SES 7 \/ Telkom 4\", b: \"C\/Ku\", l: \"ses-7\"},\n            {p: \"105.5\u00b0E\", n: \"Asiasat 7\", b: \"C\/Ku\", l: \"asiasat-7\"},\n            {p: \"100.5\u00b0E\", n: \"Asiasat 9\", b: \"C\/Ku\", l: \"asiasat-9\"},\n            {p: \"98.0\u00b0E\", n: \"ChinaSat 11\", b: \"Ku\", l: \"chinasat-11\"},\n            {p: \"96.5\u00b0E\", n: \"Express AM33\", b: \"C\/Ku\", l: \"express-am33\"},\n            {p: \"95.0\u00b0E\", n: \"SES 8 \/ NSS 6 (Dish TV)\", b: \"Ku\", l: \"ses-8\"},\n            {p: \"93.5\u00b0E\", n: \"G-Sat 15 (DD Free Dish)\", b: \"Ku\", l: \"gsat-15\"},\n            {p: \"92.2\u00b0E\", n: \"Chinasat 9\", b: \"Ku\", l: \"chinasat-9\"},\n            {p: \"91.5\u00b0E\", n: \"Measat 3a \/ 3b\", b: \"C\/Ku\", l: \"measat-3a\"},\n            {p: \"88.0\u00b0E\", n: \"ST 2 (Videocon d2h)\", b: \"C\/Ku\", l: \"st-2\"},\n            {p: \"85.0\u00b0E\", n: \"Horizons 2 \/ IS 15\", b: \"Ku\", l: \"horizons-2\"},\n            {p: \"83.0\u00b0E\", n: \"G-Sat 30 (Tata Play)\", b: \"C\/Ku\", l: \"gsat-30\"},\n            {p: \"78.5\u00b0E\", n: \"Thaicom 6\/8\", b: \"C\/Ku\", l: \"thaicom-8\"},\n            {p: \"76.5\u00b0E\", n: \"Apstar 7\", b: \"C\/Ku\", l: \"apstar-7\"},\n            {p: \"75.0\u00b0E\", n: \"ABS 2\", b: \"C\/Ku\", l: \"abs-2\"},\n            {p: \"74.0\u00b0E\", n: \"GSAT 11 \/ 18\", b: \"C\/Ku\", l: \"gsat-18\"},\n            {p: \"70.5\u00b0E\", n: \"Eutelsat 70B\", b: \"Ku\", l: \"eutelsat-70b\"},\n            {p: \"68.5\u00b0E\", n: \"Intelsat 20 \/ 36\", b: \"C\/Ku\", l: \"intelsat-20\"},\n            {p: \"66.0\u00b0E\", n: \"Intelsat 17\", b: \"C\/Ku\", l: \"intelsat-17\"},\n            {p: \"62.0\u00b0E\", n: \"Intelsat 902\", b: \"C\/Ku\", l: \"intelsat-902\"},\n            {p: \"60.0\u00b0E\", n: \"Intelsat 33e\", b: \"C\/Ku\", l: \"intelsat-33e\"},\n            {p: \"57.0\u00b0E\", n: \"NSS 12\", b: \"C\/Ku\", l: \"nss-12\"},\n            {p: \"56.0\u00b0E\", n: \"Express AT1\", b: \"Ku\", l: \"express-at1\"},\n            {p: \"55.0\u00b0E\", n: \"GSAT 8 \/ 16\", b: \"C\/Ku\", l: \"gsat-8\"},\n            {p: \"52.5\u00b0E\", n: \"Yahsat 1A\", b: \"Ku\", l: \"yahsat-1a\"},\n            {p: \"51.5\u00b0E\", n: \"Belintersat 1\", b: \"C\/Ku\", l: \"belintersat-1\"},\n            {p: \"49.0\u00b0E\", n: \"Yamal 601\", b: \"C\/Ku\", l: \"yamal-601\"},\n            {p: \"45.0\u00b0E\", n: \"AzerSpace 2\", b: \"Ku\", l: \"azerspace-2\"},\n            {p: \"42.0\u00b0E\", n: \"Turksat 3A\/4A\/5B\", b: \"Ku\", l: \"turksat-4a\"},\n            {p: \"40.0\u00b0E\", n: \"Express AM7\", b: \"C\/Ku\", l: \"express-am7\"},\n            {p: \"38.0\u00b0E\", n: \"Paksat 1R\", b: \"C\/Ku\", l: \"paksat-1r\"},\n            {p: \"36.0\u00b0E\", n: \"Eutelsat 36B\", b: \"Ku\", l: \"eutelsat-36b\"},\n            {p: \"31.5\u00b0E\", n: \"Astra 5B\", b: \"Ku\", l: \"astra-5b\"},\n            {p: \"28.2\u00b0E\", n: \"Astra 2E\/2F\/2G\", b: \"Ku\", l: \"astra-2e\"},\n            {p: \"26.0\u00b0E\", n: \"Badr 4\/5\/6\/7\", b: \"Ku\", l: \"badr-4\"},\n            {p: \"21.5\u00b0E\", n: \"Eutelsat 21B\", b: \"Ku\", l: \"eutelsat-21b\"},\n            {p: \"19.2\u00b0E\", n: \"Astra 1KR\/1L\/1M\/1N\", b: \"Ku\", l: \"astra-1kr\"},\n            {p: \"16.0\u00b0E\", n: \"Eutelsat 16A\", b: \"Ku\", l: \"eutelsat-16a\"},\n            {p: \"13.0\u00b0E\", n: \"Hot Bird 13B\/13C\/13E\", b: \"Ku\", l: \"hotbird-13b\"},\n            {p: \"10.0\u00b0E\", n: \"Eutelsat 10A\", b: \"C\/Ku\", l: \"eutelsat-10a\"},\n            {p: \"9.0\u00b0E\", n: \"Eutelsat 9B\", b: \"Ku\", l: \"eutelsat-9b\"},\n            {p: \"7.0\u00b0E\", n: \"Eutelsat 7B\/7C\", b: \"Ku\", l: \"eutelsat-7b\"},\n            {p: \"4.8\u00b0E\", n: \"Astra 4A\", b: \"Ku\", l: \"astra-4a\"},\n            {p: \"3.1\u00b0E\", n: \"Eutelsat 3B\", b: \"C\/Ku\", l: \"eutelsat-3b\"},\n            \/\/ WEST SATELLITES\n            {p: \"0.8\u00b0W\", n: \"Thor 5\/6\/7\", b: \"Ku\", l: \"thor-5\"},\n            {p: \"4.0\u00b0W\", n: \"Amos 3\/7\", b: \"Ku\", l: \"amos-3\"},\n            {p: \"5.0\u00b0W\", n: \"Eutelsat 5 West B\", b: \"Ku\", l: \"eutelsat-5-west-b\"},\n            {p: \"7.0\u00b0W\", n: \"Nilesat 201 \/ E7WA\", b: \"Ku\", l: \"nilesat-201\"},\n            {p: \"8.0\u00b0W\", n: \"Eutelsat 8 West B\", b: \"C\/Ku\", l: \"eutelsat-8-west-b\"},\n            {p: \"11.0\u00b0W\", n: \"Express AM44\", b: \"C\/Ku\", l: \"express-am44\"},\n            {p: \"15.0\u00b0W\", n: \"Telstar 12V\", b: \"Ku\", l: \"telstar-12v\"},\n            {p: \"22.0\u00b0W\", n: \"SES 4\", b: \"C\/Ku\", l: \"ses-4\"},\n            {p: \"30.0\u00b0W\", n: \"Hispasat 30W-5\/6\", b: \"Ku\", l: \"hispasat-30w-5\"},\n            {p: \"34.5\u00b0W\", n: \"Intelsat 35e\", b: \"C\/Ku\", l: \"intelsat-35e\"},\n            {p: \"43.1\u00b0W\", n: \"Intelsat 11\", b: \"C\/Ku\", l: \"intelsat-11\"},\n            {p: \"55.5\u00b0W\", n: \"Intelsat 34\", b: \"C\/Ku\", l: \"intelsat-34\"},\n            {p: \"61.0\u00b0W\", n: \"Amazonas 2\/3\/5\", b: \"C\/Ku\", l: \"amazonas-2\"},\n            {p: \"70.0\u00b0W\", n: \"Star One C4\", b: \"Ku\", l: \"star-one-c4\"}\n        ];\n\n        function initTable() {\n            const tableBody = document.getElementById('fullSatData');\n            tableBody.innerHTML = allSats.map(item => `\n                <tr>\n                    <td><span class=\"badge\">${item.p}<\/span><\/td>\n                    <td><strong>${item.n}<\/strong><\/td>\n                    <td>${item.b}<\/td>\n                    <td><a href=\"https:\/\/www.flysat.com\/en\/satellite\/${item.l}\" class=\"tp-btn\" target=\"_blank\">TP List<\/a><\/td>\n                <\/tr>\n            `).join('');\n        }\n\n        function filterSats() {\n            let input = document.getElementById('mainSearch').value.toUpperCase();\n            let rows = document.getElementById('fullSatData').getElementsByTagName('tr');\n            \n            for (let i = 0; i < rows.length; i++) {\n                let text = rows[i].innerText.toUpperCase();\n                rows[i].style.display = text.indexOf(input) > -1 ? \"\" : \"none\";\n            }\n        }\n\n        window.onload = initTable;\n    <\/script>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Satellite Finder (Via Lyngsat) Search on Google Note: Searches will automatically include &#8220;lyngsat&#8221;. Satellite Search (Inside Post) Search Parabolic Dish Focal Length Calculator Dish Focal Length Formula: f = D\u00b2 \/ (16 * d) Diameter (D) Depth (d) Focal Length (f): 0 Global Satellite List Total Satellites: 0 Position Satellite Name Band FlySat Link All Satellite List (FlySat Database) Search any satellite by name, degree, or position Position Satellite Name [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8718","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jkdishinfo.com\/index.php?rest_route=\/wp\/v2\/pages\/8718","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jkdishinfo.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jkdishinfo.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jkdishinfo.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jkdishinfo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8718"}],"version-history":[{"count":0,"href":"https:\/\/jkdishinfo.com\/index.php?rest_route=\/wp\/v2\/pages\/8718\/revisions"}],"wp:attachment":[{"href":"https:\/\/jkdishinfo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}