Code Monkey home page Code Monkey logo

orochi_simulator_control's Introduction

OROCHI Simulator Control and Processing

Table of Contents

About

This repository contains notebooks that walk through image capture and reflectance calibration of images captured with the OROCHI simulator.

The steps are:

  1. Reflectance Calibration Imaging
  2. Sample Imaging
  3. Geometric Calibration Target Imaging
  4. Dark Signal Correction
  5. Reflectance Calibation
  6. Image Co-alignment (TBC)

Images are exported in TIF format.

Installation

Python modules used are:

  • ctypes
  • pathlib
  • matplotlib
  • numpy
  • opencv
  • pandas
  • tifffile
  • tisgrabber

Control of the OROCHI simulator is via the Python C-Wrapper for the 'tisgrabber' DLL, a library for interfacing with GigE TIS (The Imaging Source) cameras. Note that this DLL is only compatible with Windows. A copy of tisgrabber package is included in this repository.

Setup of a conda environment and the installation of the neccesary packages is as follows.

First, ensure conda and conda develop are installed.

Open a terminal, and navigate to the repository directory, and execute the following commands.

To install an environment with the required packages:

conda env create -f environment.yml

Once created, follow the prompt to activate the environment.

To add the path to tisgrabber to the conda environment:

conda-develop ./tisgrabber/samples
conda-develop ./src

This is all that is required to setup the control software.

Using the Notebooks

We configure the cameras with camera_config.ipynb, and begin the multichannel_reflectance_imaging.pynb, and then once complete use the multichannel_reflectance_processing.pynb notebook to process these to reflectance.

orochi_simulator_control's People

Contributors

rbstabbins avatar

Watchers

 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.