﻿papylio.Movie
=============

.. currentmodule:: papylio

.. autoclass:: Movie

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~Movie.__init__
      ~Movie.apply_corrections
      ~Movie.determine_general_background_correction
      ~Movie.determine_spatial_background_correction
      ~Movie.determine_temporal_background_correction
      ~Movie.flatten_channels
      ~Movie.frames_to_xarray_dataarray
      ~Movie.get_channel
      ~Movie.get_channel_from_name
      ~Movie.get_channel_indices_from_names
      ~Movie.get_channels_from_names
      ~Movie.get_illumination_from_name
      ~Movie.get_illumination_indices_from_names
      ~Movie.get_illuminations_from_names
      ~Movie.image_info_from_filename
      ~Movie.image_info_to_filename
      ~Movie.make_average_image
      ~Movie.make_maximum_projection
      ~Movie.make_projection_image
      ~Movie.make_projection_images
      ~Movie.read_frame
      ~Movie.read_frames
      ~Movie.read_header
      ~Movie.reset_corrections
      ~Movie.save_corrections
      ~Movie.saveas_tif
      ~Movie.separate_channels
      ~Movie.show
      ~Movie.show_correction
      ~Movie.type_dict
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~Movie.bitdepth
      ~Movie.boundaries_metric
      ~Movie.boundaries_stage
      ~Movie.bytes_per_frame
      ~Movie.channel_arrangement
      ~Movie.channel_columns
      ~Movie.channel_indices
      ~Movie.channel_rows
      ~Movie.configuration
      ~Movie.corrections
      ~Movie.corrections_filepath
      ~Movie.data_type
      ~Movie.frame_indices
      ~Movie.height_metric
      ~Movie.illumination_arrangement
      ~Movie.illumination_index_per_frame
      ~Movie.illumination_indices
      ~Movie.illumination_indices_in_movie
      ~Movie.illuminations
      ~Movie.number_of_channels
      ~Movie.number_of_channels_per_frame
      ~Movie.number_of_illuminations
      ~Movie.number_of_illuminations_in_movie
      ~Movie.pixel_to_stage_coordinates_transformation
      ~Movie.pixels_per_frame
      ~Movie.time
      ~Movie.width_metric
   
   