velociraptor.catalogue.translator module¶
Routines that provide translation of velociraptor quantities into something a little more human readable, or to internal quantities.
-
velociraptor.catalogue.translator.VR_to_SOAP(particle_property_name: str) → str[source]¶ Convert a VR property name into its SOAP counterpart (if one exists).
Parameters: particle_property_name (-) – str VR-like property name. Returns the SOAP-like equivalent of the same name, if one exists.
-
velociraptor.catalogue.translator.typo_correct(particle_property_name: str)[source]¶ Corrects for any typos in field names that may exist.