telescope-term 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/telescope +7 -7
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1f96d4afdd39035d8aff14031e43034607bd6772e71b57b46a6aca7280e372d
4
- data.tar.gz: 99560838dfcc2488495387672c46976a2a9131d9196aceaea2a4307b219dd01a
3
+ metadata.gz: fb2d1c8b0a4a543b49ea37f556097e9e18b83c8f50137c7c598ab777e9abfd2f
4
+ data.tar.gz: dc4c5ae482437a8f593295e330b4c7197ee9b5a73f9152a8d8e4368371cbdbcc
5
5
  SHA512:
6
- metadata.gz: ab7ea6182535bdfd32f7ef8394630e1c3f17e73716d7ad175c19a7b05a75ea54f9cee7a45a9c69786d1f60d6a2acb55a16b18d97f660601bc2208762b0517286
7
- data.tar.gz: 83587a7ec14ecf772f49542f2fb491ca3f86e87d1c86c1e5065ef4ed502816f0e09a0ac517778048ecff9e76d37a6ddc748c70fbbc215593445171c7521add29
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(194, 0, 0, out) # MINx
446
+ @w_ts.pa(157, 0, 0, out) # MINx
447
447
  out = magx(d, f, 2)
448
- @w_ts.pa(194, 0, 0, out) # MAXx
448
+ @w_ts.pa(157, 0, 0, out) # MAXx
449
449
  out = magx(d, f, 1/6.4)
450
- @w_ts.pa(189, 0, 0, out) # *FIELD
450
+ @w_ts.pa(195, 0, 0, out) # *FIELD
451
451
  out = magx(d, f, 1/3.6)
452
- @w_ts.pa(189, 0, 0, out) # GX/NEB
452
+ @w_ts.pa(195, 0, 0, out) # GX/NEB
453
453
  out = magx(d, f, 1/2.1)
454
- @w_ts.pa(189, 0, 0, out) # PL/GCL
454
+ @w_ts.pa(195, 0, 0, out) # PL/GCL
455
455
  out = magx(d, f, 1/1.3)
456
- @w_ts.pa(189, 0, 0, out) # PLd/2*
456
+ @w_ts.pa(195, 0, 0, out) # PLd/2*
457
457
  out = magx(d, f, 1/0.7)
458
- @w_ts.pa(189, 0, 0, out) # TGHT2*
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.0
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-12 00:00:00.000000000 Z
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