Changeset 9836 in ntrip for trunk/BNC/scripts
- Timestamp:
- Sep 26, 2022, 10:29:54 PM (2 years ago)
- Location:
- trunk/BNC/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/scripts/compareSP3Plot.pl
r9830 r9836 25 25 use File::Basename; 26 26 use Date::Manip; 27 use lib $ENV{'BKG_PERL_LIB'};28 use Misc::Gps_Date;29 27 use List::MoreUtils qw( minmax ); 30 28 use experimental 'smartmatch'; 29 30 use Gps_Date; # Bernese 31 31 32 32 # ----------------------------------------------------------------------------- -
trunk/BNC/scripts/pppPlot.pl
r9830 r9836 37 37 use Log::Log4perl qw(:easy); 38 38 use PDF::API2; 39 40 use Bnc; 41 use Common; 42 39 43 use constant { 40 44 mm => 25.4 / 72, … … 42 46 pt => 1, 43 47 }; # There are 72 postscript points in an inch and there are 25.4 millimeters in an inch. 44 45 # BKG Perl libs46 use Bnc;47 use Common;48 48 49 49
Note:
See TracChangeset
for help on using the changeset viewer.