5.10. RawImport filters

Summary:

RawImport to load raw format images from (dslr) cameras

Type:

Algorithm

License:

LGPL

Platforms:

Windows

Author:

Laboratorio de Computacao Cientifica e Visualizacao (LCCV), Universidade Federal de Alagoas (UFAL)

5.10.1. Overview

These filters are defined in the plugin:

  1. loadRawImage()

5.10.2. Filters

Detailed overview about all defined filters:

itom.algorithms.loadRawImage(filename, image[, arguments, usetmpdir])

import filter for (dslr) raw images based on dcraw

Parameters
  • filename (str) – file to open

  • image (itom.dataObject) – Empty object, will contain 2D image later

  • arguments (str, optional) – commandline arguments for dcraw, default is -D -j -t0, i.e. raw data no scaling

  • usetmpdir (int, optional) –

    do temporal unpacking in temporary directory

    Value range: [0, 1], Default: 1