autowisp.browser_interface.processing.tune_starfind_views module

Class Inheritance Diagram

Inheritance diagram of Condition, ConditionExpression, Configuration, Evaluator, ImageProcessingManager, ImageType, JsonResponse, Parameter, ProcessingSequence, SourceFinder, Step

Implement views for tuning source extraction.

autowisp.browser_interface.processing.tune_starfind_views._get_batch_description(grouping_values, grouping_expressions)[source]

Return as human readable as possible discription of a batch.

autowisp.browser_interface.processing.tune_starfind_views._get_pending(request)[source]

Add to request.session all image/channel pending star finding .

autowisp.browser_interface.processing.tune_starfind_views._init_session(request, processing, db_session)[source]

Set default django session entries first time the interface is opened

autowisp.browser_interface.processing.tune_starfind_views.find_stars(request, fits_fname)[source]

Run source extraction and respond with the results.

autowisp.browser_interface.processing.tune_starfind_views.project_catalog(request, fits_fname)[source]

Solve for astrometry with current extracted stars and project catalog.

autowisp.browser_interface.processing.tune_starfind_views.save_starfind_config(request, imtype, batch_index)[source]

Save the currently set extraction configuration to the database.

autowisp.browser_interface.processing.tune_starfind_views.select_starfind_batch(request, refresh=False)[source]

Allow the user to select batch of images to tune star finding for.

autowisp.browser_interface.processing.tune_starfind_views.tune_starfind(request, imtype, batch_index)[source]

Provide view allowing user to tune starfinding for given image batch.