astra.tools.summary

Module Contents

Classes

DummyTask

Functions

_get_database_output(outputs)
get_database_output(task) Return the database target output class for the given task, or task class.
create_summary_table(task) Return a table of results generated by the given task and stored in a database.
astra.tools.summary._get_database_output(outputs)
class astra.tools.summary.DummyTask(task_factory)
task_id
is_batch_mode = False
healpix = 0
get_params(self)
__getattr__(self, name)
astra.tools.summary.get_database_output(task)

Return the database target output class for the given task, or task class.

Parameters:task – A single task or a task class.
astra.tools.summary.create_summary_table(task)

Return a table of results generated by the given task and stored in a database.

Parameters:task – Either a single task, or a task class, which has a DatabaseTarget output.
Returns:An astropy.table.Table of database results generated by this task.