module cli.img_helper#

Short summary#

module ensae_projects.cli.img_helper

Starts an app locally to test it.

source on GitHub

Functions#

function

truncated documentation

dcm2png

Converts all medical images in a folder from format dcm to png.

Documentation#

Starts an app locally to test it.

source on GitHub

ensae_projects.cli.img_helper.dcm2png(folder, dest, fLOG=<built-in function print>)#

Converts all medical images in a folder from format dcm to png.

Parameters:
  • folder – source folder

  • dest – destination folder

  • fLOG – logging function

The function uses module pydicom.

source on GitHub