rsseismic.ProfileGenerationSettings module#

class rsseismic.ProfileGenerationSettings.ProfileGenerationSettings(client: Client, modelId: str)#

Bases: _ProxyObject, ProfileGenerationSettingsPropertiesMixin

Settings that control automatic profile generation.

Access via model.ProfileGenerationSettings. Use the generated get* / set* helpers to configure how many profiles to create, randomization options, and related parameters (for example setProfilesToGenerate).

After profiles have been generated once, call model.resetGeneratedProfiles() before generating again. Use model.generateProfiles() to create profiles from the mean profile template.