https://github.com/alleninstitute/mies-utils-xop

https://github.com/alleninstitute/mies-utils-xop

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: AllenInstitute
  • Language: Perl
  • Default Branch: main
  • Size: 870 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created over 3 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

readme.md

Introduction

The MIES Utilities XOP adds external functions and features to Igor Pro that Igor Pro does not provide on its own. It is required by MIES.

Build Instructions

Windows

Install latest CMAKE.

Requires also an installed Visual Studio.

put the following code into a batch file in the projects folder:

md build
md build-64
cd build
cmake -G "Visual Studio 15 2017" ..\src
cmake --build . --config Release --target install
cd ..\build-64
cmake -G "Visual Studio 15 2017 Win64" ..\src
cmake --build . --config Release --target install
cd ..

The build environment string "Visual Studio 15 2017" may differ depending on your installed build environment, e.g. for older Visual Studio installation "Visual Studio 14 2015" works.

Open your Visual Studio Developer Console, which setups your build environment and run the batch file.

Owner

  • Name: Allen Institute
  • Login: AllenInstitute
  • Kind: organization
  • Location: Seattle, WA

Please visit http://alleninstitute.github.io/ for more information.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • 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: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • t-b (2)
Top Labels
Issue Labels
Pull Request Labels