Skip to main content

Utility and styling functions for A. Mueller's phd thesis

Project description

SNSPHD

This is a python package of utility and styling functions used for:

Optimization Techniques for Single Photon Detection and Quantum Optics

A Thesis by Andrew Mueller
In Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy in Applied Physics

This packages is made of 6 parts:

viz

  • Styling related functions and presets. This is used to give matplotlib and bokeh plots a custom style as seen in the thesis.
  • the viz.save_light_dark_all() function is used to save light-mode and dark-mode compatible figures, as well as a .pdf version of use in latex documents. It does not change color properties via rcParams, and therefore does not require changes to code before or involved with the initialization of a figure. viz.save_light_dark_all() just has to run at the end of a script or notebook cell, the same way plt.savefig() would be used. It traverses the figure DOM and modifies styling of a number of elements including lines, errorbars, legends, imshow() images, and other things.

light_dark

obj

  • Includes the DataObj class used for exporting and importing python classes as structured json files. Objects containing numpy arrays are exported using orjson, and re-cast into numpy arrays on import. The library follows some basic rules in order to determine what sub-objects should be converted to numpy arrays during import. Complex arrays may not import correctly. The library supports export and import of nested DataObj classes. When the json is parsed during import, structures that who's keys include the suffix "_do" are converted to DataObj classes in a recursive pattern.

  • DataObj classes are not supported by a rigid schema, which has advantages and disadvantages. The use of the "_do" suffix could lead to unwanted name-collision behavior, and the import process may fail on certain types of nested arrays, especially those that contain datatypes that cannot be converted to numpy arrays.

  • For more rigid control of datatypes and object schema, a library like pydantic in concert with datamodel code generator may be more useful.

layout

  • Contains the bisect() function and related utilities that are used to define complex matplotlib figure layouts. More information is included in the main thesis.

hist

  • A collection of various utilities that help with the analysis of histograms and instrument response functions, like the jitter profile of Superconducting Nanowire Single Photon Detectors. These include tools for fitting histograms to curves, and finding their width at different percentages of maximum height.

help

  • Various utility functions of general usefulness. The prinfo functions is handy for easy debugging:
my_variable = 3
my_other_variable = "hello"
prinfo(my_variable, my_other_variable)

prints:

  my_variable = 3,
  my_other_variable = "hello"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snsphd-0.2.5.tar.gz (20.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

snsphd-0.2.5-py3-none-any.whl (21.1 kB view details)

Uploaded Python 3

File details

Details for the file snsphd-0.2.5.tar.gz.

File metadata

  • Download URL: snsphd-0.2.5.tar.gz
  • Upload date:
  • Size: 20.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for snsphd-0.2.5.tar.gz
Algorithm Hash digest
SHA256 490b59ae5f2590bdc0cb2db599f2e0cb846c4b3276ca7adf32e6a9fbdfa0d0c1
MD5 dc00ecd0724d6adb81f5f283cdb47332
BLAKE2b-256 7ef1c151b814986906e85acb0d9b9e5eb322b41df7a6430d660179b0962c4d8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for snsphd-0.2.5.tar.gz:

Publisher: publish_pypi.yml on sansseriff/snsphd

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file snsphd-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: snsphd-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 21.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for snsphd-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0e354c273d36ec8946f89fc9657fd37cd8fcce2618ecca10027e597ce622ace6
MD5 591be19fa3d562b511b278fc1d201de2
BLAKE2b-256 43a7162321367a07c2632c838651e35b99de8b11da04df5f0ca646148f1bb7b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for snsphd-0.2.5-py3-none-any.whl:

Publisher: publish_pypi.yml on sansseriff/snsphd

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page