|
9 | 9 | % GitHub: https://github.com/tamaskis/planet3D-MATLAB |
10 | 10 | % |
11 | 11 | % See "DOCUMENTATION.pdf" for additional documentation and examples. |
12 | | -% Examples can also be found in EXAMPLES.m. Both of these files are |
| 12 | +% Examples can also be found in EXAMPLES.mlx. Both of these files are |
13 | 13 | % included with the download. |
14 | 14 | % |
15 | 15 | % Copyright (c) 2021 Tamas Kis |
16 | | -% Last Update: 2021-05-31 |
| 16 | +% Last Update: 2021-06-01 |
17 | 17 | % |
18 | 18 | %-------------------------------------------------------------------------- |
19 | 19 | % |
| 20 | +% ------- |
20 | 21 | % INPUTS: |
| 22 | +% ------- |
21 | 23 | % planet 'Sun', 'Moon', 'Mercury', 'Venus', 'Earth', |
22 | 24 | % 'Earth Cloudy', 'Earth Night', 'Earth Night Cloudy', |
23 | 25 | % 'Mars', 'Jupiter', 'Saturn', 'Uranus', 'Neptune', or |
24 | 26 | % or 'Pluto' |
25 | | -% position (OPTIONAL) position of planet's geometric center (3x1 |
26 | | -% double) |
27 | | -% gmst (OPTIONAL) Greenwich mean sidereal time (1x1 double) |
28 | | -% [deg] |
| 27 | +% position (OPTIONAL) (3x1) position of planet's geometric center |
| 28 | +% gmst (OPTIONAL) (1x1) [deg] Greenwich mean sidereal time |
29 | 29 | % reference_plane (OPTIONAL) 'equatorial' or 'ecliptic' |
30 | 30 | % units (OPTIONAL) 'km', 'AU', 'm', 'ft', 'mi', or 'nmi' |
31 | | -% transparency (OPTIONAL) 0 for 100% transparent, 1 for 100% solid |
| 31 | +% transparency (OPTIONAL) 0 for 100% transparency, 1 for 100% opacity |
32 | 32 | % |
33 | | -% NOTE: All parameters except for "planet" are optional. If you "skip over" |
| 33 | +% ----- |
| 34 | +% NOTE: |
| 35 | +% ----- |
| 36 | +% --> All parameters except for "planet" are optional. If you "skip over" |
34 | 37 | % parameters, you need to use empty bracket (i.e. "[]") as |
35 | 38 | % placeholders, otherwise you can emit parameters altogether. For |
36 | 39 | % example, if you don't want to specify "position", but do want to |
37 | 40 | % specify "units", then you would use the syntax "planet3D(planet,... |
38 | 41 | % [],[],[],units)". Alternatively, if we wanted to specify just the |
39 | 42 | % "position", we could use the syntax "planet3D(planet,position)". |
40 | | -% |
41 | | -% NOTE: Use the "background" function included with download to set the |
| 43 | +% --> Use the "background" function included with download to set the |
42 | 44 | % plot background. When using "background" to set the plot |
43 | 45 | % background, the function call on "background" must occur BEFORE the |
44 | 46 | % function call on "planet3D", otherwise the background will be |
|
0 commit comments