Skip to main content

Radiation Exposure Monitoring for physicists

Project description

OpenREM is a Django app to extract, store and export Radiation Exposure Monitoring related information, primarily from DICOM files.

Full documentation can be found on Read the Docs: http://docs.openrem.org

For upgrades, please look at the version 0.4.3 release notes

Quick start - please refer to the full documentation for details

(Linux path notation - use back slashes for Windows paths except in config files)

  1. Install python 2.7

  2. Install setuptools and pip

  3. Install RabbitMQ

  4. Install OpenREM:

    pip install openrem
  5. Configure OpenREM
    • Locate install location, typically something/lib/python2.7/site-packages/openrem

    • There are two files that need renaming:

      openrem/openrem/local_settings.py.example to openrem/openrem/local_settings.py and openrem/openrem/wsgi.py.example to openrem/openrem/wsgi.py

    • in the local_settings.py file, set the database details.

    • For testing purposes, use:

      'ENGINE': 'django.db.backends.sqlite3'
      'NAME': '/ENTER/PATH/WHERE/DB/FILE/CAN/GO.db'
    • in the local_settings.py file, set the upload and download folder MEDIA_ROOT

  6. Create the database:

    python path/to/openrem/manage.py syncdb
  7. Start test web server:

    python path/to/openrem/manage.py runserver
  8. Start the Celery task queue. For testing purposes, in a shell go to the openrem folder and use:

    celery -A openrem worker -l info
  9. Open the web addesss given, appending /openrem (http://localhost:8000/openrem)

  10. Create some users and add them to the viewgroup, exportgroup or admingroup in the admin interface, eg http://localhost:8000/admin

  11. Add some data:

    openrem_rdsr.py rdsrfile.dcm

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

OpenREM-0.4.3b7.tar.gz (332.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page