Skip to main content

A lightweight python package for processing .tif image data files.

Project description

tiff2csv

This is a simple python package for processing .tif image data and outputting .csv files. The intention is to operate on a sequence of .tif images and, based on a given discretization size, output a .csv file containing the voxel data. You can find the Github repository on https://github.com/alhermann/tiff2csv.git.

Getting started

You can use the Python package manager Pip for downloading the module from https://pypi.org/project/tiff2csv.

pip3 install tiff2csv

Example

Suppose you have stored a stack of .tif image files in an upper subdirectory called ../tiffs. In order to run the main module, you have to provide this path as a mandatory argument. For the description of additional arguments, you can use the -hor --help flag

python3 -m tiff2csv --help

which produces the following output:

usage: __main__.py [-h] [-n imgNum] [-r resolution] [-d dFile] [-p pooling] sFile [sFile ...]

Script that reads a sequence of .tif files and outputs .csv file of voxel data
to user specified directory

positional arguments:
  sFile          the source file of the .tif image sequence

optional arguments:
  -h, --help     show this help message and exit
  -n imgNum      number of .tif images
  -r resolution  voxel resolution in the .tif images
  -d dFile       the destination directory where the output should go to
  -p pooling     optionally activate 2D pooling on the input images

For an exemplary CT image resolution of 5mu the following command runs a max-pooling compression on the input image data files and outputs a voxelization.csv voxel data file to user specified (in this case parent) directory.

python3 -m tiff2csv ../tiffs/ -r 5e-6 -d ../ -p True

VOX

Project details


Download files

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

Source Distribution

tiff2csv-0.0.4.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tiff2csv-0.0.4-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file tiff2csv-0.0.4.tar.gz.

File metadata

  • Download URL: tiff2csv-0.0.4.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.1

File hashes

Hashes for tiff2csv-0.0.4.tar.gz
Algorithm Hash digest
SHA256 542235a4046ed104a3cb15652a30c4c7ad945d5fd830c72f009b4660a8ba7020
MD5 78ea12a55492c90ac05f16ee4d66f6e5
BLAKE2b-256 f08f75f5e9b178cf6f1cd535d2cb59d49fed6f669e09a48dec7bc295a8fe57e5

See more details on using hashes here.

File details

Details for the file tiff2csv-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: tiff2csv-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.1

File hashes

Hashes for tiff2csv-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d1e1058925e42438ef0476e15f3886f1092aaf651e506d36b160487ebf31f455
MD5 07e594dd566fd70d23699298616c2ab8
BLAKE2b-256 b4cf5329ac0d8017a6e77c913cb7328f9987b9e9445d64815bedab2a7db85491

See more details on using hashes here.

Supported by

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