Skip to content

Commit

Permalink
Revised user manual
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhengnss committed Jul 29, 2023
1 parent 4036219 commit b26f0fb
Show file tree
Hide file tree
Showing 7 changed files with 2,290 additions and 2,573 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"request": "launch",
"program": "${workspaceFolder}/build_release/POSGO",
"args": [
"-C", "spp_mate_go.ini", "-S", "GCRE", "-M", "spp", "-L", "1"
"-C", "spp_kpl_gold.ini", "-S", "GREC", "-M", "spp", "-L", "1",
],
"stopAtEntry": false,
"cwd": "/mnt/hgfs/VirtualFile/POSGO/conf",
Expand Down
Binary file modified doc/POSGO User Manual.docx
Binary file not shown.
Binary file removed doc/~$SGO User Manual.docx
Binary file not shown.
78 changes: 57 additions & 21 deletions script/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions script/Analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ def DrawFigure(_stat):
detFile = "det.txt"

calValue = ReadMyResult(calFile)
# refValue = ReadIERefResult(refFile)
refValue = ReadGINSResult(refFile)
refValue = ReadIERefResult(refFile)
# refValue = ReadGINSResult(refFile)

detValue = CalDifference(calValue, refValue)
Stat = StatisticResult(detValue)
Expand Down
Loading

0 comments on commit b26f0fb

Please sign in to comment.