/* the last step is to see if this is actually a Syowa radar file. If it is, then we have to check the date and time to see if this data is from the period when the velocity on the Syowa data was reversed in sign. The period of sign reversed data is any time prior to 11 UT, April 24, 1996 */ if (fdata->p.ST_ID == SYOWA) { if ((fdata->p.YEAR < 1996) || ((fdata->p.YEAR == 1996) && (inx_stime < 9889200))) { fit_file->fit_read = read_fit386_syowa; /* added by Sessai just for checking... */ //printf("Special read_fit386_syowa (Vel Reverse!!!) selected...\n"); } /* added by Sessai just for checking... */ //else printf("normal read_fit386_v130 (No Vel Reversal..) selected...\n"); }
/* one more step! is to see if this is actually a Syowa East radar file. If it is, then we have to check the date and time to see if this data is from the period when the velocity on the Syowa East data was reversed in sign. The period of sign reversed data is from 08:17:00 UT, December 27, 1997 (1997/12/27 (day 360) 08:17:00 UT (year=1997, ysec=31133820)) to 11:18:28 UT, July 16, 1999 (1999/07/16 (day 196) 11:18:28 UT (year=1999, ysec=16975108)) */ if (fdata->p.ST_ID == SYOWAEAST) { if ((fdata->p.YEAR == 1998) || ((fdata->p.YEAR == 1997) && (inx_stime > 31133820)) || ((fdata->p.YEAR == 1999) && (inx_stime < 16975108))) { fit_file->fit_read = read_fit386_syowa; /* added by Sessai just for checking... */ //printf("Special read_fit386_syowa (Vel Reverse!!!) selected...\n"); } /* added by Sessai just for checking... */ //else printf("normal read_fit386_v130 (No Vel Reversal..) selected...\n"); }
|
SuperDARN Research Group, Japan Upper Atmosphere Physics Division, National Institute of Polar Research 1-9-10, Kaga, Itabasi, Tokyo 173, Japan All the images related to textile and weaving on SENSU Web pages are copyrighted by © '"Ie no Waza, Mura no Sigoto Ten" Jikkou-Iinkai-Jimukyoku - Some-to-Ori "Ryuuai"' |
...Sessai... |