Skip to content

Commit

Permalink
Test with 2 device per server, not conclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Aug 13, 2023
1 parent 9a79569 commit a5d73b7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 36 deletions.
75 changes: 40 additions & 35 deletions conf_files/config_backyard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,12 @@ mount:
tcp_port: 11110
indi_client :
indi_host : localhost
indi_port : 7625
indi_port : 7627
indi_webmanager:
module: IndiWebManagerClient
host: localhost
port: 8627
profile_name: zwo_guiding
cameras:
-
module: IndiASICamera290MMMini
Expand All @@ -161,7 +166,7 @@ cameras:
APERTURE: 200
sampling_arcsec: 0.88
do_guiding: true
do_pointing: false
do_pointing: true
pointing_seconds: 30
do_adjust_pointing: true
adjust_center_x: 877
Expand All @@ -176,11 +181,11 @@ cameras:
indi_host : localhost
indi_port : 7627
#use_unique_client: True
indi_webmanager:
module: IndiWebManagerClient
host: localhost
port: 8627
profile_name: zwo_guiding
# indi_webmanager:
# module: IndiWebManagerClient
# host: localhost
# port: 8627
# profile_name: zwo_guiding
-
module: IndiPlayerOneCamera
camera_name : PlayerOne CCD Ares-M PRO
Expand Down Expand Up @@ -244,34 +249,34 @@ cameras:
port: 8626
profile_name: playerone_science

- module: IndiAltairCameraNonCool
camera_name: Altair AA183MPRO
do_acquisition: false
SCOPE_INFO: # 50/242 evoguide
FOCAL_LENGTH: 242
APERTURE: 50
sampling_arcsec: 1.88
subsample_astrometry: 4
do_guiding: false
do_pointing: true
pointing_seconds: 10
do_adjust_pointing: false
adjust_center_x: 400
adjust_center_y: 400
adjust_roi_search_size: 50
adjust_pointing_seconds: 5
do_autofocus: false
autofocus_seconds: 5
autofocus_roi_size: 750
autofocus_merit_function: half_flux_radius #vollath_F4
indi_client:
indi_host: localhost
indi_port: 7628
indi_webmanager:
module: IndiWebManagerClient
host: localhost
port: 8628
profile_name: altair_pointing
# - module: IndiAltairCameraNonCool
# camera_name: Altair AA183MPRO
# do_acquisition: false
# SCOPE_INFO: # 50/242 evoguide
# FOCAL_LENGTH: 242
# APERTURE: 50
# sampling_arcsec: 1.88
# subsample_astrometry: 4
# do_guiding: false
# do_pointing: true
# pointing_seconds: 10
# do_adjust_pointing: false
# adjust_center_x: 400
# adjust_center_y: 400
# adjust_roi_search_size: 50
# adjust_pointing_seconds: 5
# do_autofocus: false
# autofocus_seconds: 5
# autofocus_roi_size: 750
# autofocus_merit_function: half_flux_radius #vollath_F4
# indi_client:
# indi_host: localhost
# indi_port: 7628
# indi_webmanager:
# module: IndiWebManagerClient
# host: localhost
# port: 8628
# profile_name: altair_pointing
pointer:
module: IterativeSync #DifferentialPointer #IterativeSync
gen_hips: False
Expand Down
1 change: 0 additions & 1 deletion conf_files/targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ constraints :
maxairmass : 100 # for testing, normally use 2
minmoonseparationdeg : 2 # normally put 45
targets :

"T CrB" :
Luminance :
count : 60
Expand Down

0 comments on commit a5d73b7

Please sign in to comment.