2 Bragg Crystal Spectrometer (BCS)
Next: 2.1 Entry Point Into
Up: Yohkoh Software and Database
Previous: 1.8 How to Read
The purpose of this section is to help the user access the BCS data using
the various pieces of BCS software that have been written. All the routines
discussed use the reformatted database; IDL code assumes IDL Version 3 (or
greater). Note that some of the widget-based IDL routines only work with
more recent releases of IDL.
This document only presents an outline of how to use the routines.
Please use the IDL routines DOC_LIBRARY, XDOC and CHKARG, together
with the Reference Guide chapter for further information on any
particular routine.
There are several additional documents that describe different parts
of the BCS software. All are kept on $DIR_BCS_DOC; in particular:
- Please refer to the document BSC_SOFTWARE.TXT for the most
recent information on the BSC routines that Dominic Zarro has been
writing.
- Please also refer to Dave Pike's document GS_PROCS.TEX for
further information on the ``GS'' (grey scale) suite of software.
- There are also several documents relating to the BSD FORTRAN
software.
Notes:
- BCS data files have the prefix ``bda'' - the rest of the name represents
the start time of the file in the form ``yymmdd.hhmm''.
- In the BCS section of the manual, data and index arrays relating
to the BDA file are called index and data. Those related to
other files and structures will will have some type of prefix
in the example calls, e.g. ``bsd_data'', ``bsd_index''
- Often in procedure calls there are additional, optional
parameters than can be used to further define what the routine will
do - these are indicated by the use of [ ] within the example of a
routine calling sequence; [,etc] means that there are several
additional parameters and the user should refer to the Reference
Manual.
- For most applications, the DP_SYNC
data are not needed - they are however
required for deadtime correction within MK_BSC.
- On the VMS machines, the BDA data should be stored under several
directories that can be accessed with the logical BDA_DAT: (e.g.
bda_dat::bda911024.*)
Section 2.1 details how to first access the BCS data. To do
detailed analysis work on the spectra, see sections 2.3 and 2.4; otherwise, use
the routines in section 2.2. Several other useful BCS routines are
summarized in section 2.5.
Next: 2.1 Entry Point Into
Up: Yohkoh Software and Database
Previous: 1.8 How to Read
ydac@mssly1.mssl.ucl.ac.uk