DES-SL / Y6_Bulk_Coadd_Cutouts

Codebase for large-scale cutout production from DES co-added images on the FNAL cluster
MIT License
0 stars 2 forks source link

Working Tests on des81 #14

Closed jhod0 closed 3 years ago

jhod0 commented 3 years ago

The repo now exists on des81 at /data/des81.b/data/stronglens/PRODUCTION/Y6_CUTOUT_IMAGES/Y6_Bulk_Coadd_Cutouts. I believe the permissions are such that everyone can access it, but feel free to test this.

The tests run in the des20a conda environment but do not all pass because there are no test coadd images in the right place.

jhod0 commented 3 years ago

Linking #4

rmorgan10 commented 3 years ago

I was able to run test_cutout.py and I can confirm 6 pass and 9 fail. I'm currently working on collecting some test images to determine if there will be any failures beyond the "missing images" failures

rmorgan10 commented 3 years ago

I added image and psf files from DES2228+0001. After that we still had 6 pass and 9 fail. I fixed the bugs causing the failures in the repo on the DES machines and now 13 pass and 2 fail. The two that fail do so because the test has not been finished yet and raises a NotImplementedError.

I cannot commit and push the changes due to issues with permissions on the DES machines, so I'll need some help from @jhod0 to get the changes committed and pushed here.

rmorgan10 commented 3 years ago

To resolve the permission errors, I overwrote the files on the main branch in a new clone of the repo with the files on this branch. The changes made for all tests have now been implemented, so I'm closing this pull request. Thanks @jhod0 for all your work on this!

jhod0 commented 3 years ago

My DES account expired, so I am in the process of regaining access to it. Hopefully I'll be able to gain access to DES machines again soon