All Projects → Yohko → importtool

Yohko / importtool

Licence: LGPL-2.1 license
General data import tool for IgorPro

Programming Languages

IGOR Pro
4 projects

Projects that are alternatives of or similar to importtool

Bentools Etl
PHP ETL (Extract / Transform / Load) library with SOLID principles + almost no dependency.
Stars: ✭ 45 (+136.84%)
Mutual labels:  loader, import
dynamic-import-assets
Dynamic Imports for JavaScript and CSS.
Stars: ✭ 20 (+5.26%)
Mutual labels:  loader, import
Spinners React
Lightweight SVG/CSS spinners for React
Stars: ✭ 254 (+1236.84%)
Mutual labels:  loader
buttercup-importer
🎣 3rd-party archive importer for Buttercup
Stars: ✭ 39 (+105.26%)
Mutual labels:  import
vkel
Simple Dynamic Vulkan Extension Loader
Stars: ✭ 39 (+105.26%)
Mutual labels:  loader
Preservely
Lightweight Android lib preserving objects instances during orientation changes
Stars: ✭ 22 (+15.79%)
Mutual labels:  loader
knockout
Knockout aims to extend the basic importing mechanisms in Python3 by allowing more exotic stuff to be added to sys.path.
Stars: ✭ 12 (-36.84%)
Mutual labels:  import
Processloadingview
ProcessLoadingView is a step indicator loading animation built using CABasicAnimation
Stars: ✭ 251 (+1221.05%)
Mutual labels:  loader
tradeship
Automatically imports missing JavaScript dependencies and removes unused ones.
Stars: ✭ 42 (+121.05%)
Mutual labels:  import
migration
TYPO3 Migration Framework for every kind of migration/imports from CLI (e.g. Templavoila to Gridelements, tt_news to news, etc...)
Stars: ✭ 52 (+173.68%)
Mutual labels:  import
loading
Laravel package to add loading indicator to pages while page is loading.
Stars: ✭ 38 (+100%)
Mutual labels:  loader
sizeof-loader
Webpack loader that works like url-loader (or file-loader) but with extracted information such as image dimensions and file-size.
Stars: ✭ 20 (+5.26%)
Mutual labels:  loader
get-css-data
A micro-library for collecting stylesheet data from link and style nodes
Stars: ✭ 29 (+52.63%)
Mutual labels:  import
Fileloader
A library for managing file downloads on the Android platform
Stars: ✭ 27 (+42.11%)
Mutual labels:  loader
Text Spinners
Pure text, CSS only, font independent, inline loading indicators
Stars: ✭ 2,728 (+14257.89%)
Mutual labels:  loader
icon-maker-loader
Webpack loader to use icon font, easiest solution!
Stars: ✭ 16 (-15.79%)
Mutual labels:  loader
Runpe In Memory
Run a Exe File (PE Module) in memory (like an Application Loader)
Stars: ✭ 249 (+1210.53%)
Mutual labels:  loader
phaser-manifest-loader
Phaser Manifest Loader
Stars: ✭ 28 (+47.37%)
Mutual labels:  loader
open2fa
Two-factor authentication app with import/export for iOS and macOS. All codes encrypted with AES 256. FaceID & TouchID support included. Written with love in SwiftUI ❤️
Stars: ✭ 24 (+26.32%)
Mutual labels:  import
vim-nayvy
🌑 Enriching python coding in Vim 🐍
Stars: ✭ 66 (+247.37%)
Mutual labels:  import

import tool for IgorPro

General import tool for IgorPro for importing various data file formats.

Supported formats:

  • Agilent Binary Waveform *.bin
  • BESSYII EMP *.dat
  • Bruker Diffrac.Suite *.xye, *.xy
  • Canberra AccuSpec MCA *.mca
  • Canberra CNF *.cnf
  • ChiPlot *.chi
  • Createc *.dat
  • Crystallographic Binary Files *.cbf
  • DBWS *.dwb, *.rit, *.neu
  • EC-Lab raw *.mpr
  • EC-Lab text *.mpt
  • EXTECH ASCII log files *.txt
  • EXTECH BINARY log files *.AsmDat
  • FOURYA/XFIT/Koalariet *.xdd
  • Gwyddion 2.x *.gwy
  • Kratos Vision *.dset
  • LK-Tech AES *.dat
  • LK-Tech HREELS *.dat
  • Nanotec WSxM *.stp
  • NSLS beamline X15B *.dat
  • Omicron SCALA *.par
  • Phi Multipak *.spe
  • Philips RD raw scan *.rd, *.sd
  • Philips UDF *.udf
  • Princeton Instruments WinSpec *.spe
  • RIET7 *.dat, *.rit
  • Rigaku *.dat
  • SamView *.avg
  • Siemens/Bruker Diffrac-AT Raw *.raw
  • Siemens/Bruker Diffrac-AT UXD *.uxd
  • Sietronics Sieray CPI *.cpi
  • Spec ascan/a2scan *.csv
  • SpecsLab1 *.exp
  • SpecsLab2 *.xml and *.xy
  • Spectra *.#
  • SRI GC (PeakSimple) *.asc, *.chr, *.thu
  • SSRL ASCII EXAFS data *.dat
  • SSRL BINARY EXAFS data *.dat
  • SSRL µEXAFS data *.dat
  • UKSOFT2001 *.dat, *.dav
  • VAMAS *.vms
  • Varian Cary WinUV *.csv, *.dsw, *.bsw, *.csw
  • Veeco *.hdf
  • Veeco Nanoscope III *.#
  • VersaStudio data *.par
  • VG Scienta SES *.pxt, *.ibw, *.txt
  • WVASE32 *.dat
  • XAS Data Interchange *.xdi

Installation:

Copy the "Igor Procedures" folder to:

  • Mac OS X: /Users/<user>/Documents/WaveMetrics/Igor Pro 6 User Files/
  • Windows: <My Documents>\WaveMetrics\Igor Pro 6 User Files\

Howto:

There are several ways to use the file loader:

  • Use the multi file loader (macro menu) to change the flags and load multiple files at once
  • Call the procedures (<name>_load_data()) directly through the command window without parsing a parameter to load a single file
  • Call the procedures and parse an optional file ref (<name>_load_data(optfile=<fileref>))
  • Use the auto detection of the file type via the multi loader

Configuration:

In order to change the behaviour of the import tool change the settings (importflags) in import_loader.ipf or use the multi-loader GUI.

Requirements:

The following routines depend on ZIP.XOP (http://www.igorexchange.com/project/ZIP) in order to fully work:

  • Createc *.dat (only v2Z)

Authors

Credits:

  • Parts of the procedures are based on xylib by Marcin Wojdyr
  • Jan Ilavsky (Crystallographic Binary Files)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].