Skip to content

Commit

Permalink
📝 mrqart screenshots into readme and sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
WillForan committed Nov 24, 2024
1 parent aa375a1 commit a9c7500
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ See
smbclient -U mrqart //localhost/dicomstream/ -c 'put 001_000001_000002.dcm sim/y.dcm'
```

## MRQART
MR QA in Real Time (python port)
![](sphinx/imgs/mrqart-browserUI_20241124.png)

### Developing
Use `show_debug` in a console to get a `simdata` textarea to send mock data.
![](sphinx/imgs/show_debug.png)

## Prior Art
* mrQA
* sister project https://github.com/NPACore/mrqart/
Expand Down
Binary file added sphinx/imgs/mrqart-browserUI_20241124.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sphinx/imgs/show_debug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ Code
Overview
--------

MRQART
++++++
MR Quality Assurance in (near) Real Time:
#. Samba server recieves files from scanner (iceconfig)
#. :py:func:`mrqart.main` initializes an inotify watcher
#. New dcm files parsed with :py:func:`dcm_checker.reader.read_dicom_tags`
#. Headers compared to template :py:func:`dcm_checker.check_header`
#. Dicom vs template comparisons is sent to the web browser via web sockets

* socket and http server managed by `mrqart`
* javascript in ``static/index.html`` provides client websockets ingest and styling

.. image:: ../sphinx/imgs/mrqart-browserUI_20241124.png

Template
++++++++
Expand Down

0 comments on commit a9c7500

Please sign in to comment.