Global rc simulation parameters

Global rc simulation parameters#

Default global simulation parameters used as a base layer for all instruments.

Also accessible via an empty scopesim.UserCommands() or via an empty scopesim.OpticalTrain()object

import scopesim

scopesim.rc.__currsys__["!SIM.random.seed"] = 9001
scopesim.rc.__currsys__["!SIM.file.local_packages_path"] = "./"

scopesim.rc.__currsys__["!SIM"]
NestedMapping
  • spectral:
    • wave_min: 0.3
    • wave_mid: 2.2
    • wave_max: 20
    • wave_unit: um
    • spectral_bin_width: 0.0001
    • spectral_resolution: 5000
    • minimum_throughput: 1e-06
    • minimum_pixel_flux: 1
  • sub_pixel:
    • flag: False
    • fraction: 1
  • random:
    • seed: 9001
  • computing:
    • chunk_size: 2048
    • max_segment_size: 16777217
    • oversampling: 1
    • spline_order: 1
    • flux_accuracy: 0.001
    • preload_field_of_views: False
    • nan_fill_value: 0.0
  • file:
    • local_packages_path: ./
    • server_base_url: https://scopesim.univie.ac.at/InstPkgSvr/
    • retries: 3
    • example_data:
      • suburl: example_data
      • hash_file: example_data_registry.txt
    • psfs:
      • suburl: psfs
      • hash_file: psfs_registry.txt
    • atmo:
      • suburl: atmo
      • hash_file: atmo_registry.txt
    • use_cached_downloads: update
    • search_path: ['./inst_pkgs/', './']
    • error_on_missing_file: False
  • reports:
    • ip_tracking: True
    • verbose: False
    • rst_path: ./reports/rst/
    • latex_path: ./reports/latex/
    • image_path: ./reports/images/
    • image_format: png
    • preamble_file: None
  • tests:
    • run_integration_tests: True
    • run_skycalc_ter_tests: True