Jump to content

Is it possible to remove KSC biomes?


SpinkAkron

Recommended Posts

  • 1 year later...
On 2/3/2019 at 12:05 PM, SpinkAkron said:

Is it possible to remove the KSC biomes or otherwise disable the science points that can be collected there?

 

On 2/8/2019 at 12:59 AM, Ger_space said:

Yes, you have to remove the unity game object tags from the buildings. 

I know this is like a 14-month necro but this is the only part of the internet that has any information i can find on this. How would one go about removing the unity game object tag from a building?

Link to comment
Share on other sites

On 5/2/2020 at 1:26 AM, Superfluous J said:

 

I know this is like a 14-month necro but this is the only part of the internet that has any information i can find on this. How would one go about removing the unity game object tag from a building?

c# code. then you scan for the objects and then you can remove the tag... You need to write a mod for that and some knowledge what unity tags are.

Link to comment
Share on other sites

1) Download KEI and complete all the science from KSC in one click (unlocked science experiments only!)

2) Using cheat menu, deduct the science you just gained, or alternatively do a hacky edit of your save file to change the science value more precisely.

3) Profit!

 

Link to comment
Share on other sites

1 hour ago, jimmymcgoochie said:

Download KEI and complete all the science from KSC in one click (unlocked science experiments only!)

Of course.  KEI is awesome and I recommend it.  Think of it as collaboration testing around the KSC but it does it for you.

Link to comment
Share on other sites

2 hours ago, jimmymcgoochie said:

1) Download KEI and complete all the science from KSC in one click (unlocked science experiments only!)

2) Using cheat menu, deduct the science you just gained, or alternatively do a hacky edit of your save file to change the science value more precisely.

3) Profit!

 

Actually this gives me an idea. I wonder how hard it'd be to add to the save that all the science has already been gotten.

Probably not much easier than doing it correctly, but hey a programming schlub can dream.

34 minutes ago, theJesuit said:

KEI is awesome and I recommend it.

I do too, but it's pretty much exactly the opposite of what I'm trying to do here. :)

Unless as @jimmymcgoochie suggests I just use it to clear it out and then remove that science gain.

Link to comment
Share on other sites

2 hours ago, theJesuit said:

Of course.  KEI is awesome and I recommend it.  Think of it as collaboration testing around the KSC but it does it for you.

I always think of it as me deploying my little Kerbal minions to run around an active space launch facility with no regard for their own safety, or possibly doing a battle royale-style mass parachute jump to land on top of each building, clutching various scientific apparatus in lieu of weapons. I pity the poor Kerbals who have to lug around a materials bay!

Link to comment
Share on other sites

  • 3 years later...
On 5/9/2020 at 10:45 AM, jimmymcgoochie said:

1) Download KEI and complete all the science from KSC in one click (unlocked science experiments only!)

2) Using cheat menu, deduct the science you just gained, or alternatively do a hacky edit of your save file to change the science value more precisely.

3) Profit!

 

KEI can only do unlocked experiments though, so you have to redo that procedure after unlocking each scientific equipment.

Link to comment
Share on other sites

Here is another solution: unlock all KEI science in a new game (cheat all technology), go to the save file, find these segments, and copy them into a file so you can put them into your new games. You should hopefully know where to put it. If not, do get some science in the game, find it in the save file and put it after that. It belongs after where you get the start tech. Copy all of it, with the braces, as it is here. You get the experiments crossed off without your science counter going up.

I use a  mod that changes science rewards (Probes Before Crew), so these values probably won't work for you, unless you use the same game setup as me. But you can do this yourself.

Spoiler


        Science
        {
            id = evaReport@KerbinSrfLandedAdministration
            title = EVA Report from Administration
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedAstronautComplex
            title = EVA Report from Astronaut Complex
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedFlagPole
            title = EVA Report from FlagPole
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedLaunchPad
            title = EVA Report from LaunchPad
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedMissionControl
            title = EVA Report from Mission Control
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedR&D
            title = EVA Report from R&D
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedR&DSideLab
            title = EVA Report from R&D Side Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedR&DObservatory
            title = EVA Report from R&D Observatory
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedR&DWindTunnel
            title = EVA Report from R&D Wind Tunnel
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedR&DCornerLab
            title = EVA Report from R&D Corner Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedR&DMainBuilding
            title = EVA Report from R&D Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedR&DCentralBuilding
            title = EVA Report from R&D Central Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedR&DSmallLab
            title = EVA Report from R&D Small Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedR&DTanks
            title = EVA Report from R&D Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedRunway
            title = EVA Report from Runway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedSPHMainBuilding
            title = EVA Report from SPH Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedSPHWaterTower
            title = EVA Report from SPH Water Tower
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedSPHTanks
            title = EVA Report from SPH Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedSPHRoundTank
            title = EVA Report from SPH Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedSPH
            title = EVA Report from SPH
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedTrackingStationHub
            title = EVA Report from Tracking Station Hub
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedTrackingStation
            title = EVA Report from Tracking Station
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedTrackingStationDishEast
            title = EVA Report from Tracking Station Dish East
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedTrackingStationDishNorth
            title = EVA Report from Tracking Station Dish North
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedTrackingStationDishSouth
            title = EVA Report from Tracking Station Dish South
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedVABPodMemorial
            title = EVA Report from VAB Pod Memorial
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedVABMainBuilding
            title = EVA Report from VAB Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedVABRoundTank
            title = EVA Report from VAB Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedVABTanks
            title = EVA Report from VAB Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedVAB
            title = EVA Report from VAB
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedCrawlerway
            title = EVA Report from Crawlerway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedKSC
            title = EVA Report from KSC
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedGlacierLakeLaunchSite
            title = EVA Report from GlacierLakeLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedCoveLaunchSite
            title = EVA Report from CoveLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedMahiMahiLaunchSite
            title = EVA Report from MahiMahiLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedCraterLaunchSite
            title = EVA Report from CraterLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedIslandAirfield
            title = EVA Report from Island Airfield
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedAdministration
            title = Surface Sample from Administration
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedAstronautComplex
            title = Surface Sample from Astronaut Complex
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedFlagPole
            title = Surface Sample from FlagPole
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedLaunchPad
            title = Surface Sample from LaunchPad
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedMissionControl
            title = Surface Sample from Mission Control
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedR&D
            title = Surface Sample from R&D
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedR&DSideLab
            title = Surface Sample from R&D Side Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedR&DObservatory
            title = Surface Sample from R&D Observatory
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedR&DWindTunnel
            title = Surface Sample from R&D Wind Tunnel
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedR&DCornerLab
            title = Surface Sample from R&D Corner Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedR&DMainBuilding
            title = Surface Sample from R&D Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedR&DCentralBuilding
            title = Surface Sample from R&D Central Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedR&DSmallLab
            title = Surface Sample from R&D Small Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedR&DTanks
            title = Surface Sample from R&D Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedRunway
            title = Surface Sample from Runway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedSPHMainBuilding
            title = Surface Sample from SPH Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedSPHWaterTower
            title = Surface Sample from SPH Water Tower
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedSPHTanks
            title = Surface Sample from SPH Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedSPHRoundTank
            title = Surface Sample from SPH Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedSPH
            title = Surface Sample from SPH
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedTrackingStationHub
            title = Surface Sample from Tracking Station Hub
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedTrackingStation
            title = Surface Sample from Tracking Station
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedTrackingStationDishEast
            title = Surface Sample from Tracking Station Dish East
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedTrackingStationDishNorth
            title = Surface Sample from Tracking Station Dish North
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedTrackingStationDishSouth
            title = Surface Sample from Tracking Station Dish South
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedVABPodMemorial
            title = Surface Sample from VAB Pod Memorial
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedVABMainBuilding
            title = Surface Sample from VAB Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedVABRoundTank
            title = Surface Sample from VAB Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedVABTanks
            title = Surface Sample from VAB Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedVAB
            title = Surface Sample from VAB
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedCrawlerway
            title = Surface Sample from Crawlerway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedKSC
            title = Surface Sample from KSC
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedGlacierLakeLaunchSite
            title = Surface Sample from GlacierLakeLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedCoveLaunchSite
            title = Surface Sample from CoveLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedMahiMahiLaunchSite
            title = Surface Sample from MahiMahiLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedCraterLaunchSite
            title = Surface Sample from CraterLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedIslandAirfield
            title = Surface Sample from Island Airfield
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedAdministration
            title = Telemetry Report from Administration
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedAstronautComplex
            title = Telemetry Report from Astronaut Complex
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedFlagPole
            title = Telemetry Report from FlagPole
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedLaunchPad
            title = Telemetry Report from LaunchPad
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedMissionControl
            title = Telemetry Report from Mission Control
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedR&D
            title = Telemetry Report from R&D
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedR&DSideLab
            title = Telemetry Report from R&D Side Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedR&DObservatory
            title = Telemetry Report from R&D Observatory
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedR&DWindTunnel
            title = Telemetry Report from R&D Wind Tunnel
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedR&DCornerLab
            title = Telemetry Report from R&D Corner Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedR&DMainBuilding
            title = Telemetry Report from R&D Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedR&DCentralBuilding
            title = Telemetry Report from R&D Central Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedR&DSmallLab
            title = Telemetry Report from R&D Small Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedR&DTanks
            title = Telemetry Report from R&D Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedRunway
            title = Telemetry Report from Runway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedSPHMainBuilding
            title = Telemetry Report from SPH Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedSPHWaterTower
            title = Telemetry Report from SPH Water Tower
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedSPHTanks
            title = Telemetry Report from SPH Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedSPHRoundTank
            title = Telemetry Report from SPH Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedSPH
            title = Telemetry Report from SPH
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedTrackingStationHub
            title = Telemetry Report from Tracking Station Hub
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedTrackingStation
            title = Telemetry Report from Tracking Station
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedTrackingStationDishEast
            title = Telemetry Report from Tracking Station Dish East
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedTrackingStationDishNorth
            title = Telemetry Report from Tracking Station Dish North
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedTrackingStationDishSouth
            title = Telemetry Report from Tracking Station Dish South
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedVABPodMemorial
            title = Telemetry Report from VAB Pod Memorial
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedVABMainBuilding
            title = Telemetry Report from VAB Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedVABRoundTank
            title = Telemetry Report from VAB Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedVABTanks
            title = Telemetry Report from VAB Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedVAB
            title = Telemetry Report from VAB
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedCrawlerway
            title = Telemetry Report from Crawlerway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedKSC
            title = Telemetry Report from KSC
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedGlacierLakeLaunchSite
            title = Telemetry Report from GlacierLakeLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedCoveLaunchSite
            title = Telemetry Report from CoveLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedMahiMahiLaunchSite
            title = Telemetry Report from MahiMahiLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedCraterLaunchSite
            title = Telemetry Report from CraterLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedIslandAirfield
            title = Telemetry Report from Island Airfield
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = crewReport@KerbinSrfLandedAdministration
            title = Crew Report from Administration
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedAstronautComplex
            title = Crew Report from Astronaut Complex
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedFlagPole
            title = Crew Report from FlagPole
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedLaunchPad
            title = Crew Report from LaunchPad
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedMissionControl
            title = Crew Report from Mission Control
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedR&D
            title = Crew Report from R&D
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedR&DSideLab
            title = Crew Report from R&D Side Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedR&DObservatory
            title = Crew Report from R&D Observatory
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedR&DWindTunnel
            title = Crew Report from R&D Wind Tunnel
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedR&DCornerLab
            title = Crew Report from R&D Corner Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedR&DMainBuilding
            title = Crew Report from R&D Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedR&DCentralBuilding
            title = Crew Report from R&D Central Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedR&DSmallLab
            title = Crew Report from R&D Small Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedR&DTanks
            title = Crew Report from R&D Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedRunway
            title = Crew Report from Runway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedSPHMainBuilding
            title = Crew Report from SPH Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedSPHWaterTower
            title = Crew Report from SPH Water Tower
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedSPHTanks
            title = Crew Report from SPH Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedSPHRoundTank
            title = Crew Report from SPH Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedSPH
            title = Crew Report from SPH
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedTrackingStationHub
            title = Crew Report from Tracking Station Hub
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedTrackingStation
            title = Crew Report from Tracking Station
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedTrackingStationDishEast
            title = Crew Report from Tracking Station Dish East
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedTrackingStationDishNorth
            title = Crew Report from Tracking Station Dish North
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedTrackingStationDishSouth
            title = Crew Report from Tracking Station Dish South
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedVABPodMemorial
            title = Crew Report from VAB Pod Memorial
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedVABMainBuilding
            title = Crew Report from VAB Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedVABRoundTank
            title = Crew Report from VAB Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedVABTanks
            title = Crew Report from VAB Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedVAB
            title = Crew Report from VAB
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedCrawlerway
            title = Crew Report from Crawlerway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedKSC
            title = Crew Report from KSC
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedGlacierLakeLaunchSite
            title = Crew Report from GlacierLakeLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedCoveLaunchSite
            title = Crew Report from CoveLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedMahiMahiLaunchSite
            title = Crew Report from MahiMahiLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedCraterLaunchSite
            title = Crew Report from CraterLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedIslandAirfield
            title = Crew Report from Island Airfield
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedAdministration
            title = Atmosphere Analysis from Administration
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedAstronautComplex
            title = Atmosphere Analysis from Astronaut Complex
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedFlagPole
            title = Atmosphere Analysis from FlagPole
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedLaunchPad
            title = Atmosphere Analysis from LaunchPad
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedMissionControl
            title = Atmosphere Analysis from Mission Control
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedR&D
            title = Atmosphere Analysis from R&D
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedR&DSideLab
            title = Atmosphere Analysis from R&D Side Lab
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedR&DObservatory
            title = Atmosphere Analysis from R&D Observatory
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedR&DWindTunnel
            title = Atmosphere Analysis from R&D Wind Tunnel
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedR&DCornerLab
            title = Atmosphere Analysis from R&D Corner Lab
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedR&DMainBuilding
            title = Atmosphere Analysis from R&D Main Building
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedR&DCentralBuilding
            title = Atmosphere Analysis from R&D Central Building
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedR&DSmallLab
            title = Atmosphere Analysis from R&D Small Lab
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedR&DTanks
            title = Atmosphere Analysis from R&D Tanks
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedRunway
            title = Atmosphere Analysis from Runway
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedSPHMainBuilding
            title = Atmosphere Analysis from SPH Main Building
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedSPHWaterTower
            title = Atmosphere Analysis from SPH Water Tower
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedSPHTanks
            title = Atmosphere Analysis from SPH Tanks
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedSPHRoundTank
            title = Atmosphere Analysis from SPH Round Tank
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedSPH
            title = Atmosphere Analysis from SPH
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedTrackingStationHub
            title = Atmosphere Analysis from Tracking Station Hub
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedTrackingStation
            title = Atmosphere Analysis from Tracking Station
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedTrackingStationDishEast
            title = Atmosphere Analysis from Tracking Station Dish East
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedTrackingStationDishNorth
            title = Atmosphere Analysis from Tracking Station Dish North
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedTrackingStationDishSouth
            title = Atmosphere Analysis from Tracking Station Dish South
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedVABPodMemorial
            title = Atmosphere Analysis from VAB Pod Memorial
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedVABMainBuilding
            title = Atmosphere Analysis from VAB Main Building
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedVABRoundTank
            title = Atmosphere Analysis from VAB Round Tank
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedVABTanks
            title = Atmosphere Analysis from VAB Tanks
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedVAB
            title = Atmosphere Analysis from VAB
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedCrawlerway
            title = Atmosphere Analysis from Crawlerway
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedKSC
            title = Atmosphere Analysis from KSC
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedGlacierLakeLaunchSite
            title = Atmosphere Analysis from GlacierLakeLaunchSite
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedCoveLaunchSite
            title = Atmosphere Analysis from CoveLaunchSite
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedMahiMahiLaunchSite
            title = Atmosphere Analysis from MahiMahiLaunchSite
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedCraterLaunchSite
            title = Atmosphere Analysis from CraterLaunchSite
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedIslandAirfield
            title = Atmosphere Analysis from Island Airfield
            dsc = 10
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedAdministration
            title = Mystery Goo Observation from Administration
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedAstronautComplex
            title = Mystery Goo Observation from Astronaut Complex
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedFlagPole
            title = Mystery Goo Observation from FlagPole
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedLaunchPad
            title = Mystery Goo Observation from LaunchPad
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedMissionControl
            title = Mystery Goo Observation from Mission Control
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedR&D
            title = Mystery Goo Observation from R&D
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedR&DSideLab
            title = Mystery Goo Observation from R&D Side Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedR&DObservatory
            title = Mystery Goo Observation from R&D Observatory
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedR&DWindTunnel
            title = Mystery Goo Observation from R&D Wind Tunnel
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedR&DCornerLab
            title = Mystery Goo Observation from R&D Corner Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedR&DMainBuilding
            title = Mystery Goo Observation from R&D Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedR&DCentralBuilding
            title = Mystery Goo Observation from R&D Central Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedR&DSmallLab
            title = Mystery Goo Observation from R&D Small Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedR&DTanks
            title = Mystery Goo Observation from R&D Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedRunway
            title = Mystery Goo Observation from Runway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedSPHMainBuilding
            title = Mystery Goo Observation from SPH Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedSPHWaterTower
            title = Mystery Goo Observation from SPH Water Tower
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedSPHTanks
            title = Mystery Goo Observation from SPH Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedSPHRoundTank
            title = Mystery Goo Observation from SPH Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedSPH
            title = Mystery Goo Observation from SPH
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedTrackingStationHub
            title = Mystery Goo Observation from Tracking Station Hub
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedTrackingStation
            title = Mystery Goo Observation from Tracking Station
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedTrackingStationDishEast
            title = Mystery Goo Observation from Tracking Station Dish East
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedTrackingStationDishNorth
            title = Mystery Goo Observation from Tracking Station Dish North
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedTrackingStationDishSouth
            title = Mystery Goo Observation from Tracking Station Dish South
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedVABPodMemorial
            title = Mystery Goo Observation from VAB Pod Memorial
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedVABMainBuilding
            title = Mystery Goo Observation from VAB Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedVABRoundTank
            title = Mystery Goo Observation from VAB Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedVABTanks
            title = Mystery Goo Observation from VAB Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedVAB
            title = Mystery Goo Observation from VAB
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedCrawlerway
            title = Mystery Goo Observation from Crawlerway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedKSC
            title = Mystery Goo Observation from KSC
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedGlacierLakeLaunchSite
            title = Mystery Goo Observation from GlacierLakeLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedCoveLaunchSite
            title = Mystery Goo Observation from CoveLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedMahiMahiLaunchSite
            title = Mystery Goo Observation from MahiMahiLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedCraterLaunchSite
            title = Mystery Goo Observation from CraterLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedIslandAirfield
            title = Mystery Goo Observation from Island Airfield
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedAdministration
            title = Materials Study from Administration
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedAstronautComplex
            title = Materials Study from Astronaut Complex
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedFlagPole
            title = Materials Study from FlagPole
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedLaunchPad
            title = Materials Study from LaunchPad
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedMissionControl
            title = Materials Study from Mission Control
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedR&D
            title = Materials Study from R&D
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedR&DSideLab
            title = Materials Study from R&D Side Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedR&DObservatory
            title = Materials Study from R&D Observatory
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedR&DWindTunnel
            title = Materials Study from R&D Wind Tunnel
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedR&DCornerLab
            title = Materials Study from R&D Corner Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedR&DMainBuilding
            title = Materials Study from R&D Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedR&DCentralBuilding
            title = Materials Study from R&D Central Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedR&DSmallLab
            title = Materials Study from R&D Small Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedR&DTanks
            title = Materials Study from R&D Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedRunway
            title = Materials Study from Runway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedSPHMainBuilding
            title = Materials Study from SPH Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedSPHWaterTower
            title = Materials Study from SPH Water Tower
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedSPHTanks
            title = Materials Study from SPH Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedSPHRoundTank
            title = Materials Study from SPH Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedSPH
            title = Materials Study from SPH
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedTrackingStationHub
            title = Materials Study from Tracking Station Hub
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedTrackingStation
            title = Materials Study from Tracking Station
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedTrackingStationDishEast
            title = Materials Study from Tracking Station Dish East
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedTrackingStationDishNorth
            title = Materials Study from Tracking Station Dish North
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedTrackingStationDishSouth
            title = Materials Study from Tracking Station Dish South
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedVABPodMemorial
            title = Materials Study from VAB Pod Memorial
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedVABMainBuilding
            title = Materials Study from VAB Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedVABRoundTank
            title = Materials Study from VAB Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedVABTanks
            title = Materials Study from VAB Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedVAB
            title = Materials Study from VAB
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedCrawlerway
            title = Materials Study from Crawlerway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedKSC
            title = Materials Study from KSC
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedGlacierLakeLaunchSite
            title = Materials Study from GlacierLakeLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedCoveLaunchSite
            title = Materials Study from CoveLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedMahiMahiLaunchSite
            title = Materials Study from MahiMahiLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedCraterLaunchSite
            title = Materials Study from CraterLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedIslandAirfield
            title = Materials Study from Island Airfield
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedAdministration
            title = Seismic Scan from Administration
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedAstronautComplex
            title = Seismic Scan from Astronaut Complex
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedFlagPole
            title = Seismic Scan from FlagPole
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedLaunchPad
            title = Seismic Scan from LaunchPad
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedMissionControl
            title = Seismic Scan from Mission Control
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedR&D
            title = Seismic Scan from R&D
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedR&DSideLab
            title = Seismic Scan from R&D Side Lab
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedR&DObservatory
            title = Seismic Scan from R&D Observatory
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedR&DWindTunnel
            title = Seismic Scan from R&D Wind Tunnel
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedR&DCornerLab
            title = Seismic Scan from R&D Corner Lab
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedR&DMainBuilding
            title = Seismic Scan from R&D Main Building
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedR&DCentralBuilding
            title = Seismic Scan from R&D Central Building
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedR&DSmallLab
            title = Seismic Scan from R&D Small Lab
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedR&DTanks
            title = Seismic Scan from R&D Tanks
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedRunway
            title = Seismic Scan from Runway
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedSPHMainBuilding
            title = Seismic Scan from SPH Main Building
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedSPHWaterTower
            title = Seismic Scan from SPH Water Tower
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedSPHTanks
            title = Seismic Scan from SPH Tanks
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedSPHRoundTank
            title = Seismic Scan from SPH Round Tank
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedSPH
            title = Seismic Scan from SPH
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedTrackingStationHub
            title = Seismic Scan from Tracking Station Hub
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedTrackingStation
            title = Seismic Scan from Tracking Station
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedTrackingStationDishEast
            title = Seismic Scan from Tracking Station Dish East
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedTrackingStationDishNorth
            title = Seismic Scan from Tracking Station Dish North
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedTrackingStationDishSouth
            title = Seismic Scan from Tracking Station Dish South
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedVABPodMemorial
            title = Seismic Scan from VAB Pod Memorial
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedVABMainBuilding
            title = Seismic Scan from VAB Main Building
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedVABRoundTank
            title = Seismic Scan from VAB Round Tank
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedVABTanks
            title = Seismic Scan from VAB Tanks
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedVAB
            title = Seismic Scan from VAB
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedCrawlerway
            title = Seismic Scan from Crawlerway
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedKSC
            title = Seismic Scan from KSC
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedGlacierLakeLaunchSite
            title = Seismic Scan from GlacierLakeLaunchSite
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedCoveLaunchSite
            title = Seismic Scan from CoveLaunchSite
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedMahiMahiLaunchSite
            title = Seismic Scan from MahiMahiLaunchSite
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedCraterLaunchSite
            title = Seismic Scan from CraterLaunchSite
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedIslandAirfield
            title = Seismic Scan from Island Airfield
            dsc = 2.5
            scv = 0
            sbv = 0.800000012
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedAdministration
            title = Atmospheric Pressure Scan from Administration
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedAstronautComplex
            title = Atmospheric Pressure Scan from Astronaut Complex
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedFlagPole
            title = Atmospheric Pressure Scan from FlagPole
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedLaunchPad
            title = Atmospheric Pressure Scan from LaunchPad
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedMissionControl
            title = Atmospheric Pressure Scan from Mission Control
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedR&D
            title = Atmospheric Pressure Scan from R&D
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedR&DSideLab
            title = Atmospheric Pressure Scan from R&D Side Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedR&DObservatory
            title = Atmospheric Pressure Scan from R&D Observatory
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedR&DWindTunnel
            title = Atmospheric Pressure Scan from R&D Wind Tunnel
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedR&DCornerLab
            title = Atmospheric Pressure Scan from R&D Corner Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedR&DMainBuilding
            title = Atmospheric Pressure Scan from R&D Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedR&DCentralBuilding
            title = Atmospheric Pressure Scan from R&D Central Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedR&DSmallLab
            title = Atmospheric Pressure Scan from R&D Small Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedR&DTanks
            title = Atmospheric Pressure Scan from R&D Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedRunway
            title = Atmospheric Pressure Scan from Runway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedSPHMainBuilding
            title = Atmospheric Pressure Scan from SPH Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedSPHWaterTower
            title = Atmospheric Pressure Scan from SPH Water Tower
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedSPHTanks
            title = Atmospheric Pressure Scan from SPH Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedSPHRoundTank
            title = Atmospheric Pressure Scan from SPH Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedSPH
            title = Atmospheric Pressure Scan from SPH
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedTrackingStationHub
            title = Atmospheric Pressure Scan from Tracking Station Hub
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedTrackingStation
            title = Atmospheric Pressure Scan from Tracking Station
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedTrackingStationDishEast
            title = Atmospheric Pressure Scan from Tracking Station Dish East
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedTrackingStationDishNorth
            title = Atmospheric Pressure Scan from Tracking Station Dish North
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedTrackingStationDishSouth
            title = Atmospheric Pressure Scan from Tracking Station Dish South
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedVABPodMemorial
            title = Atmospheric Pressure Scan from VAB Pod Memorial
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedVABMainBuilding
            title = Atmospheric Pressure Scan from VAB Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedVABRoundTank
            title = Atmospheric Pressure Scan from VAB Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedVABTanks
            title = Atmospheric Pressure Scan from VAB Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedVAB
            title = Atmospheric Pressure Scan from VAB
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedCrawlerway
            title = Atmospheric Pressure Scan from Crawlerway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedKSC
            title = Atmospheric Pressure Scan from KSC
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedGlacierLakeLaunchSite
            title = Atmospheric Pressure Scan from GlacierLakeLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedCoveLaunchSite
            title = Atmospheric Pressure Scan from CoveLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedMahiMahiLaunchSite
            title = Atmospheric Pressure Scan from MahiMahiLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedCraterLaunchSite
            title = Atmospheric Pressure Scan from CraterLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedIslandAirfield
            title = Atmospheric Pressure Scan from Island Airfield
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedAdministration
            title = Gravity Scan from Administration
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedAstronautComplex
            title = Gravity Scan from Astronaut Complex
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedFlagPole
            title = Gravity Scan from FlagPole
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedLaunchPad
            title = Gravity Scan from LaunchPad
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedMissionControl
            title = Gravity Scan from Mission Control
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedR&D
            title = Gravity Scan from R&D
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedR&DSideLab
            title = Gravity Scan from R&D Side Lab
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedR&DObservatory
            title = Gravity Scan from R&D Observatory
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedR&DWindTunnel
            title = Gravity Scan from R&D Wind Tunnel
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedR&DCornerLab
            title = Gravity Scan from R&D Corner Lab
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedR&DMainBuilding
            title = Gravity Scan from R&D Main Building
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedR&DCentralBuilding
            title = Gravity Scan from R&D Central Building
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedR&DSmallLab
            title = Gravity Scan from R&D Small Lab
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedR&DTanks
            title = Gravity Scan from R&D Tanks
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedRunway
            title = Gravity Scan from Runway
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedSPHMainBuilding
            title = Gravity Scan from SPH Main Building
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedSPHWaterTower
            title = Gravity Scan from SPH Water Tower
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedSPHTanks
            title = Gravity Scan from SPH Tanks
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedSPHRoundTank
            title = Gravity Scan from SPH Round Tank
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedSPH
            title = Gravity Scan from SPH
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedTrackingStationHub
            title = Gravity Scan from Tracking Station Hub
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedTrackingStation
            title = Gravity Scan from Tracking Station
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedTrackingStationDishEast
            title = Gravity Scan from Tracking Station Dish East
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedTrackingStationDishNorth
            title = Gravity Scan from Tracking Station Dish North
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedTrackingStationDishSouth
            title = Gravity Scan from Tracking Station Dish South
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedVABPodMemorial
            title = Gravity Scan from VAB Pod Memorial
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedVABMainBuilding
            title = Gravity Scan from VAB Main Building
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedVABRoundTank
            title = Gravity Scan from VAB Round Tank
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedVABTanks
            title = Gravity Scan from VAB Tanks
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedVAB
            title = Gravity Scan from VAB
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedCrawlerway
            title = Gravity Scan from Crawlerway
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedKSC
            title = Gravity Scan from KSC
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedGlacierLakeLaunchSite
            title = Gravity Scan from GlacierLakeLaunchSite
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedCoveLaunchSite
            title = Gravity Scan from CoveLaunchSite
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedMahiMahiLaunchSite
            title = Gravity Scan from MahiMahiLaunchSite
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedCraterLaunchSite
            title = Gravity Scan from CraterLaunchSite
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedIslandAirfield
            title = Gravity Scan from Island Airfield
            dsc = 3
            scv = 0
            sbv = 0.800000012
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedAdministration
            title = Temperature Scan from Administration
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedAstronautComplex
            title = Temperature Scan from Astronaut Complex
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedFlagPole
            title = Temperature Scan from FlagPole
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedLaunchPad
            title = Temperature Scan from LaunchPad
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedMissionControl
            title = Temperature Scan from Mission Control
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedR&D
            title = Temperature Scan from R&D
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedR&DSideLab
            title = Temperature Scan from R&D Side Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedR&DObservatory
            title = Temperature Scan from R&D Observatory
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedR&DWindTunnel
            title = Temperature Scan from R&D Wind Tunnel
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedR&DCornerLab
            title = Temperature Scan from R&D Corner Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedR&DMainBuilding
            title = Temperature Scan from R&D Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedR&DCentralBuilding
            title = Temperature Scan from R&D Central Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedR&DSmallLab
            title = Temperature Scan from R&D Small Lab
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedR&DTanks
            title = Temperature Scan from R&D Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedRunway
            title = Temperature Scan from Runway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedSPHMainBuilding
            title = Temperature Scan from SPH Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedSPHWaterTower
            title = Temperature Scan from SPH Water Tower
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedSPHTanks
            title = Temperature Scan from SPH Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedSPHRoundTank
            title = Temperature Scan from SPH Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedSPH
            title = Temperature Scan from SPH
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedTrackingStationHub
            title = Temperature Scan from Tracking Station Hub
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedTrackingStation
            title = Temperature Scan from Tracking Station
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedTrackingStationDishEast
            title = Temperature Scan from Tracking Station Dish East
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedTrackingStationDishNorth
            title = Temperature Scan from Tracking Station Dish North
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedTrackingStationDishSouth
            title = Temperature Scan from Tracking Station Dish South
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedVABPodMemorial
            title = Temperature Scan from VAB Pod Memorial
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedVABMainBuilding
            title = Temperature Scan from VAB Main Building
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedVABRoundTank
            title = Temperature Scan from VAB Round Tank
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedVABTanks
            title = Temperature Scan from VAB Tanks
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedVAB
            title = Temperature Scan from VAB
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedCrawlerway
            title = Temperature Scan from Crawlerway
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedKSC
            title = Temperature Scan from KSC
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedGlacierLakeLaunchSite
            title = Temperature Scan from GlacierLakeLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedCoveLaunchSite
            title = Temperature Scan from CoveLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedMahiMahiLaunchSite
            title = Temperature Scan from MahiMahiLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedCraterLaunchSite
            title = Temperature Scan from CraterLaunchSite
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedIslandAirfield
            title = Temperature Scan from Island Airfield
            dsc = 1
            scv = 0
            sbv = 0.800000012
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = evaReport@KerbinSrfLandedBaikerbanur
            title = EVA Report from Baikerbanur
            dsc = 1
            scv = 0
            sbv = 1
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = evaReport@KerbinSrfLandedBaikerbanurLaunchpad
            title = EVA Report from Baikerbanur LaunchPad
            dsc = 1
            scv = 0
            sbv = 1
            sci = 11.1999998
            asc = True
            cap = 11.1999998
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedBaikerbanur
            title = Surface Sample from Baikerbanur
            dsc = 1
            scv = 0
            sbv = 1
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = surfaceSample@KerbinSrfLandedBaikerbanurLaunchpad
            title = Surface Sample from Baikerbanur LaunchPad
            dsc = 1
            scv = 0
            sbv = 1
            sci = 24
            asc = True
            cap = 24
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedBaikerbanur
            title = Telemetry Report from Baikerbanur
            dsc = 1
            scv = 0
            sbv = 1
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = telemetryReport@KerbinSrfLandedBaikerbanurLaunchpad
            title = Telemetry Report from Baikerbanur LaunchPad
            dsc = 1
            scv = 0
            sbv = 1
            sci = 1.60000002
            asc = True
            cap = 1.60000002
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedBaikerbanur
            title = Temperature Scan from Baikerbanur
            dsc = 1
            scv = 0
            sbv = 1
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = temperatureScan@KerbinSrfLandedBaikerbanurLaunchpad
            title = Temperature Scan from Baikerbanur LaunchPad
            dsc = 1
            scv = 0
            sbv = 1
            sci = 3.20000005
            asc = True
            cap = 3.20000005
        }
        Science
        {
            id = crewReport@KerbinSrfLandedBaikerbanur
            title = Crew Report from Baikerbanur
            dsc = 1
            scv = 0
            sbv = 1
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = crewReport@KerbinSrfLandedBaikerbanurLaunchpad
            title = Crew Report from Baikerbanur LaunchPad
            dsc = 1
            scv = 0
            sbv = 1
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedBaikerbanur
            title = Atmosphere Analysis from Baikerbanur
            dsc = 10
            scv = 0
            sbv = 1
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = atmosphereAnalysis@KerbinSrfLandedBaikerbanurLaunchpad
            title = Atmosphere Analysis from Baikerbanur LaunchPad
            dsc = 10
            scv = 0
            sbv = 1
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedBaikerbanur
            title = Mystery Goo Observation from Baikerbanur
            dsc = 1
            scv = 0
            sbv = 1
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mysteryGoo@KerbinSrfLandedBaikerbanurLaunchpad
            title = Mystery Goo Observation from Baikerbanur LaunchPad
            dsc = 1
            scv = 0
            sbv = 1
            sci = 8
            asc = True
            cap = 8
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedBaikerbanur
            title = Materials Study from Baikerbanur
            dsc = 1
            scv = 0
            sbv = 1
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = mobileMaterialsLab@KerbinSrfLandedBaikerbanurLaunchpad
            title = Materials Study from Baikerbanur LaunchPad
            dsc = 1
            scv = 0
            sbv = 1
            sci = 14.4000006
            asc = True
            cap = 14.4000006
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedBaikerbanur
            title = Seismic Scan from Baikerbanur
            dsc = 2.5
            scv = 0
            sbv = 1
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = seismicScan@KerbinSrfLandedBaikerbanurLaunchpad
            title = Seismic Scan from Baikerbanur LaunchPad
            dsc = 2.5
            scv = 0
            sbv = 1
            sci = 9.60000038
            asc = True
            cap = 9.60000038
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedBaikerbanur
            title = Atmospheric Pressure Scan from Baikerbanur
            dsc = 1
            scv = 0
            sbv = 1
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = barometerScan@KerbinSrfLandedBaikerbanurLaunchpad
            title = Atmospheric Pressure Scan from Baikerbanur LaunchPad
            dsc = 1
            scv = 0
            sbv = 1
            sci = 4.80000019
            asc = True
            cap = 4.80000019
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedBaikerbanur
            title = Gravity Scan from Baikerbanur
            dsc = 3
            scv = 0
            sbv = 1
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }
        Science
        {
            id = gravityScan@KerbinSrfLandedBaikerbanurLaunchpad
            title = Gravity Scan from Baikerbanur LaunchPad
            dsc = 3
            scv = 0
            sbv = 1
            sci = 6.4000001
            asc = True
            cap = 6.4000001
        }

 

Edited by Kerbal2023
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...