No description
  • Python 78.7%
  • Jupyter Notebook 16.5%
  • C++ 2.3%
  • Emacs Lisp 1%
  • Makefile 0.7%
  • Other 0.8%
Find a file
Stephan I. Böttcher 928e002788 v10.1: add DC estimate to OP heater setpoint.
The ppss table misses the dc_estimate parameter for the operational
heater setpoint.  The regulator is a purely proportional.  The
charactristic is very nonlinear.  The dc_estimate account for the
required DC to turn on the transistor and reach the required power.

This patch reprograms the PPSS entry that kicks the operational heater
once per minute.
2024-06-26 10:46:32 +02:00
solo v10.1: add DC estimate to OP heater setpoint. 2024-06-26 10:46:32 +02:00
.gitignore Merge branch 'master' into step_v7_dev 2021-09-20 14:50:13 +02:00
README.md Update requirements in README.md 2019-11-18 15:21:36 +01:00
requirements.txt Add GitPython to required packages 2019-11-15 16:07:05 +01:00
setup.py No longer depend on GitPython 2019-11-18 14:33:01 +01:00
solopath solopath: --profile=solopath 2021-05-18 22:38:48 +02:00
solopath.py step patch 8.3: reset counters after readout, at 60s cadence 2022-05-07 22:06:48 +02:00
solopath_noninter Add non-interactive solopath. 2021-02-08 18:01:56 +01:00

SolO Configurations

This is a fork of Stephan's SVN repo eda/python containing the configuration of our Solar Orbiter instruments.

Solar Orbiter Logo EPD Logo

Requirements

  • python3 (v. 3.5+)
  • numpy (v. 1.0+)

Installation

The easiest way to install solo_config is using pip. This way, all dependencies are automatically installed.

    $ pip3 install --user git+https://gitlab.physik.uni-kiel.de/solo/solo_config.git

If you are asked for them, input your GitLab credentials afterwards.

To update to the newest version, use

    $ pip3 install --upgrade --user git+https://gitlab.physik.uni-kiel.de/solo/solo_config.git

If you want to install solo_config for all users on a machine instead of only for your account, you can remove the --user option and add sudo as a prefix. If you are using a virtual environment (virtualenv), the --user option should be omitted as well.