I would like to multiply a dataset with a real number, e.g.
data = ct.catalogue.retrieve(...) desired_result = data*3
This gives me the following error message:
Is there any way to perform this operation?
Thank you!