Skip to content
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

added masking for NGC objects #575

Merged
merged 24 commits into from
Sep 16, 2022
Merged

added masking for NGC objects #575

merged 24 commits into from
Sep 16, 2022

Conversation

martinkilbinger
Copy link
Contributor

@martinkilbinger martinkilbinger commented Jun 29, 2022

Summary

Enhancements to the mask runner module:

  • A catalogue with NGC object information is read.
  • NGC and Messier objects have the same format, now FITS instead of npy.
  • Both are treated by the same methods (as Deep Space Objects)

Minor changes to get_image runner module

  • added log file output for checking existing files before download

Closes #564

Reviewer Checklist

Reviewers should tick the following boxes before approving and merging the PR.

  • The PR targets the develop branch
  • The PR is assigned to the developer
  • The PR has appropriate labels
  • The PR is included in appropriate projects and/or milestones
  • The PR includes a clear description of the proposed changes
  • If the PR addresses an open issue the description includes "closes #"
  • The code and documentation style match the current standards
  • Documentation has been added/updated consistently with the code
  • All CI tests are passing
  • API docs have been built and checked at least once (if relevant)
  • All changed files have been checked and comments provided to the developer
  • All of the reviewer's comments have been satisfactorily addressed by the developer

@martinkilbinger martinkilbinger added the enhancement New feature or request label Jun 29, 2022
@martinkilbinger martinkilbinger added this to the Summer 2022 patch milestone Jun 29, 2022
@martinkilbinger martinkilbinger self-assigned this Jun 29, 2022
shapepipe/modules/mask_package/__init__.py Outdated Show resolved Hide resolved
shapepipe/modules/mask_package/mask.py Show resolved Hide resolved
shapepipe/pipeline/file_io.py Outdated Show resolved Hide resolved
@martinkilbinger
Copy link
Contributor Author

I did tests, seems to work well. I think review points are all fixed, @sfarrens you can have a look again, please.

shapepipe/modules/mask_package/__init__.py Outdated Show resolved Hide resolved
shapepipe/modules/mask_package/mask.py Outdated Show resolved Hide resolved
shapepipe/modules/mask_package/mask.py Outdated Show resolved Hide resolved
shapepipe/modules/mask_package/mask.py Outdated Show resolved Hide resolved
shapepipe/modules/mask_package/mask.py Outdated Show resolved Hide resolved
shapepipe/pipeline/file_io.py Outdated Show resolved Hide resolved
shapepipe/pipeline/file_io.py Outdated Show resolved Hide resolved
shapepipe/pipeline/file_io.py Outdated Show resolved Hide resolved
shapepipe/pipeline/file_io.py Outdated Show resolved Hide resolved
shapepipe/pipeline/file_io.py Outdated Show resolved Hide resolved
martinkilbinger and others added 15 commits September 12, 2022 14:32
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
martinkilbinger and others added 3 commits September 14, 2022 10:34
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
@sfarrens sfarrens merged commit aa602a1 into develop Sep 16, 2022
@sfarrens sfarrens deleted the ngc branch September 16, 2022 11:06
sfarrens added a commit that referenced this pull request Sep 17, 2022
* added CD GitHub action

* fixed bug in RunLog class (#548)

* 800deg2 (#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 (#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 (#550)

* added contribution guidelines

* Update CODE_OF_CONDUCT.md

* tutorial bugfixes (#552)

Co-authored-by: Lucie Baumont <lucie.baumont@cea.fr>

* removed pep8 error exceptions (#554)

* Understanding the API docs (#553)

* added md for understanding the api docs

* updates following reviwer comments

* Update package versions (#539)

* updated doc-tests

* updated package versions

* pin documentation packages

* updated ShapePipe version and cleaned up

* Config file clean up (#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

* removed obsolete distance-based overlap region flagging

* removed errornous mccd_interp_runner call

* Added Tobias' MCCD plot config file to validate joint cat

* Added Tobias' MCCD plot config file to validate joint cat

* removed duplicate config file

* Random catalogue improvements (#570)

* merge_final script: added option for additional tile ID path to select tiles; clean-up

* typo in doc string

* Updated docs and references (#579)

* updated docs and references

* Update docs/source/module_develop.md

Co-authored-by: Martin Kilbinger <martin.kilbinger@cea.fr>

Co-authored-by: Martin Kilbinger <martin.kilbinger@cea.fr>

* Random runner updates (#573)

* merge_final script: added option for additional tile ID path to select tiles; clean-up

* typo in doc string

* started to implement healpix mask output

* healpix options for random/mask

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Modifications for PR review

* comments from PR review

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* added masking for NGC objects (#575)

* added masking for NGC objects

* debugging ngc np binary file

* Fixed bugs in new mask handling (input FITS files)

* debug info to log file for checking existing images

* mask: combined dso masks into dictionary

* PR edits

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* added symlink

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* PR suggestions

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* update patch version

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>
Co-authored-by: Tobias Liaudat <tobiasliaudat@gmail.com>
sfarrens added a commit that referenced this pull request Oct 12, 2022
* Summer 2022 Patch Release v1.0.1 (#581)

* added CD GitHub action

* fixed bug in RunLog class (#548)

* 800deg2 (#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 (#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 (#550)

* added contribution guidelines

* Update CODE_OF_CONDUCT.md

* tutorial bugfixes (#552)

Co-authored-by: Lucie Baumont <lucie.baumont@cea.fr>

* removed pep8 error exceptions (#554)

* Understanding the API docs (#553)

* added md for understanding the api docs

* updates following reviwer comments

* Update package versions (#539)

* updated doc-tests

* updated package versions

* pin documentation packages

* updated ShapePipe version and cleaned up

* Config file clean up (#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

* removed obsolete distance-based overlap region flagging

* removed errornous mccd_interp_runner call

* Added Tobias' MCCD plot config file to validate joint cat

* Added Tobias' MCCD plot config file to validate joint cat

* removed duplicate config file

* Random catalogue improvements (#570)

* merge_final script: added option for additional tile ID path to select tiles; clean-up

* typo in doc string

* Updated docs and references (#579)

* updated docs and references

* Update docs/source/module_develop.md

Co-authored-by: Martin Kilbinger <martin.kilbinger@cea.fr>

Co-authored-by: Martin Kilbinger <martin.kilbinger@cea.fr>

* Random runner updates (#573)

* merge_final script: added option for additional tile ID path to select tiles; clean-up

* typo in doc string

* started to implement healpix mask output

* healpix options for random/mask

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Modifications for PR review

* comments from PR review

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* added masking for NGC objects (#575)

* added masking for NGC objects

* debugging ngc np binary file

* Fixed bugs in new mask handling (input FITS files)

* debug info to log file for checking existing images

* mask: combined dso masks into dictionary

* PR edits

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* added symlink

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* PR suggestions

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* update patch version

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>
Co-authored-by: Tobias Liaudat <tobiasliaudat@gmail.com>

* fixed typo in variable name

* config file vignet runner output fixed

* typo in make_cat config ini file fixed

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Lucie Baumont <lucie.baumont@stonybrook.edu>
Co-authored-by: Lucie Baumont <lucie.baumont@cea.fr>
Co-authored-by: Tobias Liaudat <tobiasliaudat@gmail.com>
sfarrens added a commit that referenced this pull request Oct 12, 2022
* added CD GitHub action

* fixed bug in RunLog class (#548)

* 800deg2 (#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 (#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 (#550)

* added contribution guidelines

* Update CODE_OF_CONDUCT.md

* tutorial bugfixes (#552)

Co-authored-by: Lucie Baumont <lucie.baumont@cea.fr>

* removed pep8 error exceptions (#554)

* Understanding the API docs (#553)

* added md for understanding the api docs

* updates following reviwer comments

* Update package versions (#539)

* updated doc-tests

* updated package versions

* pin documentation packages

* updated ShapePipe version and cleaned up

* Config file clean up (#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

* removed obsolete distance-based overlap region flagging

* removed errornous mccd_interp_runner call

* Added Tobias' MCCD plot config file to validate joint cat

* Added Tobias' MCCD plot config file to validate joint cat

* removed duplicate config file

* Random catalogue improvements (#570)

* merge_final script: added option for additional tile ID path to select tiles; clean-up

* typo in doc string

* Updated docs and references (#579)

* updated docs and references

* Update docs/source/module_develop.md

Co-authored-by: Martin Kilbinger <martin.kilbinger@cea.fr>

Co-authored-by: Martin Kilbinger <martin.kilbinger@cea.fr>

* Random runner updates (#573)

* merge_final script: added option for additional tile ID path to select tiles; clean-up

* typo in doc string

* started to implement healpix mask output

* healpix options for random/mask

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Modifications for PR review

* comments from PR review

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* added masking for NGC objects (#575)

* added masking for NGC objects

* debugging ngc np binary file

* Fixed bugs in new mask handling (input FITS files)

* debug info to log file for checking existing images

* mask: combined dso masks into dictionary

* PR edits

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* added symlink

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* PR suggestions

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* update patch version

* random runner: hp masks working; doc updated (#580)

* random runner: hp masks working; doc updated

* random runner config file updated

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* passing tests

* Update shapepipe/modules/random_cat_package/__init__.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/__init__.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Bug fix(es) for v1.0.1 (#586)

* Summer 2022 Patch Release v1.0.1 (#581)

* added CD GitHub action

* fixed bug in RunLog class (#548)

* 800deg2 (#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 (#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 (#550)

* added contribution guidelines

* Update CODE_OF_CONDUCT.md

* tutorial bugfixes (#552)

Co-authored-by: Lucie Baumont <lucie.baumont@cea.fr>

* removed pep8 error exceptions (#554)

* Understanding the API docs (#553)

* added md for understanding the api docs

* updates following reviwer comments

* Update package versions (#539)

* updated doc-tests

* updated package versions

* pin documentation packages

* updated ShapePipe version and cleaned up

* Config file clean up (#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

* removed obsolete distance-based overlap region flagging

* removed errornous mccd_interp_runner call

* Added Tobias' MCCD plot config file to validate joint cat

* Added Tobias' MCCD plot config file to validate joint cat

* removed duplicate config file

* Random catalogue improvements (#570)

* merge_final script: added option for additional tile ID path to select tiles; clean-up

* typo in doc string

* Updated docs and references (#579)

* updated docs and references

* Update docs/source/module_develop.md

Co-authored-by: Martin Kilbinger <martin.kilbinger@cea.fr>

Co-authored-by: Martin Kilbinger <martin.kilbinger@cea.fr>

* Random runner updates (#573)

* merge_final script: added option for additional tile ID path to select tiles; clean-up

* typo in doc string

* started to implement healpix mask output

* healpix options for random/mask

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/random_cat_package/random_cat.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Modifications for PR review

* comments from PR review

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* added masking for NGC objects (#575)

* added masking for NGC objects

* debugging ngc np binary file

* Fixed bugs in new mask handling (input FITS files)

* debug info to log file for checking existing images

* mask: combined dso masks into dictionary

* PR edits

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* added symlink

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/modules/mask_package/mask.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* Update shapepipe/pipeline/file_io.py

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* PR suggestions

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>

* update patch version

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>
Co-authored-by: Tobias Liaudat <tobiasliaudat@gmail.com>

* fixed typo in variable name

* config file vignet runner output fixed

* typo in make_cat config ini file fixed

Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Lucie Baumont <lucie.baumont@stonybrook.edu>
Co-authored-by: Lucie Baumont <lucie.baumont@cea.fr>
Co-authored-by: Tobias Liaudat <tobiasliaudat@gmail.com>

* fixed blank lines

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>
Co-authored-by: Tobias Liaudat <tobiasliaudat@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NEW FEATURE] NGC masks
2 participants