Skip to content

Commit

Permalink
Changed how spatial orientation is saved in calculation data classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Mar 29, 2024
1 parent cd8dbb3 commit f11738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencsp/app/sofast/lib/calculation_data_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def save_to_hdf(self, file: str, prefix: str = ''):
prefix + 'CalculationDataGeometryFacet/u_pixel_pointing_facet',
prefix + 'CalculationDataGeometryFacet/v_screen_points_facet',
]
self.spatial_orientation.save_all_to_hdf(file, prefix + 'CalculationDataGeometryFacet/')
self.spatial_orientation.save_to_hdf(file, prefix + 'CalculationDataGeometryFacet/')
_save_data_in_file(data, datasets, file)


Expand Down

0 comments on commit f11738c

Please sign in to comment.