make_rlim_movie_from_snapshots¶
-
eridanus_pbh.plot.
make_rlim_movie_from_snapshots
(infolder, savename, potential, infileformat='csv', suffix='dat', title='Movie Title', fps=20, artist='Matplotlib', comment='', writer='ffmpeg', dpi=100, overwrite=False)[source]¶ Make Movie of rlim from Snapshots.
uses Jeremy Webb’s nbodypy
- Parameters
- infile: str
infile names, should be with
format
ex) ‘../../scripts/Eri_no_PBH/2019-11-11_1000/output/snapshot_{04.0f}.0Myr.dat’- savename: str
save name ex) ‘figures/big_movie.mp4’
- potential: galpy potential
the external potential
- Returns
- None