PlanetProfile.install module

PlanetProfile.install.PPinstall()

Copies default body files from PlanetProfile/Default/Body/ directories to Body/ directories found here. The input files found in the Body/PPBody.py files here will override the defaults. Same for config files in this directory–they will override settings found in config files in the PlanetProfile/ directory.

PlanetProfile.install.PPuninstall(KEEP_NEW=None)

Removes the same contents as what is added by PPinstall. If any directory would then be empty, the directory is deleted.

Parameters:

KEEP_NEW – If True, retain any files the user has created atop the default install. If False, remove everything in the Body/ and SPICE/ directories. Defaults to None (prompt user).

Returns:

None