Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sk/joss-publication' into sk/jos…
Browse files Browse the repository at this point in the history
…s-pub
  • Loading branch information
skeating committed Dec 24, 2024
2 parents 235ca58 + e4f3fcc commit 8d7faf6
Show file tree
Hide file tree
Showing 102 changed files with 1,104 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 'ISSUE_TEMPLATE' Directory Contents

### Files

bug_report.yml

feature_request.yaml

voxl.yml

6 changes: 6 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'workflows' Directory Contents

### Files

main.yml

6 changes: 6 additions & 0 deletions bin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/bin' Directory Contents

### Subdirectories

[linters](./linters/README.md)

6 changes: 6 additions & 0 deletions bin/linters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/bin/linters' Directory Contents

### Files

check_headers_exist.sh

15 changes: 15 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,18 @@ The CLI tests require a running instance of the `rabbitmq` service, for which we
pytest -vs tests #for all tests
pytest -vs tests/test_docker_commands.py #e.g., for particular tests
```

## 'PIXL/cli' Directory Contents

### Subdirectories

[src](./src/README.md)

[tests](./tests/README.md)

### Files

pyproject.toml

README.md

6 changes: 6 additions & 0 deletions cli/src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/cli/src' Directory Contents

### Subdirectories

[pixl_cli](./pixl_cli/README.md)

18 changes: 18 additions & 0 deletions cli/src/pixl_cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## 'PIXL/cli/src/pixl_cli' Directory Contents

### Files

main.py

_config.py

_database.py

_docker_commands.py

_io.py

_message_processing.py

__init__.py

22 changes: 22 additions & 0 deletions cli/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,25 @@ Remove the db container and associated data
docker container rm pixl-test-db -v -f
```

## 'PIXL/cli/tests' Directory Contents

### Files

conftest.py

README.md

test_check_env.py

test_database.py

test_docker_commands.py

test_io.py

test_messages_from_files.py

test_message_processing.py

test_populate.py

22 changes: 22 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## 'PIXL/docker' Directory Contents

### Subdirectories

[export-api](./export-api/README.md)

[hasher-api](./hasher-api/README.md)

[imaging-api](./imaging-api/README.md)

[orthanc-anon](./orthanc-anon/README.md)

[orthanc-raw](./orthanc-raw/README.md)

[postgres](./postgres/README.md)

### Files

.dockerignore

common.env

6 changes: 6 additions & 0 deletions docker/export-api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/docker/export-api' Directory Contents

### Files

Dockerfile

6 changes: 6 additions & 0 deletions docker/hasher-api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/docker/hasher-api' Directory Contents

### Files

Dockerfile

6 changes: 6 additions & 0 deletions docker/imaging-api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/docker/imaging-api' Directory Contents

### Files

Dockerfile

6 changes: 6 additions & 0 deletions docker/orthanc-anon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/docker/orthanc-anon' Directory Contents

### Files

Dockerfile

6 changes: 6 additions & 0 deletions docker/orthanc-raw/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/docker/orthanc-raw' Directory Contents

### Files

Dockerfile

6 changes: 6 additions & 0 deletions docker/postgres/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/docker/postgres' Directory Contents

### Files

Dockerfile

14 changes: 14 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 'PIXL/docs' Directory Contents

### Subdirectories

[design](./design/README.md)

[file_types](./file_types/README.md)

[joss-publication](./joss-publication/README.md)

[services](./services/README.md)

[setup](./setup/README.md)

10 changes: 10 additions & 0 deletions docs/design/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 'PIXL/docs/design' Directory Contents

### Subdirectories

[diagrams](./diagrams/README.md)

### Files

bigger_picture.md

8 changes: 8 additions & 0 deletions docs/design/diagrams/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 'PIXL/docs/design/diagrams' Directory Contents

### Files

pixl-multi-project-config.drawio

pixl-multi-project-config.png

6 changes: 6 additions & 0 deletions docs/file_types/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/docs/file_types' Directory Contents

### Files

parquet_files.md

12 changes: 12 additions & 0 deletions docs/joss-publication/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 'PIXL/docs/joss-publication' Directory Contents

### Subdirectories

[figures](./figures/README.md)

### Files

paper.bib

paper.md

2 changes: 2 additions & 0 deletions docs/joss-publication/figures/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 'PIXL/docs/joss-publication/figures' Directory Contents

Empty file added docs/joss-publication/paper.bib
Empty file.
1 change: 1 addition & 0 deletions docs/joss-publication/paper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the file where the paper must be written
8 changes: 8 additions & 0 deletions docs/services/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 'PIXL/docs/services' Directory Contents

### Files

ftp-server.md

pixl_database.md

10 changes: 10 additions & 0 deletions docs/setup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 'PIXL/docs/setup' Directory Contents

### Files

azure-keyvault.md

developer.md

uclh-infrastructure-setup.md

15 changes: 15 additions & 0 deletions hasher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,18 @@ HASHER_API_AZ_CLIENT_PASSWORD=<generated-password>
HASHER_API_AZ_TENANT_ID=<tenant-ID>
HASHER_API_AZ_KEY_VAULT_NAME=<key-vault-name>
```

## 'PIXL/hasher' Directory Contents

### Subdirectories

[src](./src/README.md)

[tests](./tests/README.md)

### Files

pyproject.toml

README.md

6 changes: 6 additions & 0 deletions hasher/src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/hasher/src' Directory Contents

### Subdirectories

[hasher](./hasher/README.md)

12 changes: 12 additions & 0 deletions hasher/src/hasher/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 'PIXL/hasher/src/hasher' Directory Contents

### Files

endpoints.py

hashing.py

main.py

__init__.py

12 changes: 12 additions & 0 deletions hasher/tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 'PIXL/hasher/tests' Directory Contents

### Files

conftest.py

test_endpoints.py

test_hashing.py

__init__.py

15 changes: 15 additions & 0 deletions orthanc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,18 @@ PIXL defines 2 types of ORTHANC instances:

For both instances we define a plugin in `orthanc-*/plugin/pixl.py` that implements the custom
functionality .

## 'PIXL/orthanc' Directory Contents

### Subdirectories

[assets](./assets/README.md)

[orthanc-anon](./orthanc-anon/README.md)

[orthanc-raw](./orthanc-raw/README.md)

### Files

README.md

10 changes: 10 additions & 0 deletions orthanc/assets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 'PIXL/orthanc/assets' Directory Contents

### Files

orthanc-anon-az-dicom.png

orthanc-anon-web.png

orthanc-raw-web.png

15 changes: 15 additions & 0 deletions orthanc/orthanc-anon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,18 @@ start.
## References

- [Cheat sheet of the REST API](https://book.orthanc-server.com/users/rest-cheatsheet.html)

## 'orthanc' Directory Contents

### Subdirectories

[assets](./assets/README.md)

[orthanc-anon](./orthanc-anon/README.md)

[orthanc-raw](./orthanc-raw/README.md)

### Files

README.md

8 changes: 8 additions & 0 deletions orthanc/orthanc-anon/config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 'PIXL/orthanc/orthanc-anon/config' Directory Contents

### Files

dicom.json

orthanc.json

10 changes: 10 additions & 0 deletions orthanc/orthanc-anon/docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 'PIXL/orthanc/orthanc-anon/docs' Directory Contents

### Subdirectories

[assets](./assets/README.md)

### Files

DicomServiceViaAAD.md

6 changes: 6 additions & 0 deletions orthanc/orthanc-anon/docs/assets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 'PIXL/orthanc/orthanc-anon/docs/assets' Directory Contents

### Files

DicomServiceAuthority.png

8 changes: 8 additions & 0 deletions orthanc/orthanc-anon/plugin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 'PIXL/orthanc/orthanc-anon/plugin' Directory Contents

### Files

download_dicom_spec.py

pixl.py

Loading

0 comments on commit 8d7faf6

Please sign in to comment.