Skip to content

Commit

Permalink
Merge pull request #963 from ToFuProject/Issue958_CrossDiagInversions
Browse files Browse the repository at this point in the history
Cross-diag inversions
  • Loading branch information
dvezinet authored Sep 5, 2024
2 parents 9a2febd + 1cc3edd commit fb63dd0
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 374 deletions.
8 changes: 4 additions & 4 deletions tofu/data/_class08_Diagnostic.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ def get_diagnostic_data(
default=None,
print_full_doc=None,
**kwdargs,
):
""" Return dict of data for chosen cameras
):
""" Return dict of built-in data for chosen cameras
data can be:
'etendue'
Expand All @@ -177,7 +177,7 @@ def get_diagnostic_data(
'res'
"""
return _get_data._get_data(
return _get_data.main(
coll=self,
key=key,
key_cam=key_cam,
Expand All @@ -200,7 +200,7 @@ def get_diagnostic_data_concatenated(
"""
return _concatenate._concatenate_data(
return _concatenate.main(
coll=self,
key=key,
key_data=key_data,
Expand Down
Loading

0 comments on commit fb63dd0

Please sign in to comment.