Skip to content

Commit

Permalink
Merge pull request #29 from kristofcufar/master
Browse files Browse the repository at this point in the history
Mode-shape magnification
  • Loading branch information
jankoslavic committed Apr 4, 2024
2 parents b2eba67 + ed4a217 commit 7ff594c
Show file tree
Hide file tree
Showing 7 changed files with 792 additions and 0 deletions.
306 changes: 306 additions & 0 deletions Showcase_MS_mag.ipynb

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions data/Speckle_beam_2k.cih
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#Camera Information Header
Record Rate(fps) : 10000.0
Shutter Speed(s) : 119149.0
Total Frame : 2000
Original Total Frame : 621319
Start Frame : 0
Image Width : 980
Image Height : 39
Color Type : Mono
Color Bit : 8
File Format : Mraw
EffectiveBit Depth : 8
Comment Text :
EffectiveBit Side : Lower
Date : 2020/11/10
Camera Type : FASTCAM SA-Z type 2100K-M-64GB
Binary file added data/Speckle_beam_2k.mraw
Binary file not shown.
1 change: 1 addition & 0 deletions pyidi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
__version__ = '0.27'
from .pyidi import *
from . import tools
from . import postprocessing
from .selection import ROISelect
from .load_analysis import load_analysis
6 changes: 6 additions & 0 deletions pyidi/postprocessing/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""
A sub-module containing pyIDI post-processing functionality.
"""

from ._motion_magnification import mode_shape_magnification
from ._motion_magnification import animate

0 comments on commit 7ff594c

Please sign in to comment.