LALPulsar  6.1.0.1-fe68b98
lalpulsar.pulsarhtmlutils Namespace Reference

Data Structures

class  paramhtmldispfunc
 
class  paramlatexdispfunc
 
class  htmltag
 A class to create a html tag. More...
 
class  atag
 Class for a link tag. More...
 
class  htmltable
 Class to make and return a html table. More...
 
class  latextable
 Class to make a return a LaTeX table. More...
 

Functions

def sigfig (x, sf)
 
def dec_or_exp (f, dp=2, horl="html")
 
def exp_str (f, p=1, otype="html")
 
def ra_str (ra, otype="html")
 
def dec_str (dec, otype="html")
 

Variables

dictionary paramlatexdict
 
dictionary paramhtmldict
 
string result_page_css
 
string results_table_css
 

Function Documentation

◆ sigfig()

def lalpulsar.pulsarhtmlutils.sigfig (   x,
  sf 
)

Definition at line 222 of file pulsarhtmlutils.py.

◆ dec_or_exp()

def lalpulsar.pulsarhtmlutils.dec_or_exp (   f,
  dp = 2,
  horl = "html" 
)

Definition at line 229 of file pulsarhtmlutils.py.

◆ exp_str()

def lalpulsar.pulsarhtmlutils.exp_str (   f,
  p = 1,
  otype = "html" 
)

Definition at line 1003 of file pulsarhtmlutils.py.

◆ ra_str()

def lalpulsar.pulsarhtmlutils.ra_str (   ra,
  otype = "html" 
)

Definition at line 1023 of file pulsarhtmlutils.py.

◆ dec_str()

def lalpulsar.pulsarhtmlutils.dec_str (   dec,
  otype = "html" 
)

Definition at line 1058 of file pulsarhtmlutils.py.

Variable Documentation

◆ paramlatexdict

dictionary lalpulsar.pulsarhtmlutils.paramlatexdict

Definition at line 38 of file pulsarhtmlutils.py.

◆ paramhtmldict

dictionary lalpulsar.pulsarhtmlutils.paramhtmldict

Definition at line 133 of file pulsarhtmlutils.py.

◆ result_page_css

string lalpulsar.pulsarhtmlutils.result_page_css

Definition at line 1097 of file pulsarhtmlutils.py.

◆ results_table_css

string lalpulsar.pulsarhtmlutils.results_table_css

Definition at line 1308 of file pulsarhtmlutils.py.