create_meta_pixels#

stixpy.calibration.visibility.create_meta_pixels(pixel_data: RawPixelData | CompressedPixelData | SummedCompressedPixelData, time_range: Time, energy_range: Quantity, flare_location: SkyCoord, no_shadowing: bool = False)[source]#

Create meta-pixels by summing data with in given time and energy range.

Parameters:
  • pixel_data – Input pixel data

  • time_range – Start and end times

  • energy_range – Start and end energies

  • flare_location – The coordinates of flare used to calculate grid transmission

  • no_shadowing (bool optional) – If set to True turn grid shadowing correction off

Returns:

dict – Visibility data and sub-collimator information