Help for this page
# in Astro::Observation sub new { ... return $class->new( @_ ); }
sub new { my $self = shift; ... return $class->new( @_ ); }