Skip to content

Commit cd6e638

Browse files
user manual upgrade & test release version bump
1 parent 6fc74e7 commit cd6e638

File tree

7 files changed

+35
-3
lines changed

7 files changed

+35
-3
lines changed

TEST_RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.3.0-prerelease-hera-5
2+
- fixed surface priority
3+
- improved handling of large trajectories
4+
15
## 4.26.0-prerelease2
26
- fixed surface priority
37
- improved handling of large trajectories
Binary file not shown.

docs/PRo3D_ShortUserManual/PRo3D_ShortUserManual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
171171
%%%%%%%%%%%%% CHANGE VERSION NUMBER HERE %%%%%%%%%%%
172-
\newcommand{\version}{4.0.1}
172+
\newcommand{\version}{4.3.0-prerelease-hera-5}
173173
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
174174
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
175175

docs/PRo3D_ShortUserManual/ViewerFeatures.tex

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ \subsection{View Planner}
445445
\subsection{GIS View}
446446
\label{sec:gisview}
447447

448-
448+
449449
Summary: This feature allows to interpret celestial bodies and surfaces
450450
from within PRo3D and serves as a basis for GIS functionality in PRo3D.
451451
General concept: A new UI tab allows to assign coordiante frames and
@@ -786,6 +786,34 @@ \subsection{GIS View}
786786

787787
Currently the GIS settings are not stored to scene files.
788788

789+
\subsubsection{Instrument projections}
790+
\label{sec:instrumentProjections}
791+
792+
In the main menu (three vertical bars top left) you will find "Load Image Projections" in the "Extras" menu.
793+
The visualization control for projected images can be found in the GIS tab in "Projected Images".
794+
See \autoref{fig:hera-projectedImages} for an active instrument image projection setup.
795+
796+
\begin{figure}[h!]
797+
\centering
798+
\includegraphics[width=0.8\textwidth]{pics/hera-projectedImages.png}
799+
\caption{Simulated instrument data being projected onto mars mola reconstruction.}
800+
\label{fig:hera-projectedImages}
801+
\end{figure}
802+
803+
For simulated images the images must contain a json file with the same name of as the image an should contain at least the field as shown in this example:
804+
\begin{verbatim}
805+
{
806+
"instrumentReferenceFrame": "ECLIPJ2000",
807+
"target": "MARS",
808+
"cameraSource": "HERA",
809+
"instrumentName": "HERA_AFC-1",
810+
"time": "2025-03-12T11:50:31.0110000Z"
811+
}
812+
\end{verbatim}
813+
814+
For real mission data, we refer to internal deliverable communication where and the interpretation of fits files.
815+
816+
789817
%----------------------------------------------------------------------------------------
790818
% SubSection:
791819
%----------------------------------------------------------------------------------------
Loading
34 Bytes
Loading

src/PRo3D.Viewer/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type Result =
5252
result : string;
5353
}
5454

55-
let viewerVersion = "4.26.0-prerelease1"
55+
let viewerVersion = "4.3.0-prerelease-hera-1 "
5656
let catchDomainErrors = false
5757

5858
open System.IO

0 commit comments

Comments
 (0)