| BFIELDMAPHEADER |
Erik Beall
contains a description of the data contained in the corresponding mysql table for BfieldMapData. Unused by BField as yet.
Code for accessing these tables exists in BField package, but the code for using these within BField (rather than text files) has not been committed, and may never be. The need is not great.
A python script reads in the text file and makes mysql insert statements to put the generation information of the bfld_*.dat file into the database. Currently on the obsolete 120 fardet and the likewise obsolete 142 neardet maps are in the database.
Table not updated automatically or info not available.
info contained is just like the first two lines of each bfld_*.dat file.
| Field | Type | Description |
|---|---|---|
| SEQNO | int(11) | |
| ROW_COUNTER | int(11) | |
| GEN_COIL_CURRENT_AMP_TURNS | float | |
| XPOS_INIT | float | |
| X_DELTA | float | |
| X_NUMBER | int(11) | |
| YPOS_INIT | float | |
| Y_DELTA | float | |
| Y_NUMBER | int(11) | |
| MAPTYPE | tinyint(4) | |
| QUADINFO | tinyint(4) |
| Detector | Responsible | Frequency | Method | |
|---|---|---|---|---|
| caldet | data | ? | ? | ? |
| MC | ? | ? | ? | |
| neardet | data | ? | ? | ? |
| MC | ? | ? | ? | |
| fardet | data | ? | ? | ? |
| MC | ? | ? | ? | |