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

Construct path to tile #5

Closed rmorgan10 closed 3 years ago

rmorgan10 commented 3 years ago

Looks good!

Can this be done without the wildcard character? What information is in the filenames here? If possible, I'd like to fully construct the file path to avoid these errors you raise occurring.

jhod0 commented 3 years ago

The wildcard is something like the job ID which produced the cutouts. @bechtol said he might have code to provide this, but for now this is a pretty simple solution.

rmorgan10 commented 3 years ago

Ah gotcha, in that case let's just stick with the glob approach.