Coder Social home page Coder Social logo

dxfile's Introduction

DXchange

DXchange provides an interface with TomoPy and raw tomographic data collected at different synchrotron facilities including the Data Exchange file format (DXfile), currently in use at the Advanced Photon Source beamline 2-BM and 32-ID, at the Swiss Light Source Tomcat beamline and at the Elettra SYRMEP beamline.

Warning

DXchange will drop support for Python 2 before 1 January 2020. For more information, visit https://python3statement.org/.

Documentation

Features

  • Scientific Data Exchange file format.
  • Readers for tomographic data files collected at different facilities.
  • Writers for different file formats.

Highlights

  • Based on Hierarchical Data Format 5 (HDF5).
  • Focuses on technique rather than instrument descriptions.
  • Provenance tracking for understanding analysis steps and results.
  • Ease of readability.

Contribute

dxfile's People

Contributors

aps-7bm avatar cshoyuelos avatar data-exchange avatar decarlof avatar dgursoy avatar markrivers avatar nikitinvv avatar tjmaddenargonne avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

dxfile's Issues

Tag for dxfile?

I'm in the process of writing a recipe for tomopy (cc @dgursoy @licode ) to add it and its dependencies to conda-forge at conda-forge/staged-recipes#681 and need to package this as part of that process. Would it be possible to get a tag on this project so I can point at a tag instead of a git hash?

Thanks!

store time as ISO8601

Currently we save time in the hdf data generated by areadetector using S:IOC:timeOfDayForm2SI:

caget S:IOC:timeOfDayForm2SI
S:IOC:timeOfDayForm2SI         06/08/20 16:07:14

but we should use ISO 8601 standard instead (see dxfile definition).

The change affects all Attribulte.xml files, replacing:

    <Attribute name="DateTimeStart"                 type="EPICS_PV"     source="S:IOC:timeOfDayForm1SI"                  dbrtype="DBR_STRING"  description="Date and time at start"/>
    <Attribute name="DateTimeEnd"                   type="EPICS_PV"     source="S:IOC:timeOfDayForm1SI"                  dbrtype="DBR_STRING"  description="Date and time at end"/>

with

    <Attribute name="DateTimeStart"                 type="EPICS_PV"     source="S:IOC:timeOfDayISO8601"                  dbrtype="DBR_STRING"  description="Date and time at start"/>
    <Attribute name="DateTimeEnd"                   type="EPICS_PV"     source="S:IOC:timeOfDayISO8601"                  dbrtype="DBR_STRING"  description="Date and time at end"/>

After this change the time will be saved as:

caget S:IOC:timeOfDayISO8601
S:IOC:timeOfDayISO8601         2020-06-08T15:59:06-0500

which is easier to manipulate and do math with.

Let me know if you agree with the change as it might break some tool using this tag.

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.