Skip to content

Commit

Permalink
Fixed lat
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmoruuth committed Jul 30, 2024
1 parent d97d395 commit afa6cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AstroMosaic.html
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ <h2 id="astro_mosaic_title" >Astro Mosaic Telescope Planner</h2>
name: "Slooh",
radec_format: 0,
telescopes: [
{ name: "A1", fov_x: 37, fov_y: 37, lat: 31.2816709, lng: 149.0801825, alt: 805, timezoneOffset: null, seeing: "slooh-aus", horizon_limits: [30], meridian_transit: 60 },
{ name: "A1", fov_x: 37, fov_y: 37, lat: -31.2816709, lng: 149.0801825, alt: 805, timezoneOffset: null, seeing: "slooh-aus", horizon_limits: [30], meridian_transit: 60 },

{ name: "T1", fov_x: 37, fov_y: 37, lat: 28.29970, lng: -16.50826, alt: 2372, timezoneOffset: null, seeing: "slooh-teide", horizon_limits: "slooh-teide1", meridian_transit: 60 },
{ name: "T2", fov_x: 43, fov_y: 43, lat: 28.29970, lng: -16.50826, alt: 2372, timezoneOffset: null, seeing: "slooh-teide", horizon_limits: "slooh-teide2", meridian_transit: 60 },
Expand Down

0 comments on commit afa6cd4

Please # to comment.