From ebb094a513b3e9a6a3fcc5504aedee220922d9b5 Mon Sep 17 00:00:00 2001 From: njits23 <157143858+njits23@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:57:37 +0200 Subject: [PATCH 1/3] Update MagneticScan.cfg Adjust power consumption to match historical vehicle data --- GameData/RP-1/Science/Experiments/MagneticScan.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GameData/RP-1/Science/Experiments/MagneticScan.cfg b/GameData/RP-1/Science/Experiments/MagneticScan.cfg index 518b75a9230..7def8c5bacc 100644 --- a/GameData/RP-1/Science/Experiments/MagneticScan.cfg +++ b/GameData/RP-1/Science/Experiments/MagneticScan.cfg @@ -50,7 +50,7 @@ EXPERIMENT_DEFINITION { @MODULE[Experiment]:HAS[#experiment_id[RP0magScan1]] { - %ec_rate = 0.006 + %ec_rate = 0.000206 %data_rate = 2.6208 //1 byte/s @data_rate /= 2620800 //1 month %requires = @@ -208,7 +208,8 @@ EXPERIMENT_DEFINITION // LEVEL 1 // Early Magnetometer Boom -// Based on the instrument flown on many early missions +// Based on the instrument flown on Explorer VI and many other missions +// https://www.sdfo.org/stl/Explorer6/pdfs/59%20STL%20Explorer%20VI%20Experiments.pdf // Part: Coatl Vorona //==================================================================================== From 76fdd4222e88c3a66f8ba5c07b95973cf4aad680 Mon Sep 17 00:00:00 2001 From: njits23 <157143858+njits23@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:00:12 +0200 Subject: [PATCH 2/3] Update Configure.cfg Update Magnetometer 1 mass to match historical data of Explorer VI --- GameData/RP-1/Science/Configure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/RP-1/Science/Configure.cfg b/GameData/RP-1/Science/Configure.cfg index 085e1922878..5cdf8d09d87 100644 --- a/GameData/RP-1/Science/Configure.cfg +++ b/GameData/RP-1/Science/Configure.cfg @@ -269,7 +269,7 @@ SETUP { name = Magnetometer 1 - mass = 0.015 + mass = 0.00177 cost = 83 tech = scienceSatellite From 2692cf9a134168fda2ed5c0aa20a12baf514e0bf Mon Sep 17 00:00:00 2001 From: njits23 Date: Tue, 22 Oct 2024 14:18:21 +0200 Subject: [PATCH 3/3] Adjust MG01 in other configs Adjust mass of dedicated MG01 Part Adjust cost of MG01 experiment to be in line with other 1st gen sat science experiments. --- GameData/RP-1/Parts/Science/MAGNET01-EarlyMagnet.cfg | 2 +- GameData/RP-1/Science/Configure.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GameData/RP-1/Parts/Science/MAGNET01-EarlyMagnet.cfg b/GameData/RP-1/Parts/Science/MAGNET01-EarlyMagnet.cfg index 8683564b283..c9c02eb64b1 100644 --- a/GameData/RP-1/Parts/Science/MAGNET01-EarlyMagnet.cfg +++ b/GameData/RP-1/Parts/Science/MAGNET01-EarlyMagnet.cfg @@ -36,7 +36,7 @@ PART manufacturer = Coatl Aerospace description = Mounted at the end of this folding boom is the early magnetometer, used to measure magnetic fields. Though these fields stretch out into space, their study can hint at a planet's core. Experiments like these are also used to study the Sun's magnetic field and how it interacts with planets. Historically, this experiment is based on the ones flown on many early satellite and probe missions. - mass = 0.015 + mass = 0.00177 bulkheadProfiles = size0, srf crashTolerance = 9 maxTemp = 1200 diff --git a/GameData/RP-1/Science/Configure.cfg b/GameData/RP-1/Science/Configure.cfg index 5cdf8d09d87..d567e7f9968 100644 --- a/GameData/RP-1/Science/Configure.cfg +++ b/GameData/RP-1/Science/Configure.cfg @@ -270,7 +270,7 @@ { name = Magnetometer 1 mass = 0.00177 - cost = 83 + cost = 33 tech = scienceSatellite MODULE