Skip to content

Commit

Permalink
include initial orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebphipps committed Dec 6, 2024
1 parent 62c404b commit f1fc4bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paint/util/paint_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@
CONCENTRATOR_TRANSLATION_E = 0.0
CONCENTRATOR_TRANSLATION_N = -0.17755000293254852
CONCENTRATOR_TRANSLATION_U = -0.40450000762939453
INITIAL_ORIENTATION_KEY = "initial_orientation"
INITIAL_ORIENTATION_VALUE = [0.0, 0, 0, 1.0]

ACTUATOR_KEY = "actuators"
# Name mapping conversion for Heliostat properties
Expand Down
1 change: 1 addition & 0 deletions preprocessing-scripts/generate_properties_json_and_stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def extract_properties_data_and_generate_stac_item(
],
mappings.HELIOSTAT_HEIGHT_KEY: mappings.HELIOSTAT_HEIGHT,
mappings.HELIOSTAT_WIDTH_KEY: mappings.HELIOSTAT_WIDTH,
mappings.INITIAL_ORIENTATION_KEY: mappings.INITIAL_ORIENTATION_VALUE,
mappings.KINEMATIC_PROPERTIES_KEY: kinematic_data,
mappings.FACET_PROPERTIES_KEY: facets_dict,
mappings.RENOVATION_PROPERTIES_KEY: renovation_date,
Expand Down

0 comments on commit f1fc4bf

Please sign in to comment.