ded_capturing_scripts
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: TianbiZhang
- Language: Python
- Default Branch: main
- Size: 65.8 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
DEDCapturingScripts
By Tianbi Zhang
Last updated: November 20, 2023
This a series of python scripts for automated operations with the Advacam Minipix Timepix3 direct electron detector (DED). This project only includes my custom python scripts. After downloading, please paste the scripts (not the home folder) to your PIXETPro installation directory (alternatively, insert your own path in the scripts).
The Python library for the DED, pypixet, is already included in your PIXET Pro installation. It required Python 3.7.0.
Additional python packages needed:
asynctkinterfor the sequential capture GUI.numpy
DED GUI Trial
This is a python GUI I wrote for capturing patterns in a sequence for scenarios such as EBSD mapping. You will need to connect to the DED (Init. TP3 Dev.) first, then set the directory where you want to store the patterns. The patterns will be named as "spot1.h5", "spot2.h5", etc. Note that to reset the counter you need to restart the GUI. After each capture, there will be a message in the textbox reporting the time stamp, pattern name, and detector temperature. You can store this into a log file.
The frame number integrated and exposure time can be changed in the acq_Example2 function.
Sequential Capture
This script was used to collect data at a series of exposure times (an example is here). Again, you need to manually adjust the exposure times and frames captured (no integration here).
Notes
- It is strongly suggested that you install PIXET Pro outside
C://Program Files(or directories where you need admin priviliges to write data). - For custom versions of these scripts, you may need to change the device type from TPX3 to your own device model.
Owner
- Login: TianbiZhang
- Kind: user
- Repositories: 1
- Profile: https://github.com/TianbiZhang
PhD student & metallurgist @ The University of British Columbia
Citation (CITATION.cff)
cff-version: 1.1.0 message: "If you use this software, please cite it as below." references: -type: software authors: - family-names: Zhang given-names: Tianbi orcid: https://orcid.org/0000-0002-0035-9289 title: DED Capturing Scripts - family-names: Britton given-names: T Ben orcid: https://orcid.org/0000-0001-5343-9365 title: DED Capturing Scripts version: v1.0.1 date-released: 2023-11-20