Skip to content

SpicePosition Other Functionality

acpaquette edited this page Jan 31, 2019 · 18 revisions

What is this document?

This is the companion to the core SpicePosition requirements document. This document contains every public method that is not mentioned in the other document. This will be an evolving document where we can collect what each method does, where it is used, and why it is used.

Methods

Time Bias

  • SetTimeBias(double timeBias)
    • Used by MocNarrowAngleCamera and MocWideAngleCamera
    • NOT used. There is a function with this name used from SpiceRotation, but SpicePosition's is not used.
  • GetTimeBias() const
    • Only used within SpicePosition! We could potentially eliminate this from the API, as it is only used within SpicePosition.

LightTime and Aberration Correction

  • SetAberrationCorrection(const QString &correction)
    • Used by SpacecraftPosition, Spice, gllssical/main, LoHighCamera, LoMediumCamera, Mariner10Camera
  • QString GetAberrationCorrection()
    • Not used anywhere (SpacecraftPosition has something similar and should probably use it but doesn't)
  • GetLightTime()
    • Not used anywhere (SpacecraftPosition has something similar and should probably use it but doesn't)

GetCenterCoordinate

  • GetCenterCoordinate()
    • Used by BundleObservation
    • Gets the gets the mid point in time between the start and end of the cached position data, and returns that coordinate
    • Used to get the center position of the instrument when looking at a section of ephemeris data

HasVelocity

  • HasVelocity()
    • Only used within SpicePosition Not used, the private variable is getting accessed directly from within SpicePosition
    • Returns the private variable p_hasVelocity from a SpicePosition object
    • Doesn't provide any functionality at the moment

IsCached

  • IsCached()
    • Used by Spice
    • Checks if there is something stored within the cache
    • Used to determine whether or not to read/write from and to cache

SetPolynomialDegree

  • SetPolynomialDegree(int degree)
    • Used by BundleObservation
    • Sets the degree of the internal polynomial state
    • Used to set and change the polynomials degree, consequently expanding or reducing the polynomial if the polynomials have been "applied"(?)

GetSource

  • GetSource()
    • Used by Spice

Base Time and Time Scaling

  • ComputeBaseTime()
    • Only used within SpicePosition
  • GetBaseTime()
    • Used in BundleObservation
  • SetOverrideBaseTime(double baseTime, double timeScale)
    • Used in BundleObservation
  • GetTimeScale()
    • Used in BundleObservation

DPolynomial

  • DPolynomial(const int coeffIndex)
    • Only used within SpicePosition

Extrapolate

  • Extrapolate(double timeEt)
    • Used in SpkSegment

HermiteCoordinate()

  • HermiteCoordinate
    • Not used

Project Management

Development References

Open RFCs

Archived RFCs

Instrument Workflows

Planning & Design

Fundamentals

General Image Processing

Cartography

Advanced

Mission Specific ISIS3 Processing

Programming in ISIS3

Demonstration Material

Workshops

Interactive Programs

Clone this wiki locally