showSurveyStatistics#

agabpylib.simulation.parallaxsurveys.showSurveyStatistics(simulatedSurvey, pdfFile=None, pngFile=None, usekde=False)#

Produce a plot with the survey statistics.

Parameters:
  • simulatedSurvey (agabpylib.simulation.parallaxsurveys.ParallaxSurvey) – Object containing the simulated survey.

  • pdfFile (str) – Name of optional PDF file in which to save the plot.

  • pngFile (str) – Name of optional PNG file in which to save the plot.

  • usekde (boolean) – If true use kernel density estimates to show the distribution of survey quantities instead of histograms.