Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Module ImgSaveInFile works after the CSPadImageProducer, CSPadInterpolImageProducer, CameraImageProducer, PnccdImageProducer, etc., which produce image object in formats CSPadPixCoords::Image2D<double>Image2D<T> or ndarray<doublendarray<T,2>, where the T stands for one of the data types, double, float, int, uint8_t, or uint16_t.
ImgSaveInFile receives from the event the image object by its source and key parameters and saves it as a per-pixel 2-d table in the text file with prefix name fname for event(s) specified by the parameters eventSave or saveAll.

...