ISIS Documentation

ratio

Divide two cubes

This program divides two cubes. It operates in one of two manners: 1) the denominator cube must have the same number of bands as the numerator cube or 2) the denominator cube must have exactly one band. In the former case, corresponding bands are divided, for example, band one is divided by band one, band two by band two, and so on. In the later case, all bands in the numerator cube are divided by the single band in the denominator cube. Special pixels values are handled identically in both cases. Whenever a special pixel occurs, in either the numerator or denominator, the output pixel is set to NULL. Likewise, if the denominator is zero, the output is set to NULL.

Categories


Related Applications to Previous Versions of ISIS

This program replaces the following applications existing in previous versions of ISIS:
  • ratio
  • cosi

History

Eric Eliason1990-09-01 Original version
Jeff Anderson2002-06-17 Converted to Isis 3.0
Kim Sides2003-05-13 Added application test
Stuart Sides2003-05-16 Modified schema location from astogeology... to isis.astrogeology..."
Stuart Sides2003-07-22 Changed NUM, DEN and To from type filename to type cube
Stuart Sides2003-07-29 Modified filename parameters to be cube parameters where necessary