Giter VIP home page Giter VIP logo

picroscope-device-control-console's Introduction

Plotly Dash based Control Console for Picroscope type devices

diagram

1: Experiment Setup View, the device selection dropdown menu (1a) populates the Device State field (1b) with data from the Things database, Here you can define new experiments (1c) and plates (1d), these objects generate entries in the database, The Imaging Parameters section (1e) is where we set parameters like z-stack size and image capture interval; 2: Live View, Here we can see a live view of any of the cameras in the system and adjust focus or XY plate position. The panel at (2a) allows users to toggle lights and adjust plate position to capture the best possible data. The camera dropdown menu (2b) allows users to select which camera to view. and 2c shows the live view of the selected camera.

Setup

Requires credentials file in the default aws format (.aws/credentials) also a file users.py with the following format:

#user dictionary
USERNAME_PASSWORD_PAIRS = {
     'username': 'passwords'
}
PISCOPE_BOT_TOKEN = "access-token-for-github-issues-bot"

.env file looks something like:

LIVESTREAM_ENDPOINT = https://braingeneers.gi.ucsc.edu/stream/
BASE_URL_PATH = /picroscope/
BASE_URL = http://0.0.0.0:8056

Livestream endpoint must be configured for your own build. Livestream system based on this repo

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.