Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkilbinger committed Jan 17, 2024
1 parent af38556 commit 8c9921f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions shapepipe/modules/mccd_package/mccd_interpolation_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,6 @@ def _interpolate_me(self):
).T

self.interp_PSFs = interp_MCCD(mccd_model_path, gal_pos, ccd)
# self.interp_PSFs = interpsfex(
# dot_psf_path, gal_pos, self._star_thresh, self._chi2_thresh)

if (
isinstance(self.interp_PSFs, str)
Expand Down
5 changes: 3 additions & 2 deletions shapepipe/utilities/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,7 @@ def output_missing(
)
else:
output_path = self._output_path_missing_IDs[idx]

self.write_IDs_to_file(output_path, missing_IDs_unique)
self.write_IDs_to_file(output_path, missing_IDs_unique)

return missing_IDs_unique

Expand Down Expand Up @@ -541,6 +540,8 @@ def get_names_in_dir(self, iterable, module, idx):
directory = self.get_module_output_dir(
full_path, module
)
if self._verbose:
print(f"**** Output dir = {directory}")

# Find matching file names and paths
self.get_matches_final(directory, idx)
Expand Down

0 comments on commit 8c9921f

Please sign in to comment.