| |
CX2SA > SATDIG 27.01.14 21:06l 632 Lines 18825 Bytes #999 (0) @ WW
BID : AMSATBB934
Read: GUEST
Subj: AMSAT-BB-digest V9 34
Path: IZ3LSV<IW0QNL<JH4XSY<JM1YTR<JE7YGF<7M3TJZ<CX2SA
Sent: 140127/2003Z @:CX2SA.SAL.URY.SA #:2909 [Salto] FBB7.00e $:AMSATBB934
From: CX2SA@CX2SA.SAL.URY.SA
To : SATDIG@WW
Today's Topics:
1. Going out for a drive/cheap gps receivers (Lizeth Norman)
2. Re: Orbitron Question (Dave Webb KB1PVH)
3. Re: TLE distiller / generator (Alan)
4. Re: TLE distiller / generator (Gordon JC Pearce)
5. Re: TLE distiller / generator (Joseph Armbruster)
6. Re: info (Lizeth Norman)
7. Re: ISS Packet RTL SDR / USRP (Raydel Abreu Espinet)
8. Re: TLE distiller / generator (Alan)
9. Re: ISS Packet RTL SDR / USRP (Raydel Abreu Espinet)
10. Re: TLE distiller / generator (Gordon JC Pearce)
11. Pegasus 915 MHz signal reported (M5AKA)
12. Using AO-40 in Rx for Ham TV? (andy thomas)
13. Re: Using AO-40 in Rx for Ham TV? (Graham Shirville)
14. How I generate custom TLE sets (Clayton Coleman)
15. W1AW/0 on Satellites (Rolf Krogstad)
----------------------------------------------------------------------
Message: 1
Date: Mon, 27 Jan 2014 06:22:46 -0500
From: Lizeth Norman <normanlizeth@xxxxx.xxx>
To: "<, amsat-bb@xxxxx.xxxxxxx " <amsat-bb@xxxxx.xxx>
Subject: [amsat-bb] Going out for a drive/cheap gps receivers
Message-ID:
<CAJUhCTMofbuGFD+CVhZRGUDGVuNF24w_0ueb0J-1kMpL=0WY9g@xxxx.xxxxx.xxx>
Content-Type: text/plain; charset=ISO-8859-1
Hi all!
At my favorite electronics store there are NMEA gps with enclosed antenna
units for sale. Garmin 17N. Check out the web for specs but the lowdown is
they need 12Vdc and report TTL rs232 over a pair of wires. Cost $6 plus
shipping.
Email me by noon Eastern if you want one. Shipping should be 6-7$$
Norm n3ykf
------------------------------
Message: 2
Date: Mon, 27 Jan 2014 07:01:19 -0500
From: Dave Webb KB1PVH <kb1pvh@xxxxx.xxx>
To: Andrew Rich <vk4tec@xxxxxxxxxxxxx.xxx>
Cc: AMSAT -BB <amsat-bb@xxxxx.xxx>
Subject: [amsat-bb] Re: Orbitron Question
Message-ID:
<CAEMY9FdhtfQGfVv7mcgE=SGVBRyOehsCavXFqfD5vAzUVSAf0A@xxxx.xxxxx.xxx>
Content-Type: text/plain; charset=ISO-8859-1
You can select multiple TLE files to load at once and just choose the
satellites you want to view. All you need to do is click on Load TLE, then
click on first group and then hold Ctrl+C while clicking on any other
group you want to load. When you have selected the groups you want, just
click open and they will all load. Unfortunately you'll have a ton of
satellites in the list, but at least you won't need to manually update a
list that you created.
Dave-KB1PVH
Sent from my Verizon Wireless Droid RAZR
------------------------------
Message: 3
Date: Mon, 27 Jan 2014 06:25:49 -0600
From: Alan <wa4sca@xxxxx.xxx>
To: "AMSAT-BB" <amsat-bb@xxxxx.xxx>
Cc: CC <APBIDDLE@xxxxxx.xxx>
Subject: [amsat-bb] Re: TLE distiller / generator
Message-ID: <57E567D3C4F64C3988EB9C0DD56CA117@xxxxxx>
Content-Type: text/plain; charset="us-ascii"
Norm,
There are some programs to sort and filter Keps here:
http://www.amsat.org/amsat-new/tools/softwareArchive.php
Over time, as version of Windows have changed, they have stopped working on
at least some of my
machines. For instance, SORTNENG will not work on my WIN7 machine with an
AMD chipset, but works on
my other WIN7 machine with an Intel chipset.
I have a batch file which does a lot of filtering and copying to different
directories. To accomplish
a merge and sort, I merge with a simple:
COPY AMATEUR.TXT+TLE.TXT+CUBESAT.TXT KEP.NEW
Than I sort them using a technique which Paul, KB5MU suggested, using GREP.
If you don't have it on
your computer, there are lots of free versions.
GREP -A 2 AO-07 KEP.NEW > %1
GREP -A 2 AO-16 KEP.NEW >> %1
GREP -A 2 AO-27 KEP.NEW >> %1
GREP -A 2 FO-29 KEP.NEW >> %1
etc
erc
The %1 is a file name which I pass to the batch file, but you could easily
hard code it. You MAY have
a problem with some tracking programs if the same satellite appears in more
than one list.
73s,
Alan
WA4SCA
<-----Original Message-----
<From: amsat-bb-bounces@xxxxx.xxx
<[mailto:amsat-bb-bounces@xxxxx.xxxx On Behalf Of Lizeth Norman
<Sent: Monday, January 27, 2014 3:14 AM
<To: <,amsat-bb@xxxxx.xxxxxxx
<Subject: [amsat-bb] TLE distiller / generator
<
<Hi all!
<What tools are available to work with TLE files? I'm looking for a tool
<that takes multiple files with TLE sets in them, and outputs
<at least one
<file with a custom set of TLE's.
<Norm n3ykf
<_______________________________________________
<Sent via AMSAT-BB@xxxxx.xxx. Opinions expressed are those of
<the author.
<Not an AMSAT-NA member? Join now to support the amateur
<satellite program!
<Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
<
------------------------------
Message: 4
Date: Mon, 27 Jan 2014 12:52:56 +0000
From: Gordon JC Pearce <gordonjcp@xxxx.xxx>
To: amsat-bb@xxxxx.xxx
Subject: [amsat-bb] Re: TLE distiller / generator
Message-ID: <20140127125256.GB27948@xxxx.xxx>
Content-Type: text/plain; charset=us-ascii
On Mon, Jan 27, 2014 at 06:25:49AM -0600, Alan wrote:
> Norm,
>
> There are some programs to sort and filter Keps here:
>
> http://www.amsat.org/amsat-new/tools/softwareArchive.php
>
> Over time, as version of Windows have changed, they have stopped working
on at least some of my
> machines. For instance, SORTNENG will not work on my WIN7 machine with an
AMD chipset, but works on
> my other WIN7 machine with an Intel chipset.
Sounds like the sort of thing that could be easily written in something like
Python that will work across all platforms.
If it uses Windows or other proprietary software, it's not really amateur
radio.
--
Gordonjcp MM0YEQ
------------------------------
Message: 5
Date: Mon, 27 Jan 2014 08:22:30 -0500
From: Joseph Armbruster <josepharmbruster@xxxxx.xxx>
To: Lizeth Norman <normanlizeth@xxxxx.xxx>
Cc: "<,amsat-bb@xxxxx.xxxxxxxx <amsat-bb@xxxxx.xxx>
Subject: [amsat-bb] Re: TLE distiller / generator
Message-ID:
<CADkz4c-Yi=_Ncrx+khrytdXdKkS+Vr9NJXM+PvBHTvvy0dgrKg@xxxx.xxxxx.xxx>
Content-Type: text/plain; charset=ISO-8859-1
Norm,
How would you like the "custom set" of TLEs filtered? Give me a detailed
description.
Joseph Armbruster
On Mon, Jan 27, 2014 at 4:14 AM, Lizeth Norman <normanlizeth@xxxxx.xxx>wrote:
> Hi all!
> What tools are available to work with TLE files? I'm looking for a tool
> that takes multiple files with TLE sets in them, and outputs at least one
> file with a custom set of TLE's.
> Norm n3ykf
> _______________________________________________
> Sent via AMSAT-BB@xxxxx.xxx. Opinions expressed are those of the author.
> Not an AMSAT-NA member? Join now to support the amateur satellite program!
> Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
>
------------------------------
Message: 6
Date: Mon, 27 Jan 2014 08:40:44 -0500
From: Lizeth Norman <normanlizeth@xxxxx.xxx>
To: Mauri Lucca <iz5ovp@xxxxx.xxx>
Cc: "<,amsat-bb@xxxxx.xxxxxxxx <amsat-bb@xxxxx.xxx>
Subject: [amsat-bb] Re: info
Message-ID:
<CAJUhCTPR3PFnd8oMcw9Qb4QqkBA6di1Ad7ujEX_nQjBbdnbRmg@xxxx.xxxxx.xxx>
Content-Type: text/plain; charset=ISO-8859-1
This is a personal issue best discussed with a professional. If you choose
anger I suggest a sledgehammer and a used automobile.
Have a great day!
On Mon, Jan 27, 2014 at 8:28 AM, Mauri Lucca <iz5ovp@xxxxx.xxx> wrote:
> I'm not interested activations DX
> I prefer to do nothing but break my balls!
>
> http://www.qrz.com/db/iz5ovp
> ATTENTION PLEASE!
> Someone disturbing with my call IZ5OVP
>
> -15 meter today at 0815 utc.
> You make QRM on FT5ZM frequency.
> Please LISTEN!-
> e.mail from: Rolf Arne Klepaker rolklepa@xxxxxx.xx
>
> Il giorno 27/gen/2014 14:27, "Joseph Armbruster" <
> josepharmbruster@xxxxx.xxx> ha scritto:
>
> Norm,
>
> How would you like the "custom set" of TLEs filtered? Give me a detailed
> description.
>
> Joseph Armbruster
>
>
> On Mon, Jan 27, 2014 at 4:14 AM, Lizeth Norman <normanlizeth@xxxxx.xxx
> >wrote:
>
>
> > Hi all!
> > What tools are available to work with TLE files? I'm looking for a tool
> > that takes mu...
>
>
------------------------------
Message: 7
Date: Mon, 27 Jan 2014 08:51:59 -0500 (CST)
From: Raydel Abreu Espinet <cm2esp@xxxxxx.xx.xx>
To: Andrew Rich <vk4tec@xxxxxxxxxxxxx.xxx>
Cc: amsat-bb@xxxxx.xxx
Subject: [amsat-bb] Re: ISS Packet RTL SDR / USRP
Message-ID: <29338171.76399.1390830719851.JavaMail.root@xxxxxx.xx.xx>
Content-Type: text/plain; charset=utf-8
Hi Andrew,
Not for ISS AX25 packet here. But I am currently using Orbitron plus
SDRSharp and pluging with RTL-SDR for NOAA's weather sats and listening many
CW beacons from cubesats both on VHF and UHF.
Cheers,
Raydel, CM2ESP
Havana, EL83sc
----- Mensaje original -----
De: Andrew Rich <vk4tec@xxxxxxxxxxxxx.xxx>
Para: amsat-bb@xxxxx.xxx
Enviado: Sun, 26 Jan 2014 19:40:58 -0500 (CST)
Asunto: [amsat-bb] ISS Packet RTL SDR / USRP
Hello
Is anyone using
1. RTL SDR with doppler correction
2. USRP SDR with doppler correction
to recieve ISS ? AX25 packet
Andrew VK4TEC
_______________________________________________
Sent via AMSAT-BB@xxxxx.xxx. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
------------------------------
Message: 8
Date: Mon, 27 Jan 2014 08:59:25 -0600
From: Alan <wa4sca@xxxxx.xxx>
To: "'Gordon JC Pearce'" <gordonjcp@xxxx.xxx>, <amsat-bb@xxxxx.xxx>
Subject: [amsat-bb] Re: TLE distiller / generator
Message-ID: <01A03296703543BE8B04B6C003E924FC@xxxxxx>
Content-Type: text/plain; charset="us-ascii"
Gordon,
Most of these programs date back to the DOS and OS/2 days. At one point I
started on a Python program
which would:
Read and clean multiple Kep files.
Remove duplicates, selecting the most recent.
Rename objects to the AMSAT standard names.
Sort the order of the objects.
Write a file with only selected objects.
I think I got half of the first line done before moving on to another, more
urgent project. :) On my
To Do list after I retire, for the 4th time.
73s,
Alan
WA4SCA
<-----Original Message-----
<From: amsat-bb-bounces@xxxxx.xxx
<[mailto:amsat-bb-bounces@xxxxx.xxxx On Behalf Of Gordon JC Pearce
<Sent: Monday, January 27, 2014 6:53 AM
<To: amsat-bb@xxxxx.xxx
<Subject: [amsat-bb] Re: TLE distiller / generator
<
<On Mon, Jan 27, 2014 at 06:25:49AM -0600, Alan wrote:
<> Norm,
<>
<> There are some programs to sort and filter Keps here:
<>
<> http://www.amsat.org/amsat-new/tools/softwareArchive.php
<>
<> Over time, as version of Windows have changed, they have
<stopped working on at least some of my
<> machines. For instance, SORTNENG will not work on my WIN7
<machine with an AMD chipset, but works on
<> my other WIN7 machine with an Intel chipset.
<
<Sounds like the sort of thing that could be easily written in
<something like Python that will work across all platforms.
<
<If it uses Windows or other proprietary software, it's not
<really amateur radio.
<
<--
<Gordonjcp MM0YEQ
<
<_______________________________________________
<Sent via AMSAT-BB@xxxxx.xxx. Opinions expressed are those of
<the author.
<Not an AMSAT-NA member? Join now to support the amateur
<satellite program!
<Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
<
------------------------------
Message: 9
Date: Mon, 27 Jan 2014 09:47:47 -0500 (CST)
From: Raydel Abreu Espinet <cm2esp@xxxxxx.xx.xx>
To: Andrew Rich <vk4tec@xxxxxxxxxxxxx.xxx>
Cc: amsat-bb@xxxxx.xxx
Subject: [amsat-bb] Re: ISS Packet RTL SDR / USRP
Message-ID: <33287585.78785.1390834067840.JavaMail.root@xxxxxx.xx.xx>
Content-Type: text/plain; charset=utf-8
Hi Andrew,
Not for ISS AX25 packet here. But I am currently using Orbitron plus
SDRSharp and pluging with RTL-SDR for NOAA's weather sats and listening many
CW beacons from cubesats both on VHF and UHF.
Cheers,
Raydel, CM2ESP
Havana, EL83sc
----- Mensaje original -----
De: Andrew Rich <vk4tec@xxxxxxxxxxxxx.xxx>
Para: amsat-bb@xxxxx.xxx
Enviado: Sun, 26 Jan 2014 19:40:58 -0500 (CST)
Asunto: [amsat-bb] ISS Packet RTL SDR / USRP
Hello
Is anyone using
1. RTL SDR with doppler correction
2. USRP SDR with doppler correction
to recieve ISS ? AX25 packet
Andrew VK4TEC
_______________________________________________
Sent via AMSAT-BB@xxxxx.xxx. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
------------------------------
Message: 10
Date: Mon, 27 Jan 2014 15:16:09 +0000
From: Gordon JC Pearce <gordonjcp@xxxx.xxx>
To: amsat-bb@xxxxx.xxx
Subject: [amsat-bb] Re: TLE distiller / generator
Message-ID: <20140127151609.GC27948@xxxx.xxx>
Content-Type: text/plain; charset=us-ascii
On Mon, Jan 27, 2014 at 08:59:25AM -0600, Alan wrote:
>
> I think I got half of the first line done before moving on to another,
more urgent project. :) On my
> To Do list after I retire, for the 4th time.
>
I made a letter spike for storing the bits of paper with ideas for things,
so that I could stack them and do them once the important stuff that pushed
them aside was done.
However, I live on the flight path of downwind leg for runway 23 at Glasgow
International, and the CAA made me put a light on the top.
--
Gordonjcp MM0YEQ
------------------------------
Message: 11
Date: Mon, 27 Jan 2014 16:08:11 +0000 (GMT)
From: M5AKA <m5aka@xxxxx.xx.xx>
To: AMSAT BB <amsat-bb@xxxxx.xxx>
Subject: [amsat-bb] Pegasus 915 MHz signal reported
Message-ID:
<1390838891.91893.YahooMailNeo@xxxxxxxxx.xxxx.xxx.xxxxx.xxx>
Content-Type: text/plain; charset=utf-8
Press reports indicate that audio from the 915 MHz Pegasus CubeSat has been
detected, see
http://www.satnews.com/story.php?number=1323163133
The story primarily covers it's successor HDTV CubeSat Krysaor.
73 Trevor M5AKA
------------------------------
Message: 12
Date: Mon, 27 Jan 2014 16:19:29 +0000 (GMT)
From: andy thomas <andythomasmail@xxxxx.xx.xx>
To: amsat <amsat-bb@xxxxx.xxx>
Subject: [amsat-bb] Using AO-40 in Rx for Ham TV?
Message-ID:
<1390839569.90594.YahooMailNeo@xxxxxxxxx.xxxx.xxx.xxxxx.xxx>
Content-Type: text/plain; charset=utf-8
I was just wondering if the AO-40 LNBs connected to a Funcube dongle (and a
bias tee for power) would recieve the carrier (is there one on DATV) from
the ham TV test transmisisons?
If so, that should be a project that could show AOS/LOS , power levels etc,
even if it's a black screen being sent: after all, it's RF.
maybe this has been thought about before? But I could use my converted blue
lnb...
73 de andy g0sfj
------------------------------
Message: 13
Date: Mon, 27 Jan 2014 16:41:52 +0000
From: Graham Shirville <g.shirville@xxxxxxxxxx.xxx>
To: andy thomas <andythomasmail@xxxxx.xx.xx>, amsat
<amsat-bb@xxxxx.xxx>
Subject: [amsat-bb] Re: Using AO-40 in Rx for Ham TV?
Message-ID: <853142.75594.bm@xxxxxxx.xxxx.xxx.xxxxx.xxx>
Content-Type: text/plain; charset="utf-8"
Hi Andy
In a word..NO...the signal even without any actual video content is still
around 2MHz wide.
If you have simple rtl type dongle you might be able to see the signal tho
73
Graham
-----Original Message-----
From: "andy thomas" <andythomasmail@xxxxx.xx.xx>
Sent: ?27/?01/?2014 16:25
To: "amsat" <amsat-bb@xxxxx.xxx>
Subject: [amsat-bb] Using AO-40 in Rx for Ham TV?
I was just wondering if the AO-40 LNBs connected to a Funcube dongle (and a
bias tee for power) would recieve the carrier (is there one on DATV) from
the ham TV test transmisisons?
If so, that should be a project that could show AOS/LOS , power levels etc,
even if it's a black screen being sent: after all, it's RF.
maybe this has been thought about before? But I could use my converted blue
lnb...
73 de andy g0sfj
_______________________________________________
Sent via AMSAT-BB@xxxxx.xxx. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
------------------------------
Message: 14
Date: Mon, 27 Jan 2014 11:21:02 -0600
From: Clayton Coleman <kayakfishtx@xxxxx.xxx>
To: AMSAT-BB <amsat-bb@xxxxx.xxx>
Subject: [amsat-bb] How I generate custom TLE sets
Message-ID:
<CAPovOwfeaYCLqyVdiOxwguqaG2d6y1V_rnAU=EZ8QjNeBj5uHw@xxxx.xxxxx.xxx>
Content-Type: text/plain; charset=ISO-8859-1
It has been asked here a time or two recently what methods can be
utilized to generate custom TLE sets. Some focused on how to
manipulate files while I offer a suggestion for downloading a custom
set tailored to the satellites you seek to observe.
The method I utilize is via the website Space-Track.org. There you
can define favorites lists containing the satellites you desire to
track. From the Favorites list you can then retrieve a custom set of
TLE based on the list you create.
You can create multiple Favorites lists containing satellites that
suit your fancy. I have two lists created; one for inactive
satellites I occasionally monitor and one for active transponder
satellites.
Visit https://www.space-track.org and follow directions. The site is
fairly straightforward to utilize and works fine in Internet Explorer,
Chrome, and Firefox..
73
Clayton
W5PFG
------------------------------
Message: 15
Date: Mon, 27 Jan 2014 12:35:55 -0600
From: Rolf Krogstad <rolf.krogstad@xxxxx.xxx>
To: "<AMSAT-BB@xxxxx.xxx>" <amsat-bb@xxxxx.xxx>
Subject: [amsat-bb] W1AW/0 on Satellites
Message-ID:
<CAJJyj=YQad6D6E=_SqnjnGAhBBjb7JPpNPQNLEuQjDDF9kbh2w@xxxx.xxxxx.xxx>
Content-Type: text/plain; charset=UTF-8
I will be operating on the satellites as W1AW/0 from the state of Minnesota
(Grid EN34) from 0000z on Jan. 29th through 2359z on Feb. 4th.
Operating times will be evenings and on Sunday, as work permits. I will
work SSB and CW on the analog birds and FM on SO-50.
QSL per the instructions on the ARRL website (copied below):
http://www.arrl.org/centennial-qso-party
73
Rolf NR0T
Grid EN34
===============================================
http://www.arrl.org/centennial-qso-party
QSLs
<http://www.arrl.org/centennial-qso-party#Top>
QSL cards from W1??AW and W1AW operating portable will be sent
automatically via the QSL Bureau system to each U.S.A. station who signs-up
online to receive such cards [this form is not ready yet -- please watch
for an announcement]. This is a one-time only use of the QSL Bureau for
this purpose. QSLs will automatically be sent to stations outside the
U.S.A. via the QSL Bureau as normal. QSLs may be requested directly also,
with an SASE required for return.
------------------------------
_______________________________________________
Sent via amsat-bb@xxxxx.xxx. Opinions expressed are those of the author.
Not an AMSAT member? Join now to support the amateur satellite program!
http://amsat.org/mailman/listinfo/amsat-bb
End of AMSAT-BB Digest, Vol 9, Issue 34
***************************************
Read previous mail | Read next mail
| |