Recent Releases of pipelines

pipelines - v1.4.0

What's Changed

  • Merge kwargs as nested dictionaries to ensure default kwargs are preserved (unless specifically overwritten) by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/45
  • Log duration of pipeline runs by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/46
  • Add 1D defringe routine for MIRI and update pipeline default steps by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/47
  • Improvements for point source targets, better warnings and easier customisation by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/48

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/compare/v1.3.2...v1.4.0

- Python
Published by ortk95 over 1 year ago

pipelines - v1.3.2

What's Changed

  • Improve documentation & add --kw command line flag as optional alternative for --step_kwargs by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/42
  • Improve quick look plots by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/43
  • Improving flat field generation metadata by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/44
  • Add links to research note by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/44

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/compare/v1.3.1...v1.3.2

- Python
Published by ortk95 over 2 years ago

pipelines - v1.3.1

What's Changed

  • Add CRDX_CTX pmap to summary plots by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/38
  • Update pipelines & examples to work natively with SLURM job scheduler by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/41

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/compare/v1.3.0...v1.3.1

- Python
Published by ortk95 over 2 years ago

pipelines - v1.3.0

What's Changed

  • Remove unused code and update reference with published paper by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/34
  • Add data variant correcting for wavelength dependent PSF losses by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/37

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/compare/v1.2.3...v1.3.0

- Python
Published by ortk95 over 2 years ago

pipelines - v1.2.3

What's Changed

  • Improve customisability of desaturation step by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/31
  • Fix MIRI pipeline not skipping defringe step when --no-defringe argument used by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/32

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/compare/v1.2.2...v1.2.3

- Python
Published by ortk95 over 2 years ago

pipelines - v1.2.2

What's Changed

  • Documentation improvements & increasing parallel timeout by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/28
  • Don't print unnecessary logging info when desaturating by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/29
  • Remove testing code & improve robustness of desaturation code (adding type hints etc.) by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/30

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/compare/v1.2.1...v1.2.2

- Python
Published by ortk95 over 2 years ago

pipelines - v1.2.1

What's Changed

  • Correct direction of navigation offsets by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/27

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/compare/v1.2.0...v1.2.1

- Python
Published by ortk95 over 2 years ago

pipelines - v1.2.0

What's Changed

  • Improve summary plots by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/25
  • Refactor pipelines to use common code, added dither combination and improved background subtraction by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/26

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/compare/v1.1.1...v1.2.0

- Python
Published by ortk95 over 2 years ago

pipelines - v1.1.1

Minor bugfixes, documentation improvements and new customisation options.

What's Changed

  • Change Zenodo DOI badge to point to latest version by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/17
  • Update job script example paths in MIRI and NIRSpec pipeline documentation by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/18
  • Catch stage2 NoDataOnDetectorError in NIRSpec pipeline by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/19
  • Add basic navigation argument to CLI for NIRSpec pipeline by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/20
  • Improving documentation by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/21
  • Improve wireframe animation for smaller bodies by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/22
  • Allow vmin/vmax to be customised in plots by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/23
  • Correcting MIRI -> NIRSpec in documention etc. by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/24

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/compare/v1.1.0...v1.1.1

- Python
Published by ortk95 over 2 years ago

pipelines - v1.1.0

Adding NIRSpec reduction pipeline.

What's Changed

  • Fix variable name bug in generatesaturrnflats by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/9
  • Adding NIRSpec Pipeline by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/12
  • Update nirspec pipeline example job script by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/13
  • Update README.md by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/14
  • Document update_stage0_files.py by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/16

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/compare/v1.0.1...v1.1.0

- Python
Published by ortk95 over 2 years ago

pipelines - v1.0.1

What's Changed

  • Adding zenodo link & badges by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/4
  • Adding example quick looks to readme by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/7
  • Update Zenodo DOI to point to latest version by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/8

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/compare/v1.0.0...v1.0.1

- Python
Published by ortk95 almost 3 years ago

pipelines - v1.0.0

What's Changed

  • Adding code from development repository by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/1
  • Adding better documentation by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/2
  • Update README.md by @ortk95 in https://github.com/JWSTGiantPlanets/pipelines/pull/3

New Contributors

  • @ortk95 made their first contribution in https://github.com/JWSTGiantPlanets/pipelines/pull/1

Full Changelog: https://github.com/JWSTGiantPlanets/pipelines/commits/v1.0.0

- Python
Published by ortk95 almost 3 years ago