NOMAD CAMELS

NOMAD CAMELS: Configurable Application for Measurements, Experiments and Laboratory Systems - Published in JOSS (2024)

https://github.com/fau-lap/nomad-camels

Science Score: 100.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 4 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org
  • Committers with academic emails
    1 of 9 committers (11.1%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Scientific Fields

Earth and Environmental Sciences Physical Sciences - 83% confidence
Last synced: 6 months ago · JSON representation ·

Repository

We are developing a configurable measurement software (CAMELS), targeted towards the requirements of experimental solid-state physics. Here many experiments utilize a multitude of measurement devices used in dynamically changing setups.

Basic Info
Statistics
  • Stars: 15
  • Watchers: 1
  • Forks: 4
  • Open Issues: 2
  • Releases: 41
Created over 4 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Citation Zenodo

README.md

NOMAD CAMELS

Configurable Application for Measurements, Experiments and Laboratory Systems

NOMAD CAMELS is a configurable measurement software, targeted towards the requirements of experimental solid-state physics. Here many experiments utilize a multitude of measurement devices used in dynamically changing setups. CAMELS allows to define instrument control and measurement protocols using a graphical user interface (GUI). This provides a low entry threshold enabling the creation of new measurement protocols without programming knowledge or a deeper understanding of device communication. The GUI generates python code that interfaces with instruments and allows users to modify the code for specific applications and implementations of arbitrary instruments if necessary. Even large-scale distributed systems can be implemented. CAMELS generates FAIR-compliant data including rich metadata. NeXus standards, immediate NOMAD integration and hence a FAIRmat-compliant data pipeline can be readily implemented.

Documentation

For more information and documentation visit the documentation.

Publication

Please also see our publication in the Journal of Open Source Software (JOSS):

DOI

Changelog

1.8.8

Fixes: - fixed displaying readme and license of instruments - protocols with while-loops that went too far above 100% progress could break because of a negative estimated remaining time; now fixed - removed mesh of 2D plot, as it is not calculated correctly, depending whether x or y is the "inner loop"

1.8.7

Features: - right click on channel-table now allows to (un-)check all boxes in a column (can be reverted!)

Changes: - many improvements regarding the sample selection

Fixes: - fixed changing settings of manual controls - stopping stage control now more stable - fixed renaming instruments not taking effect sometimes - fixed new version of PySide6 breaking the plots - fixed tables sometimes loading in wrong order - aliases now "survive" when they are undefined - usage of an undefined alias in a protocol now throw an error before starting execution

1.8.6

Fixes: - fixed not starting up when using pythonw.exe

1.8.5

Features: - the protocol buttons now have the option to duplicate the protocol (a new protocol-configuration opens with a copy of the old protocol)

Changes: - hiding data-output selection for sub-protocol, simple- and ND-sweep, as only sub-stream works well - made sample selection NOMAD / non-NOMAD more clear - not asking whether to discard changes in protocol if no changes were made (works in most cases, sometimes still asking)

Fixes: - now correctly triggering fits of subprotocols - app symbol now shows correctly in task bar - fixed error "color" for edit sample and edit user info - installation of instruments was broken because of infinite waiting, now fixed - Fixed NOMAD entry selection, now not destroying communication anymore - fixed changing NOMAD Oasis URL in login dialog, now being saved

1.8.4

Features: - added functionality to create a new file after a given number of hours (file includes same metadata) - can rename channels and instruments for single protocol ("alias") to allow easier sharing of protocols - can now manually enter resource names for VISA instruments - added more visual feedback for boxes that have validity checks

Changes: - added a possible function that instruments can have to hide settings for a config sub-widget for change config step - reconfigured design of general protocol config - entry name not anymore showing up in filename - now only writing packages for startup when file does not exist yet, might improve startup speed - optics of splitters changed to make it easier to see them - changed the design of the settings window (not affecting any settings)

Fixes: - Change device config protocol step should now work again. - Made Change device config a bit clearer by removing settings that are not changed. - Default API host is 0.0.0.0 instead of 127.0.0.1. This allows all devices on the same network to access the API server. Make sure you firewall settings are adjusted accordingly. - Removed deprecated additional data from Fit-UI - Cannot make a Manual control with a name that is already in use anymore, i.e. not overwriting the old one - now warning when trying to log into central NOMAD as an oasis (which does not work, need to select "central NOMAD" for it)

1.8.3

UI-Improvements: - Next to the progress bar is now the elapsed time and an estimated remaining time - NOMAD entry selection vastly improved in speed - no more bad values in NOMAD entry selection - NOMAD entry selection layout slightly adjusted to better fit - NOMAD entry selection now remembers last selected entry (at least if it was in user scope)

Changes: - trying to improve sability of saved files if program crashes, by closing more often in between. Please contact us if you have issues! - many messages, that were previously only printed are now being logged - protocol-json of subprotocol now also in main protocol-json

Fixes: - progress bar does not jump back to 0 after going to 1 first - fixed broken file saving when queuing protocols - For-loop step now calculates progress bar value correctly when changing a variable that is used in the step - stage-control now also moves stage with "Go To" when it was moved away from same position by a protocol

1.8.2 UI-Improvements, minor fixes

UI-Improvements: - Notification when log in to NOMAD was (not) successful - Added a maximum height and scrollbar for description of protocol steps - Added more tooltips in the UI - modernized tooltip style - increased startup size of instrument management, to decrease number of resize-events - driver-builder now pre-creates the finalize-steps method - table with channels can now be sorted - read channels of gradient-descent step now same table type as for all other steps

Fixes: - instrument do not change anymore when "cancel" clicked in manage instruments - if default file association for .py is running python, protocols are not run anymore right away when opening externally, but instead revealed in os-file explorer - sometimes breaking for-loops or sweeps when point distance could not be calculated after copying or reloading should be fixed - ignore failed readings in simple sweep and ND-sweep now actually doing something

1.8.1 Fixed broken Plots in Loops

UI-Improvements: - Tabs now have an "x" button to close them (right-click still works)

Fixed: - Fixed plots in subprotocols not updating when called from loops (For Loop, Simple Sweep). - Error message now only appears once when trying to plot and fit something that is not being read - When adding a new protocol, the view does not jump back to the first tab anymore - Fixed broken export to csv files and prevent overwriting of existing csv files. - Deleting tabs now works again

1.8.0 Parallel Async Reading and New Plot Backend

Features: - can now asynchronously read channels during a running protocol

Changes: - Plots now use a different backend. Should make the run engine faster and more stable. Plots now run in their own threads and should not interefere as much with the main protocol execution. - Now saves data files with an .h5 file extension if no NeXus output was enabled. Only uses .nxs file extension if NeXus output is saved to the file. Should clarify that the standard CAMELS data files do NOT follow rigid NeXus standards. - Subprotocols always create a new data stream and entry in the data file

Fixed: - You can now run the same subprotocol multiple times. Each subprotocol execution creates it own data stream. This means the datafile has separate entires for each subprotocol run - When dragging / dropping a step in the protocol sequence, the moved step is now selected afterwards - Cannot drop a step in a simple sweep anymore - Manual controls could not work with channels that need to call trigger, now fixed - Made aborting a protocol more stable - Generic set and read manual control now closes its thread more stably - Fixed expression evaluation for subprotocols - Protocol and device description field is now max 130px high. After that it becomes scrollable.

1.7.2

Features: - Can now break loops in the if-step - Can now play a sound effect (select checkbox in settings) when protocol is doen

UI: - SimpleConfig of instruments now supports tool tips for config channels - Layout of SimpleConfig now scrollable and can support more / less columns - Stage control manual control with ctrl + arrow keys now also if some part of the control is selected

Fixed: - Changing plot color now does not always affect the first item anymore - Setting a number of plot points in the definition window now works again - Progress bar in wait sometimes crashed, now fixed - Updated custom function signal to better support list / tuple ... setting-types by handling kwargs from bluesky - Made plotting much more robust. You can now define multiple plots and read at multiple points in your protocol. The plots are only updated if data concerning the y-axis of your plot is actually read. - Updating instrument never worked, only installing, now fixed - Update all instruments now skips local drivers - Users and samples are now saved in a more robust way

1.7.1

Fixed: - Automatic upload to NOMAD fixed when also exporting to CSV

1.7.0 Browser plots and improved install

Features: - Can now show plots in the browser - Support of Python 3.9 is back! - Live comments now come with timestamps

Changes: - Cleaned up the protocol builder to only import modules when necessary - When selecting an upload for automatic upload to NOMAD, the Uploads drop-down list is now automatically updated. - Added warning and option to install flask, dash and plotly when selecting "Show plot in browser" - Installation and dependency management now via poetry to keep dependencies clean

Fixed: - Fits now have at least the number of data points in the plot view - Could insert variables at channel names in set channels and similar, now only possible for the value - Improved exception handling for instrument (un-)install

1.6.0 Ignore failed read, new manual control

Features: - Can ignore failed readings of specific channels now, so the protocol does not break if some sensor fails once - New manual control to generically set / read any kind of channel - Can now manually adjust size and position of plots in protocol configuration

Changes: - Order of steps in menu now alphabetically - Default value of read variables in "Read Channels" now True - In the Set Value Popup, now a messagebox asks, whether the user is sure if they click on "cancel"

Fixed: - Changelog is now actually shown - Waiting bars could crash if executed in a fast loop, now fixed

1.5.3 Less Confusion!

Changes: - No more confusion when opening a protocol configuration, cannot open the same twice anymore, but raises the already opened window to the front

Fixed: - ElapsedTime for List and 2D plots fixed - Not necessary to read channels when waiting for condition anymore (condition might be due to variable for example) - Driver builder does not create read-functions for set-channels anymore - List-plot can now display other types than numbers and bool again - Throwing an error when trying to execute python file without specifying a file - Variables in protocols run by a watchdog should now work - Replace with menu now looks as the others, cannot replace step with same type anymore

1.5.2 The team of NOMAD CAMELS wishes you a measuring christmas and bug-free new year!

Features: - Now showing the changelog after an update

Changes: - The log-window now has a maximum number of lines (default for the moment at 10000) - Menu of steps renamed from "Additional" to "Advanced"

Fixed: - Manage instruments could not be opened without internet connection, now fixed - Instruments that depend on others sometimes were closed in the wrong order, should now be fixed (example: first de-instantiate the PID, then its read / set channels) - Fixed a bug where in some Qt versions the window could not be loaded anymore by changing requirement of PySide6, fixed warning that happened in versions where it worked - Wrong movement of stage manual control when using buttons after keyboard move fixed - Read only config data (e.g. IDN for some instruments) were not read if they had a default value, now fixed

1.5.1

Features: - Can now live-control the variables of a protocol while it is running - Can now skip some datapoints in plotting, useful for long measurements to free up some memory or improve speed

Changes: - Added a button to the API settings that redirects you to the API documentation - Session now also creates a sub-folder

Fixed: - Opening the data path opened several windows in some cases, now fixed - Samples can now be deleted again - "Channels" or "Variables" do not appear in set value popup anymore if None of these are set - Tree of protocol sequence not scrolling back to the top anymore on every click - The button for adding a step now displays the same menu as a right click in the sequence - Folder with python files might have been missing on first start, now fixed

1.5.0 metadata structuring

Features: There is a new data output structure, making it clearer to understand, mostly consistent with old versions. The data / metadata are not saved in a rigid NeXus shape anymore. However, it is possible (turned on by default) to add the NX structure as an additional entry in the hdf5. If doing this, the data is not duplicated, everything is done by soft-links in the hdf5.

Fixed: - Can now paste again with ctrl+v in most outer part of protocol - Fixed throwing errors when entering bad values in variable-boxes - Removed additional appearance of plot_data in metadata


1.4.3

Features: - Can now make a protocol stop on an if condition

Changes in UI: - Steps now grouped in menu - Renamed plots button

Fixed: - Removed bad version numbers from metadata - Fixed an issue with the databroker catalog not being set - Channel-metadata is now consistent over several measurements (metadata was lost because of mutable datatype) - Plots from sub-steps are now in the data - Databroker should now load correclty again - Added export of bytes into json - Not always focusing the new box in tables anymore

1.4.2

Changes: - Improved the NOMAD identifier for samples, user and instruments

Fixed: - Fixed error from empty 2D plot - Fixed several issues with how the NOMAD Oasis URL is handled - Fixed session name not being used in data file

1.4.1 2D plot features

Features: - Clear plot now possible for 2D plots

- 2D plot now has maximum number of data points

Fixed: - Fixed compatibility of 2D plot with newer numpy versions (np.ptp(x) instead of x.ptp())

1.4.0 API improvements, clean protocol exit, more metadata

Features: - Added a new protocol step called API Call. This step allows you the user to call other APIs via HTTP requests. There is native support for CAMELS API calls. Results returned by the API calls can then be used in the following steps. - CAMELS API server now accessible from network. (Changed host setting to 0.0.0.0) - CAMELS API now lets you get a JSON string containing the protocol and all its settings - CAMELS API now lets you get a JSON string containing the current CAMELS settings. - A protocol to execute at the end of a protocol, no matter wether it finishes correctly or breaks can now be added - Instruments can now get metadata from ELNs

Changes: - Renamed comment / uncomment to enable / disable for protocol steps to make it more clear - Data passing from the Execute Python Script step was changed. Now should be more stable, as it looks for the Data between the ###Start Data und ###End Data strings. See our documentation for more details. - Refactored the way metadata is saved in instruments

Fixed: - Fixed a bug where a protocol would show multiple times - Installed version should now be found correctly when searching for updates - Removing / moving of buttons in tabs fixed - Requirement updated to camels suitcase 0.2.2, fixing datasets in instruments - Some raised exceptions now provide additional traceback - Errors raised by plots now only raised once, not for each datapoint - Number of datapoints set in plot definition now correctly taken over to plot - Fixed a bug that would stop users from logging in to the central NOMAD - Logging used a bad file handler that would stop logs, now corrected


1.3.1

Features: - API: Now adds a UUID to all protocol executions performed via API. Allows you to track and retrieve the results of each protocol run. - Set Value Popup step now allows to define comboboxes - Can allow prompt step to abort protocol now

Changes: - Resetting positions for plots at each run, hoping to keep plots visible for remote-sessions - Allowed for stopping a protocol during instrument instantiation

Fixed: - Removed unnecessary import in protocols - Having quotation marks in a prompt or a step description could break the protocol, now fixed - Fixed tabs on first startup of CAMELS - Fixed naming of empty tabs - Packages that could not be loaded might have hindered opening the instrument manager, now fixed - Making new preset now actually loads said one and does not overwrite the old one - API: Fixed changing variables of protocols already added to the queue - API: You can now use negative index in the API calls - Evaluator does not break on non-string inputs, but simply returns them - Fixed different read-channel steps when using a subprotocol - Fixed subprotocol evaluator not updating - Fixed usage of quotation marks for advanced instrument config step - When switching the preset, the tabs now load correctly - Tab order is now remembered - Log plots might not show correctly, now they have a minimum size - Quotation mark problems with protocol overview fixed - Links now open correctly on unix and mac - Ctrl+v now works in container-steps - Should now correctly handle /gui urls for NOMAD oasis - ElapsedTime now displays correctly in plots - Adding while-loop counter earlier to namespace so it can be part of the while condition - Fixed a bug where a short queued protocol would be run endlessly - When the most recent preset was no viable json, it might break camels, now the second newest will be loaded instead of breaking

1.3.0 API and Watchdogs

Major Features: - Added an API web server. The homepage http:\\localhost:<PORT> gives you an overview of the available API calls and how to use them. You need to create an API key in the settings to be able to use most of the API calls. You can get a list of the available protocols you can execute with GET /protocols and run a specific protocol by using POST /protocols/{protocol_name} For more information check the documentation. - Added a Watchdog feature to monitor certain values and execute operations when their condition is met.

Features: - The Execute Python Files step passes the current value of variables passed to the script if no value is entered in the value field. - "Shared" scope now possible in NOMAD sample selection - Added more metadata to instruments in the data

Changes: - Variable signal is now saved as group instead of dataset - Can now read variables also without channels - moved databroker catalog loading to import thread, should speed up starting

Fixed: - Can now save variables with non-scalar size - x-y plot now working with array-data again - Multiple occurances of same protocol in tab-dictionary in save-json removed - Pause would trigger unsubscribe of run-router for live data saving, now moved so it does not happen - List-plot now shows again on new data - Fixed a bug that would not allow extension-users to show up in data - Fixed bug where a custom function signal that does not use force-sequential would not work - Fixed bug that prevented fits from being displayed if the fit had many variables - Number of databroker files setting never did anything, now it does - Would upload wrong file to NOMAD if always new file


1.2.2

Features: - Included the protocol's json used by the configuration in CAMELS into the data file - Added functionality to replace loopsteps (instead of delete + add a new one) - Included exception handling for manual control threads and allow for restarting them on error - Added a progress bar functionality for the wait-step - Added conditional waiting to the wait-step - More info on python file step in protocol overview

Fixed: - Cannot move protocols or manual controls to empty tab containing the "+" button anymore - If instrument instantiation fails, only the actual error should now be raised - Improved thread stability of stage control - Plots that were once closed now behave correctly, not throwing an error on closing again and can be closed by the close plots button - Read Channels with the same channels but different state of reading variables now work - Search bar of menu of editable boxes now appears at the top instead of bottom - Cannot display empty menus for insert-variables anymore --> search does not break menu anymore

1.2.1

Features: - Added NOMAD metadata to NOMAD samples

Fixed: - For loop for which no distance was ever defined was broken, now fixed - Fixed bug that prevented the app from starting when no tabs were used before - Fixed issue with dots in paths

1.2.0

Features: - Data can now be exported to hdf5 during the measurement. This should remove long waiting times after running protocols with lots of data. - Added a filter functionality to the right-click menu when setting channels or variables. This filters all available channels, variables or functions by the string that is entered. - Added the Execute Python File loop step. This allows the user to specify a Python file and a Python environment to run the file with. The environment can either be the same as the one running CAMELS (default), a different already existing one, or is created dynamically by giving it the required packages and versions. The Python file can return (realized by printing) a dictionary with key value pairs. To read these, give the name of the key in the Values returned by the Python file list. - Added a tab that allows you to add new tabs simply by clicking it. - Point Distance can now be used for For-loops.

Changes: - Running a protocol with a subprotocol also builds the subprotocol now. This makes it easier to change sub-protocols for more complex measurement routines. - Start-min-max-stop sweeps in a for loop now behave differently, the number of points is now the total number of points, not the number between min and max

Fixed: - Description fields now change their size dynamically. - Filtering the channels by name does not break if no matches were found. - Filtering Set Channels now does not reset the value if the channel does not match the query. - Fixed the hide/show information when installing instruments


1.1.2

Fixed:

  • Removed empty fit parameters, which would cause an error before
  • Fixed requirement of pyepics, version 3.5.3 seems broken on windows, going back to version 3.5.2

1.1.1

Features: - parsing now understands physical constants with const.<constant_name> by using scipy.constants as const

Changes: - Now displaying errors together with fit values

Fixed: - Too little characters were allowed in plot labels, now most characters are allowed again - Failed fits do not throw an error that crashes the protocol anymore - Title and icon of plot windows

1.1.0

Features: - Protocols and manual controls are now sortable into tabs! - Protocols can now be run in a queue - Added possibility to force sequential on/off for single channels - Plots are now done with pyqtgraph, improving interactivity and performance

Fixed: - Plots being placed somewhere should now not kill the program anymore


1.0.6

Features: - Added an "owner" field to the samples, it is automatically populated when a new sample is created. This should stop cluttering the samples for all users. Only the current user's samples will show in the comboBox, or those without owner. - Added possibility to use instruments that generate their channels at runtime. - Added SequentialDevice that forces every call to the instrument to wait for the previous one to finish. - Added the *.py and *_ophyd.py file contents as metadata to each instrument in the final measurement file.

Fixed: - "Hide info" button in instrument installer now working

1.0.5

Changes: - Driver versions now have a separate branch on CAMELS_drivers to improve keeping them up to date - Same for extensions - Now checking filenames of protocols for invalid characters - Improved speed of looking for updates

Fixed: - Fixed checking for currently used version - Extensions can now actually be downloaded

1.0.4

Fixed: - NOMAD upload now uses the correct file if new file for every run - Dependency updated to python>=3.11.3

1.0.3

Changes: - Removed "environment" from saved hdf5 files, moved instrument information up on step in hirarchy - changed file extension to .nxs for better NOMAD integration

Fixed: - Fixed bug that prevented set panels from starting - Fixed issue with uploads to NOMAD if an unnamed upload exists - Fixed trigger for CustomFunctionSignalRO - Fixed parameters for custom function in fits

1.0.2

Features: - Added functionality to select path for exporting hdf5 to csv/json

Fixed: - You can now use new lines and special characters in the protocol description field. - If exporting hdf5 to csv/json and not specifying the path for the export, the path of the hdf5 should now be selected correctly

1.0.1

Features: - Now asking for the path, where to save measurement data when starting up CAMELS for the first time (or there is no preferences.json) - Added "Quit" button to file menu

Changes: - Changed the default configuration files path for linux and mac; now the user is asked at the first startup where to put configuration files and can set the path in the settings - Improved usability of moving steps in sequence

1.0.0

Features: - Fit values can now be displayed directly in the plot - Refactor device instantiation to be handled in another thread to keep the UI responsive, this might cause some problems with instrument-specific manual controls that are not yet updated accordingly - Added the plot point number to the definition already - It is now possible to not configure instruments when starting a protocol, this feature has to be used with caution! - Number of backuped preset files can now be curated. Possibilities are to keep all, only a certain number or "smart" way: all backups of the last 7 days, one for each of the last 30 days, one for each of the last 12 months and one for each year. - Old databroker files may now be removed. - Password protection may be enabled for changing settings or presets. May be useful if the responsible person does not want users to change anything, or for lab courses. - There is now an extension feature, the first extension provides a compatibility with eLabFTW - Can now save each run in its own file. - Can now open the save file path when right-clicking on a protocol. - Added a tool to export CAMELS hdf5 files to csv / json - Can now run from command line using "nomad-camels"

Changes: - The imports needed at a later time are now running in another thread after starting the main app to improve speed - Changed displayed window titles to show "NOMAD CAMELS" last - Changed displayed name to "NOMAD CAMELS" wherever found - Removed checkbox whether to plot an xy-plot, it is now always plotted - Added color to GUI buttons for better usability

Fixed: - Fixed export from databroker if the run failed such that no "stop" is in metadata - Plot widget now shows the table to change linestyle and markerstyle - Refactor file paths for cross-platform compatibility in devicedriverbuilder.py - Fix issue of stage control not updating set_channel when moving manually

0.2.3

Features:

  • Driver builder now not only for VISA, includes custom functions
  • Now allowing for non-string configs (e.g. other instruments)

Changes:

  • Changed order of channels to be above variables in context menu
  • Changed marker style to 'pixel' for 2D-plots
  • Changed driver information window, you can now toggle it on and off with the button in the instrument management

Fixed:

  • Fixed error when changing the sweep channel in the ND sweep step

0.2.2

Features: - Reading/Saving of variables ad Read_Channels is now possible, appears as an array in the data - Added a class for a waiting bar during protocols - Added support for NOMAD's new app token feature

Fixed: - Unwanted printing of packages in instrument-management fixed - Plots of sweeps or subprotocols of subprotocols should now also be added to the main-plot list, enabling closing on closing of CAMELS or via button - Error of screen object already being deleted should be fixed - Databroker export to csv improved for non simple 2D data - Time weight of sub protocols now handled correctly - Use abs for y axis should now be possible (again) - Color settings for material theme are now remembered when opening the settings

0.2.1

Minor features: - Callable functions for manual move of stage control - Now showing readme and license of drivers

Quality of life: - Waiting cursor during reference drive of stage control - Names of steps now appear in protocol overview

Fixed: - Fixed bug for showing non-number values / channels in list-plot - Fixed repeated firing of keyPress/ReleaseEvent in manual control of stage - Fixed all 3 axes being called when clicking "go-to" in stage control, even if not available - Fixed that Read_Channels steps could not be renamed

0.2.0

Major new feature: - Callable functions of instruments, that are not channels

Minor features: - Reference drive and stop of stage control are now callable functions

Quality of life: - Startup speed increased, but first run of protocol now slowed down - Added plot all available channels as possibility for List-Plot - Improved layout of set-panel

Fixed: - Can now set log scale when using only one y-axis - Now using settings of log-scale from definition window at startup of plot

0.1.9

New features: - Retry on error for VISA-devices - Set_Panel added as a new manual control, this may be used to easily control channels that often have to be set to certain values in preparation of an experiment

Quality of life: - Waiting cursor when adding instrument and it takes some time

Fixed: - Now the For-Loop (and children of it) display the "start - min - max - stop" preview correctly - Import of instruments should now work correctly when running protocol outside the UI - Int in instrument config is now saved as int - Pyvisa added to requirements to support local drivers

0.1.8

Fixed: - Finalize steps of instruments are now being called - Fixed issue with handing variables to subprotocol - Fixed update function for Windows, function for Unix/Mac not tested

0.1.7

Added functionalities: - Added functionality to import protocols

Fixed: - Fixed error message appearing when closing List-Plot - Fixed login for central NOMAD - fixed comment/uncomment of steps being saved correctly

0.1.6

Added functionalities: - Added capabilities to interact with NOMAD (Oasis), uploading files, getting user information and using a NOMAD entry as sample - Functionality to comment / uncomment steps in a protocol for testing / quickly changing a protocol

Fixed: - CAMELS should not crash completely anymore when an instrument cannot be initialised - Variables should mostly be refreshed for step configs without clicking around - add_metadata removed from CustomFunctionSignal - Search in channels-tables not case sensitive anymore - Fixed that protocol without plots starts QApplication when run outside CAMELS

0.1.5

  • Fixed the 'Update CAMELS' tool.\
  • Renamed input and output to read and set in the 'Update CAMELS' tool.\
  • Small fix to the VISA device builder.

0.1.4

  • Added a timeout setting to all VISA instruments. Setting the timeout determines how long the instrument waits after sending a command before raising a timeout exception

0.1.3

  • First stable and working release

0.1.0 to 0.1.2

  • ⚠ Broken releases due to minor bugs that were fixed in 0.1.3

Owner

  • Name: LAP@FAU
  • Login: FAU-LAP
  • Kind: organization
  • Email: lap-github@fau.de
  • Location: Erlangen, Germany

Lehrstuhl für Angewandte Physik, Department Physik, FAU Erlangen-Nürnberg

JOSS Publication

NOMAD CAMELS: Configurable Application for Measurements, Experiments and Laboratory Systems
Published
March 11, 2024
Volume 9, Issue 95, Page 6371
Authors
Alexander D. Fuchs ORCID
Lehrstuhl für Angewandte Physik, Department Physik, Friedrich-Alexander Universität Erlangen-Nürnberg, Germany., Physics Department and CSMB, Humboldt-Universität zu Berlin, Berlin, Germany.
Johannes A. f. Lehmeyer ORCID
Lehrstuhl für Angewandte Physik, Department Physik, Friedrich-Alexander Universität Erlangen-Nürnberg, Germany., Physics Department and CSMB, Humboldt-Universität zu Berlin, Berlin, Germany.
Heinz Junkes ORCID
Fritz-Haber-Institut, Berlin, Germany.
Heiko B. Weber ORCID
Lehrstuhl für Angewandte Physik, Department Physik, Friedrich-Alexander Universität Erlangen-Nürnberg, Germany.
Michael Krieger ORCID
Lehrstuhl für Angewandte Physik, Department Physik, Friedrich-Alexander Universität Erlangen-Nürnberg, Germany.
Editor
Sarath Menon ORCID

Citation (CITATION.cff)

cff-version: "1.2.0"
authors:
- family-names: Fuchs
  given-names: Alexander D.
  orcid: "https://orcid.org/0000-0003-1896-9242"
- family-names: Lehmeyer
  given-names: Johannes A. F.
  orcid: "https://orcid.org/0000-0003-2041-9987"
- family-names: Junkes
  given-names: Heinz
  orcid: "https://orcid.org/0000-0002-0218-4873"
- family-names: Weber
  given-names: Heiko B.
  orcid: "https://orcid.org/0000-0002-6403-9022"
- family-names: Krieger
  given-names: Michael
  orcid: "https://orcid.org/0000-0003-1480-9161"
contact:
- family-names: Krieger
  given-names: Michael
  orcid: "https://orcid.org/0000-0003-1480-9161"
doi: 10.5281/zenodo.10793952
message: If you use this software, please cite our article in the
  Journal of Open Source Software.
preferred-citation:
  authors:
  - family-names: Fuchs
    given-names: Alexander D.
    orcid: "https://orcid.org/0000-0003-1896-9242"
  - family-names: Lehmeyer
    given-names: Johannes A. F.
    orcid: "https://orcid.org/0000-0003-2041-9987"
  - family-names: Junkes
    given-names: Heinz
    orcid: "https://orcid.org/0000-0002-0218-4873"
  - family-names: Weber
    given-names: Heiko B.
    orcid: "https://orcid.org/0000-0002-6403-9022"
  - family-names: Krieger
    given-names: Michael
    orcid: "https://orcid.org/0000-0003-1480-9161"
  date-published: 2024-03-11
  doi: 10.21105/joss.06371
  issn: 2475-9066
  issue: 95
  journal: Journal of Open Source Software
  publisher:
    name: Open Journals
  start: 6371
  title: "NOMAD CAMELS: Configurable Application for Measurements,
    Experiments and Laboratory Systems"
  type: article
  url: "https://joss.theoj.org/papers/10.21105/joss.06371"
  volume: 9
title: "NOMAD CAMELS: Configurable Application for Measurements,
  Experiments and Laboratory Systems"

GitHub Events

Total
  • Create event: 21
  • Release event: 16
  • Issues event: 15
  • Watch event: 5
  • Delete event: 4
  • Issue comment event: 14
  • Push event: 568
  • Pull request review comment event: 21
  • Pull request review event: 54
  • Pull request event: 58
  • Fork event: 3
Last Year
  • Create event: 21
  • Release event: 16
  • Issues event: 15
  • Watch event: 5
  • Delete event: 4
  • Issue comment event: 14
  • Push event: 568
  • Pull request review comment event: 21
  • Pull request review event: 54
  • Pull request event: 58
  • Fork event: 3

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 2,051
  • Total Committers: 9
  • Avg Commits per committer: 227.889
  • Development Distribution Score (DDS): 0.296
Past Year
  • Commits: 678
  • Committers: 6
  • Avg Commits per committer: 113.0
  • Development Distribution Score (DDS): 0.304
Top Committers
Name Email Commits
Jo-Leh 8****h 1,443
A-D-Fuchs a****s@f****e 582
Kishan Govind d****d@g****m 13
Dr. Michael Krieger m****r@f****e 7
Andreas Raeder a****r@i****e 2
weidtn w****n@g****m 1
Nicolas CARPi n****t@d****l 1
ZZ FU Krieger f****r@f****e 1
NOMAD-CAMELS Team l****s@f****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 39
  • Total pull requests: 136
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 19 hours
  • Total issue authors: 12
  • Total pull request authors: 8
  • Average comments per issue: 1.69
  • Average comments per pull request: 0.04
  • Merged pull requests: 127
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 14
  • Pull requests: 61
  • Average time to close issues: 8 days
  • Average time to close pull requests: 1 day
  • Issue authors: 7
  • Pull request authors: 3
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.03
  • Merged pull requests: 54
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • 0kk33 (6)
  • A-D-Fuchs (6)
  • MatPopp (6)
  • Jo-Leh (4)
  • NicolasCARPi (4)
  • ktahar (2)
  • kgovind0001 (2)
  • SebLoUniv (2)
  • NilsNippe (1)
  • weidtn (1)
  • sebweb3r (1)
  • raederan (1)
Pull Request Authors
  • Jo-Leh (126)
  • A-D-Fuchs (29)
  • lapmk (7)
  • kgovind0001 (3)
  • NicolasCARPi (2)
  • srmnitc (2)
  • weidtn (2)
  • kyleniemeyer (1)
  • raederan (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 43
  • Total downloads:
    • pypi 6,561 last-month
  • Total dependent packages: 20
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 173
  • Total maintainers: 2
pypi.org: nomad-camels

CAMELS is a configurable measurement software, targeted towards the requirements of experimental solid-state physics.

  • Versions: 50
  • Dependent Packages: 18
  • Dependent Repositories: 1
  • Downloads: 1,032 Last month
Rankings
Dependent packages count: 1.0%
Average: 12.3%
Downloads: 14.1%
Dependent repos count: 21.6%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-demo-instrument

This packes provides everything to run a demo instrument for CAMELS

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 277 Last month
Rankings
Dependent packages count: 7.2%
Average: 24.2%
Dependent repos count: 41.2%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-keithley-220

Device driver for the Keithley 220 programmable current source.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 12 Last month
Rankings
Dependent packages count: 7.2%
Average: 24.2%
Dependent repos count: 41.2%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-agilent-34401a

Device driver for the Agilent 34401A digital multimeter.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 114 Last month
Rankings
Dependent packages count: 7.2%
Average: 24.2%
Dependent repos count: 41.2%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-ni-daq

This packes provides everything to communicate with a National Instruments DAQ instrument with NOMAD-CAMELS

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 111 Last month
Rankings
Dependent packages count: 7.2%
Average: 24.2%
Dependent repos count: 41.2%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-voltcraft-pps

Driver for communicating with a Voltcraft PPS power supply.

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 223 Last month
Rankings
Dependent packages count: 7.2%
Average: 24.2%
Dependent repos count: 41.2%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-pid

This package provides everything to run a PID Controller with.

  • Versions: 14
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 324 Last month
Rankings
Dependent packages count: 7.2%
Average: 24.2%
Dependent repos count: 41.2%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-keithley-2000

Device driver for the Keithley 2000 digitial multimeter.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 109 Last month
Rankings
Dependent packages count: 7.2%
Average: 24.2%
Dependent repos count: 41.2%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-keithley-237

Device driver for the Keithley 237 SMU.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 111 Last month
Rankings
Dependent packages count: 7.2%
Average: 24.2%
Dependent repos count: 41.2%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-keysight-b2912a

Device driver for the Keysight B2912A precision SMU.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 117 Last month
Rankings
Dependent packages count: 7.2%
Average: 24.2%
Dependent repos count: 41.2%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-keysight-e5270b

Device driver for the Keysight E5270B Precision IV Analyzer.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 112 Last month
Rankings
Dependent packages count: 7.2%
Average: 25.5%
Downloads: 28.1%
Dependent repos count: 41.2%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-cryovac-tic-500

Device driver for the Agilent 34401A digital multimeter.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 115 Last month
Rankings
Dependent packages count: 10.5%
Forks count: 18.9%
Stargazers count: 22.7%
Average: 27.8%
Dependent repos count: 59.0%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-demo-source-measure-unit

This packes provides everything to run a demo instrument for CAMELS

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 243 Last month
Rankings
Dependent packages count: 9.7%
Forks count: 19.4%
Stargazers count: 23.2%
Average: 29.1%
Dependent repos count: 64.1%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-zurichinstruments-uhfli-600

Instrument driver for zurichinstruments_uhfli_600 for NOMAD CAMELS

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 109 Last month
Rankings
Dependent packages count: 9.4%
Average: 31.2%
Dependent repos count: 53.0%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-agilent-33220a

Device driver for the Agilent 33220a function generator.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 216 Last month
Rankings
Dependent packages count: 9.7%
Average: 32.0%
Dependent repos count: 54.3%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-agilent-34970

Driver for communicating with a Voltcraft PPS power supply.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 113 Last month
Rankings
Dependent packages count: 9.9%
Average: 32.7%
Dependent repos count: 55.6%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-voltcraft-psp

Driver for communicating with a Voltcraft PPS power supply.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 209 Last month
Rankings
Dependent packages count: 9.9%
Average: 32.7%
Dependent repos count: 55.6%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-agilent-e363x

Driver for communicating with a Voltcraft PPS power supply.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 110 Last month
Rankings
Dependent packages count: 9.9%
Average: 32.7%
Dependent repos count: 55.6%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-leybold-c-move-1250

Driver for communicating with a Voltcraft PPS power supply.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 110 Last month
Rankings
Dependent packages count: 9.9%
Average: 32.7%
Dependent repos count: 55.6%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-eurotherm-bisynch

Device driver for the Agilent 34401A digital multimeter.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 110 Last month
Rankings
Dependent packages count: 10.4%
Average: 34.5%
Dependent repos count: 58.6%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-eurotherm-bisynch

Device driver for the Agilent 34401A digital multimeter.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 10.4%
Average: 34.6%
Dependent repos count: 58.8%
Maintainers (1)
Last synced: 11 months ago
pypi.org: nomad-camels-driver-sweepme-device

Instrument driver wrapper to enable usage of SweepMe! drivers

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 114 Last month
Rankings
Dependent packages count: 9.6%
Average: 36.4%
Dependent repos count: 63.1%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-extension-elabftw

Extension for communication with eLabFTW

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 111 Last month
Rankings
Dependent packages count: 9.7%
Average: 36.8%
Dependent repos count: 63.9%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-sandbox

This package provides a sandbox for NOMAD CAMELS for demo purposes.

  • Versions: 7
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 228 Last month
Rankings
Dependent packages count: 9.7%
Average: 36.9%
Dependent repos count: 64.1%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-demo-digital-multimeter

This packes a demo SMU instrument for the NOMAD CAMELS sandbox

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 226 Last month
Rankings
Dependent packages count: 9.7%
Average: 36.9%
Dependent repos count: 64.1%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-rhode-and-schwarz-smp-02

Basic instrument driver for the Rhode and Schwarz microwave amplifier SMP 02.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 10 Last month
Rankings
Dependent packages count: 10.0%
Average: 37.8%
Dependent repos count: 65.7%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-lakeshore-f41

Basic instrument driver for the Lakeshore teslameter F41.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 11 Last month
Rankings
Dependent packages count: 10.0%
Average: 37.8%
Dependent repos count: 65.7%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-zaber-rst240b-e08

Basic instrument driver for the Zaber rotation stage RST240B E08.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 11 Last month
Rankings
Dependent packages count: 10.0%
Average: 37.8%
Dependent repos count: 65.7%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-andor-newton

This package provides everything to run an Andor Newton CCD.

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 202 Last month
Rankings
Dependent packages count: 10.0%
Average: 37.9%
Dependent repos count: 65.8%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-andor-shamrock-500

This package provides everything to run an Andor Shamrock 500 spectrometer.

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 213 Last month
Rankings
Dependent packages count: 10.0%
Average: 37.9%
Dependent repos count: 65.8%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-thorlabs-k10cr1

Instrument driver for the Thorlabs K10CR1 rotation mount for NOMAD-CAMELS

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 223 Last month
Rankings
Dependent packages count: 7.4%
Average: 38.0%
Dependent repos count: 68.7%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-thorlabs-mff

Instrument driver for Thorlabs motorized flip mounts for NOMAD-CAMELS

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 202 Last month
Rankings
Dependent packages count: 7.4%
Average: 38.0%
Dependent repos count: 68.7%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-thorlabs-tlpm

Instrument driver for Thorlabs powermeters for NOMAD-CAMELS

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 213 Last month
Rankings
Dependent packages count: 7.4%
Average: 38.0%
Dependent repos count: 68.7%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-mechonics-cu30cl

Device driver for the Mechonics CU30 closed loop stage controller.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 112 Last month
Rankings
Dependent packages count: 7.4%
Average: 38.0%
Dependent repos count: 68.7%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-pi-stage-e709

Instrument driver for PI E709 piezo stage for NOMAD-CAMELS

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 112 Last month
Rankings
Dependent packages count: 7.4%
Average: 38.0%
Dependent repos count: 68.7%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-trinamic-tmcm-1110

Instrument driver for Trinamic TMCM 1110 for NOMAD-CAMELS

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 206 Last month
Rankings
Dependent packages count: 7.4%
Average: 38.0%
Dependent repos count: 68.7%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-swabianinstruments-timetagger

Instrument driver for a SwabianInstruments TimeTagger for NOMAD-CAMELS

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 211 Last month
Rankings
Dependent packages count: 7.4%
Average: 38.0%
Dependent repos count: 68.7%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-cam-control-pylablib

This packes allows you to communicate with Cam-Control by pylablibs.

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 110 Last month
Rankings
Dependent packages count: 7.4%
Average: 38.2%
Dependent repos count: 69.1%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-keithley-6221

Basic instrument driver for the Keithley current source 6221

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 11 Last month
Rankings
Dependent packages count: 7.5%
Average: 38.5%
Dependent repos count: 69.6%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-keithley-2182a

Basic instrument driver for the Keithley nanovoltmeter 2182a.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 9 Last month
Rankings
Dependent packages count: 7.5%
Average: 38.5%
Dependent repos count: 69.6%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-thorlabs-ddr-25

Basic instrument driver for the Thorlabs rotation stage DDR 25.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 9 Last month
Rankings
Dependent packages count: 7.5%
Average: 38.5%
Dependent repos count: 69.6%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-zurich-instruments-mfli

Basic instrument driver for the Zurich Instruments lock-in amplifier MFLI.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 12 Last month
Rankings
Dependent packages count: 9.9%
Average: 38.8%
Dependent repos count: 67.8%
Maintainers (1)
Last synced: 6 months ago
pypi.org: nomad-camels-driver-keithley-2400

Device driver for the Keithley 2400 source measure unit.

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 128 Last month
Rankings
Dependent packages count: 10.1%
Average: 39.0%
Downloads: 39.9%
Dependent repos count: 67.1%
Maintainers (1)
Last synced: 6 months ago

Dependencies

requirements.txt pypi
  • HeapDict >=1.0.1
  • Jinja2 >=3.1.2
  • MarkupSafe >=2.1.1
  • PIMS >=0.6.1
  • Pillow >=9.1.1
  • Pint >=0.19.2
  • PyQt5 >=5.15.6
  • PyYAML >=6.0
  • Pygments >=2.12.0
  • QDarkStyle >=3.1
  • QtPy >=2.1.0
  • appdirs >=1.4.4
  • asciitree >=0.3.3
  • asteval >=0.9.27
  • asttokens >=2.0.5
  • attrs >=21.4.0
  • backcall >=0.2.0
  • bluesky >=1.8.3
  • bluesky-widgets >=0.0.12
  • boltons >=21.0.0
  • cachetools >=5.2.0
  • certifi >=2022.5.18.1
  • cloudpickle >=2.1.0
  • colorama >=0.4.4
  • cycler >=0.11.0
  • dask >=2022.5.2
  • databroker >=1.2.5
  • decorator >=5.1.1
  • doct >=1.0.5
  • entrypoints >=0.4
  • executing >=0.8.3
  • fasteners >=0.17.3
  • fonttools >=4.33.3
  • fsspec >=2022.5.0
  • future >=0.18.2
  • h5py >=3.7.0
  • humanize >=4.1.0
  • idna >=3.3
  • imageio >=2.19.3
  • intake >=0.6.4
  • ipython >=8.4.0
  • jedi >=0.18.1
  • jsonschema >=4.6.0
  • kiwisolver >=1.4.2
  • lmfit >=1.0.3
  • locket >=1.0.0
  • matplotlib >=3.5.2
  • mongoquery >=1.4.2
  • msgpack >=1.0.4
  • networkx >=2.8.3
  • nidaqmx >=0.6.3
  • numcodecs >=0.9.1
  • numpy >=1.22.4
  • ophyd >=1.6.4
  • packaging >=21.3
  • pandas >=1.4.2
  • parso >=0.8.3
  • partd >=1.2.0
  • pickleshare >=0.7.5
  • pip >=21.1.2
  • prettytable >=3.3.0
  • pyepics >=3.5.1
  • pymongo >=4.1.1
  • pyparsing >=3.0.9
  • pyrsistent >=0.18.1
  • pyserial >=3.5
  • python-dateutil >=2.8.2
  • pytz >=2022.1
  • requests >=2.28.0
  • scipy >=1.8.1
  • setuptools >=57.0.0
  • six >=1.16.0
  • slicerator >=1.1.0
  • tifffile >=2022.5.4
  • toolz >=0.11.2
  • tqdm >=4.64.0
  • traitlets >=5.3.0
  • tzlocal >=4.2
  • uncertainties >=3.1.7
  • urllib3 >=1.26.9
  • wcwidth >=0.2.5
  • wheel >=0.36.2
  • xarray >=2022.3.0
  • zarr >=2.11.3
  • zict >=2.2.0
.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • tlambert03/setup-qt-libs v1 composite
.github/workflows/pages.yml actions
  • actions/checkout v3 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v2 composite
  • actions/setup-python v4 composite
  • actions/upload-pages-artifact v1 composite
pyproject.toml pypi