Skip to content

Commit

Permalink
updating application name (images-->main)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Jun 5, 2017
1 parent 2172c00 commit d6b87fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,14 @@ This application lives in a docker-compose application running on `STRIDE-HL71`.


### 1. Data Input
This initial setup is stupid in that it's going to be checking an input folder at some frequency to find new images. `STRIDE-HL71` will receive DICOM from somewhere. It should use an atomic download strategy, but with folders, into the application data input folder. This will mean that when it starts, the folder might look like:
This initial setup is stupid in that it's going to be checking an input folder to find new images. We do this using the [watcher](sendit/apps/watcher) application, which is started and stopped with a manage.py command:

```
python manage.py start_watcher
python manage.py stop_watcher
```

And the default is to watch for files added to [data](data), which is mapped to '/data' in the container. This means that `STRIDE-HL71` will receive DICOM from somewhere. It should use an atomic download strategy, but with folders, into the application data input folder. This will mean that when it starts, the folder might look like:


```bash
Expand Down
File renamed without changes.

0 comments on commit d6b87fc

Please sign in to comment.