-
Notifications
You must be signed in to change notification settings - Fork 2
/
Version_History.txt
81 lines (59 loc) · 2.69 KB
/
Version_History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Current Version: 2019-09-25
2019-09-25:
-Filtering out the insitu crustal field KP data
2018-10-17:
-Fixing an issue with x range in plots
2018-08-30:
-Fixed issue where the altitude in the KP files was not read correctly
2018-01-25:
-Made changes to the toolkit so that access to the NAIF site was no longer necessary
2018-01-24:
-Set the toolkit to use the latest template if no template for the KP data is found
2017-12-06:
-Fixed a bug where the 3D basemaps would affect the maven_sphere rather than the planet
2017-07-28:
-Added ability to download and read in IUVS Occultation KP files
-Added new function, "mvn_kp_iuvs_occultation", which will plot the occultation data
2017-05-12:
-Simplified some of the keywords
2017-04-20:
-Fixed a bug with the projection of MAVEN in the 3D mars
2017-04-07:
-Added option to make MAVEN a sphere in the 3D viewer
-Added option to show a projection of MAVEN on the surface in the 3D viewer
-Added option to title the colorbar in the 3D viewer
-Fixed a bug where the grid did not move to the proper location in MSO coordinates
2017-04-04:
-Fixing a small bug with MSO coordinates in the 3D viewer
2017-01-31:
-Changing orbit file download link to HTTPS
2016-06-27:
-Fixing the mvn_kp_test_install procedure
2016-06-10:
-General bug fixes to mvn_kp_resample and mvn_kp_bin procedures
2016-03-31:
-IUVS KP Reader Updated to work with new IUVS KP data
2016-02-04:
-IUVS KP Reader updated to work with new IUVS KP data
-Many bug fixes with 3D vectors
-Added l1 and l3 science file downloaders, (mvn_kp_download_l1_files and mvn_kp_download_l3_files)
-Text files are now default for downloading and reading procedures
-Changed some of the keywords to improve consistency across functions:
mvn_kp_read "/download_new" is now "/new_files" (check for and download new files)
mvn_kp_3d "field=" is now "parameter=" (initial Key parameter to be displayed)
mvn_kp_3d "/parameterplot" is now "/showplot" (turn on the plot window in the 3d viewer)
mvn_kp_altplot "oo=" is now "plot_object=" (name of plot window)
mvn_kp_plot "oo=" is now "plot_object=" (name of plot window)
mvn_kp_map2d "colors=" is now "color_table=" (sets the color of the 2d plot)
mvn_kp_read "/insitu_all" is now "/all_insitu" (makes reader read in all insitu data)
mvn_kp_read "/iuvs_all" is now "/all_iuvs" (makes reader read in all iuvs data)
2015-12-10:
-Fixed bug reading in EUV data
2015-11-10:
-Updated to handle KP version 2 revision 8
2015-10-16:
-Added ability to use models given in x,y,z coordinates rather than lat/lon/alt
9/11/15:
-Added version history text file
-Added ability to download latest source code from the MAVEN SDC
-Fixed a few bugs in mvn_kp_standards