Astro-Flux

 view release on metacpan or  search on metacpan

Fluxes.pm  view on Meta::CPAN


  return $self;

}

=item B<allfluxes>

Returns an array of all the C<Astro::Flux> objects contained in the
C<Astro::Fluxes> object,

  @fluxes_not_dervied = $fluxes->allfluxes();
  @fluxes_including_dervied = $fluxes->allfluxes( 'derived' );
  
by default this will not return the derived fluxes, however the method
takes an optional arguement of 'derived', in which case it will do.

=cut

sub allfluxes {
  my $self = shift;
  



( run in 0.550 second using v1.01-cache-2.11-cpan-0a987023a57 )