GPS::PRN

GPS::PRN is a package for PRN - Object ID conversions.
Download

GPS::PRN Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael R. Davis
  • Publisher web site:
  • http://search.cpan.org/~mrdvt/Geo-GoogleEarth-Document-0.09/lib/Geo/GoogleEarth/Document/Folder.pm

GPS::PRN Tags


GPS::PRN Description

GPS::PRN is a package for PRN - Object ID conversions. GPS::PRN is a package for PRN - Object ID conversions.SYNOPSIS use GPS::PRN; my $obj = GPS::PRN->new(); print "PRN: ", $obj->prn_oid(22231), "n"; print "OID: ", $obj->oid_prn(1), "n";This module maps GPS PRN number to Satellite OID and vice versa.Object Identification Number (OID)The catalog number assigned to the object by the US Air Force. The numbers are assigned sequentially as objects are cataloged. This is the most common way to search for TLE data on this site.Object numbers less then 10000 are always aligned to the right, and padded with zeros or spaces to the left.Pseudo Random Numbers (PRNs)GPS satellites are identified by the receiver by means of PRN-numbers. Real GPS satellites are numbered from 1 - 32. WAAS/EGNOS satellites and other pseudolites are assigned higher numbers. The PRN-numbers of the satellites appear on the satellite view screens of many GPS receivers.METHODSprn_oidPRN given Object ID. my $prn=prn_oid(22231);oid_prnObject ID given PRN. my $oid=oid_prn(1);listprnList all known PRNs. my @prn=$obj->listprn; my $prn=$obj->listprn;listoidList all known OIDs. my @oid=$obj->listoid; my $oid=$obj->listoid;dataOID to PRN hash reference my $data=$self->data;overloadAdds or overloads new OID/PRN pairs. $obj->overload($oid=>$prn);resetResets overloaded OID/PRN pairs to package defaults. $obj->reset; Requirements: · Perl


GPS::PRN Related Software