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')
Name |
Type |
Default |
Description |
|---|---|---|---|
|
Directory with ASD files |
||
|
None |
Function that takes frequencies (in Hz) and returns data-derived asd (in 1/Hz\*\*0.5) |
|
|
True |
Flag indicated whether to show or save |
|
|
‘ASDS.pdf’ |
Filename |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
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: