SAGA 9.3.3 | Tool Library Documentation

Mandelbrot Set


Description

Calculates Mandelbrot and Julia sets.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
OutputMandelbrot Setdata object Grid, output, optionalGRID--
OptionsWidthinteger numberNXCellsMinimum: 1 Default: 100
Heightinteger numberNYCellsMinimum: 1 Default: 100
X-Rangevalue rangeXRANGE--
Y-Rangevalue rangeYRANGE--
Julia - Xfloating point numberJULIA_X-Default: -0.700000
Julia - Yfloating point numberJULIA_Y-Default: 0.300000
Maximum Iterationsinteger numberMAXITER-Minimum: 1 Default: 300
TypechoiceMETHOD-Available Choices: [0] Mandelbrot [1] Julia Default: 0

Command Line


Usage: saga_cmd garden_fractals 2 [-GRID ] [-NX ] [-NY ] [-XRANGE_MIN ] [-XRANGE_MAX ] [-YRANGE_MIN ] [-YRANGE_MAX ] [-JULIA_X ] [-JULIA_Y ] [-MAXITER ] [-METHOD ]
  -GRID:         	Mandelbrot Set
	data object Grid, output, optional
  -NX:           	Width
	integer number
	Minimum: 1
	Default: 100
  -NY:           	Height
	integer number
	Minimum: 1
	Default: 100
  -XRANGE_MIN:	X-Range
	value range
  -XRANGE_MAX:	X-Range
	value range
  -YRANGE_MIN:	Y-Range
	value range
  -YRANGE_MAX:	Y-Range
	value range
  -JULIA_X:   	Julia - X
	floating point number
	Default: -0.700000
  -JULIA_Y:   	Julia - Y
	floating point number
	Default: 0.300000
  -MAXITER:      	Maximum Iterations
	integer number
	Minimum: 1
	Default: 300
  -METHOD:       	Type
	choice
	Available Choices:
	[0] Mandelbrot
	[1] Julia
	Default: 0