Package cosmolopy :: Module utils :: Class AgeSpacedRedshift

Class AgeSpacedRedshift

source code

       object --+    
                |    
saveable.Saveable --+
                    |
                   AgeSpacedRedshift

Set up uniform time array and corresponding redshift array.
Instance Methods
 
__init__(self, z_min, z_max, dt_yr=2000000.0, **cosmo)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
age_Gyr(self, z) source code
 
__setstate__(self, dict)
Unpickle.
source code

Inherited from saveable.Saveable: __getstate__, dumb_pickle_filter, load, save

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, z_min, z_max, dt_yr=2000000.0, **cosmo)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__setstate__(self, dict)

source code 
Unpickle.
Overrides: saveable.Saveable.__setstate__