5.1.1.1.1.1. recipe_system.adcc.client package

5.1.1.1.1.1.2. Submodules

5.1.1.1.1.1.3. recipe_system.adcc.client.mock_server module

This script is used to develop SpecViewer only. It should not be used for production.

It starts a local server that returns an artificial JSON file containing data from an imaginary FITS file that can represent a single or a stack frame. It is using to design frontend/backend.

Remember to run it from the same folder where it lives since it relies on relative path. This is a temporary solution.

recipe_system.adcc.client.mock_server.favicon()[source]
recipe_system.adcc.client.mock_server.get_json_data()[source]
recipe_system.adcc.client.mock_server.get_site_information()[source]
recipe_system.adcc.client.mock_server.index()[source]
recipe_system.adcc.client.mock_server.post_json_data()[source]
recipe_system.adcc.client.mock_server.server_error(e)[source]