Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

seesat5.ini(5) [debian man page]

SEESAT5.INI(5)							File Formats Manual						    SEESAT5.INI(5)

NAME
SEESAT5.INI - operations control file for seesat5. DESCRIPTION
This file is used to automate the operation of seesat5 in a way that reduces the amount of command line instructions. A sample example file can be found in /usr/doc/SEESAT5.INI.example. A complete list and description of the commands that may appear in this init file can be found in seesat5(7). SEE ALSO
seesat5(1), seesat5(7), tle(5), cr(1) Debian Linux 30 March 96 SEESAT5.INI(5)

Check Out this Related Man Page

seesat5(1)                                                    General Commands Manual                                                   seesat5(1)

NAME
seesat5 - provides satellite visibility information. SYNOPSIS
seesat5 [ report ] [ go <Label> ] | [ <command> ... ] DESCRIPTION
This program uses the sgp4 algorithm provided by NORAD to produce position information on a satellite. Seesat5 can produce tracking infor- mation for one satellite over a period of several days, or for a collection of satellites over that period. By providing filter conditions seesat5 prints out only those satellites you might have a chance to see rather than all the satellites that pass above the horizon. Seesat5 is typically run by placing control commands into an init file called SEESAT5.INI. See seesat5 (7) for the description of these commands. If there is no init file Seesat5 will present the operator with a '>' prompt where commands can be entered. From the prompt seesat5 will begin analysis when sufficient parameters have been entered to begin the run. Seesat5 uses selection conditions to filter the data so that only high and bright satellites are printed. Note that the selection condi- tions are used to select whether or not the current passes data will be printed. If it is printed, then the complete pass data is printed. ie. all data from when the satellite comes over the horizon until it goes below. For lines that satisfied ALL the selection conditions, a "+" sign is printed as the first character. Options report This option will disable printing of report records in the output of the run. These include all command lines found in SEESAT5.INI or entered from the command line or the prompt. go Followed by a label, this option causes branching within the SEESAT5.INI to begin execution at the line following label. Branching occurs when the cmdline command is executed in the SEESAT5.INI file. command Most of the commands that can be found in SEESAT5.INI can be entered on the command line. If you desire the SEESAT5.INI file to exe- cute after the command line be sure to make the last command RET. FILES
SEESAT5.INI The control file for seesat5 *.tle Two line element files used by seesat5. SEE ALSO
seesat5(7), SEESAT5.INI(5), tle(5), cr(1) BUGS
Seesat5 is not always able to check data integrity. Since computation and output is driven by the data in the two line element, subtle errors in a tle can cause floating point exceptions. In addition there are several commands that do not work well together, like SHOWTLE and RUNTIME. Please report any problems with seesat5 to Dale Scheetz <dwarf@polaris.net>. Debian Linux 28 March 96 seesat5(1)
Man Page

13 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Adding the individual columns of a matrix.

I have a huge matrix file containing some 1.5 million rows and 6000 columns. The matrix looks something like this: 1 2 3 4 5 6 7 8 9 3 4 5 I want to add all the numbers in the columns of this matrix and display the result to my stdout. This means that the numbers in the first column are: ... (2 Replies)
Discussion started by: shoaibjameel123
2 Replies

2. Shell Programming and Scripting

awk or sed - Convert 2 lines to 1 line

Hi, Just trying to get to grips with sed and awk for some reporting for work and I need some assistance: I have a file that lists policy names on the first line and then on the second line whether the policy is active or not. Policy Name: Policy1 Active: yes Policy... (8 Replies)
Discussion started by: guinch
8 Replies

3. Shell Programming and Scripting

How can I do this in VI editor?

version info : vi availabe with RHEL 5.4 I have a text file with 10,000 lines. I want to copy lines from 5000th line to 7000th and redirect to a file. Any idea how I can do this? Note: The above scenario is just an example. In my actual requirement, the file has 14 million lines and I want... (9 Replies)
Discussion started by: kraljic
9 Replies

4. Fedora

Is UNIX an open source OS ?

Hi everyone, I know the following questions are noobish questions but I am asking them because I am confused about the basics of history behind UNIX and LINUX. Ok onto business, my questions are-: Was/Is UNIX ever an open source operating system ? If UNIX was... (21 Replies)
Discussion started by: sreyan32
21 Replies

5. What is on Your Mind?

Introduction

Hello, I couldn't find an actual introduction thread, so I decided to just put this here. I go by d0wngrade online. I have been programming in multiple languages for about 15+ years. I started with standard web design languages like HTML and CSS, but I then advanced from design to development... (2 Replies)
Discussion started by: d0wngrade
2 Replies

6. UNIX for Advanced & Expert Users

Detecting unused variables...

Hi guys... The first active code line in AudioScope.sh is set -u . This causes a complete exit if a variable is used/found but has not been allocated at the start of the program. However, apart from writing code to do the task, is there a switch to to check which variables have been... (17 Replies)
Discussion started by: wisecracker
17 Replies

7. Shell Programming and Scripting

One instance of comparing grep and awk

Hi. In thread https://www.unix.com/shell-programming-and-scripting/267833-grouping-counting.html rovf and I had a mini-discussion on grep and awk. Here is a demo script that compares the awk and grep approaches for this single problem: #!/usr/bin/env bash # @(#) s2 Demonstrate group... (1 Reply)
Discussion started by: drl
1 Replies

8. Shell Programming and Scripting

Find columns in a file based on header and print to new file

Hello, I have to fish out some specific columns from a file based on the header value. I have the list of columns I need in a different file. I thought I could read in the list of headers I need, # file with header names of required columns in required order headers_file=$2 # read contents... (11 Replies)
Discussion started by: LMHmedchem
11 Replies

9. OS X (Apple)

Installing Dash Shell on OS X Lion

For those interested in installing dash shell on OSX Lion to help test POSIX compliancy of shell scripts, it is quite easy. I did it like this: If you don't have gcc on your system: 0. Download and install the Command Line Tools for Xcode package from Sign In - Apple * 1. Download the dash... (2 Replies)
Discussion started by: Scrutinizer
2 Replies

10. UNIX for Beginners Questions & Answers

Weird 'find' results

Hello and thanks in advance for any help anyone can offer me I'm trying to learn the find command and thought I was understanding it... Apparently I was wrong. I was doing compound searches and I started getting weird results with the -size test. I was trying to do a search on a 1G file owned by... (14 Replies)
Discussion started by: bodisha
14 Replies

11. UNIX for Beginners Questions & Answers

How to copy a column of multiple files and paste into new excel file (next to column)?

I have data of an excel files as given below, file1 org1_1 1 1 2.5 100 org1_2 1 2 5.5 98 org1_3 1 3 7.2 88 file2 org2_1 1 1 2.5 100 org2_2 1 2 5.5 56 org2_3 1 3 7.2 70 I have multiple excel files as above shown. I have to copy column 1, column 4 and paste into a new excel file as... (26 Replies)
Discussion started by: dineshkumarsrk
26 Replies

12. What is on Your Mind?

New UNIX and Linux History Sections

Dear All, Taking a break from Vue.js coding for the site, SEO and YT videos; and hopefully addressing some well deserved criticism from some here that I have been too focused on the visual aspects of the forums versus the substance and the community.... While the "current generation... (9 Replies)
Discussion started by: Neo
9 Replies

13. Programming

My first PERL incarnation... Audio Oscillograph

Hi all... Well guys and gals, I jumped in at the deep end and found things that PERL cannot do by default. Many tricky terminal escape codes are not catered for so I had to create workarounds. One thing I searched for was this: Passing perl variable to shell command AND, @Neo this was... (15 Replies)
Discussion started by: wisecracker
15 Replies