dsgp4.tle.copy_data#
- dsgp4.tle.copy_data(data)#
This function returns a copy of a dictionary of elements, cloning the tensors it contains (so that the copy does not share memory, nor the autograd graph, with the original one).
Parameters:#
data (
dict): dictionary of elementsReturns:#
dict: copy of the dictionary of elements