Giter Site home page Giter Site logo

rgbaggregator's Introduction

rgbaggregator

Gather data from individual core sections' RGB data files in CSV format and combine them into a single CSV file with an additional column indicating the source section for each row of data.

Can be run as a command-line utility (main.py) or Qt-based GUI application (qtmain.py).

RGB Formats

Two RGB formats are supported. For each aggregation process, all input files must use the same format.

Raw CIS/Geotek Format

Depth, R, G, and B values are in a single column, separated by tabs. After eight metadata rows (ignored), data starts at row 9.

Column 1
Image Aperture: 5.6
Calibration Aperture: 5.6
Left Position: 3.700
Width: 3.100
Top: 0.0000
Height: 110.000
Interval: 0.010
Data:
0.000 36.497 35.519 33.224
0.010 37.082 36.007 33.630...etc

ImageJ Format

Depth, R, G, and B values are in separate columns. They may be preceded by a measurement sequence value in its own column. This is ignored if present. Row 1 is a header row. Data starts at row 2.

sequence (ignored if present) depth r g b
1 0 27487.316 24817.115 19938.307
2 0.005 27339.631 24842.467 20003.578
3 0.01 27444.188 24829.719 19999.551..etc

Developer Notes

rgbaggregator expects Python 3.

Clone repo and install dependencies: pip install -r requirements.txt

Launch with python qtmain.py for GUI, python main.py for command-line.

rgbaggregator's People

Contributors

sorghumking avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.