The Equatorial Magnetometer NetworkInformation about J-format |
One disk : 6 files, 6 days data |
'r' | 1 byte | the first should be " r " |
year | 2 byte | ex. 1991 -> 91 |
month | 2 byte | 01 -> January |
day | 2 byte | 11 -> 11th day |
station | 3 byte | ex. bel for BELEM |
File name format : rxxxxxx.xxx | example --> r910111.bel |
|
The details is as follows.
1. | station name | : Belem |
2. | year | 1991 |
3. | month | 01 |
4. | day | 11 |
5. | local time at the station | LT=-3 |
6. | sampling rate | DT=3 |
7. | data source | INT(Internal) |
8. | sensitivity of magnetic data
| 6.00e-003 nT/LSB |
9. | memorandum |
In the "memorandum", miscellaneous information are stored.
Time correction status, for example, is recorded in this part. The
size of the formation is variable. Attention, however, that the
information written in this memorandum is of no use for general
users. They are stored for internal use only.
An example of the information part is shown in the following.
Use (ASCII code 5C) instead of \ (5C).
\r\n means "return" code of text data file.
^z\0 means "end" code of text data file.
The "linkage value" is the difference between the last value of a
component on certain day (ie, the value of the component at
23h59m57s on n day, n=1,2,...,365) and the base value of the
previous day (ie, the data at 23h59m57s on n-1 day). See Fig.1.
|
|
[ Structure of data : "Information" + "Linkage" + "Magnetic data" ]
< Information > | . . |
< end of information > | |
< linkage values, Lh,Ld,Lz > | |
No.1 magnetic data | [ D comp. ] [ Z comp. ] |
No.2 magnetic data | [ D comp. ] [ Z comp. ] |
No.3 magnetic data | [ D comp. ] [ Z comp. ] |
No.4 - No.28798 magnetic data | : : |
No.28799 magnetic data | [ D comp. ] [ Z comp. ] |
No.28800 magnetic data | [ D comp. ] [ Z comp. ] |
[ Fig. 1 ]
Base(n+1) = Link(n+1) + Base(n) Base(1) = Link(1) |
where "Base(n+1)" is the baseline value on n+1 day and
"Link(n+1)" means the linkage value of n+1 day, where n =
1,2,...,N (N is the number of days to be joined).
Data(i,j,n+1) = Base(j,n) + each magnetic value(i,j,n+1) |
where i=1,2,.... 28800; j = H,D,Z
The meaning of the above is shown in Fig.1.