-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
72 lines (53 loc) · 2.43 KB
/
ChangeLog
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
2020-10-12 LN, ver. 0.1d
- Added "-E" flag to use input geodetic location as reference region
2020-10-19 LN, ver. 0.2d
- Added "-a" option to input Alt_min,Alt_max geodetic altitude range filter
- "tle_retrieve.sh" updated to include TESS
2021-04-20 LN, ver. 0.2d
- Fixed searching satellite by international designator
- Code cleaning and README updated
- .gitignore updated
2021-04-20 LN, ver. 0.3a
- Added searching satellites by name substring
- Code change/cleaning in mjdnow.c, mjd2date.c and README updated
- .gitignore updated
2021-04-20 LN, ver. 0.3a
- tle_retrieve.sh updated to include additional CelesTrak collections
- README updated
2021-07-01 LN, ver. 0.3a
- tle_retrieve.sh and tle_satcount.sh updated to include the Supplemental CelesTrak collections
- https://sats.oas.inaf.it/ PHP code changed accordingly
2021-07-06 LN, ver. 0.3b
- Added (approx) computation of satellite --> Sun line intersection with Earth (sat. in sunlight?)
- Minor code rearrangements in sat_skymap.c and sat_skymap_def.h
2021-07-14 LN, ver. 0.3c
- Added "n_sats_in_sunlight" to returned json
- Added option "-V" to return only satellites in sunlight (potentially visible)
2021-10-10 LN, ver. 0.3c
- Variable/tag name changes
2022-08-18 LN, ver. 0.3c
- Updated celestrak retrieval links in tle_retrieve.sh (tle_satcount.sh updated too)
2022-09-09 LN, ver. 0.3c
- Updated (again) celestrak retrieval links in tle_retrieve.sh (tle_satcount.sh updated too)
2022-09-16 LN, ver. 0.3c
- Added "run_command" tag to the output json; it caontains the given full command line
2022-12-19 LN, ver. 0.3c
- Fixed Sun latitude display in the range [-180, 180]
2023-01-02 LN, ver. 0.3d
- Updated list of TLE files in ALL_merged.lis and ALL_merged_nodeb.lis
2023-01-11 LN, ver. 0.3e
- Use new get_el.c to deal with non standard TLE data format (e.g. used for satellites in L2 - see https://github.com/Bill-Gray/tles/)
- Added TLE files gaia_2023.txt and jwt_2023.txt
- tle_retrieve.sh updated
2023-07-08 LN, ver. 0.3e
- Added TLE files juice_2023.txt and euclid_2023.txt
- tle_retrieve.sh updated
2024-04-22 LN, ver. 0.3f
- Removed default location and sky coords; check values were input
2024-05-05 LN, ver. 0.3f
- Fixed addition of the geoloc metadata for the -G option
2024-05-06 LN, ver. 0.3f
- Fixed input TLE file name management
- Replaced date2mjd.c with the the simpler date2mjd_nf.c
2024-05-07 LN, ver. 0.3f
- mjd2date.c updated to fix seconds=60 issue