rsseismic.ProfileGenerationSettings module#
- class rsseismic.ProfileGenerationSettings.ProfileGenerationSettings(client: Client, modelId: str)#
Bases:
_ProxyObject,ProfileGenerationSettingsPropertiesMixinSettings that control automatic profile generation.
Access via
model.ProfileGenerationSettings. Use the generatedget*/set*helpers to configure how many profiles to create, randomization options, and related parameters (for examplesetProfilesToGenerate).After profiles have been generated once, call
model.resetGeneratedProfiles()before generating again. Usemodel.generateProfiles()to create profiles from the mean profile template.