This is a class to contain all the bits of a inspiral page showing the
results of a piece of code.
|
|
__init__(self,
options,
ifo_times=None,
ifo_tag=None,
user_tag=None,
gps_start_time=None,
gps_end_time=None)
Initializes this class with the options. |
source code
|
|
|
|
|
|
|
create_affixes(self)
Create the affixes (prefix/suffix) for the image naming |
source code
|
|
|
|
|
|
|
savefig(self,
filename_base,
fig,
doThumb=True,
dpi=None,
dpi_thumb=50)
Function to create the image file. |
source code
|
|
|
|
write_page(self,
infix=None,
doThumb=True,
map_list=[],
coinc_summ_table=None)
Create the pages if output is enabled |
source code
|
|
|
|
write(self,
text)
Write some text to the standard output AND to the page. |
source code
|
|
|
|
create_htmlname(self,
infix)
Create the html filename |
source code
|
|
|
|
|
|
|
write_cache_output(self,
html_filename)
Write the output cache file of the plotting functions. |
source code
|
|
|
|
write_process_params(self)
Returns the version and the full command run |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|