autowisp.browser_interface.processing.select_raw_view module

Class Inheritance Diagram

Inheritance diagram of HttpResponseRedirect, Namespace, SelectRawImages, WalkFSView

Define the view allowing users to add new raw images for processing.

class autowisp.browser_interface.processing.select_raw_view.SelectRawImages(**kwargs)[source]

Bases: WalkFSView

Inheritance diagram of autowisp.browser_interface.processing.select_raw_view.SelectRawImages

A view for selecting raw images to add for processing.

_get_context(config, search_dir)[source]

Return te context required by the file selection template.

cancel_url_name = 'processing:progress'
post(request, *_args, **_kwargs)[source]

Respond to user changing file selection configuration.

template = 'processing/select_raw_images.html'
url_name = 'processing:select_raw_images'