Astro-App-Satpass2
view release on metacpan or search on metacpan
user-specific localization, though it could be installed as a
system-wide localization by uncommenting the 'package'
statement. The main thing wrong with it is that it has not been
edited by someone who actually is fluent in Spanish.
flare_vcalendar - A source file, to be executed by, for example,
satpass2> source eg/flare_vcalendar
This makes Iridium flare calculations for any satellites that
have been loaded, and displays the results in vCalendar format.
CAVEAT: My ancient Palm desktop software appears not to properly
handle the switch between normal and daylight-saving time
(a.k.a. summer time), in that predictions made before the switch
for events after the switch get assigned the wrong time, even
though the UT event time is correct in the emitted file. I have
not changed the event times to local times in eg/flare_vcalendar
because the vcalendar standard specifies UT.
My/Macros.pm - A module that implements the following code macros
* angle - Given the names or OIDs of two objects (either
satellites or background bodies like the Moon or Sun)
eg/flare_vcalendar view on Meta::CPAN
# satpass2> source eg/flare_vcalendar
#
# Do iridium flare calculations, displaying the results in vCalendar
# format. The output may be redirected to a .vcal file. Any arguments
# passed to the source statement will in turn be passed to the flare
# command.
#
# This whole thing (less the comments) could be wrapped up as a macro
# if desired.
# CAVEAT: My ancient Palm desktop software appears not to properly
# handle the switch between normal and daylight-saving time
# (a.k.a. summer time), in that predictions made before the switch
# for events after the switch get assigned the wrong time, even
# though the UT event time is correct in the emitted file. I have
# not changed the event times to local time eg/flare_vcalendar
# because the vcalendar standard specifies UT.
localize formatter
# We intend to use date(units='z') to format the event begin and end. We
eg/pass_ics view on Meta::CPAN
# Astro::App::Satpass2 source file. Invoke as (e.g.)
# satpass2> source eg/pass_vcalendar
#
# Do satellite pass calculations, displaying the results in vCalendar
# format. The output may be redirected to a .vcal file. The start and
# end dates for the pass calculation can be passed as arguments to the
# 'source' statement, and default to 'today noon' and '+8' respectively.
# This whole thing (less the comments) could be wrapped up as a macro
# if desired.
# CAVEAT: My ancient Palm desktop software appears not to properly
# handle the switch between normal and daylight-saving time
# (a.k.a. summer time), in that predictions made before the switch
# for events after the switch get assigned the wrong time, even
# though the UT event time is correct in the emitted file. I have
# not changed the event times to local time eg/flare_vcalendar
# because the vcalendar standard specifies UT.
localize formatter
# An iCal file is supposed to have <cr><lf> line breaks
( run in 0.382 second using v1.01-cache-2.11-cpan-299005ec8e3 )