Skip to content
Snippets Groups Projects
PL1
Commit 5114b35a authored by Marc Costa's avatar Marc Costa
Browse files

Added PEP direction requests.

parent e871bc15
Branches
Tags v2.1.3
No related merge requests found
Pipeline #650869 failed
......@@ -3,9 +3,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Knonwn Issues
- The MGA constraint violations are checked for the entire pointing timeline
instead of only the periods when the MGA is in communications.
## 2.1.3 - 2023-12-12
### Added
- Updated AGM Fixed directions to include UVS and PEP direction requests.
- Added simulation step as parameter coupled to the command line API.
## 2.1.2 - 2023-11-28
### Added
......
[tool.poetry]
name = "ptwrapper"
version = "2.1.1"
version = "2.1.3"
description = "A Pointing Tool OSVE wrapper"
authors = [
"Marc Costa <marc.costa@ext.esa.int>",
......
......@@ -156,7 +156,7 @@ def create_structure(parent_path, metakernel_path='input_mk.tm', ptr_content='in
del session_json['sessionConfiguration']['outputFiles']['powerFilePath']
del session_json['sessionConfiguration']['outputFiles']['powerConfig']
session_json['sessionConfiguration']['simulationConfiguration']['timeStep'] = step
session_json['sessionConfiguration']['outputFiles']['ckConfig']['ckTimeStep'] = step
kernel_path = os.path.join(parent_path, "kernel")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment