Changeset 9836 in ntrip for trunk/BNC/scripts/pppPlot.pl
- Timestamp:
- Sep 26, 2022, 10:29:54 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.