Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
463c65e
docs: updated Python version in .readthedocs.yml
zairving Jan 31, 2026
01b91b1
docs: updated Python version in .readthedocs.yml
zairving Jan 31, 2026
1b0e85d
misc: relaxed Python version requirement
zairving Jan 31, 2026
d8252ce
feat: added missing doc links and added safeguard to prevent reductio…
zairving Jan 31, 2026
f4b6310
docs: added missing doc links
zairving Jan 31, 2026
fa4f87a
docs: updated notebooks
zairving Jan 31, 2026
40aa5d7
misc: fixed Reducer input logging safeguard
zairving Jan 31, 2026
60f4c11
feat: included calibration terms in noise plots
zairving Feb 3, 2026
46368be
misc: improved Analyzer plots
zairving Feb 3, 2026
591ab89
feat: included calibration terms in S/N calculations
zairving Feb 3, 2026
0436eec
feat: images are now grouped according to the camera AND filter used …
zairving Feb 5, 2026
264a58e
docs: updated tutorials
zairving Feb 5, 2026
b9a0d0a
misc: improved filter sorting
zairving Feb 9, 2026
34e3779
misc: use keys instead of filters and added get_lc method to Analyzer
zairving Feb 9, 2026
90825af
misc: instrument read noise attribute replaced with keyword and corre…
zairving Feb 9, 2026
5e71a33
misc: consolidated figure saving and improved RMS-flux plot
zairving Feb 9, 2026
1c85f84
bug: fixed dark noise corrector validation in FlatFieldCorrector
zairving Feb 9, 2026
375b19d
misc: consolidated figure saving
zairving Feb 9, 2026
e8ce830
misc: removed progress bar from plot_psfs()
zairving Feb 10, 2026
06fe659
bug: fixed dark noise corrector validation in FlatFieldCorrector
zairving Feb 10, 2026
5d017fe
docs: updated tutorials
zairving Feb 10, 2026
a6e73e4
misc: updated pillow version to avoid a security vulnerability
zairving Feb 12, 2026
44994d1
bug: fixed catalogue source coordinates not being transformed during …
zairving Feb 14, 2026
a585ec0
docs: updated tutorials
zairving Feb 14, 2026
16eb93b
feat: created dedicated timing module
zairving Feb 14, 2026
d53ad4c
docs: improved docstrings
zairving Feb 14, 2026
6530cfe
misc: updated deprecated parameter names
zairving Feb 14, 2026
84c7646
feat: create_file_paths() now scans all files regardless of extension
zairving Feb 14, 2026
d617d2b
bug: rebin() method of Analyzer now works as intended
zairving Feb 16, 2026
9468cdf
docs: expanded timing methods tutorial
zairving Feb 16, 2026
54d4657
misc: corrected pixel-scale for MEXMAN
zairving Feb 16, 2026
61e6868
Merge branch 'dev' of https://github.com/OPTICAM-instrument/opticam i…
zairving Feb 16, 2026
2455e80
docs: updated notebooks
zairving Feb 16, 2026
c2c0181
misc: improved reduction parameter logging
zairving Feb 17, 2026
a055ba0
misc: light curve rebinning now uses a common reference time
zairving Feb 17, 2026
6d56d72
bug: fixed typo in OPTICAM instrument
zairving Feb 22, 2026
22b354b
bug: corrected OPTICAM instrument's filters
zairving Feb 22, 2026
10a20ea
misc: added file check when scanning data_directory for FITS files
zairving Mar 20, 2026
938efea
feat: fixed instantiation of empty Analyzer, refactored some code and…
zairving Mar 20, 2026
c71aab8
misc: BiasCorrector no longer requires EXPTIME==0 since this is not p…
zairving Mar 20, 2026
04eb240
feat: fixed negative fluxes breaking differential photometry; this ma…
zairving Mar 20, 2026
bd12a6a
misc: catalogue sources are now labelled in order of brightness in th…
zairving Mar 20, 2026
0525502
misc: gif frame titles now include the file name and HDU extension nu…
zairving Mar 20, 2026
3bc9e8b
misc: refactoring of reducer code, removed dark current logging
zairving Mar 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.12"
python: "3.14"

python:
install:
Expand Down
1,703 changes: 1,296 additions & 407 deletions docs/_executed/applying_corrections.ipynb

Large diffs are not rendered by default.

507 changes: 368 additions & 139 deletions docs/_executed/backgrounds.ipynb

Large diffs are not rendered by default.

404 changes: 298 additions & 106 deletions docs/_executed/calibration_error_propagation.ipynb

Large diffs are not rendered by default.

483 changes: 353 additions & 130 deletions docs/_executed/finders.ipynb

Large diffs are not rendered by default.

580 changes: 344 additions & 236 deletions docs/_executed/instruments.ipynb

Large diffs are not rendered by default.

372 changes: 241 additions & 131 deletions docs/_executed/local_backgrounds.ipynb

Large diffs are not rendered by default.

620 changes: 358 additions & 262 deletions docs/_executed/reduction.ipynb

Large diffs are not rendered by default.

278 changes: 137 additions & 141 deletions docs/_executed/sextractor_comparison.ipynb

Large diffs are not rendered by default.

1,711 changes: 726 additions & 985 deletions docs/_executed/timing_methods.ipynb

Large diffs are not rendered by default.

782 changes: 430 additions & 352 deletions docs/_executed/visualisation.ipynb

Large diffs are not rendered by default.

80 changes: 59 additions & 21 deletions docs/tests/calibration_error_propagation.ipynb

Large diffs are not rendered by default.

534 changes: 70 additions & 464 deletions docs/tests/sextractor_comparison.ipynb

Large diffs are not rendered by default.

1,089 changes: 131 additions & 958 deletions docs/tutorials/applying_corrections.ipynb

Large diffs are not rendered by default.

394 changes: 24 additions & 370 deletions docs/tutorials/backgrounds.ipynb

Large diffs are not rendered by default.

370 changes: 19 additions & 351 deletions docs/tutorials/finders.ipynb

Large diffs are not rendered by default.

599 changes: 90 additions & 509 deletions docs/tutorials/instruments.ipynb

Large diffs are not rendered by default.

531 changes: 20 additions & 511 deletions docs/tutorials/local_backgrounds.ipynb

Large diffs are not rendered by default.

399 changes: 30 additions & 369 deletions docs/tutorials/reduction.ipynb

Large diffs are not rendered by default.

1,200 changes: 130 additions & 1,070 deletions docs/tutorials/timing_methods.ipynb

Large diffs are not rendered by default.

590 changes: 55 additions & 535 deletions docs/tutorials/visualisation.ipynb

Large diffs are not rendered by default.

Loading
Loading