STScI-Citizen-Science / MTPipeline

Pipeline to produce CR rejected, astrodrizzled, png's of HST WFPC2 solar system data.
6 stars 1 forks source link

target names in wfpc2 output folders still have underscores #159

Open scfleming opened 10 years ago

scfleming commented 10 years ago

A closed Issue changed the output directory format to be of the form "proposalidtargetname", where targetname needed to have all underscores () replaced with dashes (-). I found that while this was true for acs and wfc3 output folders, some (or maybe all) of the wfpc2 output folders still had underscores in the targetname part. I fixed this manuallly at MAST, but the pipeline should make sure it treats wfpc2 output folders in the same manner as the acs and wfc3.

ktfhale commented 10 years ago

When we transitioned to the MAST conventions, I wrote a separate script to go through the existing outputs and rename them. I think I initially had the target names separated by underscores, realized this was wrong, and changed it soon after to separate them by dashes. But I may have neglected to fix some of the files that had already been renamed before I realized my error.

The pipeline itself shouldn't ever separate target names by underscores, and at the moment I don't think it can. So it's just a matter of going back through our archive and fixing the bad names.