Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust MG01 to match historical mass and power consumption values #2449

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GameData/RP-1/Parts/Science/MAGNET01-EarlyMagnet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions GameData/RP-1/Science/Configure.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@
SETUP
{
name = Magnetometer 1
mass = 0.015
cost = 83
mass = 0.00177
cost = 33
tech = scienceSatellite

MODULE
Expand Down
5 changes: 3 additions & 2 deletions GameData/RP-1/Science/Experiments/MagneticScan.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down Expand Up @@ -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
//====================================================================================

Expand Down