Add data
Browse files- data/photocurrent_data/Information about Si_256 and Si_2_256 datasets.txt +30 -0
- data/photocurrent_data/Si_256.TXT +0 -0
- data/photocurrent_data/Si_256.npy +3 -0
- data/photocurrent_data/Si_256.png +3 -0
- data/photocurrent_data/Si_256_512x512.npy +3 -0
- data/photocurrent_data/Si_256_512x512.png +3 -0
- data/photocurrent_data/Si_256_clipped.png +3 -0
- data/photocurrent_data/Si_256_drift_plot.png +3 -0
- data/photocurrent_data/Si_256_hadamard_measurement_vector.npy +3 -0
- data/photocurrent_data/Si_256_measurement_data.npy +3 -0
- data/photocurrent_data/Si_256_reconstructed_image.npy +3 -0
- data/photocurrent_data/Si_256_reconstructed_image.png +3 -0
- data/photocurrent_data/Si_256_spyrit_reconstructed_image.npy +3 -0
- data/photocurrent_data/Si_256_spyrit_reconstructed_image.png +3 -0
- data/photocurrent_data/Si_2_256.TXT +0 -0
- data/photocurrent_data/Si_2_256.npy +3 -0
- data/photocurrent_data/Si_2_256.png +3 -0
- data/photocurrent_data/Si_2_256_512x512.npy +3 -0
- data/photocurrent_data/Si_2_256_512x512.png +3 -0
- data/photocurrent_data/Si_2_256_clipped.png +3 -0
- data/photocurrent_data/Si_2_256_drift_plot.png +3 -0
- data/photocurrent_data/Si_2_256_hadamard_measurement_vector.npy +3 -0
- data/photocurrent_data/Si_2_256_measurement_data.npy +3 -0
- data/photocurrent_data/Si_2_256_reconstructed_image.npy +3 -0
- data/photocurrent_data/Si_2_256_reconstructed_image.png +3 -0
- data/photocurrent_data/Si_2_256_spyrit_reconstructed_image.npy +3 -0
- data/photocurrent_data/Si_2_256_spyrit_reconstructed_image.png +3 -0
- data/photocurrent_data/drift_plot.png +3 -0
- data/photocurrent_data/example_CIGS_256x256.npy +3 -0
- data/photocurrent_data/example_measurement_data.txt +37 -0
- data/photocurrent_data/example_organic_256x256.npy +3 -0
- data/photocurrent_data/example_perovskite_256x256.npy +3 -0
- data/photocurrent_data/example_silicon_256x256.npy +3 -0
- data/photocurrent_data/example_silicon_512x512.npy +3 -0
- data/photocurrent_data/photocurrent_data_description.txt +1 -0
data/photocurrent_data/Information about Si_256 and Si_2_256 datasets.txt
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
1. This is the description of the 2 datasets (4 files in total) of photocurrent mapping of 2 different samples:
|
| 2 |
+
- a 2 cm x 2 cm silicon photovoltaic device (Si_2_256)
|
| 3 |
+
- a 10 cm x 10 cm silicon photovoltaic device (Si_256)
|
| 4 |
+
the devices were measured using NPL's projection based photocurrent mapping measurement system, using Hadamard patterns. the raw measurements acquired are included in the .txt files. The reconstructed current map (100% samples used, no undersampling) is provided in the .txt.map file in each case.
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
2. The .txt file contains the raw measurements. For each Hadamard order there are two patterns projected on the sample, a positive and a negative pattern, with the photocurrent response measured in each case (in A, Amperes). an example is given below, with comments after the % symbol:
|
| 8 |
+
|
| 9 |
+
Pattern Index Measured current (A)
|
| 10 |
+
0.00000000E+0 -7.37760591E-3 %<---- Zero order Hadamard positive pattern
|
| 11 |
+
0.00000000E+0 -1.21208239E-5 %<---- Zero order Hadamard negative pattern
|
| 12 |
+
1.00000000E+0 -3.65906235E-3 %<---- First order Hadamard positive pattern
|
| 13 |
+
-1.00000000E+0 -3.71676451E-3 %<---- First order Hadamard positive pattern
|
| 14 |
+
-2.00000000E+0 -3.42848764E-3 %<---- Second order Hadamard positive pattern
|
| 15 |
+
2.00000000E+0 -3.94105072E-3 %<---- Second order Hadamard positive pattern
|
| 16 |
+
|
| 17 |
+
these measurements are the raw photocurrent measurements of the sample for each projected pattern. The Hadamard ordering we are using are [Andrew to confirm]
|
| 18 |
+
|
| 19 |
+
3. Using the raw data, one can reconstruct a current map using the inverse Hadamard transform. The dataset one needs for this is the difference between the positive and the negative pattern each time.
|
| 20 |
+
|
| 21 |
+
Hadamard patterns consist of ones and minus ones. Nevertheless, in our projection system we can only project patterns where at each pixel you have light, and no light, negative light does not exist! Hence we project the normal Hadamard pattern with ones and zeros (instead of minus one - positive pattern) and the same pattern but with zeros and ones (inverted - negative pattern). To process the measurements, one would subtract the negative from the positive to get the difference, which is used to reconstruct the map.
|
| 22 |
+
|
| 23 |
+
4. Both maps are 256 x 256 pixels
|
| 24 |
+
|
| 25 |
+
For more information contact:
|
| 26 |
+
George Koutsourakis george.koutsourakis@npl.co.uk
|
| 27 |
+
Andrew Thompson andrew.thompson@npl.co.uk
|
| 28 |
+
James Blakesley james.blakesley@npl.co.uk
|
| 29 |
+
|
| 30 |
+
|
data/photocurrent_data/Si_256.TXT
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/photocurrent_data/Si_256.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:945b2ac9be7b5918dfc9c368fc219d1ff8d2a1acd8b8e995cf0d82e24a9e10be
|
| 3 |
+
size 2097280
|
data/photocurrent_data/Si_256.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/Si_256_512x512.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:945b2ac9be7b5918dfc9c368fc219d1ff8d2a1acd8b8e995cf0d82e24a9e10be
|
| 3 |
+
size 2097280
|
data/photocurrent_data/Si_256_512x512.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/Si_256_clipped.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/Si_256_drift_plot.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/Si_256_hadamard_measurement_vector.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b102827dfadd6e3c968159a52fe88c2900f55f614268b075a577cde85ef9acde
|
| 3 |
+
size 524416
|
data/photocurrent_data/Si_256_measurement_data.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0867f640c7becd88491f411ae8451c5de6333d6b70d90d160e220a77df528771
|
| 3 |
+
size 2097280
|
data/photocurrent_data/Si_256_reconstructed_image.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccf6fed9c18dde44c4409e87919ef4925f1e3977ed9552ec303217cf72a3704b
|
| 3 |
+
size 262272
|
data/photocurrent_data/Si_256_reconstructed_image.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/Si_256_spyrit_reconstructed_image.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07fbfe369cfb5d756d00677ccaa1001e73e63dda3feabb83f4ee88676e7647b9
|
| 3 |
+
size 262272
|
data/photocurrent_data/Si_256_spyrit_reconstructed_image.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/Si_2_256.TXT
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/photocurrent_data/Si_2_256.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14fc93a9e93adba1a1c11a5c7d19015ce7fed1cec7f8a39bc12f91aba9d8d343
|
| 3 |
+
size 2097280
|
data/photocurrent_data/Si_2_256.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/Si_2_256_512x512.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14fc93a9e93adba1a1c11a5c7d19015ce7fed1cec7f8a39bc12f91aba9d8d343
|
| 3 |
+
size 2097280
|
data/photocurrent_data/Si_2_256_512x512.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/Si_2_256_clipped.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/Si_2_256_drift_plot.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/Si_2_256_hadamard_measurement_vector.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87f8afe82d87b7bd5ec17457649a84c6d6e7b40ce6317b2a138caf4ab1496b7c
|
| 3 |
+
size 524416
|
data/photocurrent_data/Si_2_256_measurement_data.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1bef0102877d8b195e1bf276b14fa72dd79eb791a1e95b1b80a4b2ae134b672
|
| 3 |
+
size 2097280
|
data/photocurrent_data/Si_2_256_reconstructed_image.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e78fddcae0557caa0119927bc742d262c33aef85c202417dc1de7a076795696
|
| 3 |
+
size 262272
|
data/photocurrent_data/Si_2_256_reconstructed_image.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/Si_2_256_spyrit_reconstructed_image.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4394be6f401436a2e1139fa4c567e36777e868755ad607652266ec68de63ee46
|
| 3 |
+
size 262272
|
data/photocurrent_data/Si_2_256_spyrit_reconstructed_image.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/drift_plot.png
ADDED
|
Git LFS Details
|
data/photocurrent_data/example_CIGS_256x256.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f041cbd02cee9273330e886a3710776b975a42ccdb5a20b4534a136dd87143ed
|
| 3 |
+
size 524416
|
data/photocurrent_data/example_measurement_data.txt
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Output from Current mapping V2
|
| 2 |
+
|
| 3 |
+
Pattern Index Measured current (A)
|
| 4 |
+
0 -7.37760591E-3 %<---- Zero order Hadamard positive pattern
|
| 5 |
+
-0 -1.21208239E-5 %<---- Zero order Hadamard negative pattern
|
| 6 |
+
1 -3.65906235E-3 %<---- First order Hadamard positive pattern
|
| 7 |
+
-1 -3.71676451E-3 %<---- First order Hadamard negative pattern
|
| 8 |
+
-2 -3.42848764E-3 %<---- Second order Hadamard negative pattern
|
| 9 |
+
2 -3.94105072E-3 %<---- Second order Hadamard positive pattern
|
| 10 |
+
-3 -3.66897412E-3
|
| 11 |
+
3 -3.70271425E-3
|
| 12 |
+
-4 -3.75217006E-3
|
| 13 |
+
4 -3.62834115E-3
|
| 14 |
+
-5 -6.29545434E-3
|
| 15 |
+
5 -1.08624884E-3
|
| 16 |
+
-6 -3.74282921E-3
|
| 17 |
+
6 -3.63866788E-3
|
| 18 |
+
-7 -3.87284080E-3
|
| 19 |
+
7 -3.50183586E-3
|
| 20 |
+
-8 -3.56461227E-3
|
| 21 |
+
8 -3.81642808E-3
|
| 22 |
+
-9 -3.66546225E-3
|
| 23 |
+
9 -3.71354506E-3
|
| 24 |
+
10 -1.54606425E-3
|
| 25 |
+
-10 -5.81768411E-3
|
| 26 |
+
-11 -3.68815990E-3
|
| 27 |
+
11 -3.68544175E-3
|
| 28 |
+
-12 -3.68479285E-3
|
| 29 |
+
12 -3.68706818E-3
|
| 30 |
+
13 -3.59447012E-3
|
| 31 |
+
-13 -3.77143103E-3
|
| 32 |
+
-14 -3.64053661E-3
|
| 33 |
+
14 -3.72985117E-3
|
| 34 |
+
-15 -2.17455802E-3
|
| 35 |
+
15 -5.20006015E-3
|
| 36 |
+
...
|
| 37 |
+
...
|
data/photocurrent_data/example_organic_256x256.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eecfec11d9815091f7a7ac16784629b0f54063701ade5b4c897da583aef6d07
|
| 3 |
+
size 524416
|
data/photocurrent_data/example_perovskite_256x256.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75be977826f6161b7735e025a4517aa3c08f14f97e942fce6d623445bae23def
|
| 3 |
+
size 524416
|
data/photocurrent_data/example_silicon_256x256.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:856a618714ca958c7262a8ecbdb48b73b84d8dbb0d37e5270b3e122574092937
|
| 3 |
+
size 524416
|
data/photocurrent_data/example_silicon_512x512.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dab7288bdc475e3f34c2252b1e5ed6a18082256f31f5aa187dbbd28ea53bc54d
|
| 3 |
+
size 1048704
|
data/photocurrent_data/photocurrent_data_description.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[text here]
|