|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use transitsBag | |
---|---|
fileio | |
integration | |
minimization | |
plotting | |
structs | |
systemic | |
ui |
Uses of transitsBag in fileio |
---|
Methods in fileio that return transitsBag | |
---|---|
static transitsBag |
FileIO.setTransitData(java.util.StringTokenizer st,
java.io.BufferedReader in)
|
Uses of transitsBag in integration |
---|
Methods in integration that return transitsBag | |
---|---|
transitsBag |
StellarSystem.getPredictedTransits()
|
Methods in integration with parameters of type transitsBag | |
---|---|
double[][] |
StellarSystem.getPosAtTransits(double startTime,
double endTime,
int intMethod,
transitsBag observedTransits)
|
void |
StellarSystem.setObsTransits(transitsBag tb)
|
Uses of transitsBag in minimization |
---|
Methods in minimization with parameters of type transitsBag | |
---|---|
void |
MinimizeChiSqr.setObservedTransits(transitsBag bag)
|
void |
MrqMinChiSqr.setObservedTransits(transitsBag bag)
|
Uses of transitsBag in plotting |
---|
Methods in plotting with parameters of type transitsBag | |
---|---|
void |
FoldPlot.setPredictedTransits(transitsBag bag)
|
void |
FoldPlot.setTransits(transitsBag bag)
|
Uses of transitsBag in structs |
---|
Fields in structs declared as transitsBag | |
---|---|
transitsBag |
SystemData.transits
|
Methods in structs that return transitsBag | |
---|---|
transitsBag |
transitsBag.clone()
|
transitsBag |
transitsBag.slice(double time1,
double time2)
|
transitsBag |
transitsBag.slice(int flag)
|
transitsBag |
transitsBag.slice(int idx1,
int idx2)
|
Methods in structs with parameters of type transitsBag | |
---|---|
void |
transitsBag.append(transitsBag bag)
|
void |
transitsBag.append(transitsBag bag,
int flag)
|
Constructors in structs with parameters of type transitsBag | |
---|---|
transitsBag(transitsBag source)
|
Uses of transitsBag in systemic |
---|
Methods in systemic that return transitsBag | |
---|---|
transitsBag |
Kernel.getObsTransits()
Returns a transitsBag collection containing all loaded transits. |
transitsBag |
Kernel.getObsTransitsCopy()
Returns a transitsBag collection containing all loaded transits. |
transitsBag |
Kernel.getPredTransits()
|
transitsBag |
Kernel.integrateTransits(double startTime,
double endTime,
double dt,
boolean continued)
Returns the predicted transits between startTime and endTime in a transitsBag object. |
Methods in systemic with parameters of type transitsBag | |
---|---|
static double[] |
Routines.lm(double[][] ic,
double[] offsets,
int[][] planetCheckBoxes,
int[] voffsCheckBoxes,
int integrationMethod,
double Mstar,
GenericList dataSets,
double[][] observeData,
GenericList dataSetNames,
boolean includeTransits,
transitsBag syntheticTransits,
java.lang.String primaryTele,
double startTime,
double endTime,
double vExtent,
double[] chisq,
boolean[] closeEncounter,
ProgressListener p)
|
static double[] |
Routines.lm(double[][] ic,
double[] offsets,
int[][] planetCheckBoxes,
int[] voffsCheckBoxes,
int integrationMethod,
double Mstar,
GenericList dataSets,
double[][] observeData,
GenericList dataSetNames,
boolean includeTransits,
transitsBag syntheticTransits,
java.lang.String primaryTele,
double startTime,
double endTime,
double vExtent,
double[] chisq,
ProgressListener p)
|
void |
Kernel.setObsTransits(transitsBag tr)
Loads a transitsBag collection of transits. |
Uses of transitsBag in ui |
---|
Methods in ui that return transitsBag | |
---|---|
transitsBag |
Systemic.getObservedTransits()
|
Methods in ui with parameters of type transitsBag | |
---|---|
void |
Systemic.setObservedTransits(transitsBag bag)
|
void |
Systemic.setPredictedTransits(transitsBag bag)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |