Skip to content

Commit 0badd4a

Browse files
committed
Delete temporary files
1 parent 2cb081a commit 0badd4a

File tree

7 files changed

+1079
-304
lines changed

7 files changed

+1079
-304
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# NightSkyPlan: Night Sky Planner #
22

33
[![Build Status](https://img.shields.io/badge/release-0.1-orange)](https://github.com/sPaMFouR/NightSkyPlan)
4-
[![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg)](https://www.python.org/downloads/release/python-271/)
54
[![Python 3.7](https://img.shields.io/badge/python-3.7.2-brightgreen.svg)](https://www.python.org/downloads/release/python-372/)
65

7-
NightSkyPlan is a python script to help astronomers plan night sky observations from ground based obsbervatories. The script is available in both python2 and python3 versions. Observatory details can be added to the file 'TelescopeList.dat' and chosen when the script runs.
6+
NightSkyPlan is a python script to help astronomers plan night sky observations from ground based obsbervatories. Observatory details can be added to the file 'TelescopeList.dat' and chosen when the script runs.
87

98
Features:
109
1) Determines observability of targets specified in 'TargetsList.dat' from the chosen observatory.

SkyPlan_2020-12-21.pdf

-35.5 KB
Binary file not shown.

TargetList.dat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Index Name RA DEC Comments ToPlot
44
0 2020hvf 11:21:26.45 +03:00:52.85 Ia Y
55
1 2020fqv 12:36:33.26 +11:13:53.96 II Y
66
2 2020jfo 12:21:50.48 +04:28:54.12 II Y
7-
3 2019vxm 19:58:28.54 +62:08:15.83 IIn Y
7+
3 NGC7176 22:02:08.467 -31:59:23.32 Galaxy Y
88
4 2019tua 21:58:00.28 +24:15:57.10 Ib Y
99
5 2020akf 09:28:39.66 +38:33:47.20 Ia Y
1010
6 2018hna 12:26:12.05 +58:18:51.10 1987A-like N
11-
7 2020mjm 14:29:29.33 -00:01:17.71 II Y
11+
8 NGC2477 07:52:10.00 -38:31:48.00 OpenCluster Y
12+

TelescopeList.dat

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# List of Telescopes
2-
ShortName Name Longitude Latitude Altitude TimeZone Horizon Zenith
3-
HCT Indian_Astronomical_Observatory[Hanle] 78:57:51 32:46:46 4486 5.5 25 85
4-
ARIES Sampurnanand_Telescope[Nainital] 79:27:00 29:22:00 1951 5.5 25 85
5-
DOT Devasthal_Optical_Telescope[Devasthal] 79:41:04 29:21:40 2424 5.5 25 85
2+
ShortName Name Longitude Latitude Altitude TimeZone Horizon Zenith
3+
HCT Indian_Astronomical_Observatory[Hanle] 78:57:51 32:46:46 4486 5.5 25 85
4+
ARIES Sampurnanand_Telescope[Nainital] 79:27:00 29:22:00 1951 5.5 25 85
5+
DOT Devasthal_Optical_Telescope[Devasthal] 79:41:04 29:21:40 2450 5.5 15 87.5
6+
DFOT Devasthal_Fast_Optical_Telescope[Devasthal] 79:41:04 29:21:40 2450 5.5 30 85
7+
San San_Jose_California 121:53:10.7 37:20:17.5 25 -8 0 90

TwilightTimes_2020-11-07:2021-03-07

Lines changed: 0 additions & 121 deletions
This file was deleted.

Untitled1.ipynb

Lines changed: 646 additions & 175 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)