Gain star in ACS domain

This is an amplifier; the output is the input multiplied by the "gain" (default 1.0).

Derived from: ACSStar
Location: ACS main library
Version: 1.1 "03/16/98"
Author: James Lundblad

States

fgainFixState Gain of the star. "1.0"
OutputPrecisionPrecisionState Precision of the output in bits. This is the precision that will hold the result of the arithmetic operation on the inputs. When the value of the product extends outside of the precision, the OverflowHandler will be called. "2.14"
ArrivingPrecisionIntState Flag indicated whether or not to use the arriving particles as they are: YES keeps the same precision, and NO casts them to the precision specified by the parameter "InputPrecision". "YES"
InputPrecisionPrecisionState Precision of the input in bits. The input particles are only cast to this precision if the parameter "ArrivingPrecision" is set to NO. "2.14"

See: source code, Gain users


Copyright (c) 1998 The Regents of the University of California. All rights reserved. See the file $PTOLEMY/copyright for copyright notice, limitation of liability, and disclaimer of warranty provisions.