18f5907d41
new: SlaveLogParserV2 (for firmware/parameter writing campaign)
2025-05-16 02:27:42 +09:00
3a3f7a53f8
Add converter version info to db and jld2 cache
2025-01-27 10:04:46 +01:00
656848f850
refactoring: rename crate_database functions (BREAKING)
2025-01-24 09:14:36 +01:00
733fb392c3
[WIP] new(slavelog cache): save slavelog cache for extra run results to JLD2
2025-01-24 07:18:11 +01:00
559f0e5ce7
new(database column): add slavelog validity to single & extra run results
2025-01-22 17:47:31 +01:00
2c8090d1df
fix(test): add missing input file (127_172.txt)
2024-11-01 23:36:59 +09:00
dda24bc68a
new(create_database_from_exported_csvs): integrate slave log temp result
...
- breaking: add three columns(power_3v3d, power_3v3a, power_n3va) to single_result_table
- modified sql statements in functions in import_data.jl to have more meaning
- integrate to main `create_database_from_exported_csvs` func
2024-11-01 23:27:58 +09:00
f1db431f7e
update(SlaveLogParser): modify Recov parse and add to full parser
...
- including test cases for both section wise and Integrated
2024-11-01 16:23:46 +09:00
5ca921bcfc
add(SlaveLogParser): test for full file (log)
...
- also added a test case (364_88_longrun)
2024-10-31 22:54:14 +09:00
3d4865c18f
add(test): add Aqua test
2024-10-29 18:15:30 +09:00
2eef64bf5b
add(SlaveLogParser): test for psbid 525
2024-10-29 18:07:15 +09:00
f325051a08
new(SlaveLogParser): power section parser
2024-10-29 18:02:01 +09:00
ccbcac3c16
add: test for SlaveLogParser.AsdtpResult
2024-10-28 21:33:18 +09:00
3b490cd28c
new(slavelog parser): parser for asdtp section
...
- a lot of boilerplates...
- there should be smarter way
2024-10-25 22:50:48 +09:00
72ac9a012a
update: skew (skew calculating algorithm & analysis notebook)
2024-10-04 19:57:54 +09:00
753bebbdf1
add test for ClockParser
2024-10-03 17:13:12 +09:00
f28b2be611
add tests (count_riseup, DispatchChecker)
2024-10-03 16:51:44 +09:00
abafce1d49
fix: test regarding ClockParser.get_skew_and_riseup
2024-10-02 23:40:01 +09:00
f551d66fd2
fix & new clock skew related functions
...
- exclude psbid 630 runid 190 from skew since the file is broken
- add rise up span measure function
2024-10-02 23:25:43 +09:00
bf19ee3167
[new] Slave clock parser and function to insert into database
2024-10-01 11:24:44 +02:00
41fa56f6e5
delete: CSV files exported from Google Sheets
2024-10-01 11:24:30 +09:00
d58a13793f
add CSV download functions and set them as default and use in test
...
- replaced old ones from runtests
- need to remove CSVs in git repo
2024-10-01 10:52:47 +09:00
de144d83c0
fix: add JATHub db CSV as a test dependency
2024-09-30 14:45:41 +09:00
ead17f3d58
add: skew column to positions
2024-09-30 14:39:43 +09:00
64056a89d8
add version to database
2024-09-30 11:29:36 +09:00
1dd48e703e
add: docs (mainly docstrings)
2024-09-14 23:48:15 +09:00
8ad4dfba27
fix: add LOCAL_TEST env var for local only test
...
- add_qaqc_runlist_from_masterlogs works only when all of the master
logs are located. but CI doesn't since log files are not included in
the repo
2024-09-13 19:37:49 +09:00
ec4bef98de
update: csvs for test
2024-09-13 16:46:09 +09:00
21f38e83db
add: import 100 run results + more
...
- master log parser to get run info
- test for master log parser
- master log reader
- note field for single run
- fix datetime manipulation for single result table
2024-09-13 13:39:51 +09:00
cb6e50b7dc
new: fix & add dispatch_table
2024-09-12 21:36:13 +09:00
eba8d8f395
new: create tables & add campaigns, runs, ps_boards, single run results
...
- currently, test automatically opens sqlitebrowser
- ext package is not well checked
2024-09-12 20:26:38 +09:00