News of Software Updates and Corrections

-----------------------------------

UCAP.ZIP TELEMETRY CAPTURE PACKAGE

28 March 2006 Two new programs added, UTCAP and TIME_DIFF.

UTCAP is similar to UCAP, but a time/date stamp is automatically inserted into the output file every 10 minutes. This enables the program to be run unattended, allowing the user to check whether OSCAR-11 is transmitting or is silent.

TIME_DIFF is a Windows program for calculating the clock error. It performs the same function as TIME_ERROR, but reduces the amount of typing for repeat calculations.

U2TM.ZIP TELEMETRY DECODING PACKAGE

27 February 2004 Compiled version of program added for Windows users. Telemetry constants updated, minor changes to program operation, and documentation. Telemetry equations file added.

MIXW.ZIP MIXW DOCUMENTATION & USER PACKAGE

15 April 2003 Additional information added to documentation file.

OSCAR-11 MAGNETOMETER CALIBRATIONS

The magnetometer calibrations have steadily changed during the many years in orbit. Although the changes are small and are not noticeable on a plot of individual channels, they do have a considerable effect when the total magnetic field is calculated.

Yoshi Hashida of UoS has now supplied some recent calibrations for the magnetometer channels, optimised for the WOD dated 06-October-2000. These give good results with the current data. The new calibrations are -

BX = 0.152*N - 69.8
BZ = 0.146*N - 65.3
BY = 0.155*N - 71.0

where N is the WOD value. BX, BZ, BY are the magnetic fields along the X, Z, Y axes respectively, in micro-Tesla.

These calibrations should be used for the current data. The previous calibrations should be used for data several years old. Thanks Yoshi.

ORBILL.BAS ORBMAG.BAS SATILL.BAS

These programs have now been updated and the latest versions may now be downloaded from the OSCAR-11 page. The modifications are in two areas and are common to all programs. The first modification cures a Y2K problem.

The failure is in the conversion of two digit year number used in the Keplerian elements to the four digit form used in PLAN13.

The problem is the subroutine Save_kep. The line

YE = YE + 1900

Was changed to -

IF YE < 70 THEN YE = YE + 2000 ELSE YE = YE + 1900

The second modification was to change the FIX instructions to INT as described in the corrections to PLAN13QB below. This change did not have any effect on the output from SATILL and ORBILL. However the output of ORBMAG was slightly changed, although not noticeable on a plot. The revised output should be more accurate, and may help with recalibration of the magnetometers.

PLAN13QB.BAS

I have updated PLAN13QB with some modifications provided by John KB0ZEV. There are three modifications.

1. Replacement of FIX functions by INT. During development of the program I had replaced the INT functions by FIX in order to cure a problem. It didn't work, and I forgot to remove the modification! The mod causes the program to generate some negative values for MA, which is used in the output display, and processing for ORBMAG.

2. Replacement of leading spaces in hours & minutes of time display by zeros.

3. Addition of an extra digit to display of Doppler shift (RR).

Many thanks John for your feedback.

I have also updated the file BBC2QB. This was done for another project, and now goes beyond the needs of the PLAN13 conversion. However it may be of interest.

Return to General Satellite page

Return to OSCAR11 page

Return to OSCAR11 News

Return to Clive's home page

Last update 29-March-2006