sorcha.utilities.citation_text

Functions

cite_sorcha([f])

Providing the bibtex, AAS Journals software latex command, and acknowledgement

_cite_rebound(f)

Function to output the print statements from rebound.Simulation.cite() into the file like object.

Module Contents

cite_sorcha(f=sys.stdout)[source]

Providing the bibtex, AAS Journals software latex command, and acknowledgement statements for Sorcha and the associated packages that power it.

Parameters:

f (file-like object, default=sys.stdout) -- The output for where the citation information will be written.

Return type:

None

_cite_rebound(f)[source]

Function to output the print statements from rebound.Simulation.cite() into the file like object. :param f: The output for where the citation information will be written. Default: sys.stdout :type f: file-like object

Return type:

None