STScI-Citizen-Science / MTPipeline

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

Reorganize and clean mtpipeline_outputs #152

Closed ktfhale closed 10 years ago

ktfhale commented 10 years ago

There are still some unwanted outputs in the wfpc2 directory, like _drz.fits, _d2im.fits, and subimage pngs. I'll get rid of them. Previously, I added zero-padding to the project numbers so that they are always five characters, and made the project names lowercase.

Scott also wants us to move the pngs from being in their own subdirectory up to the level with the other outputs. I'll edit the tests, run_trim, and whatever actually creates that png directory to accomplish this. Then I'll write a script to move all the pngs up.

ktfhale commented 10 years ago

I've completed removing the png folder from the pipeline. I'll submit a pull request, and accept it myself if it the build is successful.

I'm currently running a script to move all the pngs out of the png folder, and into the appropriate project directory.

ktfhale commented 10 years ago

All the png folders have been removed form mtpipeline_outputs, and with the creation of the pull request in Ticket #155, this can be closed.