Giter VIP home page Giter VIP logo

admmpad's Introduction

areaDetector

Build Status

The top-level repository for the EPICS areaDetector software. This repository contains mostly documentation, configuration files, and a top-level Makefile to build the entire areaDetector package.

The areaDetector code is contained in submodules under this module. Four of these are "core" submodules:

  1. ADSupport. This contains the source code for support libraries (TIFF, JPEG, HDF5, XML2, etc.). This is required for Windows and vxWorks, and can optionally be used on Linux and Darwin.
  2. ADCore. This contains the base classes, plugins, and documentation.
  3. ADSimDetector. This contains an example 2-D simulation detector driver and IOC.
  4. ADViewers. This contains viewers for displaying areaDetector images in ImageJ and IDL.

All of the other submodules (ADProsilica, ADPilatus, etc.) contain drivers and EPICS IOC applications for specific detectors.

Additional information:

See the following documentation about the git submodule feature and how it can be used:

To get a clone of the full areaDetector distribution (core, plugins and drivers) do a recursive clone of this repository:

git clone --recursive https://github.com/areaDetector/areaDetector.git

admmpad's People

Contributors

markrivers avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

tguruswamy

admmpad's Issues

Improve X11 display controls

Implement delay per e-mail from Mark Tate

GrabDisplayDelay(delay)

sets the time between displays where delay (float) is in seconds. The default is 0.1 seconds

in linear display mode
padcom mildisp bitshift on/off offset

Display is 16 bit LUT over a 32 bit space (display wraps around on high bits)
bitshift moves 16 bit LUT left or right
bitshift = 0 displays modulo(0-64k)
bitshift = -4 displays modulo(0-4k)
bitshift = 2 displays modulao(0-256k)

on/off=0 - don't display images
on/off=1 - display images

offset - constant subtracted from image before display


in log mode
padcom loglin loglinflag logscale offset
loglinflag = 0 - use linear display (with last mildisp parameters)
loglinflag = 1 - use log display

logscale - sets max value in greyscale 
e.g. logscale = 6 - max = 10^6 ADU

offset - subtracted before log_10 is computed - haven't used this too much in practice - but could be used if there were a uniform background, say.

Implement plugin callbacks

Need to implement reading back TIFF or RAW files to do plugin callbacks.

TIFF files are just like Pilatus.

RAW files are problematic because they are not written until acquisition is complete, and a single file contains all of the images.

Perhaps we can issue the commands to write TIFF files from buffer while acquisition is in progress?

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.