rawplot
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: rawplot | ||
| Version: 0.9.9 | ||
| Version: 0.9.10 | ||
| Summary: Plotting tools to analyze and characterize RGB imagers using Bayer raw images | ||
@@ -5,0 +5,0 @@ Author-email: Rafael González <rafael08@ucm.es>, Jaime Zamorano <jzamoran@ucm.es> |
| Metadata-Version: 2.1 | ||
| Name: rawplot | ||
| Version: 0.9.9 | ||
| Version: 0.9.10 | ||
| Summary: Plotting tools to analyze and characterize RGB imagers using Bayer raw images | ||
@@ -5,0 +5,0 @@ Author-email: Rafael González <rafael08@ucm.es>, Jaime Zamorano <jzamoran@ucm.es> |
@@ -15,3 +15,3 @@ # file generated by setuptools_scm | ||
| __version__ = version = '0.9.9' | ||
| __version_tuple__ = version_tuple = (0, 9, 9) | ||
| __version__ = version = '0.9.10' | ||
| __version_tuple__ = version_tuple = (0, 9, 10) |
@@ -319,3 +319,3 @@ # -*- coding: utf-8 -*- | ||
| gain = gain * (e_ / u.adu) | ||
| detector_current = (((signal * u.adu * gain)) / (metadata["exposure"] * u.s)).decompose() | ||
| detector_current = (((signal * u.adu * gain)) / (exptime * u.s)).decompose() | ||
| area_ratio = (reference.meta['Photosensitive area'] / (pixel_area * (u.um ** 2))).decompose() | ||
@@ -322,0 +322,0 @@ log.info("AREA RATIO = %s / %s = %s", reference.meta['Photosensitive area'], (pixel_area * (u.um ** 2)), area_ratio) |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1820143
0