Show an email

GET /hyperkitty/api/list/[email protected]/email/XRP47AAQFHVAI7BBPAZXBLPXL6V5ALJ4/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/XRP47AAQFHVAI7BBPAZXBLPXL6V5ALJ4/?format=api",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/?format=api",
    "message_id": "000601c85a06$b7b25340$0201a8c0@name90360d0545",
    "message_id_hash": "XRP47AAQFHVAI7BBPAZXBLPXL6V5ALJ4",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/P7SJWNLVXQG7OFX3QAW43SI5OCFONS2Q/?format=api",
    "sender": {
        "address": "erich.eichmann (a) t-online.de",
        "mailman_id": "6679c7cde510458f8117afd8289f9948",
        "emails": "https://mailman.amsat.org/hyperkitty/api/sender/6679c7cde510458f8117afd8289f9948/emails/?format=api"
    },
    "sender_name": "Erich Eichmann",
    "subject": "[amsat-bb] Re: Satellite tracking programming ideas",
    "date": "2008-01-18T19:16:57Z",
    "parent": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/P7SJWNLVXQG7OFX3QAW43SI5OCFONS2Q/?format=api",
    "children": [
        "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/PXTDZOMNA5F7LQVNUDLQFAWAMGNHAZRD/?format=api"
    ],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "Hello Phil,\nyou wrote:\n> This requires some manual intervention in that I have to stop the\n> automatic tracking, turn the knob and then restart the tracking. This\n> could take a\n> few seconds which would mean that the tracking could be a few seconds\n> behind.\n> The alternative is to click on an up / down tuning arrow which will stop\n> the tracking and adjust the received frequency. Clicking on a restart\n> button\n> would restart the tracking. I think that's the way satpc32 works.\n>\n\n\nSatPC32 works similar as Instant Tune (see Anthony Monteiro's detailed\nanswer):\nWith SSB sats the program polls the RX VFO once per second. If the result is\nequal with the previous one the user hasn't moved the VFO knob or tuned the\nfrequencies via mouse or keyboard. Then the program can update the\nfrequencies for Doppler correction if necessary.\n\nIf the values are different the user has moved the knob or tuned the radio\nvia mouse or keyboard. The program then postpones a possible Doppler\ncorrection.  It waits until it gets two equal values again (that means the\nuser has stopped moving the knob). Then it calculates the frequency change\nthe user made and recalculates and sets the new TX frequency like your\nprogram does and automatically continues with Doppler correction.\n\nSo, no manual intervention is necessary.\n\nThe program updates the radio frequencies for Doppler correction when the\nhigher one of both frequencies has changed by a certain amount of Hertz.\nThis \"interval\"  can be selected separately for SSB and FM sats (typically\n50 - 100 Hz with SSB and 300 - 500 Hz with FM sats).\n\nGood luck with your project.\n\n73s, Erich, DK1TB\n\n----- Original Message ----- \nFrom: \"Phil\" <[email protected]>\nTo: <[email protected]>\nSent: Friday, January 18, 2008 8:26 AM\nSubject: [amsat-bb] Satellite tracking programming ideas\n\n\n> Thank you for reading this.\n>\n> I'm currently marooned because of flood water, and likely to be so for at\n> least another week, so to pass some time I decided to upgrade my satellite\n> tracking program. Disappointingly, playing with the current satellites in\n> this country is pointless so the programming exercise is purely academic.\n>\n> Originally, my tracking program displayed the link frequencies but I\n> decided\n> that was unnecessary since the radio has a perfectly good display itself.\n> So\n> to make frequency corrections, due to hardware errors, or to listen to\n> another part of the downlink I simply used the radio's tuning knob. The\n> program detected that the receiver's frequency had changed and calculated\n> a\n> new uplink frequency.\n>\n> This requires some manual intervention in that I have to stop the\n> automatic\n> tracking, turn the knob and then restart the tracking. This could take a\n> few\n> seconds which would mean that the tracking could be a few seconds behind.\n> The alternative is to click on an up / down tuning arrow which will stop\n> the\n> tracking and adjust the received frequency. Clicking on a restart button\n> would restart the tracking. I think that's the way satpc32 works.\n>\n> I've probably got too much time on my hands and both methods seem to work\n> equally well. Does one method have an advantage over the other?\n>\n> The update interval has to be fairly short so that a manual frequency\n> change\n> can be quickly detected. I'm currently updating the radio based on time.\n> The\n> alternative is to update based on frequency, say every time the higher\n> frequency changes by 20Hz. This would lessen the number of radio updates\n> during periods where the Doppler effect is at a minimum but does it matter\n> if the radio is undated unnecessary? The rotator bearing is updated every\n> ten degrees but that's to lessen mechanical fatigue.\n>\n> Regards,\n> Phil.\n>\n>\n> _______________________________________________\n> Sent via [email protected]. Opinions expressed are those of the author.\n> Not an AMSAT-NA member? Join now to support the amateur satellite program!\n> Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb\n>\n\n\n",
    "attachments": []
}