Skip to content

Tags: JuliaAstro/CCDReduction.jl

Tags

v0.2.2

Toggle v0.2.2's commit message
[Diff since v0.2.1](v0.2.1...v0.2.2)

**Merged pull requests:**
- fix NamedTuple key bug (#38) (@mileslucas)

v0.2.1

Toggle v0.2.1's commit message
[Diff since v0.2.0](v0.2.0...v0.2.1)

**Closed issues:**
- Generators for iterating through filecollection (#25)

**Merged pull requests:**
- Added `fitscollection` (#24) (@siddharthlal25)
- Bump julia to v1.3 (#26) (@siddharthlal25)
- Generators for iterating through file collection (#27) (@siddharthlal25)
- CompatHelper: bump compat for "FITSIO" to "0.15" (#29) (@github-actions[bot])
- `CCDData` struct to store `ImageHDU` (#31) (@siddharthlal25)
- Save compatible version of `filenames`, `arrays` and `ccds` function (#33) (@siddharthlal25)
- CompatHelper: bump compat for "DataFrames" to "0.22" (#34) (@github-actions[bot])
- update CI to use GHA (#35) (@mileslucas)

v0.2.0

Toggle v0.2.0's commit message
## CCDReduction v0.2.0

[Diff since v0.1.0](v0.1.0...v0.2.0)


**Closed issues:**
- Data type for Images (#6)
- FITS style indexing for `trim` and `subtract_overscan` (#8)
- Stacking Functionality (#9)
- Add interface for FITS files (#11)
- Dark Subtraction (#12)
- Catch the warnings in the tests (#22)

**Merged pull requests:**
- Added bias subtraction (#2) (@siddharthlal25)
- Added overscan subtraction (#3) (@siddharthlal25)
- Added flat correction (#4) (@siddharthlal25)
- Added trim and trimview (#5) (@siddharthlal25)
- Added crop and cropview (#7) (@siddharthlal25)
- Added support for FITS based indices in `trim` and `subtract_overscan` (#10) (@siddharthlal25)
- Added stacking functionality (#13) (@siddharthlal25)
- Added dark subtraction (#15) (@siddharthlal25)
- Added interface for FITS files for subtract overscan (#16) (@siddharthlal25)
- Added fits interface for trim and crop (#17) (@siddharthlal25)
- Added FITS interface for subtract_bias and flat_correct (#18) (@siddharthlal25)
- Added FITS interface for `subtract_dark` (#19) (@siddharthlal25)
- Restructured code and tests (#20) (@siddharthlal25)
- Add some usage docs (#21) (@mileslucas)
- Added FITS interface for combine (#23) (@siddharthlal25)

v0.1.0

Toggle v0.1.0's commit message
## CCDReduction v0.1.0

**Merged pull requests:**
- Initial structure of package (#1) (@siddharthlal25)