-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.4 canfar run #690
base: develop
Are you sure you want to change the base?
v1.4 canfar run #690
Conversation
remove 000.000
Canfar job limit
…eline job description to docs/source
monitoring
Mask runner skip processing if output file exists
Docker image
…us runs for =j 128
shapepipe/modules/make_cat_runner.py
Outdated
shape1_cat_path, | ||
) = input_file_list | ||
sexcat_sm_path = None | ||
else: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New: spread model input is optional
sexcat_sm_path, | ||
SEx_catalogue=True, | ||
) | ||
sexcat_sm_file.open() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spread model input is not optional
@@ -1180,7 +1188,15 @@ def _build_final_mask( | |||
external_flag.open() | |||
if final_mask is not None: | |||
final_mask = final_mask.astype(np.int16, copy=False) | |||
final_mask += external_flag.get_data()[:, :] | |||
try: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added file check
open_mode=file_io.BaseCatalogue.OpenMode.ReadWrite, | ||
SEx_catalogue=True | ||
SEx_catalogue=False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Propagating information from original catalogue (True
) is not needed, and moves the main data to HDU #2, not compatible with other files.
Summary
Major modifications for processing run on canfar of ShapePipe v1.4 catalogues.
Auxilliary scripts:
Main pipeline:
Modules:
processing is interrupted, reprocessing does not have to start from the beginning. Note that in this case the random numbers
do not match the previous object ID any more.
check_existing_dir
option to modules mask, ngmix. Processing of the corresponding module is skipped ifexpected output file exists in this directory.
Reviewer Checklist
develop
branch