NAME
Lab::Measurement - Log, describe and plot data on the fly
VERSION
version 3.850
SYNOPSIS
use Lab::Measurement;
However, by now you probably want to use the following instead:
use Lab::Moose;
DESCRIPTION
The Lab::Measurement module distribution simplifies the task of running a measurement, writing the data to disk and keeping track of necessary meta information that usually later you don't find in your lab book anymore.
If your measurements don't come out nice, it's not because you were using the wrong software.
The actual Lab::Measurement module belongs to the deprecated legacy module stack. We are in the process of re-writing the entire code base using Modern Perl techniques and the Moose object system. Please port your code to the new API; its documentation can be found on the Lab::Measurement homepage.
SEE ALSO
- Lab::Measurement::Manual
- Lab::Measurement::Tutorial
- Lab::Measurement::Roadmap
- https://www.labmeasurement.de/
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by the Lab::Measurement team; in detail:
Copyright 2005-2006 Daniel Schroeer
2011 Andreas K. Huettel
2012 Alois Dirnaichner, Andreas K. Huettel, David Kalok, Hermann Kraus
2013 Andreas K. Huettel
2014 Christian Butschkow
2016 Andreas K. Huettel, Simon Reinhardt
2017-2018 Andreas K. Huettel
2019 Simon Reinhardt
2020 Andreas K. Huettel
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.