Versions Compared

Key

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

...

  • pytopsana:
    • Add factory classes to access detectors' data with implementation for CSPAD in in NDArrProducerCSPAD (PSAS-139)
    • Add implementation of factory classes with examples for all known detectors: CSPAD2X2, pnCCD, Princeton, Andor, Epix, all Cameras.
    • Add interface for geometry methods. See for detail PSAS-139.
    • In app/ add applications merge_max_ndarrays, merge_mask_ndarrays, convert_npy_to_txt, convert_txt_to_npy.
  • ImgAlgos:
    • GlobalMethods - add method stringForDetType, add const to parameters in in detectorTypeForSource
    • NDArrAverage - add parameter parameter thr_rms_min (PSAS-6)

  • CalibManager:
    • add parameter parameter cp.mask_rms_thr_min and propagate it in in calibman/calibrun code along with with cp.mask_rms_thr (PSAS-6)
  • TimeTool:
    • add unit test
  • PSCalib:
    • In In SegGeometryStore use use SegGeometryCspad2x1V1 and and SegGeometryEpix100V1 as singletons to reduce memory consumption (PSAS-147)
    • GeometryObject - delete allocated memory for all non-top objects (PSAS-147)
  • psmon:
    • Add a console app (psconsole) for talking to psmon servers.
    • Add legends for xyplot and 1d histograms.
    • Client options for forcing log scale added to psplot.
    • Fill coloring is now configurable for 1d histograms.
    • Several bug fixes related to value-display mouse over tooltips.

...