pdat.templates package

__init__.py file to make templates a module

Submodules

pdat.templates.template module

Functions to get the built-in template file

pdat.templates.template.get_template(template_name)[source]

Function to get the psrfits template from the templates module dir

template_name: str
The name of the built-in template.
Full path to the template file. If the request file does not exists, it will return None.