sdss / basecam

A base library and actor for wrapping cameras.
https://sdss-basecam.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement filename template #7

Closed albireox closed 4 years ago

albireox commented 4 years ago

Provides a new class, ImageNamer that provides sequential image filenames based on a basename template. This can be expanded upon later to create image namers that have more complicated templates (e.g., using attributes from the camera instance) or timestamps.

Closes #3.

codecov-io commented 4 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   93.54%   93.72%   +0.17%     
==========================================
  Files          13       13              
  Lines         868      892      +24     
  Branches      156      159       +3     
==========================================
+ Hits          812      836      +24     
  Misses         22       22              
  Partials       34       34
Impacted Files Coverage Δ
basecam/exposure.py 100% <100%> (ø) :arrow_up:
basecam/camera.py 94.64% <100%> (+0.02%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3757d08...45c1d72. Read the comment docs.