SAGA-GIS Module Library Documentation (v2.1.3)

Module Spherical Harmonic Synthesis

Synthesis of a completely normalized spherical harmonic expansion. The coefficients are read from the input file (ASCII file, columns separated by space).

Parameters

 NameTypeIdentifierDescriptionConstraints
OutputSynthesized Grid (*)Data Object (optional output)OUTPUT_GRIDSynthesized Grid-
OptionsFile with CoefficientsFile pathFILEASCII file with columns degree, order, c_lm, s_lm (separated by space)-
Start DegreeIntegerMINDEGREEStart DegreeDefault: 0
Expansion DegreeIntegerMAXDEGREEExpansion DegreeDefault: 180
Start LatitudeFloating pointLAT_STARTStart LatitudeDefault: -90.000000
End LatitudeFloating pointEND_LATEnd LatitudeDefault: 90.000000
Start LongitudeFloating pointLONG_STARTStart LongitudeDefault: -180.000000
End LongitudeFloating pointEND_LONGEnd LongitudeDefault: 180.000000
Latitude / Longitude IncrementFloating pointINCLatitude / Longitude IncrementDefault: 1.000000
(*) optional

Command-line

Usage: saga_cmd grid_calculus 19 [-OUTPUT_GRID <str>] [-FILE <str>] [-MINDEGREE <num>] [-MAXDEGREE <num>] [-LAT_START <str>] [-END_LAT <str>] [-LONG_START <str>] [-END_LONG <str>] [-INC <str>]
  -OUTPUT_GRID:<str>	Synthesized Grid
	Data Object (optional output)
  -FILE:<str>       	File with Coefficients
	File path
  -MINDEGREE:<num>  	Start Degree
	Integer
	Default: 0
  -MAXDEGREE:<num>  	Expansion Degree
	Integer
	Default: 180
  -LAT_START:<str>  	Start Latitude
	Floating point
	Default: -90.000000
  -END_LAT:<str>    	End Latitude
	Floating point
	Default: 90.000000
  -LONG_START:<str> 	Start Longitude
	Floating point
	Default: -180.000000
  -END_LONG:<str>   	End Longitude
	Floating point
	Default: 180.000000
  -INC:<str>        	Latitude / Longitude Increment
	Floating point
	Default: 1.000000