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.1
Supported computer architecture NEC/SX, NEC/EWS, Sun/Sparc
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 < input
(2) unix% norh_synth -p hanaoka17 input
(3) IDL> norh_synth,time,prog='hanaoka',freq=17
(4) unix% hanaoka34 < input
(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
(line 3) 'SZ' file name
(line 4) pixel size of the field of view
(line 5) image center offset from Sun center
(line 6) first frame to synthesize
(line 7) last frame to synthesize
(line 8) frame interval
(line 9) number of intergration frames for calibration
(line 10) number of intergration frames for synthesis
(line 11) CLEAN criterion 1
(line 12) CLEAN criterion 2