StarFormationRate.
write_out
(name='StarFormationRate.out')[source]¶Write out the star analysis to a text file name. The columns are in order.
Parameters: | name : String
|
---|
Examples
>>> import yt
>>> from yt.analysis_modules.star_analysis.api import StarFormationRate
>>> ds = yt.load("Enzo_64/RD0006/RedshiftOutput0006")
>>> sp = ds.sphere([0.5, 0.5, 0.5], 0.1)
>>> sfr = StarFormationRate(ds, sp)
>>> sfr.write_out("stars-SFR.out")