ISIS Documentation

cubefunc

This program will apply a chosen function to the input cube

This program will apply the chosen function to the input cube. The following functions with their corresponding restrictions are available: NOTE: Trig functions requiring angles as the input must be in radians.
    	FUNCTION       RESTRICTIONS
	cos (x)
	sin (x)
	tan (x)        x cannot equal: 90, 270, -90, -270,
                                       pi/2, 3pi/2, -pi/2, -3pi/2
	arccos(x)      -1.0 < x < 1.0
	arcsin(x)      -1.0 < x < 1.0
	arctan(x)
	1.0 / x        x cannot equal 0.
	sqrt (x)       x must be greater than or equal to 0.
	10 ^ x
	e ^ x
	x ^ y          x is the input cube, y is an input constant
	log (x)        x > 0
	ln (x)         x > 0
	abs(x)

Categories


Related Objects and Documents

Applications


History

Tracie Sucharski2002-10-18 Original version
Tracie Sucharski2002-10-29 If input pixel is a special pixel, output the input value instead of the NULL value.
K Teal Thompson2002-11-22 Add example.
Tracie Sucharski2003-01-28 Removed from Utility category.
K Teal Thompson2003-02-03 Make images smaller. Move "constants" group below "functions" group.
Tracie Sucharski2003-04-03 Added to liens: 1. Add degree and radian radio buttons. 2. Move constants group below functions goup.
Stuart Sides2003-04-04 Fixed problem with isiscvs not checking in the thumb and image directories.
Stuart Sides2003-05-16 Modified schema location from astogeology... to isis.astrogeology..."
Stuart Sides2003-07-29 Modified filename parameters to be cube parameters where necessary
Tracie Sucharski2004-07-16 Add error checking for cos/sin function. Print number invalid input pixels.
Brendan George2006-09-28 Documentation fixes
Brendan George2007-01-09 Fixed appTest
Steven Lambright2007-08-21 Fixed output to contain valid pvl