# Amount to adjust noise by (post-scaling) noise_bias = 60 # Hinge which noise will be scaled away from noise_hinge = -0.09 # How much to scale noise by noise_scale = 144 plateau_hinge = 120 # How smooth the slope to the central plateau is plt_cliffiness = 30 # How much to flatten the central plateau by plt_flatness = 4 # How high the central plateau is (logarithmic) [unused] plt_height = 20 # How high the central plateau is (archimedian) plt_height_a = 40 # Scales the plateau term before normalization [unused] plt_prescale = 1.15 # Radius of the central plateau in ADU plt_radius = 35 # [unused] sea_level = 135 # Base of the logarithm used for the spiral spiral_curviness = .893 # how much to dampen peaks by (linear) spiral_flatness = 0.7 # how much to subtract from spiral term spiral_negative_bias = .6 # how much to exaggerate peaks by (exponential) spiral_sharpness = 1.3 # How strong the spiral motif is spiral_strength = 140 # turning pitch of spiral spiral_tightness = 0.05