autowisp.processing_steps.add_images_to_db module

Class Inheritance Diagram

Inheritance diagram of Evaluator, FileKind, Image, ImageType, ManualStepArgumentParser, RelatedFile

Register new images with the database.

autowisp.processing_steps.add_images_to_db.add_images_to_db(image_collection, configuration)[source]

Add all the images in the collection to the database.

autowisp.processing_steps.add_images_to_db.create_image(image_fname, header_eval, configuration, db_session)[source]

Create the database Image entry corresponding to the given file.

autowisp.processing_steps.add_images_to_db.parse_command_line(*args)[source]

Return the parsed command line arguments.