New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rawplot

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rawplot - pypi Package Compare versions

Comparing version
0.9.9
to
0.9.10
+1
-1
PKG-INFO
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)