Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARIEL HFS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roland Ottensamer
ARIEL HFS
Commits
16ebce56
Commit
16ebce56
authored
1 year ago
by
Gerald Mösenlechner
Browse files
Options
Downloads
Patches
Plain Diff
Release of V1.1
parent
b0129be5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab_model/HFS_config.xml
+20
-18
20 additions, 18 deletions
matlab_model/HFS_config.xml
with
20 additions
and
18 deletions
matlab_model/HFS_config.xml
+
20
−
18
View file @
16ebce56
...
...
@@ -21,17 +21,17 @@
flat field is clipped at 1.0 per pixel. -->
<flat_sigma>
0.03
</flat_sigma>
<!-- Fixed bias value that is included in the final image. -->
<!-- Fixed bias value that is included in the final image.
Default: 2000
-->
<bias>
2000.0
</bias>
<!-- The mean read noise of a pixel in ADU. -->
<!-- The mean read noise of a pixel in ADU.
Default: 20
-->
<readout_noise>
20.0
</readout_noise>
<!-- The mean bkgr noise in photons per second. -->
<bkgr_noise>
1.1
</bkgr_noise>
<!-- The mean dark current in a pixel in electrons per
second. -->
second.
Deefault: 1
-->
<dark_average>
1
</dark_average>
<!-- The fraction of hotpixels of all sensor pixels. These
...
...
@@ -56,16 +56,16 @@
<!-- State variable denoting end of ongoing reset, Default: 0-->
<reset_end>
0
</reset_end>
<!-- Tolerance for the timing related checks for centroid generation, re
r
set
<!-- Tolerance for the timing related checks for centroid generation, reset
and transitions, Default: 0.005-->
<timing_tolerance>
0.0
</timing_tolerance>
<timing_tolerance>
0.0
05
</timing_tolerance>
<!-- relative path of the Psf input files. The psfs are given as 40x40px
arrays that are stored in the C array format -->
<FGS1_Psf>
.
.
/FGS1_270nm.txt
</FGS1_Psf>
<FGS1_Psf>
./FGS1_270nm.txt
</FGS1_Psf>
<FGS2_Psf>
.
.
/FGS2_270nm.txt
</FGS2_Psf>
<FGS2_Psf>
./FGS2_270nm.txt
</FGS2_Psf>
<!-- Plate scale of FGS1 in mas/px, Default: 175 -->
<FGS1_PS>
175.0
</FGS1_PS>
...
...
@@ -103,7 +103,7 @@
<FGS_mode>
Tracking
</FGS_mode>
<!-- FWHM of the gaussian used as a weighting function in the centroid calculation in px.
Default: FGS1: x =
16
, y =
1
5; FGS2: x =
11
, y =
14
Default: FGS1: x =
5
, y = 5; FGS2: x =
6
, y =
6
-->
<FWHM_FGS1_x>
5
</FWHM_FGS1_x>
<FWHM_FGS1_y>
5
</FWHM_FGS1_y>
...
...
@@ -121,7 +121,7 @@
<target_signal>
60000
</target_signal>
<!-- lower signal limit ("There is a signal" check) for centroid validation in % of target signal. defalt 1%-->
<lower_signal_limit>
1
.0
</lower_signal_limit>
<lower_signal_limit>
1
</lower_signal_limit>
<!-- Sigma threshold in ADU used in the validation procedure -->
<validation_sigma>
10
</validation_sigma>
...
...
@@ -130,7 +130,7 @@
Index can range from -1 to 1. A value of 0.5 to 0.6 serves as a
decent cutoff for invalid measurements-->
<validation_pearson_limit>
0.6
</validation_pearson_limit>
<!-- default failed status of the HFS -->
<failed_status>
0
</failed_status>
...
...
@@ -140,13 +140,15 @@
<iterations>
5
</iterations>
<!-- Toogle optional median filter -->
<median_filter>
1
</median_filter>
<!-- Toogle thresholding
, 1: minimum thresholding, 2: aggressive threshold using sigma
-->
<!-- Toogle thresholding -->
<thresholding>
2
</thresholding>
<!-- Delay of the centroid packet in seconds.
Note: must be lower than the integration time (0.125 s) -->
<delay>
0.02
</delay>
<!-- Exposure time for mode Tracking in s, default: 0.1 -->
<exposure_time>
0.1
</exposure_time>
<!-- Brightness tolerance for Validation default is 30% -->
<tolerance>
30
</tolerance>
<!-- Dimension of the Tracking window in px, default: 64 -->
<dim>
64
</dim>
</Tracking>
...
...
@@ -157,27 +159,27 @@
<iterations>
3
</iterations>
<!-- Toogle optional median filter -->
<median_filter>
0
</median_filter>
<!-- Toogle thresholding
, 1: minimum thresholding, 2: aggressive threshold using sigma
-->
<!-- Toogle thresholding -->
<thresholding>
2
</thresholding>
<!-- Delay of the centroid packet in seconds.
Note: must be lower than the integration time (0.5 s) -->
<delay>
0.1
</delay>
<!-- Exposure time for mode Acquisition in s, default: 0.5 -->
<exposure_time>
0.5
</exposure_time>
<!-- Brightness tolerance for target identification default is
2
0% -->
<tolerance>
2
0
</tolerance>
<!-- Brightness tolerance for target identification default is
3
0% -->
<tolerance>
3
0
</tolerance>
<!-- Dimensiton of the Acquisition window for FGS1, default: 128px -->
<FGS1_dim>
128
</FGS1_dim>
<!-- Dimensiton of the Acquisition window for FGS2, default: 161px -->
<FGS2_dim>
161
</FGS2_dim>
<!-- Limit of brightest sources to be considered in the source extraction. Default:
10
-->
<target_limit>
10
</target_limit>
<!-- Limit of brightest sources to be considered in the source extraction. Default:
25
-->
<target_limit>
25
</target_limit>
<!-- Signal Sigma Limit for Source extent check. Default: 1000. Possible cause for 107 error if set too high-->
<extension_sigma>
1000
</extension_sigma>
</Acquisition>
<!-- Relative path to the star catalo
u
ge -->
<Star_catalo
u
ge>
.
.
/src/Star_catalo
u
ge.csv
</Star_catalo
u
ge>
<!-- Relative path to the star catalog
u
e -->
<Star_catalog
u
e>
./src/Star_catalog
u
e.csv
</Star_catalog
u
e>
<!-- Flag indicating if images features shall be generated from existing files.
Only applicable for saved states-->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment