From 55a2456dfbc46b661e92a82d424d8d9b88b7c52c Mon Sep 17 00:00:00 2001 From: jarmoruuth Date: Fri, 29 Mar 2024 15:15:32 +0200 Subject: [PATCH] Added Seestar, Vaonis and Vestia telescopes --- AstroMosaic.html | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/AstroMosaic.html b/AstroMosaic.html index cdd1979..afe4269 100644 --- a/AstroMosaic.html +++ b/AstroMosaic.html @@ -395,11 +395,13 @@

Astro Mosaic Telescope Planner

var astro_mosaic_link = 'Powered by Astro Mosaic'; -var version_number = "1.77"; -var startup_image = "M77"; -var startup_info_text = "v" + version_number + " Added some DSLR lens FoV, fix to Cederblad catalog."; +var version_number = "1.78"; +var startup_image = "M78"; +var startup_info_text = "v" + version_number + " Added Seestar, Vaonis and Vestia telescopes."; var version_text = + "Version 1.78\n"+ + "- Added Seestar, Vaonis and Vestia telescopes.\n" + "Version 1.77\n"+ "- Added some common DSLR lens FoV.\n" + "- Fix to Cederblad catalog.\n" + @@ -791,6 +793,30 @@

Astro Mosaic Telescope Planner

{ name: "Dream Astrograph New Mexico", fov_x: 101, fov_y: 101, lat: 34.2, lng: -108.1, timezoneOffset: null, alt: 2371, seeing: "sg-newmex", horizon_limits: [35], meridian_transit: 60 } ] }, + { + name: "Seestar", + radec_format: 1, + telescopes: [ + { name: "S50", fov_x: 1.29*60, fov_y: 0.73*60, lat: null, lng: null, timezoneOffset: "detect_timezone", alt: 100, seeing: "detect_location", horizon_limits: [20], meridian_transit: 60 } + ] + }, + { + name: "Vaonis", + radec_format: 1, + telescopes: [ + { name: "Stellina", fov_x: 1.0*60, fov_y: 0.7*60, lat: null, lng: null, timezoneOffset: "detect_timezone", alt: 100, seeing: "detect_location", horizon_limits: [20], meridian_transit: 60 } + ] + }, + { + name: "Vestia", + radec_format: 1, + telescopes: [ + { name: "Hestia", fov_x: 1.8*60, fov_y: 1.8*60, lat: null, lng: null, timezoneOffset: "detect_timezone", alt: 100, seeing: "detect_location", horizon_limits: [20], meridian_transit: 60 }, + { name: "Vespera", fov_x: 1.6*60, fov_y: 0.9*60, lat: null, lng: null, timezoneOffset: "detect_timezone", alt: 100, seeing: "detect_location", horizon_limits: [20], meridian_transit: 60 }, + { name: "Vespera II", fov_x: 2.5*60, fov_y: 1.4*60, lat: null, lng: null, timezoneOffset: "detect_timezone", alt: 100, seeing: "detect_location", horizon_limits: [20], meridian_transit: 60 }, + { name: "Vespera Pro", fov_x: 1.6*60, fov_y: 1.6*60, lat: null, lng: null, timezoneOffset: "detect_timezone", alt: 100, seeing: "detect_location", horizon_limits: [20], meridian_transit: 60 } + ] + }, { name: "Hubble", radec_format: 1,