Skip to content

Commit a001023

Browse files
authored
Update magnetometer models (#2649)
1 parent c248f2f commit a001023

12 files changed

+98
-26
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
PART
2+
{
3+
name = bluedog_Pegasus_ElectronSpectrometer
4+
module = Part
5+
author = Invaderchaos
6+
MODEL
7+
{
8+
model = Bluedog_DB/Parts/Saturn/bluedog_Pegasus_ElectronSpectrometer
9+
}
10+
scale = 1
11+
rescaleFactor = 1
12+
node_attach = 0.0, 0, 0.0, 0.0, -1.0, 0.0
13+
TechRequired = advExploration
14+
entryCost = 3500
15+
cost = 800
16+
category = Science
17+
subcategory = 0
18+
title = Condor-RME3 Electron Spectormeter
19+
manufacturer = Bluedog Design Bureau
20+
description = This instrument is designed for the Condor satellite with the intent of measuring trapped radiation to construct maps of planetary radiation belts.
21+
real_title = Pegasus Electron Spectrometer
22+
real_manufacturer = Fairchild Hiller
23+
real_description = This instrument is designed for the Pegasus satellite with the intent of measuring trapped radiation to construct maps of planetary radiation belts.
24+
attachRules = 0,1,0,0,1 // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
25+
mass = 0.04
26+
dragModelType = default
27+
maximum_drag = 0.1
28+
minimum_drag = 0.1
29+
angularDrag = 2
30+
crashTolerance = 12
31+
maxTemp = 1200 // = 2900
32+
bulkheadProfiles = srf
33+
PhysicsSignificance = 1
34+
35+
tags = pegasus condor sus electron spectrometer radiation rad trapped belt van allen science sarnus saturn ?siv ?s4
36+
techtag = pegasus
37+
38+
MODULE
39+
{
40+
name = ModuleScienceExperiment
41+
experimentID = bd_TrappedRadiation
42+
experimentActionName = Trapped Radiation Measurements
43+
resetActionName = Discard Trapped Radiation Data
44+
useStaging = False
45+
useActionGroups = True
46+
hideUIwhenUnavailable = False
47+
xmitDataScalar = 1.0
48+
scienceValueRatio = 0.7
49+
dataIsCollectable = True
50+
collectActionName = Take Data
51+
interactionRange = 1.2
52+
rerunnable = True
53+
usageReqMaskInternal = 1
54+
usageReqMaskExternal = 8
55+
}
56+
57+
// Bluedog_DB/Parts/Saturn/bluedog_Pegasus_ElectronSpectrometer/bluedog_Pegasus_ElectronSpectrometer
58+
// Dimensions: x: 0.23, y: 0.12, z: 0.29
59+
// Bounding Box Size: 7.850879 liters
60+
// Volume adjustment: 25%
61+
62+
63+
MODULE
64+
{
65+
name = ModuleCargoPart
66+
packedVolume = 10
67+
KSP_PartVolume = true
68+
}
69+
70+
71+
}
77.9 KB
Binary file not shown.
1.33 MB
Binary file not shown.
1.33 MB
Binary file not shown.
-114 KB
Binary file not shown.
-341 KB
Binary file not shown.
-341 KB
Binary file not shown.
-341 KB
Binary file not shown.
-62.7 KB
Binary file not shown.

GameData/RP-1/Parts/Science/MAGNET01-EarlyMagnet.cfg

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Based on the instrument flown on many early missions
55
//
6-
// Part originally created by CobaltWolf as the Transit 5E Extending Magnetometer Experiment
6+
// Part originally created by CobaltWolf as the Pegasus Electron Spectrometer
77
//
88
//**********************************************************************************
99

@@ -17,12 +17,12 @@ PART
1717

1818
MODEL
1919
{
20-
model = RP-1/Parts/Science/Assets/Transit/bluedog_Transit5_Magnetometer
20+
model = RP-1/Parts/Science/Assets/Saturn/bluedog_Pegasus_ElectronSpectrometer
2121
}
2222
scale = 1
23-
rescaleFactor = 1.6
23+
rescaleFactor = 1.0
2424

25-
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
25+
node_attach = 0.0, 0, 0.0, 0.0, -1.0, 0.0
2626

2727
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
2828
attachRules = 0,1,0,0,0
@@ -32,9 +32,9 @@ PART
3232
cost = 1000
3333
category = Science
3434
subcategory = 0
35-
title = MG01 - Early Magnetometer Boom
35+
title = MG01 - Early Magnetometer
3636
manufacturer = Coatl Aerospace
37-
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.
37+
description = 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.
3838

3939
mass = 0.00177
4040
bulkheadProfiles = size0, srf
@@ -51,13 +51,4 @@ PART
5151

5252
tags = coatl science magnet magnetometer booms
5353

54-
// MODULE
55-
// {
56-
// name = ModuleAnimateGeneric
57-
// animationName = deploy
58-
// startEventGUIName = Deploy Magnetometer
59-
// endEventGUIName = Retract Magnetometer
60-
// actionGUIName = Toggle Magnetometer
61-
// evaDistance = 1.85
62-
// }
6354
}

0 commit comments

Comments
 (0)