BlackJackPointSolutionFile(String, GPSReceiver, Sensor) Constructor

Top 

Description

Create a BlackJackPointSolutionFile object, read Observation data from the file provided, and associate the contained Observations with "receiver" and "measuringSensor".

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

BlackJackPointSolutionFile(

String fileName,


GPSReceiver receiver,


Sensor measuringSensor)

 

 

Arguments

fileName


Description:

The name of the file associated with the BlackJackPointSolutionFile data.

 

 

receiver


Description:

The GPS Receiver taking measurements that is attached to the Spacecraft being observed.

 

 

measuringSensor


Description:

The Sensor object attached to the GPS Receiver taking measurements. The Sensor's X, Y, and Z position properties will be used to model an offset from the origin of the Spacecraft BCS when modeling measurements.

 

 

 

Syntax

BlackJackPointSolutionFile myBlackJackPointSolutionFile1(myString1, myGPSReceiver1, mySensor1);

 

 

See also

BlackJackPointSolutionFile Object

Orbit Determination Guide

Tracking Data File Formats