From 1cb0843746061c5ed2cf55179449bf4e61fa1d92 Mon Sep 17 00:00:00 2001 From: Meg Schwamb Date: Fri, 5 Apr 2024 16:00:19 +0100 Subject: [PATCH] remove demo files --- docs/sorcha_config_demo.ini | 188 ---------------------------------- docs/sspp_testset_colours.txt | 11 -- docs/sspp_testset_orbits.des | 11 -- 3 files changed, 210 deletions(-) delete mode 100644 docs/sorcha_config_demo.ini delete mode 100644 docs/sspp_testset_colours.txt delete mode 100644 docs/sspp_testset_orbits.des diff --git a/docs/sorcha_config_demo.ini b/docs/sorcha_config_demo.ini deleted file mode 100644 index fe7e8f21..00000000 --- a/docs/sorcha_config_demo.ini +++ /dev/null @@ -1,188 +0,0 @@ -# Sorcha Configuration File - - -[INPUT] - -# The simulation used for the ephemeris input. -# ar=ASSIST+REBOUND interal ephemeris generation -# external=providing an external input file from the command line -# Options: "ar", "external" -ephemerides_type = ar - -# Format for ephemeris simulation input file if a file is specified at the command line. -# If reading from an existing temporary ephemeris database, this will be ignored. -# Options: csv, whitespace, hdf5 -eph_format = csv - -# Sorcha chunk size: how many objects should be processed at once? -size_serial_chunk = 5000 - -# Format for the orbit, physical parameters, and complex physical parameters input files. -# Options: csv or whitespace -aux_format = whitespace - -[SIMULATION] - -# Configs for running the ASSIST+REBOUND ephemerides generator. - -# the field of view of our search field, in degrees -ar_ang_fov = 2.06 - -# the buffer zone around the field of view we want to include, in degrees -ar_fov_buffer = 0.2 - -# the "picket" is our imprecise discretization of time that allows us to move progress -# our simulations forward without getting too granular when we don't have to. -# the unit is number of days. -ar_picket = 1 - -# the obscode is the MPC observatory code for the provided telescope. -ar_obs_code = X05 - -# the order of healpix which we will use for the healpy portions of the code. -# the nside is equivalent to 2**ar_healpix_order -ar_healpix_order = 6 - - -[FILTERS] - -# Filters of the observations you are interested in, comma-separated. -# Your physical parameters file must have H calculated in one of these filters -# and colour offset columns defined relative to that filter. -observing_filters = r,g,i,z,u,y - - -[SATURATION] - -# Upper magnitude limit on sources that will overfill the detector pixels/have -# counts above the non-linearity regime of the pixels where one can’t do -# photometry. Objects brighter than this limit (in magnitude) will be cut. -# Comment out for no saturation limit. -# Two formats are accepted: -# Single float: applies same saturation limit to observations in all filters. -# Comma-separated list of floats: applies saturation limit per filter, in order as -# given in observing_filters keyword. -bright_limit = 16.0 - - -[PHASECURVES] - -# The phase function used to calculate apparent magnitude. The physical parameters input -# file must contain the columns needed to calculate the phase function. -# Options: HG, HG1G2, HG12, linear, none. -phase_function = HG - - -[FOV] - -# Choose between circular or actual camera footprint, including chip gaps. -# Options: circle, footprint. -camera_model = footprint - -# Path to camera footprint file. Uncomment to provide a path to the desired camera -# detector configurationn file if not using the default built-in LSSTCam detector -# configuration or not using the circle footprint model. -# footprint_path= ./data/detectors_corners.csv - -# Fraction of detector surface area which contains CCD -- simulates chip gaps -# for OIF output. Comment out if using camera footprint. -# Default: 0.9. -# fill_factor = 0.9 - -# Radius of the circle for a circular footprint (in degrees). Float. -# Comment out or do not include if using footprint camera model. -# circle_radius = 1.75 - -# The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -# footprint_edge_threshold = 0.0001 - -[FADINGFUNCTION] - -# Detection efficiency fading function on or off. Uses the fading function as outlined in -# Chelsey and Vereš (2017) to remove observations. -fading_function_on = True - -# Width parameter for fading function. Should be greater than zero and less than 0.5. -# Suggested value is 0.1 after Chelsey and Vereš (2017). -fading_function_width = 0.1 - -# Peak efficiency for the fading function, called the 'fill factor' in Chelsey and Veres (2017). -# Suggested value is 1. Do not change this unless you are sure of what you are doing. -fading_function_peak_efficiency = 1. - - -[LINKINGFILTER] -# Remove this section if you do not wish to run the SSP linking filter. - -# SSP detection efficiency. Which fraction of the observations of an object will -# the automated solar system processing pipeline successfully link? Float. -SSP_detection_efficiency = 0.95 - -# Length of tracklets. How many observations of an object during one night are -# required to produce a valid tracklet? -SSP_number_observations = 2 - -# Minimum separation (in arcsec) between two observations of an object required -# for the linking software to distinguish them as separate and therefore as a valid tracklet. -SSP_separation_threshold = 0.5 - -# Maximum time separation (in days) between subsequent observations in a tracklet. -# Default is 0.0625 days (90mins). -SSP_maximum_time = 0.0625 - -# Number of tracklets for detection. How many tracklets are required to classify -# an object as detected? -SSP_number_tracklets = 3 - -# The number of tracklets defined above must occur in <= this number of days to -# constitute a complete track/detection. -SSP_track_window = 15 - -[OUTPUT] - -# Output format of the output file[s] -# Options: csv, sqlite3, hdf5 -output_format = csv - -# Size of output. Controls which columns are in the output files. -# Options are "basic" and "all", which returns all columns. -output_size = basic - -# Decimal places to which RA and Dec should be rounded to in output. Delete for no rounding. -position_decimals = 7 - -# Decimal places to which all magnitudes should be rounded to in output. Delete for no rounding. -magnitude_decimals = 3 - -[LIGHTCURVE] - -# The unique name of the lightcurve model to use. Defined in the ``name_id`` method -# of the subclasses of AbstractLightCurve. If not none, the complex physical parameters -# file must be specified at the command line.lc_model = none -lc_model = none - - -[ACTIVITY] - -# The unique name of the actvity model to use. Defined in the ``name_id`` method -# of the subclasses of AbstractCometaryActivity. If not none, a complex physical parameters -# file must be specified at the command line. -comet_activity = none - - -[EXPERT] - -# WARNING: DO NOT CHANGE THESE PARAMETERS UNLESS YOU ARE VERY SURE OF WHAT YOU ARE DOING! -# They may have unexpected results or break the code entirely. - -# SQL query for extracting data from the pointing database. -pointing_sql_query = SELECT observationId, observationStartMJD as observationStartMJD_TAI, visitTime, visitExposureTime, filter, seeingFwhmGeom as seeingFwhmGeom_arcsec, seeingFwhmEff as seeingFwhmEff_arcsec, fiveSigmaDepth as fieldFiveSigmaDepth_mag , fieldRA as fieldRA_deg, fieldDec as fieldDec_deg, rotSkyPos as fieldRotSkyPos_deg FROM observations order by observationId - -# SNR limit: drop observations equal to or below this SNR threshold. -# Cannot be used at the same time as the magnitude threshold. Must be a float. -#SNR_limit = 2.0 - -# Magnitude threshold: drop observations equal to or fainter than this magnitude. Omit for no magnitude cut. -# Cannot be used at the same time as the SNR limit. Must be a float. -#magnitude_limit = 22.0 diff --git a/docs/sspp_testset_colours.txt b/docs/sspp_testset_colours.txt deleted file mode 100644 index 4d47b652..00000000 --- a/docs/sspp_testset_colours.txt +++ /dev/null @@ -1,11 +0,0 @@ -ObjID H_r u-r g-r i-r z-r y-r GS -6 15.88 1.72 0.48 -0.11 -0.12 -0.12 0.15 -632 14.23 1.72 0.48 -0.11 -0.12 -0.12 0.15 -6624 14.23 1.72 0.48 -0.11 -0.12 -0.12 0.15 -12733 15.75 1.72 0.48 -0.11 -0.12 -0.12 0.15 -28311 7.76 2.55 0.92 -0.38 -0.59 -0.7 0.15 -39262 10.818 1.72 0.48 -0.11 -0.12 -0.12 0.15 -39265 11.678 2.13 0.65 -0.19 -0.14 -0.14 0.15 -307764 25.0 2.13 0.65 -0.19 -0.14 -0.14 0.15 -356450 7.99 2.55 0.92 -0.38 -0.59 -0.7 0.15 -387449 18.92 1.72 0.48 -0.11 -0.12 -0.12 0.15 diff --git a/docs/sspp_testset_orbits.des b/docs/sspp_testset_orbits.des deleted file mode 100644 index 68525a6f..00000000 --- a/docs/sspp_testset_orbits.des +++ /dev/null @@ -1,11 +0,0 @@ -ObjID epochMJD_TDB t_p_MJD_TDB argPeri node inc e q FORMAT -6 54800.0 6340.99721 16.4209 45.79141 21.20084 0.67411 5.65043 COM -632 54800.0 23466.22367 284.5519 217.91073 5.37133 0.4966 6.88417 COM -6624 54800.0 26018.29348 107.05559 285.0348 22.55248 0.31532 8.0147 COM -12733 54800.0 -35166.67218 204.92643 193.27826 31.25325 0.68699 7.76983 COM -28311 54466.0 39984.71835 260.982851 122.344837 2.801063 0.25719962 40.02995082 COM -39262 54466.0 54670.08858857185 80.463152617168 132.486568373398 18.303864557524 0.6625177539 1.286218727856 COM -39265 54466.0 54075.567351641024 73.11929900858 314.32320360528 22.761089277031 0.772124864464 0.569263692349 COM -307764 54466.0 54641.54032677078 102.019078535164 278.124566551661 10.994324503586 0.567173981581 0.504552654462 COM -356450 54466.0 90480.35745 7.89 144.25849 8.98718 0.09654 33.01305 COM -387449 54800.0 54026.65733 349.45493 115.41492 11.28725 0.19587 2.48289 COM