telescope-term 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/telescope +7 -7
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb2d1c8b0a4a543b49ea37f556097e9e18b83c8f50137c7c598ab777e9abfd2f
|
|
4
|
+
data.tar.gz: dc4c5ae482437a8f593295e330b4c7197ee9b5a73f9152a8d8e4368371cbdbcc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8844bc5db1e9d98c6430911d5b7cff28dddb07db479f0ed70e4303ae69c325af558f30e2f3953bcd1b3f68261a52d71c5b0d0d75a683402463277048eca9cafe
|
|
7
|
+
data.tar.gz: 438909bf6b2ec61a250092cf3baaccc816382c687ee6e10b793b8aa04ea67e17463eb46984813179cc0cf66f831fe6436aa9e591768855870c2a8714120d4150
|
data/bin/telescope
CHANGED
|
@@ -443,19 +443,19 @@ def w_ts_show
|
|
|
443
443
|
out = (d**2/49).to_i.to_s.rjust(6)
|
|
444
444
|
@w_ts.pa(229, 0, 0, out) # xEYE
|
|
445
445
|
out = magx(d, f, 1/7.to_f)
|
|
446
|
-
@w_ts.pa(
|
|
446
|
+
@w_ts.pa(157, 0, 0, out) # MINx
|
|
447
447
|
out = magx(d, f, 2)
|
|
448
|
-
@w_ts.pa(
|
|
448
|
+
@w_ts.pa(157, 0, 0, out) # MAXx
|
|
449
449
|
out = magx(d, f, 1/6.4)
|
|
450
|
-
@w_ts.pa(
|
|
450
|
+
@w_ts.pa(195, 0, 0, out) # *FIELD
|
|
451
451
|
out = magx(d, f, 1/3.6)
|
|
452
|
-
@w_ts.pa(
|
|
452
|
+
@w_ts.pa(195, 0, 0, out) # GX/NEB
|
|
453
453
|
out = magx(d, f, 1/2.1)
|
|
454
|
-
@w_ts.pa(
|
|
454
|
+
@w_ts.pa(195, 0, 0, out) # PL/GCL
|
|
455
455
|
out = magx(d, f, 1/1.3)
|
|
456
|
-
@w_ts.pa(
|
|
456
|
+
@w_ts.pa(195, 0, 0, out) # PLd/2*
|
|
457
457
|
out = magx(d, f, 1/0.7)
|
|
458
|
-
@w_ts.pa(
|
|
458
|
+
@w_ts.pa(195, 0, 0, out) # TGHT2*
|
|
459
459
|
out = (115.824/d).truncate(2).dec2.to_s.rjust(7)
|
|
460
460
|
@w_ts.pa(219, 0, 0, out) # DL-SEP
|
|
461
461
|
out = (3600*Math::asin(671E-6/d).rad).truncate(2).dec2.to_s.rjust(8)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: telescope-term
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: curses
|
|
@@ -33,7 +33,8 @@ dependencies:
|
|
|
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
35
|
Easy interface. Run the program, then hit ''?'' to show the help file. New in v0.6.0:
|
|
36
|
-
Added sorting of telescopes (via ''T'') and eyepieces (''E'').
|
|
36
|
+
Added sorting of telescopes (via ''T'') and eyepieces (''E''). New in 1.6.1: Color
|
|
37
|
+
tweaks.'
|
|
37
38
|
email: g@isene.com
|
|
38
39
|
executables:
|
|
39
40
|
- telescope
|