starling.utilities.remove_extension

remove_extension(input_path, verbose=True)[source]

Function to remove the extension from a file.

Parameters:
  • path (str) – The path to remove the extension from.

  • verbose (str) – Define how noisy to be…

Returns:

The path with the extension removed.

Return type:

str