Skip to content

Fixes to default values and comments#63

Open
Starstrider42 wants to merge 3 commits into
KSPModStewards:devfrom
Starstrider42:typo-fixes
Open

Fixes to default values and comments#63
Starstrider42 wants to merge 3 commits into
KSPModStewards:devfrom
Starstrider42:typo-fixes

Conversation

@Starstrider42

Copy link
Copy Markdown

This PR fixes a number of typos and copy-paste errors I came across while trying to understand the code. They include a bug that makes it effectively impossible for local scanners to operate unless they override LocalThreshold.

The curve went from 1.0 to 5.0 before dropping to 0. All the explicit
instrument curves had 0.5 instead, and this makes more sense than
supposing an atmosphere enhances observation quality.
The original value, 0.01 t/m^3, prevented the included gas analyzer
from working at all (it's a partial density of 8.2 Earth atmospheres).
Assuming this was meant to be 1% of Earth's atmosphere, I've changed it
to 1e-5 t/m^3 (0.8% Earth's sea level density) and documented the
non-obvious units.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant