A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- talonsoalbi_at_gmail_dot_com.ssoxmatch.actions.web - package talonsoalbi_at_gmail_dot_com.ssoxmatch.actions.web
-
Package containing the classes that implements a complete web portatl with services to compute cross-matches and ephemerides.
- Tamara - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Tamara
- tan(double) - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.FastMath
-
Tangent function
- Tanete - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Tanete
- tanh(double) - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.FastMath
-
Hyperbolic tangent function
- TARGET - Enum in talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody
-
The set of targets with their mass and other properties.
- TARGETS - Static variable in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Constants
-
Value of the property TARGETS
- tass17(double, int, boolean) - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.moons.TASS17
-
Implements TASS 1.7 theory.
- TASS17 - Class in talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.moons
-
This is an implementation of the TASS 1.7 theory of the motion of the satellites of Saturn.
- Tatjana - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Tatjana
- Tauris - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Tauris
- TDB - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.EphemHelper.TIME_SCALE
-
TDB time scale, used also for Terrestrial time TT
- Tekmessa - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Tekmessa
- ten() - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Returns a new
Quadruple
instance with the value of 10.0. - Tercidina - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Tercidina
- Terpsichore - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Terpsichore
- TestCrossMatches - Class in talonsoalbi_at_gmail_dot_com.ssoxmatch.actions
-
Testing class to be launched from command-line, to compute cross-matches from testing observations read directly from this class
- Thalia - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Thalia
- Themis - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Themis
- Theobalda - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Theobalda
- Thetis - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Thetis
- Thia - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Thia
- Thisbe - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Thisbe
- THREADS - Static variable in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Constants
-
Value of the property THREADS
- Thyra - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Thyra
- TIME_SPATIAL_UNCERTAINTY - Static variable in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Constants
-
Value of the property TIME_SPATIAL_UNCERTAINTY
- times(Matrix) - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Matrix
-
Linear algebraic matrix multiplication, A * B
- timesThis(Matrix) - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Matrix
-
Linear algebraic matrix multiplication, A * B
- Tisiphone - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Tisiphone
- Titania - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Titania
- toArrayList(String, String, boolean) - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Util
-
Transforms a string into an array list for a given field separator.
- toCenturies(double) - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.OrbitEphem
-
Convert a Julian day value to Julian centuries referenced to epoch J2000.
- toEcliptic(LocationElement) - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.OrbitEphem
-
Transforms a location object from equatorial J2000 to ecliptic coordinates
- toHexString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Returns a
String
containing a hexadecimal representation of the instance's value, consisting of sign, two 64-bit words of mantissa, and exponent preceded by letter 'e', with '_' separating the tetrads of hexadecimal digits. - toIeee754Bytes() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Returns the 128 bits of an IEEE-754 quadruple precision number nearest to the value of
this
instance as an array of 16byte
s, containing a physical representation of the standard IEEE-754 quadruple-precision floating-point number.
The order of bytes is big-endian, so that the sign bit and the most significant bits of the exponent is returned in result[0], and the least significant bits of the mantissa in result[15]. - toIeee754Longs() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Returns the 128 bits of an IEEE-754 quadruple precision number nearest to the value of
this
instance as an array of twolong
s, containing a physical representation of the standard IEEE-754 quadruple-precision floating-point number.
The order of words is big-endian, so that the sign bit, exponent and 48 most significant bits of the mantissa are returned in result[0], and 64 least significant bits of the mantissa in result[1]. - Tokio - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.TARGET
-
Tokio
- toLongWords() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Returns the fields of the instance that make up it's value as an array of
long
s.
The elements of the array contain the following values: - toOffset(double, double) - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.LocationElement
-
Moves this position a given amount in each axis, setting the location to a given point with some offset.
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.actions.web.ServiceLogElement
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.actions.xmatch.CloseEncounterElement
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.actions.xmatch.CrossMatchElement
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.actions.xmatch.DetailedEphemElement
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.actions.xmatch.ObservationElement
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.db.FileEntryElement
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.db.FileFormat
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.LocationElement
-
Returns a String representation of this object.
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Matrix
-
Converts a matrix to a string.
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.moons.Complex
-
Converts a Complex into a String of the form ( a + bi).
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.moons.MoonOrbitalElement
-
Returns a string representation of this object.
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.NBodyConfigurator
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.ObservatoryElement
-
Returns a String representation of this object.
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.OrbitalElement
-
Returns a string representation of this object.
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Returns a decimal string representation of the value of this
Quadruple
in a scientific (exponential) notation, rounded to 43 digits after point.
For other String representations, seeformat(String)
- toString() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.MissionElement
- toString(String[], String) - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Util
-
Transforms an array to a string.
- toStringArray(String, String, boolean) - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Util
-
Transforms a string into an array for a given field separator.
- TOTAL_MAGNITUDE_FOR_COMETS - Static variable in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Constants
-
Value of the property TOTAL_MAGNITUDE_FOR_COMETS
- TRACE - talonsoalbi_at_gmail_dot_com.ssoxmatch.Main.LOG_LEVEL
-
Trace logs
- transposeThis() - Method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Matrix
-
Matrix transpose.
- TSITOURAS_54 - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.ODE_SOLVER
-
Ch.
- TSITOURAS_65 - talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.nbody.ODE_SOLVER
-
A GENERAL FAMILY OF EXPLICIT RUNGE-KUTTA PAIRS OF ORDERS 6(5), S.
- two() - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Returns a new
Quadruple
instance with the value of 2.0. - TWO_PI - Static variable in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Constants
-
2* PI
All Classes All Packages