The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lab::Measurement - Log, describe and plot data on the fly

SYNOPSIS

  use Lab::Measurement;
  

DESCRIPTION

This 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 entire stack can be loaded by a simple

  use Lab::Measurement;

command; further required modules will be imported on demand.

SEE ALSO

Lab::XPRESS
http://www.labmeasurement.de

AUTHOR/COPYRIGHT

 Copyright 2004-2006 Daniel Schröer (L<http://www.danielschroeer.de>)
 Copyright      2016 Andreas K. Hüttel

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.