Skip to content

neutrons/finddata

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1468ac · Feb 10, 2025

History

89 Commits
Feb 6, 2025
Feb 6, 2025
Feb 5, 2025
Mar 23, 2016
Aug 5, 2024
Feb 10, 2025
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024
Feb 6, 2025
Jul 26, 2016
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Aug 5, 2024

Repository files navigation

finddata

A program to find data files using ONCat.

Installation

Put finddata somewhere in your path (i.e. /usr/local/bin). If you want to use finddata.publish_plot(), the configuration file /etc/autoreduce/post_processing.conf must be in place with the url and credentials. It is advised that this be readable only by the process using the functionality.

python -m build; pip install .

Optional bash completion

`pip install .[bashcompletion]