.. _new_diagnostics: Creating Custom Diagnostics --------------------------- AQUA allows users to create custom diagnostics to suit their specific needs. Custom diagnostics can be implemented as Python functions or classes and integrated into AQUA's diagnostic framework. Standards for new diagnostics +++++++++++++++++++++++++++++ In this section we provide some guidelines for the development of new diagnostics. .. toctree:: :maxdepth: 1 guidelines/class_structure guidelines/output_management guidelines/configuration_files guidelines/default_parser guidelines/core_functions