NAME

Astro::Coord::ECI::TLE::Period - Ad-hoc object with specified period and eccentricity, for testing.

SYNOPSIS

use Astro::Coord::ECI::TLE::Period;
my $tle = Astro::Coord::ECI::TLE::Period->new(
    period       => $period,		# seconds
    eccentricity => $eccentricity,
    name         => $name,
);

DESCRIPTION

This Perl module is private to this distribution. It is intended for use in testing, and is not supported in any way, shape, or form. It is intended for use in testing the calculation of various orbital parameters from the period and eccentricity.

METHODS

This class supports the following methods, which are documented for the benefit of the author only:

new

This static method instantiates the object. In its intended use the only arguments are 'period' (in seconds), 'eccentricity', 'name', and 'id'.

period

This override of the parent's period() method simply returns the value with which the object was initialized.

SEE ALSO

Astro::Coord::ECI::TLE.

SUPPORT

Support is by the author. Please file bug reports at https://rt.cpan.org/Public/Dist/Display.html?Name=Astro-satpass, https://github.com/trwyant/perl-Astro-Coord-ECI/issues, or in electronic mail to the author.

AUTHOR

Tom Wyant (wyant at cpan dot org)

COPYRIGHT AND LICENSE

Copyright (C) 2017-2024 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.