-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
97 lines (72 loc) · 3.62 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
##########################################################################
# Subaru HDS Log Eeditor (hdslog) #
# Document file #
# #
# #
# ver 2.3.0 2021/04/07 #
# Copyright (C) 2005 Akito Tajitsu #
# Subaru Telescope, National Astronomical Observatory of Japan #
# tajitsu_at_naoj.org #
##########################################################################
### Introduction ###
Subaru HDS Log Editor (hdslog) is a program to show /edit /mail
observation logs of High Dispersion Spectrograph (HDS) of
8.2-m Subaru Telescope, NAOJ.
You can make a clone of the latest version of its source code
via Git Hub, using
git clone https://github.com/chimari/hdslog.git
in your terminal.
### Environment ###
This program is running under UNIX OSs with X window systems.
Gtk+2 (default) or 3 (recommended) is required.
You need to use mutt with msmtp to send logs via e-mail
(only for the summit system).
xdotool, xgterm and IRAF environment for HDS data reduction (hdsql etc.)
are required to be installed to the system, if you want to use quick
reduction buttons.
### How to Make (for UNIX, Linux & Solaris) ###
- Extract archives, go to the extracted directory.
- (Only if you cloned the source code via GitHub)
% touch configure configure.ac aclocal.m4 Makefile.am Makefile.in
- for Gtk+2
% ./configure
for Gtk+3
% ./configure --with-gtk3
- % make
Then, an executable file "hdslog" should be built.
You can copy this file to other directory as you like.
## How to Run
- % hdslog <your-data-dir.>
## Lock File
/tmp/hdslog-yyyymmdd.lock
will be created during directory scanning.
## Log Note File
HOME$Log/.hdslog-yyyymmdd
will be created.
This file remains even after the program finished.
## Mail address list
Mail addresses are automatically stocked in
HOME$/.hdslog_mail.lst
The list is automatically loaded as mail address book when you send
a log to observers.
### Copyright ###
The code in this distribution is Copyright 2005 by Akito Tajitsu.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
In addition, as a special exception, A.Tajitsu gives permission to link
this code of this program with the OpenSSL library (or with modified
versions of OpenSSL that use the same license as OpenSSL), and distribute
linked combinations including the two. You must obey the GNU General
Public License in all respects for all of the code used other than OpenSSL.
If you modify this file, you may extend this exception to your version of
the file, but you are not obligated to do so. If you do not wish to do so,
delete this exception statement from your version.