aspcol.utilities
Helper functions for various tasks without a clear category
References
Functions
|
Transforms the provided cartesian coordinates to polar coordinates |
|
Transforms the provided cartesian coordinates to spherical coordinates |
|
Transforms the provided decibel value to magnitude |
|
Transforms the provided decibel value to power |
|
|
|
Returns a string with the current time in the format 'year_month_day_hour_minute' |
|
Returns a unique folder name in the parent folder with the prefix and the current time |
|
Transforms the provided magnitude to decibel |
|
Use as decorator on a function to measure the time the function takes use as @measure_time('print_this_as_name') |
|
Tranforms the provided polar coordinates to cartesian coordinates |
|
Transforms the provided power to decibel |
|
Only accepts dicts of depth 2. |
|
Transforms the provided spherical coordinates to cartesian coordinates |
|
Decorator factory to apply update_wrapper() to a wrapper function |