| Error number : |
#0010 |
| Reported by : |
Murray Brown, IOC, Ocean Teacher, UNESCO |
| Date: |
19. February 2005 |
| Version: |
Ocean Sneaker's Tool, Version 1.4.1.132 |
| Description: |
A steady Lat/Lon value with min,dec part was erroneous subtracted from the degree value if south or west of Equator/Greenwich |
| Problem: |
Similar to Error #0008 |
| Status: |
Already solved in the actual version of OST / around Christmas 2004 |
| |
|
| Error number : |
#0009 |
| Reported by : |
Jan Schulz, AWI, Bremerhaven, FRG |
| Date: |
12.December.2004 |
| Version: |
Ocean Sneaker's Tool, Version 1.4.1.133 |
| Description: |
While 'playing' with different datasets noticed that a position in the range of 0-0.9999° south was incorectly transformed to values in the range of 0-0.9999 north. |
| Problem: |
Similar to Error #0008 |
| Status: |
Solved 25.December.2004. No further errors encountered for value from a table... |
| |
|
| Error number : |
#0008 |
| Reported by : |
Kristina Barz , AWI, Bremerhaven , FRG |
| Date: |
03.December.2003 |
| Version: |
Ocean Sneaker's Tool, Version 1.3.1 |
| Description: |
Some stations appeared in Ocean Data View with a little offset. It only happens if the information is given in several columns, min ,dec is chosen as preference and the minute value is lower than 6,0. |
| Problem: |
An ancient routine did the calculation from minute to decimal-minute-fraction of the total decimal value. Leading zeros processed a wrong rounding after a string operation. Only values lower than six where concerned because of the (minute/60) calculation. |
| Status: |
A new way on pure mathematics was implemented. In one and the same breath 'tidied up' the source code in the export-part of the project. Killed several redundant parts of code. Little faster now with large tables (Fixed 05.Dec.2003) |
| |
|
| Error number : |
#0007 |
| Reported by : |
Miriam Dickmann, IOW, Warnemünde, FRG |
| Date: |
27.October.2003 |
| Version: |
Ocean Sneaker's Tool, Version 1.3.1 |
| Description: |
Header Edit does not refresh updated information in other parts of the program. |
| Problem: |
Forgotten to call the procedure to refresh, in former versions there was no need. Internal rendering is done with the index of the column and not with the name. |
| Status: |
Update procedure called in the source of the OK button click event. Fixed (27.Oct.2003) |
| |
|
| Error number : |
#0006 |
| Reported by : |
Jan Schulz, AWI, Bremerhaven, FRG |
| Date: |
18.October.2003 |
| Version: |
Ocean Sneaker's Tool, Version 1.3.1 |
| Description: |
The forms 'Delete columns', 'Data mining results' and 'Edit headers' show on some systems an annoying border. |
| Problem: |
Due to different dpi settings on different systems the automatic resizing of the components does not work properly with all system preferences. |
| Status: |
A function that renders the correct positions and sizes of the components has been included and connected with the OnCreate event, which overrides the windows 9X/2K/XP function of these windows (19.Oct.2003) |
| |
|
| Error number : |
#0005 |
| Reported by : |
Miriam Dickmann; IOW, Warnemünde, FRG |
| Date: |
01.October.2003 |
| Version: |
Ocean Sneaker's Tool, Version 1.2 |
| Description: |
Input in the edit field for calculating with a value on the modify page is always incorrect. |
| Problem: |
The recently included function 'create a range' overwrote a variable containing the value from the edit field. The variable was no longer initialized due to a rearrangement in the order of initialization. |
| Status: |
Corrected the sequence of variable initialization. Fixed (03.Oct.2003). |
| |
|
| Error number : |
#0004 |
| Reported by : |
Dirk Mengedoht; AWI, Bremerhaven, FRG |
| Date: |
20.August.2003 |
| Version: |
Ocean Sneaker's Tool, Version 1.1.2 |
| Description: |
Unintentionally used wrong preferences while generating an Ocean Data View conform table can lead to wrong positions which are hard to detect. |
| Problem: |
A missing error correction and check while generating the new data sheet. |
| Status: |
Error detection and correction included. Several parts fully rewritten. Longitude, latitude and date are now checked during generation and a message is given if an error appears. (07.Sep.2003). |
| |
|
| Error number : |
#0003 |
| Reported by : |
Jan Schulz; AWI, Bremerhaven, FRG |
| Date: |
May.2003 |
| Version: |
Ocean Sneaker's Tool, Version 1.1 |
| Description: |
The program caused a system crash on several systems with different operating systems. Seemed as if there was no system in error. |
| Problem: |
Different releases of the OS Windows 98 and 2000 seem to handle different arguments about the appearance of components in variable ways. A Windows 95 function was used that some releases of Windows 98/2000/XP do no longer support, while others do. |
| Status: |
A debugging session began and DocBrown from the spotlight.de delphi forum finally located the problem. The appearance of some components is solved in different ways due to limitations in windows. (Jun.2003) |
| |
|
| Error number : |
#0002 |
| Reported by : |
Ingo Fetzer; AWI, Bremerhaven, FRG |
| Date: |
May.2003 |
| Version: |
Ocean Sneaker's Tool, Version 1.1 |
| Description: |
The usage of several functions can not be done intuitive. |
| Problem: |
The program was unexpectedly growing and it was time to get a red tape in. |
| Status: |
Several basic properties were rearranged and newly organized (still in progress). |
| |
|
| Error number : |
#0001 |
| Reported by : |
Dirk Mengedoht; AWI, Bremerhaven, FRG |
| Date: |
February.2003 |
| Version: |
Ocean Sneaker's Tool, Version 1.0 |
| Description: |
No differences can be set for several export types of GLOBEC fluorescence data position formats. Running the program with a wrong format brings unreliable position data. |
| Problem: |
Only the format Deg°Min'Sec '' was supported in this version but not his format with decimal seconds. |
| Status: |
Algorithms for most types of positions have been written and the possibilitie to set them as preferences was given (March.2003). |