Skip to content
Snippets Groups Projects
Commit aa282dca authored by Gerald Mösenlechner's avatar Gerald Mösenlechner
Browse files

Update to version 1.3

parent bedd703b
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<simulation_time>0.0</simulation_time> <simulation_time>0.0</simulation_time>
<!-- Global timestep of the matlab simulink model. <!-- Global timestep of the matlab simulink model.
Default: 0.0125 (680Hz)--> Default: 0.0125 (60Hz)-->
<timestep>0.0125</timestep> <timestep>0.0125</timestep>
<!-- Random seed used in the noise generation --> <!-- Random seed used in the noise generation -->
...@@ -102,18 +102,18 @@ ...@@ -102,18 +102,18 @@
<FGS_mode>Tracking</FGS_mode> <FGS_mode>Tracking</FGS_mode>
<!-- FWHM of the gaussian used as a weighting function in the centroid calculation in px. <!-- FWHM of the gaussian used as a weighting function in the centroid calculation in px.
Default: FGS1: x = 5, y = 5; FGS2: x = 6, y = 6 Default: FGS1: x = 10, y = 10; FGS2: x = 10, y = 10
--> -->
<FWHM_FGS1_x>5</FWHM_FGS1_x> <FWHM_FGS1_x>10</FWHM_FGS1_x>
<FWHM_FGS1_y>5</FWHM_FGS1_y> <FWHM_FGS1_y>10</FWHM_FGS1_y>
<FWHM_FGS2_x>6</FWHM_FGS2_x> <FWHM_FGS2_x>10</FWHM_FGS2_x>
<FWHM_FGS2_y>6</FWHM_FGS2_y> <FWHM_FGS2_y>10</FWHM_FGS2_y>
<!-- Time delay causes by the channel switch in s. --> <!-- Time delay causes by the channel switch in s. -->
<transition_delay_channel>0.5</transition_delay_channel> <transition_delay_channel>1</transition_delay_channel>
<!-- Time delay causes by the mode switch in s. Worst Case: 2s --> <!-- Time delay causes by the mode switch in s. Worst Case: 2s -->
<transition_delay_mode>0.5</transition_delay_mode> <transition_delay_mode>2</transition_delay_mode>
<!-- End time of an ongoing transition. Used for State saving. 0 denotes no transition. Default: 0 --> <!-- End time of an ongoing transition. Used for State saving. 0 denotes no transition. Default: 0 -->
<transition_end>0</transition_end> <transition_end>0</transition_end>
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<!-- Threshold for the Pearson correlation used as the validity index. <!-- Threshold for the Pearson correlation used as the validity index.
Index can range from -1 to 1. A value of 0.5 to 0.6 serves as a Index can range from -1 to 1. A value of 0.5 to 0.6 serves as a
decent cutoff for invalid measurements--> decent cutoff for invalid measurements-->
<validation_pearson_limit>0.6</validation_pearson_limit> <validation_pearson_limit>0.5</validation_pearson_limit>
<!-- default failed status of the HFS --> <!-- default failed status of the HFS -->
<failed_status>0</failed_status> <failed_status>0</failed_status>
...@@ -142,8 +142,8 @@ ...@@ -142,8 +142,8 @@
<max_ramp>150</max_ramp> <max_ramp>150</max_ramp>
<!-- Limit for staturated pixels in an image. At this limit, the centroid will be set invalid. <!-- Limit for staturated pixels in an image. At this limit, the centroid will be set invalid.
Used for the Snowball detection. Default: 5 --> Used for the Snowball detection. Default: 25 -->
<saturation_limit>5</saturation_limit> <saturation_limit>25</saturation_limit>
<!-- Calibration and hot pixel map that replaces the first sample of a ramp for FGS1 --> <!-- Calibration and hot pixel map that replaces the first sample of a ramp for FGS1 -->
<reset_calibration_FGS1>../Calibration_FGS1.txt</reset_calibration_FGS1> <reset_calibration_FGS1>../Calibration_FGS1.txt</reset_calibration_FGS1>
...@@ -161,8 +161,8 @@ ...@@ -161,8 +161,8 @@
<reset_noise>10</reset_noise> <reset_noise>10</reset_noise>
<!-- The radius of the circular field of view in arcsec. set to zero for full FoV. <!-- The radius of the circular field of view in arcsec. set to zero for full FoV.
Default: 22 --> Default: 11 -->
<circular_fov_radius>22</circular_fov_radius> <circular_fov_radius>11</circular_fov_radius>
<!-- Configuration of the Tracking procedure --> <!-- Configuration of the Tracking procedure -->
<Tracking> <Tracking>
...@@ -177,8 +177,8 @@ ...@@ -177,8 +177,8 @@
<delay>0.02</delay> <delay>0.02</delay>
<!-- Exposure time for mode Tracking in s, default: 0.1 --> <!-- Exposure time for mode Tracking in s, default: 0.1 -->
<exposure_time>0.1</exposure_time> <exposure_time>0.1</exposure_time>
<!-- Brightness tolerance for Validation default is 30% --> <!-- Brightness tolerance for Validation default is 40% -->
<tolerance>30</tolerance> <tolerance>40</tolerance>
<!-- Dimension of the Tracking window in px, default: 64 --> <!-- Dimension of the Tracking window in px, default: 64 -->
<dim>64</dim> <dim>64</dim>
</Tracking> </Tracking>
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
<!-- Iterations of the algorithm. Standard is 3 --> <!-- Iterations of the algorithm. Standard is 3 -->
<iterations>3</iterations> <iterations>3</iterations>
<!-- Toogle optional median filter --> <!-- Toogle optional median filter -->
<median_filter>0</median_filter> <median_filter>1</median_filter>
<!-- Toogle thresholding --> <!-- Toogle thresholding -->
<thresholding>2</thresholding> <thresholding>2</thresholding>
<!-- Delay of the centroid packet in seconds. <!-- Delay of the centroid packet in seconds.
...@@ -196,15 +196,15 @@ ...@@ -196,15 +196,15 @@
<delay>0.1</delay> <delay>0.1</delay>
<!-- Exposure time for mode Acquisition in s, default: 0.5 --> <!-- Exposure time for mode Acquisition in s, default: 0.5 -->
<exposure_time>0.5</exposure_time> <exposure_time>0.5</exposure_time>
<!-- Brightness tolerance for target identification default is 30% --> <!-- Brightness tolerance for target identification default is 40% -->
<tolerance>30</tolerance> <tolerance>40</tolerance>
<!-- Dimensiton of the Acquisition window for FGS1, default: 177px --> <!-- Dimensiton of the Acquisition window for FGS1, default: 177px -->
<FGS1_dim>128</FGS1_dim> <FGS1_dim>177</FGS1_dim>
<!-- Dimensiton of the Acquisition window for FGS2, default: 177px --> <!-- Dimensiton of the Acquisition window for FGS2, default: 177px -->
<FGS2_dim>162</FGS2_dim> <FGS2_dim>177</FGS2_dim>
<!-- Limit of brightest sources to be considered in the source extraction. Default: 25--> <!-- Limit of brightest sources to be considered in the source extraction. Default: 25-->
<target_limit>25</target_limit> <target_limit>25</target_limit>
<!-- Signal Sigma Limit for Source extent check. Default: 500. Possible cause for 107 error if set too high--> <!-- Signal Sigma Limit for Source extent check. Default: 500. Possible cause for 107 / 108 error if set too high-->
<extension_sigma>500</extension_sigma> <extension_sigma>500</extension_sigma>
</Acquisition> </Acquisition>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment