2 Bragg Crystal Spectrometer (BCS)


next up previous contents
Next: 2.1 Entry Point Into Up: Yohkoh Software and Database Previous: 1.8 How to Read

2 Bragg Crystal Spectrometer (BCS)

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:

Notes:

  1. BCS data files have the prefix ``bda'' - the rest of the name represents the start time of the file in the form ``yymmdd.hhmm''.
  2. 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''
  3. 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.
  4. For most applications, the DP_SYNCgif data are not needed - they are however required for deadtime correction within MK_BSC.
  5. 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 up previous contents
Next: 2.1 Entry Point Into Up: Yohkoh Software and Database Previous: 1.8 How to Read


ydac@mssly1.mssl.ucl.ac.uk