Commit graph

194 commits

Author SHA1 Message Date
47b5316403 Merge branch 'main' of ssh://gitlab.cern.ch:7999/wotsubo/PSBoardDataBase 2024-11-04 04:40:16 +09:00
6886774269 update(version): 0.2.0-DEV 2024-11-04 04:39:25 +09:00
0bb2e3a511 update(skew_stats.jl): Pluto version 2024-11-04 04:21:03 +09:00
53cbf040ad new(notebooks): power_stats.jl (power analysis) 2024-11-04 04:18:41 +09: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
14e938c589 fix(SlaveLogParser): accept negative temperature 2024-11-01 23:25:31 +09:00
78beef2c68 refactor(SlaveLogParser): reordered statements & change some types
- (e.g. SVector)
- add docstring for PowerResult
2024-11-01 16:29:14 +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
984083657a update(doc): on SlaveLogParser 2024-10-29 18:13:11 +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
b0cd2b2e90 Update CHANGELOG.md (fix 0.2.0 diff) 2024-10-24 08:21:49 +02:00
9a4a4e8952 bump to v0.2.0 2024-10-23 20:52:05 +09:00
a3ef9fa434 Merge branch 'update-111' into 'main'
Update to Julia v1.11

See merge request wotsubo/PSBoardDataBase!1406
2024-10-23 13:04:27 +02:00
f8f581e394 update(CI): to julia v1.11 2024-10-23 19:55:12 +09:00
c09d680851 update: skew_stats.jl 2024-10-23 19:47:28 +09:00
d77b369a6c update: skew_stats.jl (add plots with standard psboards only)
- decorated plots for publish
2024-10-07 16:18:32 +09:00
f961ad7f4c update: skew_stats (width distribution for selected skew measurements)
- add historgram of widths of rise up in a measurements for each ps
  boards
2024-10-07 10:46:20 +09:00
4f0dad1c03 update: skew_stats (add counts search) 2024-10-07 10:34:30 +09:00
218349a126 update: skew notebook (add more invalid cases) 2024-10-06 23:49:27 +09:00
d57d3a2588 Merge branch 'main' of ssh://gitlab.cern.ch:7999/wotsubo/PSBoardDataBase 2024-10-05 00:26:17 +09:00
689c406312 fix: url to static pluto notebook 2024-10-05 00:25:03 +09:00
eadf894f01 Merge branch 'compathelper/new_version/2024-10-03-01-44-43-051-02567606858' into 'main'
CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat)

See merge request wotsubo/PSBoardDataBase!1403
2024-10-04 13:21:14 +02:00
faa593bb09 Merge branch 'compathelper/new_version/2024-10-02-01-45-18-603-01249259049' into 'main'
CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat)

See merge request wotsubo/PSBoardDataBase!1402
2024-10-04 13:21:01 +02:00
7e7187b5ed Merge branch 'compathelper/new_version/2024-10-04-01-45-45-464-03140077881' into 'main'
CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat)

See merge request wotsubo/PSBoardDataBase!1405
2024-10-04 13:20:19 +02:00
1a7b450bed fix: Dependency (add Printf) 2024-10-04 20:19:21 +09:00
e0d55e82f2 fix: style of prints for copy and paste at the last of interactive_dispatch_checker
- format is PS000xxx, not xxx
2024-10-04 20:08:29 +09:00
5eaad80b93 update: patch on is_dispatchable logic
- clock test logic of run 221 - 233 was wrong
- psbid 860, 889, 876, 892 actually passed the clock test
2024-10-04 20:06:19 +09:00
ce5931a928 rename: skew_multimeasure_stats.jl -> skew_stats.jl 2024-10-04 20:00:58 +09:00
a040d8fd33 update: export skew_multimeasure_stats 2024-10-04 19:59:22 +09:00
72ac9a012a update: skew (skew calculating algorithm & analysis notebook) 2024-10-04 19:57:54 +09:00
365f91c7a8 rename: examples/skew_histogram.jl -> examples/skew_histogram_simple.jl
skew analysis without PSBoardDataBase.jl
2024-10-04 19:52:39 +09:00
CompatHelper Julia
855d07152a CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat) 2024-10-04 01:45:45 +00:00
753bebbdf1 add test for ClockParser 2024-10-03 17:13:12 +09:00
0fc8e517ba fix: add campaign 4 to func get_campaign_id_from_run_id 2024-10-03 16:53:18 +09:00
f28b2be611 add tests (count_riseup, DispatchChecker) 2024-10-03 16:51:44 +09:00
ec455cad1b update CHANGELOG (about DispatchChecker) 2024-10-03 15:03:40 +09:00
a3f45b7c6b fix CHANGELOG url 2024-10-03 15:03:27 +09:00
3e54f22bb0 add: campaign 4 to database 2024-10-03 14:55:55 +09:00
c3852a7776 fix: dispatch ckeck logic (missing check) 2024-10-03 14:53:11 +09:00
7cf2088b6f new: add docstrings for module DispatchChecker 2024-10-03 14:52:39 +09:00
f81241a89b fix: dispatch check logic 2024-10-03 14:24:51 +09:00
a821915028 Merge branch 'feature-dispatch-checker' into 'main'
add dispatch ckecker

See merge request wotsubo/PSBoardDataBase!1404
2024-10-03 05:49:52 +02:00
81edf05aab add info to interactive_dispatch_checker (tips on clipboard) 2024-10-03 12:47:03 +09:00
70903ec124 add interactive dispatch_checker
- TODO: add test!
2024-10-03 11:52:59 +09:00