-
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
Overlap #565
Overlap #565
Conversation
* added CD GitHub action * fixed bug in RunLog class (CosmoStat#548) * 800deg2 (CosmoStat#544) * added config files for matching 800deg2 survey * Added Xavier as contributor; match external catalogue fix * match 800 * match_ext: output distance * match_ext output_dist def value * Tutorial documentation (CosmoStat#543) * updating job script and tutorial * tutorial; fix config file * tutorial finished * no change * psfex update (minor bug) * psfex running * updated MCCD config files * comment in config file * config file fix for MCCD * config file fix for MCCD * removed unused option in usage str * Update docs/source/pipeline_tutorial.md Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com> * improved tutorial according to PR review * Update docs/source/pipeline_tutorial.md Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com> * tutorial clean-up * post_proc cleaned up; tutorial added output dir names * changes to tutorial, post-proc and mccd plot doc * get_images error msg testing * Update docs/source/pipeline_tutorial.md Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com> * Update docs/source/pipeline_tutorial.md Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com> * Update docs/source/pipeline_tutorial.md Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com> * Update docs/source/pipeline_tutorial.md Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com> * removed prompt from bash example * Update docs/source/post_processing.md Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com> * PR review changes to doc * PR review changes to doc * Update docs/source/post_processing.md Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com> Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com> * added contribution guidelines (CosmoStat#550) * added contribution guidelines * Update CODE_OF_CONDUCT.md * tutorial bugfixes (CosmoStat#552) Co-authored-by: Lucie Baumont <lucie.baumont@cea.fr> * removed pep8 error exceptions (CosmoStat#554) * Understanding the API docs (CosmoStat#553) * added md for understanding the api docs * updates following reviwer comments * Update package versions (CosmoStat#539) * updated doc-tests * updated package versions * pin documentation packages * updated ShapePipe version and cleaned up * Config file clean up (CosmoStat#556) * Removed unused config files in example/cfis * Removed obsolete config dirs tutorial and ps3pi_cfis * removed old unions config files * Update docs/source/configuration.md Co-authored-by: Martin Kilbinger <martin.kilbinger@cea.fr> * final clean up Co-authored-by: Martin Kilbinger <martin.kilbinger@cea.fr> Co-authored-by: Lucie Baumont <lucie.baumont@stonybrook.edu> Co-authored-by: Lucie Baumont <lucie.baumont@cea.fr>
@martinkilbinger I had a look and I believe the reason GitHub is showing the wrong number of changed files is because the commits to the master branch have been squashed. See this comment from Stack Overflow.
I think the final merge should be unaffected by this. @lbaumo you can more easily review this PR by only looking at the changed files here. |
Summary
Remove code to check and flag overlapping regions. This code use distances to neighbouring tile centers, and for some reason did not remove all overlapping objects. This obsolete code is now superceded by simple RA/Dec cuts in sp_validation.
Reviewer Checklist
develop
branch