https://github.com/alleninstitute/itcxop2
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: AllenInstitute
- License: bsd-3-clause
- Language: C
- Default Branch: main
- Size: 39.1 MB
Statistics
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 4
- Releases: 0
Metadata Files
Readme.md
ITC XOP2
Overview
This Igor Pro extension ("XOP") is a complete rewrite of the original ITC XOP from HEKA.
Compared to the original ITC XOP it has the following enhancements:
- Available for 32bit and 64bit
- Uses a coherent interface with Operation Handler and ParseOperationTemplate
- Threadsafe operations
- Allow free waves where sensible
- All output waves can be overwritten
- Standardize 2D wave formats so that all waves have one column per channel
- Updated and enhanced documentation
- Test suite using the Igor Unit Testing Framework
Installation
- Quit Igor Pro
Create the following shortcuts in "$HOME\Documents\WaveMetrics\Igor Pro X User Files"
- In "Igor Extensions" a shortcut pointing to "XOP\itcXOP2.xop"
- In "Igor Extensions (64-bit)" a shortcut pointing to "XOP\itcXOP2-64.xop"
Start Igor Pro
Running requirements
Minimum Igor Pro versions are 8.0.
Windows 10
Out of the box the ITCXOP2 does only run in the 32bit version on Windows 10.
The reason is that there seems to be an issue in the combination of the
ITCMM.DLL (the vendor library which the ITCXOP2 uses) and a security feature
called ASLR which is enabled by default starting with Windows 10.
Luckily by disabling ASLR for Igor Pro the ITCXOP2 works again.
Steps: - Right-click "tools\Disable-ASLR-for-IP7-and-8.ps1" and choose "Run" and choose yes when asked for administrative permissions. - Restart Igor Pro
You can check if that worked by looking in the Exploit-Protection (german:
"Exploit-Schutz") submenu of Windows-Security (german: "Windows Sicherheit")
under Programs. There should be entries for C:\Program Files\WaveMetrics\....
In case this did not work you can try the following approach:
- Open a Powershell console as administrator
- Go to the tools directory in this repo (if you are using MIES the path is Packages/ITCXOP2/tools)
- Execute Set-ProcessMitigation -PolicyFilePath ./Settings.xml
Compilation instructions
Required additional software:
- CMake 3.15 or newer from here
- Visual Studio 2022
- XOPSupport Toolkit 8
- Igor Unit Testing Framework
Steps to compile:
- Extract the XOPSupport Toolkit into the folder
XOPSupport md buildcmake ../srccmake --build . --config Release
Steps to execute the test suite:
- Connect a ITC18USB to the host computer
- Open Testing/QuickTest.pxp and execute
run()
Owner
- Name: Allen Institute
- Login: AllenInstitute
- Kind: organization
- Location: Seattle, WA
- Website: https://alleninstitute.org
- Repositories: 184
- Profile: https://github.com/AllenInstitute
Please visit http://alleninstitute.github.io/ for more information.
GitHub Events
Total
- Issues event: 1
- Delete event: 1
- Issue comment event: 4
- Push event: 1
- Pull request event: 2
- Create event: 1
Last Year
- Issues event: 1
- Delete event: 1
- Issue comment event: 4
- Push event: 1
- Pull request event: 2
- Create event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Thomas Braun | t****n@b****e | 149 |
| Michael Huth | M****h@b****e | 3 |
| Max Brauer | m****r@b****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 11
- Total pull requests: 30
- Average time to close issues: 5 months
- Average time to close pull requests: 17 days
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.55
- Average comments per pull request: 0.2
- Merged pull requests: 28
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 3 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- t-b (9)
- MichaelHuth (1)
Pull Request Authors
- t-b (23)
- MichaelHuth (3)
- Garados007 (1)