|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MeasuredValue | |
|---|---|
| net.grelf | This package contains general-purpose Java classes: non-astronomical and not specific to GRIP. |
| net.grelf.astro | This package contains Java classes for astronomical applications. |
| Uses of MeasuredValue in net.grelf |
|---|
| Fields in net.grelf declared as MeasuredValue | |
|---|---|
protected MeasuredValue |
Angle.valueRadians
|
| Methods in net.grelf that return MeasuredValue | |
|---|---|
MeasuredValue |
MeasuredValue.add(double a)
Returns a new MeasuredValue in which the value has number a added to it but stdErr is unchanged. |
MeasuredValue |
MeasuredValue.add(MeasuredValue x)
|
MeasuredValue |
MeasuredValue.clone()
Returns a new MeasuredValue object with the same data. |
MeasuredValue |
MeasuredValue.divide(MeasuredValue x)
|
MeasuredValue |
MeasuredValue.multiply(double a)
Returns a new MeasuredValue in which both the value and the standard error have been multiplied by number a. |
MeasuredValue |
MeasuredValue.multiply(MeasuredValue x)
|
MeasuredValue |
MeasuredValue.subtract(MeasuredValue x)
|
| Methods in net.grelf with parameters of type MeasuredValue | |
|---|---|
MeasuredValue |
MeasuredValue.add(MeasuredValue x)
|
MeasuredValue |
MeasuredValue.divide(MeasuredValue x)
|
MeasuredValue |
MeasuredValue.multiply(MeasuredValue x)
|
MeasuredValue |
MeasuredValue.subtract(MeasuredValue x)
|
| Uses of MeasuredValue in net.grelf.astro |
|---|
| Methods in net.grelf.astro that return MeasuredValue | |
|---|---|
protected MeasuredValue |
Star.calibrateImage(java.util.List<BlobMeas> refBlobs)
Uses known celestial coordinates of refBlobs (from a StarChart: every BlobMeas must have a Star) to return scale factor in degrees per pixel. |
| Methods in net.grelf.astro with parameters of type MeasuredValue | |
|---|---|
protected SkyPoint |
Star.measureTargetBlob(java.util.List<BlobMeas> refBlobs,
BlobMeas targetMeas,
Epoch epoch,
MeasuredValue degreesPerPixel)
|
protected SkyPoint |
Star.measureTargetBlob2(java.util.List<BlobMeas> refBlobs,
BlobMeas targetMeas,
Epoch epoch,
MeasuredValue degreesPerPixel)
|
| Constructors in net.grelf.astro with parameters of type MeasuredValue | |
|---|---|
Magnitude(MeasuredValue mv,
java.lang.String bandId)
Band identifier is typically a single letter: U, B, V, R or I. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||