aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/handlers/products.py
Commit message (Collapse)AuthorAgeFilesLines
* webui: products.py: Add new "ProductsDownloadHandler"Aaron LI2016-11-241-1/+74
| | | | | This new handler is based on the "StaticFileHandler", and will be used to serve the simulated products for downloading.
* webui: ProductsAJAXHandler: implement the "open" GET actionAaron LI2016-11-231-3/+59
| | | | | The new method "_open_hpx()" is added to open the requested the HPX FITS image using the Python subprocess.
* webui: products: Implement GET action "which"Aaron LI2016-11-231-0/+17
| | | | | | | | The "which" GET action try to locate the given executable name/path, in order to check whether the executable callable. This function will be used to check the validity of the specified FITS viewer, which opens the HPX FITS images.
* webui: products: Implement HPX conversion functionAaron LI2016-11-221-2/+26
|
* webui: Add "ProductsAJAXHandler" to manipulate the products manifestAaron LI2016-11-221-0/+173
TODO: some actions currently not implemented yet