- Timestamp:
- Jul 2, 2025, 4:59:26 PM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/scripts/sot.pl
r9747 r10686 47 47 48 48 # Check obs types 49 if ( $satSys eq "G" ) { 49 if ( $satSys eq "G" ) { # GPS see #65 50 50 foreach my $otp (@obsTyps) { 51 51 if ( $otp eq "L2P" || $otp eq "C2P" ) { … … 63 63 my $obstypes = obsTypes2str( $obsTyps_of{$mp} ); 64 64 next unless ($obstypes); 65 writeSOT( "${mp}.sot", $obstypes, $caster ); 65 66 # names should be 5 or 10 char long, w/o extension. 67 if ( len($mp) == 4 ) { $mp .= "0" } 68 my $fname = "${mp}.sot"; 69 70 writeSOT( $fname, $obstypes, $caster ); 66 71 } 67 72
Note:
See TracChangeset
for help on using the changeset viewer.