A Tables of Useful Yohkoh Routines
A.1 General Useful Routines
A.2 BCS Useful Routines
A.3 HXT Useful Routines
A.4 SXT Useful Routines
A.5 WBS Useful Routines
B Format and Naming of Yohkoh Data Files
B.1 Yohkoh Data File Format
B.2 Yohkoh Data File Names
B.2.1 Yohkoh Directory Logicals/Environment Variables
B.2.2 Yohkoh Prefixes
B.2.3 Yohkoh File IDs
B.2.4 Yohkoh Week IDs
B.2.5 Yohkoh Carrington IDs
C Accessing Yohkoh files
C.1 How to Read Yohkoh Archive Tapes (GO_RDTAP)
C.2 How to Read Yohkoh Database Tapes (RD_YDBTAP)
C.3 FTP Access to Yohkoh Archive, etc...
D Using the Yohkoh Team Bulletin Board (TBB)
D.1 Overview
D.2 Access to the TBB
D.3 How to submit a new proposal
D.4 How to Update a Proposal
D.5 Where to Find TeamBB Files
E Old Fortran 77 Analysis Software
E.1 Calibrating and Fitting BCS Spectra (the BSD software)
E.1.1 Displaying Data from the BSD File
E.1.2 Displaying Intermediate Results (from BSDCAL)
E.1.3 Displaying Fitted Spectral Data (from BSDFIT)
E.1.4 Displaying Processed Parameters (from BSDFIT)
E.2 Synthesizing HXT Images (HXTPRO; Sakao)
F Web Version of the YAG
This appendix contains a list of the most useful routines used by Yohkoh personnel. The user should consult the Reference Manual and/or use the IDL routine DOC_LIBRARY for more information. (M) is main program, (P) is procedure, (F) is function, and (S) is script.
Each file is logically divided into the following six sections. Some files will not use all the sections described below, but all will have a Pointer and File Header Section.
The program which reads the file learns from the Pointer Section how to read the rest of the file and where to go to get certain data.
The File Header Section provides information on what data are contained in the file, generally the extent of the time covered by the contents.
The Quasi-Static Section of the file contains index information that does not vary during the course of an orbit, or varies slowly.
The Index and Data section contains `data sets'. A data set is a single image for SXT, single spectrum for BCS, a single major frame of data for HXT, and two major frames of data for WBS (it takes two major frames for a complete set of WBS data). For each data set there is an index which describes the date and time that the data were taken, the mode and position of the instrument's peripherals (e.g., filters, HV), and information on temperature and gain information.
The Optional Data Section is only used by the BCS data (BDA) files and the spacecraft attitude (ADA) files. The BDA files hold the `DP_SYNC' information, which is information that is coming down every major frame. Since the BCS spectra are asynchronous to the major frames, it is stored separately. The ADA file holds the full 2048 point HXA scans.
The Roadmap Section allows a user to access a brief summary of the contents of the file and to perform searches on that summary to select what data should be extracted.
For a full description of the Yohkoh database and all the different data structures, see the File Control Document.
There is a set of VMS logicals and Unix environment variables which point to the database directories. By using these logicals in all of the access routines (along with the routine CONCAT_DIR) it is possible for software to be directly portable between VMS and Unix machines. A list of the logicals that exist for the Yohkoh database is given in Table B.1.
Yohkoh filesnames start with a three letter prefix. A list of currently
defined prefixes is given in the Table B.2. More information
about a prefix (``ppp'') can be found by using the IDL command:.
IDL > help_prefix,'ppp',/full
The orbit file ID's are an 11 characters date format following the prefix as shown below:
pppYYMMDD.HHMM where ppp - Prefix of the file YY - Year of data MM - Month of data DD - Day of data HH - Hours MM - Minutes
The Yohkoh week starts on Sunday and ends on Saturday. CAUTION: Yohkoh data taken at 00:01 (one minute after midnight) on Sunday morning is most likely in a file and tape for the previous week since the orbit started on Saturday and the first full orbit for Sunday has not started. Up to the first 90 minutes of data taken on Sunday could be stored in the previous week, depending on when the spacecraft day begins.
The weekly IDs are of the form:
pppYY_WWa.NN where ppp - Prefix of the file YY - Year of data WW - Week number of the data (1 to 53) a - is fixed (reserved for future use) NN - is the program version number which created the fileA list of the dates covered by each of the weeks is given in Table B.3.
The Carrington IDs are of the form:
ppp_crRRRRa.NN where ppp - Prefix of the file cr - signifies a Carrington Rotation ID RRRR - is the rotation number a - is fixed (reserved for future use) NN - is the program version number which created the fileThe starting dates for Carrington Rotations are shown in Table B.4.
Table B.1: Defined Yohkoh Enviroment Variables
DIR_GEN_ADS | DIR_SXT_ATABLES | DIR_BCS_ATODAT |
DIR_GEN_ATR | DIR_SXT_CAL | DIR_BCS_BALDAT |
DIR_GEN_ATT | DIR_SXT_CALIBRATE | DIR_BCS_CAL |
DIR_GEN_DATA | DIR_SXT_DOC | DIR_BCS_CALDAT |
DIR_GEN_DOC | DIR_SXT_ENGIN | DIR_BCS_CAT |
DIR_GEN_EVN | DIR_SXT_SDC | DIR_BCS_DOC |
DIR_GEN_FEM | DIR_SXT_SDL | DIR_BCS_EXE |
DIR_GEN_GBE | DIR_SXT_SDW | DIR_BCS_LOGS |
DIR_GEN_GBL | DIR_SXT_SENSITIVE | DIR_BCS_MICRO |
DIR_GEN_GEV | DIR_SXT_SFC | DIR_BCS_SYNSPEC |
DIR_GEN_GOL | DIR_SXT_SFM | |
DIR_GEN_GXT | DIR_SXT_SFS | DIR_GBO_TEMP |
DIR_GEN_MO | DIR_SXT_SLD | |
DIR_GEN_MOVIE | DIR_SXT_SLS | |
DIR_GEN_NAR | DIR_SXT_SOT | |
DIR_GEN_NEL | DIR_SXT_SSL | |
DIR_GEN_NTS | DIR_SXT_SSX | |
DIR_GEN_OBD | DIR_SXT_SXA | |
DIR_GEN_OBS | DIR_SXT_SXC | |
DIR_GEN_ORBIT | DIR_SXT_SXL | |
DIR_GEN_ORBIT_RAW | DIR_SXT_SXL2 | |
DIR_GEN_ORBIT_SOL | DIR_SXT_TABLES | |
DIR_GEN_ORBIT_SW | ||
DIR_GEN_OSF | DIR_WBS_CAL | |
DIR_GEN_OSP | ||
DIR_GEN_OWH | DIR_HXT_CAL | |
DIR_GEN_PAN_LASER | DIR_HXT_EXE | |
DIR_GEN_PNT | ||
DIR_GEN_SCRIPT | ||
DIR_GEN_SETUP | ||
DIR_GEN_SETUPD | ||
DIR_GEN_SETUPDBACK | ||
DIR_GEN_SPECTRA | ||
DIR_GEN_STATUS | ||
DIR_GEN_SYNOPTIC | ||
DIR_GEN_TAPECOPY | ||
DIR_GEN_TBB | ||
DIR_GEN_XAD | ||
DIR_GEN_XBD |
Table B.2: Defined Yohkoh Prefixes
Prefix | Description | File Type |
ADA | S/C Attitude Raw Reformatted Data | per Orbit |
ATR | Raw S/C Attitude Database | Weekly |
ATT | Processed S/C Attitude Database | Weekly |
BDA | BCS Raw Reformatted Data | per Orbit |
BSD | *OLD* BCS Instrument Calibrated Spectra | User Specified |
BPC | *OLD* BSDCAL Output (parameters) | User Specified |
BTH | *OLD* BSDFIT Output (Fitted Spectra) | User Specified |
BFT | *OLD* BSDFIT Output (parameters) | User Specified |
BSC | *NEW* BCS Instrument Calibrated Spectra | User Specified |
BSA | *NEW* Answer File for BSC Generation | User Specified |
BSF | *NEW* Output from Spectral Fitting | User Specified |
CBA | S/C Common Basic Raw Reformatted Data | per Orbit |
EVN | Yohkoh Event Log | Weekly |
FEM | Yohkoh Orbital Ephemeris | Weekly |
GEV | GOES Event Log | Weekly |
GXT | GOES One Minute Light Curve Data | Weekly |
G6D | GOES 3 Sec Light Curve for S/C 6 | Weekly |
G7D | GOES 3 Sec Light Curve for S/C 7 | Weekly |
GXD | GOES Derived One Minute Light Curve Data | Weekly |
GBE | GRO BATSE Event Log | Mission |
GBL | GRO BATSE Light Curves | Weekly |
G_x | Ground-Based Observation (GBO) Images (Sites) | per Image (FITS) |
Gx_ | Ground-Based Observation (GBO) Images (Data Type) | per Image (FITS) |
GBC | GBO Big Bear Large Scale H-alpha PFI FITS Image | per Image (FITS) |
GBH | GBO Big Bear H-alpha FITS Image | per Image (FITS) |
GBK | GBO Big Bear Calcium FITS Image | per Image (FITS) |
GBW | GBO Big Bear White Light FITS Image | per Image (FITS) |
GCH | GBO Boulder Colorado H-alpha FITS Image | per Image (FITS) |
GGH | GBO GSFC H-alpha FITS Image | per Image (FITS) |
GHH | GBO Holloman H-alpha FITS image | per Image (FITS) |
GLH | GBO Leamonth Australia H-Alpha FITS Image | per Image (FITS) |
GNH | GBO NAOJ Japan H-alpha FITS Image | per Image (FITS) |
GJH | GBO CRL Hiraiso H-alpha FITS Image | per Image (FITS) |
GKI | GBO Kitt Peak He 10830 FITS Image | per Image (FITS) |
GKM | GBO Kitt Peak Magnetogram FITS Image | per Image (FITS) |
GNP | GBO Nobeyama Polarized Radio Image (17 GHz) | per Image (FITS) |
GNT | GBO Nobeyama Total Intensity Radio Image (17 GHz) | per Image (FITS) |
GOL | GBO Observing Log | Weekly |
Prefix | Description | File Type |
HDA | HXT Raw Reformatted Data | per Orbit |
HXI | HXT Synthesized Image | User Specified |
MDM | Magneto-Optical (MO) Map | Mission |
NAR | NOAA Active Region | Weekly |
NEL | Nobeyama Radio Observatory Event Log | Mission |
NTS | Nobeyama Radio Observatory Time Series | Weekly |
OBS | *OLD* Yohkoh Observing Log | Weekly |
OBD | BCS Observing Log | Weekly |
OSF | SXT Full Frame Observing Log | Weekly |
OSP | SXT Partial Frame Observing Log | Weekly |
OWH | WBS/HXT Observing Log | Weekly |
PNT | *OLD* S/C Pointing File | Weekly |
SDL | SXT Dark Current Log | Weekly |
SDC | SXT Dark Current Images | Weekly (SDA) |
SDW | SXT Dark Current Images for Warm CCD | Weekly (SDA) |
SDP | SXT Dark Current PFI Images | Weekly (SDA) |
SFD | SXT FFI Desaturated Composite Images | Weekly (SDA) |
SFR | SXT FFI Raw Reformatted Data | per Orbit (SDA) |
SFS | SXT FFI Special Images (diffuser, flood...) | Weekly (SDA) |
SFT | SXT FFI Terminator Images | Weekly (SDA) |
SFW | SXT FFI White Light Images | Weekly (SDA) |
SFC | SXT FFI Calibration (Leak) Image | per Image (SDA) |
SFM | SXT FFI Monthly File (daily SFD image) | Monthly (SDA) |
SLS | SXT Leak Scatter Log | Weekly |
SLD | SXT Leak Dark Current Log | Weekly |
SPR | SXT PFI Raw Reformatted Data | per Orbit (SDA) |
SOT | SXT Optical Telescope Log | Weekly |
SSC | SXT Synoptic Images (centered) | Weekly (SDA) |
SSE | SXT Synoptic Images (east of center) | Weekly (SDA) |
SSW | SXT Synoptic Images (west of center) | Weekly (SDA) |
SSL | SXT Summary Log | Weekly |
SXC | SXT X-Ray Sun Center Log | Weekly |
SXL | SXT X-Ray Histogram Log | Weekly |
SXA | SXT X-Ray Average | Weekly |
WDA | WBS Raw Reformatted Data | per Orbit |
XAD | Exabyte ASCII Directory for Archive Tape | Weekly per Tape |
XBD | Exabyte Binary Directory for Archive Tape | Weekly per Tape |
Table B.3: Dates covered by Week IDs
The routine GO_RDTAP allows access to the Yohkoh archive tapes. Normally
the archive data are written on Exabyte (8 mm) or DAT (4 mm) tapes.
There is one archive tape for each week of data. The first step to
accessing archive data are to determine which tape it is on. Use the
WeekID table shown in the Reference Guide to figure out what tape you
need. For example, if you wish to look at data on 27-Mar-92 you first
determine that it is week 13 in 1992, so the weekID is 92_13. You
can use the routine TIM2ORBIT with the /print option to get
the week number. Put that tape into the tape drive.
You need to move to the directory where you want the data to be written.
GO_RDTAP is a menu driven program to retrieve data from the
archive tapes via a menu driven program. The ISAS and LPARL machines
have a copy of the directory listing for each tape saved on the
disk. This means that you can simply type:
If the /ydb switch is used on the call to GO_RDTAP, then the
weekly data files will be copied to their proper directories (the default
is to copy them to the current directory).
See the Reference Guide appendix for more detailed information on
the archive tapes.
RD_YDBTAP reads and installs Yohkoh Data Base (ydb) files from the
distributed ``ydb'' tapes. A ``ydb'' tape contains data files which are
used by the Yohkoh analysis system. These may include both Yohkoh specific
data (e.g., Yohkoh pointing, ephemeris, observing logs, etc.) and
supporting data sets (GOES, BATSE). Although some of the smaller database
(ydb) sets are available as compressed tar7 files and are included in the installation and upgrade
procedure, the ydb tapes are the recommended method for distribution of
large database sets (such as pointing data and observing log files).
RD_YDBTAP Functions:
The following example will allow the user how to interactively select times and
data sets for extraction and installation
The Team Bulletin Board (TBB) was introduced as a mechanism to
encourage the Yohkoh data users to openly exchange information on their research
in the form of proposals. Once scientists think up a research plan using
the Yohkoh data, they are requested to write a short proposal. The TBB keeps
all the on-going research projects that utilize the Yohkoh data. By
accessing the TBB, one finds what projects are now vigorously undertaken by
who, and may either think of a project nobody is working on, or one that is
similar to existing proposals. In the latter case, ideally, the Data Use
Coordinators (DUCs, see below) may make certain suggestions in order not to
jeopardize the proposals that have already been started. It is important
that an on-going project initiated by a graduate student in particular
should not be taken away by a more experienced scientist.
The lead authors of proposals are requested to report on what they have
found every time major progress is made. Without such a report, the
proposal will be regarded as not on-going and will automatically disappear
six months after the submission. Now, as the data are put into public domain,
the Yohkoh team invites every scientist who uses the Yohkoh data to
participate in this system.
Every project that will become part of somebody's master's or PhD thesis
is included in one sub-directory, that is separate from the general
projects. The TBB also offers addresses of the scientists who have
submitted proposals and meeting and travel reports.
The TBB may be accessed by typing:
One can also type:
Although proposals in the past have had loose guidelines as to the format,
it is encouraged that a new proposal conform to the following for a more
efficient use of the TBB. A proposal should be concise but at the same
time should contain the following information:
All these should fit in to no more than a half page (roughly 80 characters
and 20 lines).
Once completed, the proposal should be sent to the relevant DUCs.
Currently, they are:
It is advisable to send the proposal to multiple DUCs in case of network
trouble. Once the DUCs find that the proposal has no problem in terms of
jeopardizing on-going proposals, it will be forwarded to TBB administrators
(currently Kazunarai Shibata and Nariaki Nitta) who will post it on the TBB in a
timely fashion and keep it there for six months.
Send the progress report to tbb_adm@isass0.solar.isas.ac.jp. Do not send
it to the DUCs. The reports will be posted in the TBB.
However, if the proposal has expired before the
update, send it to DUCs. They will decide whether the TBB administrators
can reinstate the original proposal.
All the TBB files are kept under $DIR_GEN_TBB (which is /ys/gen/tbb on
Unix machines) and are FTP-able. There are four subdirectories. The most
important to scientists is the proposal subdirectory, which in turn has
several subdirectories. The current proposals are kept under current. They
have file names like ar210.hudson33. This means that the proposal is the
210th one in the category of active regions and the 33rd by Hudson. Other
subdirectories under proposal contain, among other things, information on
completed projects, summary files and thesis topics.
In addition to the proposal subdirectory, there are three others, address,
help and news. The last one has various information such as reports on
meetings and campaign announcements.
This software consists of three programs written in standard
FORTRAN-77 that are used to reduce the BDA data to fitted spectral
parameters, together with a number of IDL display routines.
This software has been made largely obsolete by the development of the
IDL-based BSC software discussed earlier. It is no longer being
actively supported by BCS personnel.
The FORTRAN programs are MKBSD, BSDCAL and BSDFIT:
MKBSD extracts the spectra, applies instrument corrections and writes
a new file, the BSD file.
BSDCAL fits selected lines in the spectra of the BSD file with
Voigt profiles to produce a calibrated wavelength scale and writes
this fit information to a BPC file.
BSDFIT fits a full theory spectrum to the calibrated BSD data to
give electron temperature, emission measure and plasma velocity; the
BPC file provides the first guess for the fitting program.
The resulting fit parameters are written to a BFT file; the output
theory spectra are written to the BTH file.
These programs can be run at the operating-system level using control
files created either by using the setup sections of the programs (in the
case of MKBSD and BSDCAL), or with the editor. It should be noted,
however, that the differences between VMS, Ultrix, SunOS, and the other
Unix-based operating systems used at Yohkoh sites complicate matters and
the user may find it easier to run the programs from IDL, using BCSPRO.
To do this:
Under the different operating systems, different executables are needed.
The BCSPRO routine takes care of this, but the user should be aware of the
different names if running outside of IDL. The task names under the
different operating systems are:
Note: Within Unix: the ``_x'' should be replaced by ``_u'' under
Ultrix; ``_s'' under Sun/OS; and ``_m'' on the MIPS. Since MKBSD needs
certain environment variables, this is normally run by executing
``$DIR_BCS_EXE/run_mkbsd'' which temporarily creates these, and
automatically selects the correct task for the current machine.
A BSD file may be read into IDL with GET_BSD. After modification a new
file may be written with WR_BSD - see section A.2.
IT SHOULD BE NOTED that the BSD files are not transferrable between
machines and operating systems. Even though it would be possible (using
IDL) to make them transferrable, since the normal route for generating the
files using the FORTRAN-77 code does not produce transferrable files, it has
been decided that the IDL code would follow the same restriction. The BSC
files (see section 3.3), which are generated under IDL, are transferrable.
The light curve from the BSD file may be plotted with LCBSD.
The fit results written to the BPC file by BSDCAL, can be over-plotted on
the BSD spectra using PLOTBPC.
The theoretical spectra written to the BTH file by BSDFIT, can be
over-plotted on the BSD spectra using PLOTBTH (was PLOTSPC). This
program is interactive.
The parameters stored in the BFT file (created by BSDFIT), such as emission
measures and electron temperatures, may be plotted against time by PLOTBFT.
Following is a description on the HXT image synthesis using the FORTRAN programs
with an IDL user interface. The programs, which make use of the Maximum Entropy
Image restoration procedure, were originally developed on FACOM mainframe
computers at ISAS. At present, the image synthesis is available on SUN
machines. Neither MIPS nor DEC machines are supported yet.
Choose `Y' for the above prompt. This step enables you to choose
on your CRT display.
If you choose `N', then steps (3), (4), and (5) are skipped.
Enter either of 0,1,2, or 3 (0=L, 1=M1, 2=M2, 3=H bands, respectively).
Simply press return if you do not have anything special to comment for the
selected BGD data, which is stored in a variable named bkgd.
The BGD data thus selected are also contained in a file named ``flare.bgd''
on the current directory. This file can be read using the following command
even if you exit from IDL and re-enter:
IMPORTANT NOTICE:
Simply type-in `Y' if it is the first time for you to synthesize an image
of the flare which you are now working on.
Type-in HXT flare location (x0,y0) and the size of the HXT image synthesis
field-of-view. The location (x0,y0) is given in section 4.3.1. The default
size of the HXT FOV is 1.0, which provides us with a resultant image array
of 64×64 pixels with the same pixel size as SXT, thus making it easy to
compare HXT images with SXT images. If you type 2.0 for the HXT FOV size,
it means that you expand the HXT image synthesis FOV by a factor of 2.0;
you will obtain an HXT image of 64×64 pixels with its pixel size twice as
large as the SXT one.
For example, in the case of 15 November, 1991 flare, xy0 obtained in
section 4.3.1 is xy0 = (-2.09,-4.84) and in the nominal case type
Write comments (if any) for the current image synthesis. After this step,
a control file (JCL file) for the FORTRAN image synthesis programs
``hxtmve.jcl'' is written on the current directory.
Type `Y' for starting image synthesis procedure. The procedure typically
takes 30 s - 5 min to make an image. The synthesized HXT image as well as
some other information such as start and end times of data accumulation are
contained in a file named ``hxt_img.dat'' on the current directory. The image
file can be read-in and the synthesized image is displayed by the following
commands:
An HXI file is produced after typing-in `Y' for the above prompt.
If you type-in `Y', the synthesized image is displayed using DISP_HXTIMG.
The User Guide and Instrument Guide of the Yohkoh
Analysis Guide (YAG) may be viewed as Web documents on the URL's:
PostScript versions of the User Guide and
Instrument Guide of the YAG are available
at each site - they are designed to be printed double-sided. If you want a
printed copy of the YAG, the PostScript version is recommended since the
screen representation of special characters in the Hypertext version does
not produce good printed output.
This version of the YAG was prepared at the
YDAC (located at the
Mullard Space Science Laboratory, University College London) by Bob
Bentley. The Hypertext version was translated from LaTeX using
TtH, and further
formatted using IDL.
Week 01 1-Jan 5-Jan 1-Jan 4-Jan 1-Jan 2-Jan 1-Jan 1-Jan 1-Jan 7-Jan
02 6-Jan 12-Jan 5-Jan 11-Jan 3-Jan 9-Jan 2-Jan 8-Jan 8-Jan 14-Jan
03 13-Jan 19-Jan 12-Jan 18-Jan 10-Jan 16-Jan 9-Jan 15-Jan 15-Jan 21-Jan
04 20-Jan 26-Jan 19-Jan 25-Jan 17-Jan 23-Jan 16-Jan 22-Jan 22-Jan 28-Jan
05 27-Jan 2-Feb 26-Jan 1-Feb 24-Jan 30-Jan 23-Jan 29-Jan 29-Jan 4-Feb
06 3-Feb 9-Feb 2-Feb 8-Feb 31-Jan 6-Feb 30-Jan 5-Feb 5-Feb 11-Feb
07 10-Feb 16-Feb 9-Feb 15-Feb 7-Feb 13-Feb 6-Feb 12-Feb 12-Feb 18-Feb
08 17-Feb 23-Feb 16-Feb 22-Feb 14-Feb 20-Feb 13-Feb 19-Feb 19-Feb 25-Feb
09 24-Feb 2-Mar 23-Feb 29-Feb 21-Feb 27-Feb 20-Feb 26-Feb 26-Feb 4-Mar
10 3-Mar 9-Mar 1-Mar 7-Mar 28-Feb 6-Mar 27-Feb 5-Mar 5-Mar 11-Mar
11 10-Mar 16-Mar 8-Mar 14-Mar 7-Mar 13-Mar 6-Mar 12-Mar 12-Mar 18-Mar
12 17-Mar 23-Mar 15-Mar 21-Mar 14-Mar 20-Mar 13-Mar 19-Mar 19-Mar 25-Mar
13 24-Mar 30-Mar 22-Mar 28-Mar 21-Mar 27-Mar 20-Mar 26-Mar 26-Mar 1-Apr
14 31-Mar 6-Apr 29-Mar 4-Apr 28-Mar 3-Apr 27-Mar 2-Apr 2-Apr 8-Apr
15 7-Apr 13-Apr 5-Apr 11-Apr 4-Apr 10-Apr 3-Apr 9-Apr 9-Apr 15-Apr
16 14-Apr 20-Apr 12-Apr 18-Apr 11-Apr 17-Apr 10-Apr 16-Apr 16-Apr 22-Apr
17 21-Apr 27-Apr 19-Apr 25-Apr 18-Apr 24-Apr 17-Apr 23-Apr 23-Apr 29-Apr
18 28-Apr 4-May 26-Apr 2-May 25-Apr 1-May 24-Apr 30-Apr 30-Apr 6-May
19 5-May 11-May 3-May 9-May 2-May 8-May 1-May 7-May 7-May 13-May
20 12-May 18-May 10-May 16-May 9-May 15-May 8-May 14-May 14-May 20-May
21 19-May 25-May 17-May 23-May 16-May 22-May 15-May 21-May 21-May 27-May
22 26-May 1-Jun 24-May 30-May 23-May 29-May 22-May 28-May 28-May 3-Jun
23 2-Jun 8-Jun 31-May 6-Jun 30-May 5-Jun 29-May 4-Jun 4-Jun 10-Jun
24 9-Jun 15-Jun 7-Jun 13-Jun 6-Jun 12-Jun 5-Jun 11-Jun 11-Jun 17-Jun
25 16-Jun 22-Jun 14-Jun 20-Jun 13-Jun 19-Jun 12-Jun 18-Jun 18-Jun 24-Jun
26 23-Jun 29-Jun 21-Jun 27-Jun 20-Jun 26-Jun 19-Jun 25-Jun 25-Jun 1-Jul
27 30-Jun 6-Jul 28-Jun 4-Jul 27-Jun 3-Jul 26-Jun 2-Jul 2-Jul 8-Jul
28 7-Jul 13-Jul 5-Jul 11-Jul 4-Jul 10-Jul 3-Jul 9-Jul 9-Jul 15-Jul
29 14-Jul 20-Jul 12-Jul 18-Jul 11-Jul 17-Jul 10-Jul 16-Jul 16-Jul 22-Jul
30 21-Jul 27-Jul 19-Jul 25-Jul 18-Jul 24-Jul 17-Jul 23-Jul 23-Jul 29-Jul
31 28-Jul 3-Aug 26-Jul 1-Aug 25-Jul 31-Jul 24-Jul 30-Jul 30-Jul 5-Aug
32 4-Aug 10-Aug 2-Aug 8-Aug 1-Aug 7-Aug 31-Jul 6-Aug 6-Aug 12-Aug
33 11-Aug 17-Aug 9-Aug 15-Aug 8-Aug 14-Aug 7-Aug 13-Aug 13-Aug 19-Aug
34 18-Aug 24-Aug 16-Aug 22-Aug 15-Aug 21-Aug 14-Aug 20-Aug 20-Aug 26-Aug
35 25-Aug 31-Aug 23-Aug 29-Aug 22-Aug 28-Aug 21-Aug 27-Aug 27-Aug 2-Sep
36 1-Sep 7-Sep 30-Aug 5-Sep 29-Aug 4-Sep 28-Aug 3-Sep 3-Sep 9-Sep
37 8-Sep 14-Sep 6-Sep 12-Sep 5-Sep 11-Sep 4-Sep 10-Sep 10-Sep 16-Sep
38 15-Sep 21-Sep 13-Sep 19-Sep 12-Sep 18-Sep 11-Sep 17-Sep 17-Sep 23-Sep
39 22-Sep 28-Sep 20-Sep 26-Sep 19-Sep 25-Sep 18-Sep 24-Sep 24-Sep 30-Sep
40 29-Sep 5-Oct 27-Sep 3-Oct 26-Sep 2-Oct 25-Sep 1-Oct 1-Oct 7-Oct
41 6-Oct 12-Oct 4-Oct 10-Oct 3-Oct 9-Oct 2-Oct 8-Oct 8-Oct 14-Oct
42 13-Oct 19-Oct 11-Oct 17-Oct 10-Oct 16-Oct 9-Oct 15-Oct 15-Oct 21-Oct
43 20-Oct 26-Oct 18-Oct 24-Oct 17-Oct 23-Oct 16-Oct 22-Oct 22-Oct 28-Oct
44 27-Oct 2-Nov 25-Oct 31-Oct 24-Oct 30-Oct 23-Oct 29-Oct 29-Oct 4-Nov
45 3-Nov 9-Nov 1-Nov 7-Nov 31-Oct 6-Nov 30-Oct 5-Nov 5-Nov 11-Nov
46 10-Nov 16-Nov 8-Nov 14-Nov 7-Nov 13-Nov 6-Nov 12-Nov 12-Nov 18-Nov
47 17-Nov 23-Nov 15-Nov 21-Nov 14-Nov 20-Nov 13-Nov 19-Nov 19-Nov 25-Nov
48 24-Nov 30-Nov 22-Nov 28-Nov 21-Nov 27-Nov 20-Nov 26-Nov 26-Nov 2-Dec
49 1-Dec 7-Dec 29-Nov 5-Dec 28-Nov 4-Dec 27-Nov 3-Dec 3-Dec 9-Dec
50 8-Dec 14-Dec 6-Dec 12-Dec 5-Dec 11-Dec 4-Dec 10-Dec 10-Dec 16-Dec
51 15-Dec 21-Dec 13-Dec 19-Dec 12-Dec 18-Dec 11-Dec 17-Dec 17-Dec 23-Dec
52 22-Dec 28-Dec 20-Dec 26-Dec 19-Dec 25-Dec 18-Dec 24-Dec 24-Dec 30-Dec
53 29-Dec 31-Dec 27-Dec 31-Dec 26-Dec 31-Dec 25-Dec 31-Dec 31-Dec 31-Dec
Week 01 1-Jan 6-Jan 1-Jan 4-Jan 1-Jan 3-Jan 1-Jan 2-Jan 1-Jan 6-Jan
02 7-Jan 13-Jan 5-Jan 11-Jan 4-Jan 10-Jan 3-Jan 9-Jan 7-Jan 13-Jan
03 14-Jan 20-Jan 12-Jan 18-Jan 11-Jan 17-Jan 10-Jan 16-Jan 14-Jan 20-Jan
04 21-Jan 27-Jan 19-Jan 25-Jan 18-Jan 24-Jan 17-Jan 23-Jan 21-Jan 27-Jan
05 28-Jan 3-Feb 26-Jan 1-Feb 25-Jan 31-Jan 24-Jan 30-Jan 28-Jan 3-Feb
06 4-Feb 10-Feb 2-Feb 8-Feb 1-Feb 7-Feb 31-Jan 6-Feb 4-Feb 10-Feb
07 11-Feb 17-Feb 9-Feb 15-Feb 8-Feb 14-Feb 7-Feb 13-Feb 11-Feb 17-Feb
08 18-Feb 24-Feb 16-Feb 22-Feb 15-Feb 21-Feb 14-Feb 20-Feb 18-Feb 24-Feb
09 25-Feb 2-Mar 23-Feb 1-Mar 22-Feb 28-Feb 21-Feb 27-Feb 25-Feb 2-Mar
10 3-Mar 9-Mar 2-Mar 8-Mar 1-Mar 7-Mar 28-Feb 6-Mar 3-Mar 9-Mar
11 10-Mar 16-Mar 9-Mar 15-Mar 8-Mar 14-Mar 7-Mar 13-Mar 10-Mar 16-Mar
12 17-Mar 23-Mar 16-Mar 22-Mar 15-Mar 21-Mar 14-Mar 20-Mar 17-Mar 23-Mar
13 24-Mar 30-Mar 23-Mar 29-Mar 22-Mar 28-Mar 21-Mar 27-Mar 24-Mar 30-Mar
14 31-Mar 6-Apr 30-Mar 5-Apr 29-Mar 4-Apr 28-Mar 3-Apr 31-Mar 6-Apr
15 7-Apr 13-Apr 6-Apr 12-Apr 5-Apr 11-Apr 4-Apr 10-Apr 7-Apr 13-Apr
16 14-Apr 20-Apr 13-Apr 19-Apr 12-Apr 18-Apr 11-Apr 17-Apr 14-Apr 20-Apr
17 21-Apr 27-Apr 20-Apr 26-Apr 19-Apr 25-Apr 18-Apr 24-Apr 21-Apr 27-Apr
18 28-Apr 4-May 27-Apr 3-May 26-Apr 2-May 25-Apr 1-May 28-Apr 4-May
19 5-May 11-May 4-May 10-May 3-May 9-May 2-May 8-May 5-May 11-May
20 12-May 18-May 11-May 17-May 10-May 16-May 9-May 15-May 12-May 18-May
21 19-May 25-May 18-May 24-May 17-May 23-May 16-May 22-May 19-May 25-May
22 26-May 1-Jun 25-May 31-May 24-May 30-May 23-May 29-May 26-May 1-Jun
23 2-Jun 8-Jun 1-Jun 7-Jun 31-May 6-Jun 30-May 5-Jun 2-Jun 8-Jun
24 9-Jun 15-Jun 8-Jun 14-Jun 7-Jun 13-Jun 6-Jun 12-Jun 9-Jun 15-Jun
25 16-Jun 22-Jun 15-Jun 21-Jun 14-Jun 20-Jun 13-Jun 19-Jun 16-Jun 22-Jun
26 23-Jun 29-Jun 22-Jun 28-Jun 21-Jun 27-Jun 20-Jun 26-Jun 23-Jun 29-Jun
27 30-Jun 6-Jul 29-Jun 5-Jul 28-Jun 4-Jul 27-Jun 3-Jul 30-Jun 6-Jul
28 7-Jul 13-Jul 6-Jul 12-Jul 5-Jul 11-Jul 4-Jul 10-Jul 7-Jul 13-Jul
29 14-Jul 20-Jul 13-Jul 19-Jul 12-Jul 18-Jul 11-Jul 17-Jul 14-Jul 20-Jul
30 21-Jul 27-Jul 20-Jul 26-Jul 19-Jul 25-Jul 18-Jul 24-Jul 21-Jul 27-Jul
31 28-Jul 3-Aug 27-Jul 2-Aug 26-Jul 1-Aug 25-Jul 31-Jul 28-Jul 3-Aug
32 4-Aug 10-Aug 3-Aug 9-Aug 2-Aug 8-Aug 1-Aug 7-Aug 4-Aug 10-Aug
33 11-Aug 17-Aug 10-Aug 16-Aug 9-Aug 15-Aug 8-Aug 14-Aug 11-Aug 17-Aug
34 18-Aug 24-Aug 17-Aug 23-Aug 16-Aug 22-Aug 15-Aug 21-Aug 18-Aug 24-Aug
35 25-Aug 31-Aug 24-Aug 30-Aug 23-Aug 29-Aug 22-Aug 28-Aug 25-Aug 31-Aug
36 1-Sep 7-Sep 31-Aug 6-Sep 30-Aug 5-Sep 29-Aug 4-Sep 1-Sep 7-Sep
37 8-Sep 14-Sep 7-Sep 13-Sep 6-Sep 12-Sep 5-Sep 11-Sep 8-Sep 14-Sep
38 15-Sep 21-Sep 14-Sep 20-Sep 13-Sep 19-Sep 12-Sep 18-Sep 15-Sep 21-Sep
39 22-Sep 28-Sep 21-Sep 27-Sep 20-Sep 26-Sep 19-Sep 25-Sep 22-Sep 28-Sep
40 29-Sep 5-Oct 28-Sep 4-Oct 27-Sep 3-Oct 26-Sep 2-Oct 29-Sep 5-Oct
41 6-Oct 12-Oct 5-Oct 11-Oct 4-Oct 10-Oct 3-Oct 9-Oct 6-Oct 12-Oct
42 13-Oct 19-Oct 12-Oct 18-Oct 11-Oct 17-Oct 10-Oct 16-Oct 13-Oct 19-Oct
43 20-Oct 26-Oct 19-Oct 25-Oct 18-Oct 24-Oct 17-Oct 23-Oct 20-Oct 26-Oct
44 27-Oct 2-Nov 26-Oct 1-Nov 25-Oct 31-Oct 24-Oct 30-Oct 27-Oct 2-Nov
45 3-Nov 9-Nov 2-Nov 8-Nov 1-Nov 7-Nov 31-Oct 6-Nov 3-Nov 9-Nov
46 10-Nov 16-Nov 9-Nov 15-Nov 8-Nov 14-Nov 7-Nov 13-Nov 10-Nov 16-Nov
47 17-Nov 23-Nov 16-Nov 22-Nov 15-Nov 21-Nov 14-Nov 20-Nov 17-Nov 23-Nov
48 24-Nov 30-Nov 23-Nov 29-Nov 22-Nov 28-Nov 21-Nov 27-Nov 24-Nov 30-Nov
49 1-Dec 7-Dec 30-Nov 6-Dec 29-Nov 5-Dec 28-Nov 4-Dec 1-Dec 7-Dec
50 8-Dec 14-Dec 7-Dec 13-Dec 6-Dec 12-Dec 5-Dec 11-Dec 8-Dec 14-Dec
51 15-Dec 21-Dec 14-Dec 20-Dec 13-Dec 19-Dec 12-Dec 18-Dec 15-Dec 21-Dec
52 22-Dec 28-Dec 21-Dec 27-Dec 20-Dec 26-Dec 19-Dec 25-Dec 22-Dec 28-Dec
53 29-Dec 31-Dec 28-Dec 31-Dec 27-Dec 31-Dec 26-Dec 31-Dec 29-Dec 31-Dec
Carrington Starting Date Carrington Starting Date Carrington Starting Date
Rotation Rotation Rotation
1846 21-Aug-91 1888 10-Oct-94 1930 29-Nov-97
1847 18-Sep-91 1889 6-Nov-94 1931 26-Dec-97
1848 15-Oct-91 1890 3-Dec-94 1932 22-Jan-98
1849 11-Nov-91 1891 31-Dec-94 1933 18-Feb-98
1850 8-Dec-91 1892 27-Jan-95 1934 18-Mar-98
1851 5-Jan-92 1893 23-Feb-95 1935 14-Apr-98
1852 1-Feb-92 1894 23-Mar-95 1936 11-May-98
1853 28-Feb-92 1895 19-Apr-95 1937 7-Jun-98
1854 26-Mar-92 1896 16-May-95 1938 5-Jul-98
1855 23-Apr-92 1897 12-Jun-95 1939 1-Aug-98
1856 20-May-92 1898 10-Jul-95 1940 28-Aug-98
1857 16-Jun-92 1899 6-Aug-95 1941 25-Sep-98
1858 14-Jul-92 1900 2-Sep-95 1942 22-Oct-98
1859 10-Aug-92 1901 29-Sep-95 1943 18-Nov-98
1860 6-Sep-92 1902 27-Oct-95 1944 15-Dec-98
1861 3-Oct-92 1903 23-Nov-95 1945 12-Jan-99
1862 31-Oct-92 1904 20-Dec-95 1946 8-Feb-99
1863 27-Nov-92 1905 17-Jan-96 1947 7-Mar-99
1864 24-Dec-92 1906 13-Feb-96 1948 3-Apr-99
1865 20-Jan-93 1907 11-Mar-96 1949 1-May-99
1866 17-Feb-93 1908 7-Apr-96 1950 28-May-99
1867 16-Mar-93 1909 5-May-96 1951 24-Jun-99
1868 12-Apr-93 1910 1-Jun-96 1952 22-Jul-99
1869 10-May-93 1911 28-Jun-96 1953 18-Aug-99
1870 6-Jun-93 1912 26-Jul-96 1954 14-Sep-99
1871 3-Jul-93 1913 22-Aug-96 1955 11-Oct-99
1872 30-Jul-93 1914 18-Sep-96 1956 8-Nov-99
1873 27-Aug-93 1915 15-Oct-96 1957 5-Dec-99
1874 23-Sep-93 1916 12-Nov-96 1958 1-Jan-00
1875 20-Oct-93 1917 9-Dec-96 1959 29-Jan-00
1876 17-Nov-93 1918 5-Jan-97 1960 25-Feb-00
1877 14-Dec-93 1919 1-Feb-97 1961 23-Mar-00
1878 10-Jan-94 1920 1-Mar-97 1962 19-Apr-00
1879 6-Feb-94 1921 28-Mar-97 1963 17-May-00
1880 6-Mar-94 1922 24-Apr-97 1964 13-Jun-00
1881 2-Apr-94 1923 22-May-97 1965 10-Jul-00
1882 29-Apr-94 1924 18-Jun-97 1966 6-Aug-00
1883 26-May-94 1925 15-Jul-97 1967 3-Sep-00
1884 23-Jun-94 1926 11-Aug-97 1968 30-Sep-00
1885 20-Jul-94 1927 8-Sep-97 1969 27-Oct-00
1886 16-Aug-94 1928 5-Oct-97 1970 24-Nov-00
1887 13-Sep-94 1929 1-Nov-97 1971 21-Dec-00
C Accessing Yohkoh files
C.1
How to Read Yohkoh Archive Tapes (GO_RDTAP)
IDL > go_rdtap
and it will list all of the tapes that have been made. You need to select
the tape that you are reading. If your system does not have the XBD files
on-line, then type:
IDL > go_rdtap, /tape
after you have loaded the tape, and the program will read the directory
listing from the tape.
C.2
How to Read Yohkoh Database Tapes (RD_YDBTAP)
IDL > rd_ydbtap
Several options are available on input - if files are fully specified, no
additional user interaction is required. The next example would extract and
install all data base files for the specified week using tape drive one.
IDL > rd_ydbtap, dev=1, weekid='92_45', /all
RD_YDBTAP may function to ``boot up'' a remote system prior to implementation of
a ydb network upgrade system. Due to the potential of adversely impacting
the network, a network-based ydb upgrade system should be coordinated
with the Yohkoh SW managers. They can provide some Unix scripts which
assist in this task and allow some scheduling control. For more information
on network upgrades of the Yohkoh data base, send e-mail to:
software@isass0.solar.iasa.ac.jp, SUBJ="ydb via network"
C.3 FTP Access to Yohkoh Archive, etc...
D Using the Yohkoh Team Bulletin Board (TBB)
D.1 Overview
D.2 Access to the TBB
IDL > teambb
The banner page appears, showing the most recent
proposals, updated and deleted ones. Then in the main menu, one can
choose either scientific proposals or other information such as addresses.
If ``sci" is selected, there are three ways of getting a proposal on the
screen - search on the authors, on the category or on the summary file
that shows the titles and lead authors.
IDL > teambb,'sci'
to skip the banner page and the main menu and to enter the science menu. Such
flexibilities will be enhanced in future updates of TEAMBB.
D.3 How to submit a new proposal
Keith Strong (strong@sag.space.lockheed.com) for SXT,
Andrzej Fludra (af@41887.dnet.nasa.gov) for BCS,
D.4 How to Update a Proposal
D.5 Where to Find TeamBB Files
E Old Fortran 77 Analysis Software
E.1
Calibrating and Fitting BCS Spectra (the BSD software)
If more subtle variations of the code options are required, after creation
the control files may be modified either using the setup sections of the
programs or by using the editor - the programs should then be re-run.
For more information on these programs, see the various documents on
$DIR_BCS_DOC.
IDL > .run select_24hr_plot
IDL > .run bcspro
IDL > .run ed_bpc
Name VMS Unix
MKBSD MKBSD $DIR_BCS_EXE/mkbsd_x
BSDCAL BSDCAL $DIR_BCS_EXE/bsdcal_x
BSDFIT BSDFIT $DIR_BCS_EXE/bsdfit_x
E.1.1 Displaying Data from the BSD File
IDL > lcbsd,filename
The light curve and spectra from the BSD file may be plotted by PLOTBSD.
IDL > plotbsd,filename
E.1.2 Displaying Intermediate Results (from BSDCAL)
IDL > plotbpc [,bpc_file,chan,option,start]
E.1.3 Displaying Fitted Spectral Data (from BSDFIT)
IDL > plotbth,filename
E.1.4 Displaying Processed Parameters (from BSDFIT)
IDL > plotbft,filename [,chan=n [,/plot_page, etc.]]
E.2
Synthesizing HXT Images (HXTPRO; Sakao)
IDL > .run hxtpro
Write Comments for this data structure >
IDL > rd_hxtdat,bkgd,'flare.bgd'
When choosing a flare data interval, it is recommended not to accumulate
too many X-ray counts; usually accumulated hard X-ray counts of
e.g. 100-500 cts/SC are enough for synthesizing an image (depending on
profiles of hard X-ray sources etc.). Suppose you are analyzing flare data
in flare-high mode. Each data point in the time profile corresponds to
2-s of data. As the unit of Y axis is cts/s/SC, if you choose one data
point which has a Y value of 100, it means that you have accumulated
100 cts/s/SC × 2 s = 200 cts/SC, which is already enough for making an
image. Even if you accumulate larger counts than the above values,
the image synthesis program can somehow make images, but with increased
possibility that an iteration procedure in the program would not converge
sufficiently.
If the accumulated counts are high, there appears a warning message
saying:
% \$MAIN\$: ** Warning: Recommended count level is 100 < total , 200
* Is this O.K.: [Default: N ] ?
* Create JCL file [Default: Y ] ?
-2.09, -4.84, 1.0
for the above prompt.
IDL > rd_hxtimg,img,hdr,inf,'hxt_img.dat' ; (read-in image file)
IDL > disp_hxtimg,img,hdr,inf ; (display)
F
Web Version of the YAG
1 Preliminary at the time of publication - expected working prototype for SXT searches in Feb, 1994
2 The BCS dp_sync data contain instrument data, including the detector event counters, in a form that is synchronous with the rest of the frames of the data from the spacecraft DP. The spectral data, because of the queue memory, are asynchronous to this data.
3 See the documentation of YODAT for details on the ss vector.
4
It is also possible at this point to use the BSD suite of FORTRAN-77
and IDL software. By using BSC2BSD, a BSC structure can be converted
to a BSD structure (and optionally a BSD file) and following this, any
of the routines that normally work off the BSD file (including the
programs BSDCAL and BSDFIT) can be used. See section E.1 for details
on BSD routines.
IDL > bsc2bsd,bsc_index,bsc_data,index=bsd_index,data=bsd_data
IDL > bsc2bsd,bsc_index,bsc_data,filename=filename
5 Not SXT CCD pixel coordinate system, which is reversed E/W from IDL pixel coordinate system. See the Appendix of the Instrument Guide
6 See the Appendix of the Instrument Guide for a discussion of SXT pixel coordinates
7 tar is the Unix backup utility