-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheck.py
More file actions
31 lines (26 loc) · 719 Bytes
/
Copy pathcheck.py
File metadata and controls
31 lines (26 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# check.py
#
# (c) 2012 Konstantin Sering, Nora Umbach, Dominik Wabersich
# <colorlab[at]psycho.uni-tuebingen.de>
#
# GPL 3.0+ or (cc) by-sa (http://creativecommons.org/licenses/by-sa/3.0/)
#
# content:
#
# input: --
# output: --
#
# created 2012-05-29 KS
# last mod 2013-01-01 10:43 KS
"""
This module bundles some functions to check if a calibration for the tubes
and the monitor still holds.
It gives the possibility to measure the colors on the wall and on the
monitor with a photometer or to just present the corresponding values on
the monitor and on the screen to see with your own visual system, if they
still match.
"""
raise NotImplementedError("")
# TODO