Skip to content

Commit

Permalink
Merge pull request #49 from PhangsTeam/get-wcs-adjust-fix
Browse files Browse the repository at this point in the history
Fix del bug in get_wcs_adjust
  • Loading branch information
low-sky committed Dec 19, 2023
2 parents 51d9570 + 3990603 commit 8551d31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
1.0.3 (Unreleased)
==================

- Fix del in ``get_wcs_adjust`` if we skip alignment
- Made plots more consistent and "publication ready" across the board
- Fix bug in anchoring step
- Rename anchor_to_external_step.py to anchor_step.py for consistency
- Fix "too many plots open" warning in anchoring_step.py
- Fix bug in ``anchoring step``
- Rename ``anchor_to_external_step.py`` to ``anchor_step.py`` for consistency
- Fix "too many plots open" warning in ``anchoring_step``
- Include useful pjpipe version info in files
- Save anchoring background in metadata properly in anchoring_step.py
- Save anchoring background in metadata properly in ``anchoring_step``

1.0.2 (2023-12-01)
==================
Expand Down
2 changes: 1 addition & 1 deletion pjpipe/get_wcs_adjust/get_wcs_adjust_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def get_visit_transforms(self):

tweakreg.run(asn_file)

del input_models, asn_file
del input_models, asn_file

output_files = glob.glob(
os.path.join(
Expand Down

0 comments on commit 8551d31

Please sign in to comment.