Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: ProductsAJAXHandler: implement the "open" GET action | Aaron LI | 2016-11-23 | 1 | -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 LI | 2016-11-23 | 1 | -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 function | Aaron LI | 2016-11-22 | 1 | -2/+26 |
| | |||||
* | webui: Add "ProductsAJAXHandler" to manipulate the products manifest | Aaron LI | 2016-11-22 | 1 | -0/+173 |
TODO: some actions currently not implemented yet |