Skip to content

Commit

Permalink
Added Seestar, Vaonis and Vestia telescopes
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmoruuth committed Mar 29, 2024
1 parent fea3d65 commit 55a2456
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions AstroMosaic.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,13 @@ <h2 id="astro_mosaic_title" >Astro Mosaic Telescope Planner</h2>

var astro_mosaic_link = 'Powered by <a href="https://ruuth.xyz/AstroMosaicInfo.html">Astro Mosaic</a>';

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" +
Expand Down Expand Up @@ -791,6 +793,30 @@ <h2 id="astro_mosaic_title" >Astro Mosaic Telescope Planner</h2>
{ 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,
Expand Down

0 comments on commit 55a2456

Please # to comment.