CheSS analysis program "SYOGI"

last update 29/10/2001




Download SYOGI for Solaris 2.6


Introduction

"SYOGI (Show YOur data to GIvers)" is the simple analysis program for CheSS. SYOGI makes HBOOK histogram file from CheSS fits files automatically. All you have to do is just type like this;
%syogi 14 19
Then you can get HBOOK file which is made from flame# 14-19.


Install

BINARY file works at Solaris 2.6 .But you need CFISIO LIBs.
Source files are also available. At first, please comfirm that you have already set "CERN" and "CERN_LEVEL" environment variables. (Of cource, you need CERN library before compiling SYOGI.) If not,please set it. For example,type like this;

csh and it's clone
%setenv CERN /usr/local/cern
%setenv CERN_LEVEL 97a

sh and it's clone
$set CERN /usr/local/cern
$export CERN
$set CERN_LEVEL 97a
$export CERN_LEVEL


After that, unzip syogi_.tar.gz, and "make" in the SYOGI source directory.


Usage

"SYOGI" need two arguments. Moreover, SYOGI can have there options,"-d", "-i", and "-o".
Usage: syogi [-d] [-i <dest-dir > ] [-o <output-file > ] <start-flame > <end-flame >

First argument Input beginning flame number which you want histograms.
Second argument Last flame number you want histograms.
-d Dump option. If you append this option, SYOGI don't make HBOOK file but also print raw data on standard output.
-i Change directory of input FITS files. By the defaults,SYOGI reads fits files from current directory. If your want to read them from other directory, you need to use this option.(N.B. Don't need last "/" word.)
-o Set filename of output histograms. If this option was not used, SYOGI makes "default.hbk" for output. (N.B. SYOGI append ".hbk" words automatically.)

If you type like this;
%syogi -i /export/data -o 10929 12 29
that means you ask SYOGI to make HBOOK file named "10929.hbk" from /export/data/CHSQ90000012.fits - CHSQ90000029.fits .

I give you one more example, if you type like this;
%syogi -d -i ../data 34 40
that means you ask SYOGI to print raw data value on stardard output from "../data/CHSQ90000034.fits" to "CHSQ90000040.fits" .


Known bugs

Nothing! ;-)

History

version0.9 (29/10/2001, latest):
- Akihiro Asahara: update user interface.
- Daisuke Nishida: update FISIO routine.


version0.1 (22/10/2001, test version):
- Akihiro Asahara: main routine.


Copying

This is a free software. But please tell me if you want to redistribute and modify it.

No warranty

THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

CERN library for solaris 2.6

Please see this page before downloading.
Manuals for "PAW"
Sample data files
Kumac files

Useful kumac files(PAW macro files. see biginers manual) are available.