Skip to content

Releases: Jorgedavyd/CorKit

v1.0.15

23 Apr 21:09
Compare
Choose a tag to compare

1.0.15 - 2024-04-22

Added

  • test.py
    • test automation for different fits files dates and formats.

Changed

  • corkit/lasco.py level_1 (function)
    • Optimized IN/OUT operations for list of fits_files.
  • corkit/lasco.py CME (object)
    • Optimized IN/OUT operations for list of fits_files.

Fixed

  • corkit/utils.py reduce_std_size (function)
    • Wrong indexing approach fixed.
  • corkit/lasco.py level_1 (function)
    • Wrong variable sentencing for img/img0, caused trouble for rebin.
    • Debugged check 05 implementation on level 1
    • Truncated non-ASCII characters to write files.

Contributors

Full Changelog: v1.0.14...v1.0.15

v1.0.14

22 Apr 20:21
Compare
Choose a tag to compare

1.0.14 - 2024-04-22

Fixed

  • Debugged fits history record.

Contributors

Full Changelog: v1.0.13...v1.0.14

v1.0.13

22 Apr 19:11
Compare
Choose a tag to compare

1.0.13 - 2024-04-22

Added

  • corkit/lasco.py (level_1) function.
    • Implemented level 05 checker for forward pass.
  • corkit/datasets.py (CorKitDatasets) object (Dataset)

Fixed

  • corkit/utils.py
    • get_offset (function): interpolation for offset1!=offset2
  • Debugged fits history record implementation.
  • Version management.

Contributors

Full Changelog: v1.0.12...v1.0.13

Full Changelog: v1.0.12...v1.0.13

v1.0.12

16 Apr 21:23
Compare
Choose a tag to compare

1.0.12 - 2024-04-16

Added

  • corkit/lasco.py (CME) class (Plot)
    • CME.mass(bn, fn): Given a base image, compute CME mass of fn file.
    • CME.plot(mass, fn_header): Plots CME.
  • README.md (Citation)
    • This library can now be cited.
  • docs/RELEASES.md
    • Historic record for each release.
  • corkit/lasco.py (Plot) class (object)
    • imshow(img, header): Visualization of coronagraph data and metadata.

Changed

  • None

Deprecated

  • corkit/reconstruction.py
    • image_reconstruction (function)
    • fuzzy_image (function)
    • read_zone (function)
    • dct (function)
    • fuzzy_block (function)
    • num_to_fuzzy (function)
    • inter_fuzzy (function)
    • fuzzy_to_num (function)
    • read_block (function)
    • getl05hdrparam (function)

Removed

  • None

Fixed

  • corkit/lasco.py
    • c2_calibrate (function): None type error on calibration forward, bias not defined for some files.
    • c3_calibrate (function): None type error on calibration forward, bias not defined for some files.

Security

  • None

Contributors

Full Changelog: https://github.com/Jorgedavyd/corkit/commits/v1.0.12