next up previous contents
次へ: Koshix 上へ: Detailed Description of Synthesis 戻る: Detailed Description of Synthesis   目次

Hanaoka

This is the most basic program for synthesis. It applies the CLEAN algorithm to the point sources on the images and is good at analysis of flares. On the other hand, it is not good at diffuse sources.

Present version ver. 6.2

Supported computer architecture Intel x86 with LinuxOS, NEC/SX

Supported data 17GHz/34GHz, Steady/Event, Full/Partial Sun

Pixel Size 4.9 arcsec/pixel (17GHz), 2.45 arcsec/pixel (34GHz)

Field of View Under 512 pixels for 17GHz. Under 1024 pixels for 34GHz.

How to use
(1) unix% hanaoka17 $<$ input17
(2) unix% norh_synth -p hanaoka17 input
(3) IDL> norh_synth,time,prog='hanaoka',freq=17
(4) unix% hanaoka34 $<$ input34
(5) unix% norh_synth -p hanaoka34 input
(6) IDL> norh_synth,time,prog='hanaoka',freq=34

Example of input file

The line numbers are given for convinience. The item with (*) usually do not have to be changed. A template is given in ${NORH}/soft/synthesis/hanaoka.


17GHz


1: . ; output directory
2: ss17980419 ; raw-data file name
3: sz00980419001 ; 'SZ' file name
4: 512 ; FOV pixel size
5: 1,0,0 ; image center offset from Sun center
6: 1 ; start frame number
7: 3600 ; end frame number
8: 600 ; frame interval
9: 1 ; *number of integration frames for calibration
10: 1 ; *number of integration frames for synthesis
11: -0.5,-0.5 ; *CLEAN criterion 1 (R+L), (R-L)
12: 0.01 ; *CLEAN criterion 2


34GHz


1: . ; output directory
2: ss34980419 ; raw-data file name
3: sz00980419001 ; 'SZ' file name
4: 1024 ; FOV pixel size
5: 1,0,0 ; image center offset from Sun center
6: 1 ; start frame number
7: 3600 ; end frame number
8: 600 ; frame interval
9: 1 ; *number of integration frames for calibration
10: 1 ; *number of integration frames for synthesis
11: -1 ; *CLEAN criterion 1
12: 0.01 ; *CLEAN criterion 2


Explanation for each item

(line 1) output directory

(line 2) raw-data file name
In case of steady-mode data, give only ssFFYYMMDD where FF is frequency (17 or 34), YYMMDD is the date of observation. Do not give full file name like ssFFYYMMDD### where ### is the file number. That is automatically calculated from the given frame. In case of event-mode data, give full file name.

(line 3) 'SZ' file name
'SZ' file name corresponding to the date of the raw-data file.

(line 4) pixel size of the field of view
A square region with pixel size given in this line will be the field of view of the syntehsized image. In case of 17GHz data, the full Sun image is 512-pixel square, and in case of 34GHz data, that is 1024-pixel square. Pixel size is 4.9 (2.45) arcsec for 17GHz (34GHz).

(line 5) image center offset from Sun center
Give non-zero values if you synthesize an image with the center that has an offset from the Sun center. The first element indicates the unit of shift, arcsec if 1, pixel if 2. If you do not want to get a shifted image, just give '1,0,0'.

(line 6) first frame to synthesize
Give zero in case of non-uniform interval.

(line 7) last frame to synthesize
Give number of frames in case of non-uniform interval.

(line 8) frame interval
Give frame numbers in case of non-uniform interval. If it's too long, give in multiple lines.

(line 9) number of intergration frames for calibration

(line 10) number of intergration frames for synthesis

(line 11) CLEAN criterion 1
Continue CLEAN until the maximum of the dirty map will become this value. The unit is brightness temperature (steady solar disk is 10000 K). The criterion that is given in the next item (line 12) will be adopted if it is larger than this value. If given values are negative, the absolute value of them times the disk brightness would be adopted as the criterion. For 17GHz data, give values for (R+L) and (R-L), the recommended values are -0.5 and -0.5, respectively. For 34GHz data, give value only for (R+L), the recommended value is -1.

(line 12) CLEAN criterion 2
This given value times the maximum of the dirty map will become the other criterion for CLEAN algorithm. The criterion given in the previous item (line 11) will be adopted if it is larger than this value. The recommended value is 0.01. It is safer to give larger value for poor S/N data.


next up previous contents
次へ: Koshix 上へ: Detailed Description of Synthesis 戻る: Detailed Description of Synthesis   目次
service@solar.nro.nao.ac.jp