HOPS
HOPS class reference
Classes | Namespaces | Functions
utility.py File Reference

Classes

class  vpal.utility.Bar
 
class  vpal.utility.ContinuousQuantityFilter
 
class  vpal.utility.DiscreteQuantityFilter
 

Namespaces

 vpal.utility
 

Functions

def vpal.utility.collect_object_value_pairs (obj_list, value_name1, value_name2, sort_items=False)
 
def vpal.utility.collect_object_values (obj_list, value_name)
 
def vpal.utility.combined_filter (object_list, filter_list)
 
def vpal.utility.compute_2d_pareto_front (obj_list, par1, par2, maximize1=True, maximize2=True)
 
def vpal.utility.compute_weighted_mean (value_list, weight_list)
 
def vpal.utility.int_to_time (t)
 
def vpal.utility.limit_periodic_quantity_to_range (value_to_limit, low_value=-180.0, high_value=180.0)
 
def vpal.utility.mad (value_list)
 
def vpal.utility.minimum_angular_difference (angle1, angle2, low_value=-180.0, high_value=180.0)
 
def vpal.utility.print_table (table, n_digits=9)
 
def vpal.utility.sort_objects_by_quantity (object_list, quantity_name, reverse_boolean=False)
 
def vpal.utility.tabulate (table, headers=None, n_digits=9, padding=3)
 
def vpal.utility.time_to_int (year, day, hour, minute, sec)