sylarcp / anita

ANITA viewer
MIT License
3 stars 3 forks source link

Display adu5A and adu5B and G12 in separate columns in GPS Panel of HK page #46

Open sylarcp opened 8 years ago

sylarcp commented 8 years ago

1) adu5 data classes: Adu5_pat Adu5_sat In those two classes, gsptype tells whether it is from adu5_A or adu5_B. In order to better compare adu5_A and adu5_B, separate them into different columns. image

2)G12 data classes: G12_pos G12_sat Those two classes do not have api yet. So first create g12 api and update the G12 event list and then display g12 information in the third column. (There are only 6 rows of g12 data in anita_0730c. So it might not change very often)

3) Show one more row of 'num of sats'. adu5 column should display 4 numbers because there are 4 antennas. g12 column should display 1 number because there is just 1 antenna.

4) For testing, use IP: gse2.bartol.udel.edu DB: anita_0730c.

5) Put the linux time right under the human time to make the column less wide.

varriaza commented 8 years ago

Was there supposed to be data for g12_pos because it is giving me only undefinded values? g12_sat is giving me numbers though.

varriaza commented 8 years ago

@sylarcp

sylarcp commented 8 years ago

I remember that database contains g12_pos data as well.