opticam.plotting.gifs ===================== .. py:module:: opticam.plotting.gifs Functions --------- .. autoapisummary:: opticam.plotting.gifs.create_gif_frame opticam.plotting.gifs.compile_gif Module Contents --------------- .. py:function:: create_gif_frame(file, out_directory, aperture_selector, catalog, fltr, gains, transforms, reference_file, flat_corrector, rebin_factor, remove_cosmic_rays, background) .. py:function:: compile_gif(out_directory, fltr, camera_files, keep_frames, verbose) Create a gif from the frames saved in out_directory. Parameters ---------- fltr : str The filter. keep_frames : bool Whether to keep the frames after the gif is saved.