telescope-term 0.5 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/telescope +11 -17
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a3c05dde8a5ff611a62d0cfd72a5a811915d218b7af6cd977c14297396d8c31
|
4
|
+
data.tar.gz: f89a8414af71225d15d689d0cb1ea57b6669a0b67a43327e5e61e6c79754195d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17c083153fd29104fd907d5288247a6b5eb8b92db8eb8bc22692d725b89104c194ddc5aec27b7f515f411c5aec2f2560006151d131a229883d4baf3b0d42ea16
|
7
|
+
data.tar.gz: b268815b853c51df96d2d71fd1a4213cb52d4d14c06062ec212e6f06ebce7b47c77cec3f593c67dd5d3ffcba306914ef74e320c8017b5e9b71508ece97a2d1b2
|
data/bin/telescope
CHANGED
@@ -11,23 +11,17 @@
|
|
11
11
|
don't want to save your edits since last session). Save a backup session with 'b' and load a saved backup session with the 'B' key.
|
12
12
|
Telescope and eyepiece data is saved in the file '.telescope' in your home directory (backup file is '.telescope.bu').
|
13
13
|
|
14
|
-
LIST OF TELESCOPE ABBREVIATIONS:
|
15
|
-
APP
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
PLd/2* = Recommended magnification for planet details and double stars
|
26
|
-
TGHT2* = Recommended magnification for tight double stars
|
27
|
-
DL-SEP = Minimum separation, Dawes limit
|
28
|
-
RC-SEP = Minimum separation, Rayleigh limit
|
29
|
-
MOON = Minimum feature resolved on the Moon (in meters)
|
30
|
-
SUN = Minimum feature resolved on the Sun (in kilometers)
|
14
|
+
LIST OF TELESCOPE ABBREVIATIONS: LIST OF EYEPIECE ABBREVIATIONS:
|
15
|
+
APP, FL, F/? = Apperature and Focal Length (millimeters) and F-ratio FL = Focal Length (in millimeters)
|
16
|
+
<MAG = Maximum magnitude visible AFOV = Apparent Field Of View
|
17
|
+
xEYE = Light gathering compared to the human eye xMAGN = Magnification (with that telescope)
|
18
|
+
MINx, MAXx = Minimum and maximum usable magnification FOV = True Field Of View (deg/min/sec)
|
19
|
+
XPUP = Exit pupil (in millimeters)
|
20
|
+
Recommended magnifications for objects:
|
21
|
+
*FIELD = star fields, GX/NEB = galaxies/nebulae, PL/GCL = planets/globular clusters
|
22
|
+
PLd/2* = planet details/double stars, TGHT2* = tight double stars
|
23
|
+
DL/RC-SEP = Minimum separation, Dawes limit and Rayleigh limit
|
24
|
+
MOON, SUN = Minimum feature resolved on the Moon (meters) & Sun (kilometers)
|
31
25
|
HELPTEXT
|
32
26
|
begin # BASIC SETUP
|
33
27
|
if `tput cols`.to_i < 140
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: telescope-term
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geir Isene
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: 1.3.2
|
33
33
|
description: 'With this program you can list your telescopes and eyepieces and get
|
34
34
|
a set of calculations done for each scope and for the combination of scope and eyepiece.
|
35
|
-
Easy interface. Run the program, then hit ''?'' to show the help file. New in v0.5:
|
35
|
+
Easy interface. Run the program, then hit ''?'' to show the help file. New in v0.5.1:
|
36
36
|
Improved help text.'
|
37
37
|
email: g@isene.com
|
38
38
|
executables:
|