galpy.util.conversion.extract_physical_kwargs

galpy.util.conversion.extract_physical_kwargs(kwargs: dict) dict[source]

Extract the physical kwargs from a kwargs dictionary.

Parameters:

kwargs (dict) – A dictionary of kwargs.

Returns:

A dictionary with just the physical kwargs.

Return type:

dict

Notes

  • 2023-04-24 - Written - Bovy (UofT)