data_operations.makeasdplots#

Back to Module page

Summary#

Makes comparison plots of ASDs with the data-derived one

Signature#

def makeasdplots(asddir, asd_function = None, show = True, fname = 'ASDS.pdf')
Input variables#

Name

Type

Default

Description

asddir

Directory with ASD files

asd_function

None

Function that takes frequencies (in Hz) and returns data-derived asd (in 1/Hz\*\*0.5)

show

True

Flag indicated whether to show or save

fname

‘ASDS.pdf’

Filename

Output variables#

Return annotation

Docstring type

Description

None

Docstring#

Makes comparison plots of ASDs with the data-derived one
:param asddir: Directory with ASD files
:param asd_function: Function that takes frequencies (in Hz) and returns
                 data-derived asd (in 1/Hz**0.5)
:param show: Flag indicated whether to show or save
:param fname: Filename
:return: