Skip to content

Commit

Permalink
corrected animations for one SoftiMAX/CXI case
Browse files Browse the repository at this point in the history
  • Loading branch information
kklmn committed Aug 19, 2016
1 parent 7c38690 commit af84286
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion doc/_images/cxi-hS/b_anim.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified doc/_images/cxi-hS/b_packed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/_images/cxi-hS/s_anim.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified doc/_images/cxi-hS/s_packed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions doc/anim_encoder/anim_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,15 +474,15 @@ def generate_animation(dirname, fname, time_factor=5,
# fname = 'cxi-1D-2-hybr-1e6hor-0emit-0enSpread-monoE-08p-ExpFocusPhase*.png'
# fname = 'cxi-1D-2-hybr-1e6hor-0emit-0enSpread-monoE-08pf-ExpFocusPhaseFront*.png'

# dirName = r'c:\Ray-tracing\examples\withRaycing\44_SoftiCXI'
dirName = r'c:\Ray-tracing\examples\withRaycing\44_SoftiCXI'
# fname = '1D-1-rays-hor-0emit-0enSpread-monoE-08e-ExpFocus*.png'
# fname = '1D-2-hybr-1e6hor-0emit-0enSpread-monoE-08e-ExpFocus*.png'
fname = '1D-2-hybr-hor-0emit-0enSpread-monoE-08e-ExpFocus*.png'
# fname = '1D-3-wave-hor-0emit-0enSpread-monoE-08e-ExpFocus*.png'
# fname = 'XXIDOC-1D-2-hybr-hor-0emit-0enSpread-monoE--*.png'
# fname = 'XXIDOC-1D-2-hybr-hor-non0e-0enSpread-monoE--*.png'

# generate_animation(dirName, "s_"+fname, time_factor=20, endFrameDelay=2000)
# generate_animation(dirName, fname, time_factor=20, endFrameDelay=2000)
generate_animation(dirName, "s_"+fname, time_factor=20, endFrameDelay=2000)
generate_animation(dirName, fname, time_factor=20, endFrameDelay=2000)

# dirName = r'c:\Ray-tracing\examples\withRaycing\33_Warping'
# fname = 'rays-perfect-*.png'
Expand All @@ -497,9 +497,9 @@ def generate_animation(dirname, fname, time_factor=5,
# generate_animation(dirName, "s_"+fname, time_factor=20, endFrameDelay=2000)
# generate_animation(dirName, fname, time_factor=20, endFrameDelay=2000)

dirName = r'c:\Ray-tracing\examples\withRaycing\11_Waves'
# fname = '2 - DS Propagation Rays -*.png'
fname = '3 - DS Propagation Wave -*.png'

generate_animation(dirName, "s_"+fname, time_factor=10, endFrameDelay=1000)
generate_animation(dirName, fname, time_factor=10, endFrameDelay=1000)
# dirName = r'c:\Ray-tracing\examples\withRaycing\11_Waves'
## fname = '2 - DS Propagation Rays -*.png'
# fname = '3 - DS Propagation Wave -*.png'
#
# generate_animation(dirName, "s_"+fname, time_factor=10, endFrameDelay=1000)
# generate_animation(dirName, fname, time_factor=10, endFrameDelay=1000)

0 comments on commit af84286

Please sign in to comment.