STScI-Citizen-Science / MTPipeline

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

Completeness test #85

Closed walyssonBarbosa closed 10 years ago

walyssonBarbosa commented 10 years ago

Here is what I am adding to/changing in the pipeline:

acviana commented 10 years ago

Hi Wally, one request while I'm looking over your new code. If you haven't already done so could you look through one of the directories with missing data and do a spot check to confirm that our missing data numbers are correct?

walyssonBarbosa commented 10 years ago

I checked the directory /astro/3/mutchler/mt/drizzled/05489_vesta/ to see if the 18 files were really missing. I run:

cd /astro/3/mutchler/mt/drizzled/05489_vesta/
ls | grep -c c0m_wide_single_sci.fits
ls | grep -c c0m_center_single_sci.fits
ls | grep -c c0m_center_single_wht.fits
ls | grep -c c0m_wide_single_wht.fits 
ls png/ | grep -c c0m_wide_single_sci_linear.png
ls png/ | grep -c c0m_center_single_sci_linear.png
ls png/ | grep -c c0m_wide_single_sci_linear_1.png
ls png/ | grep -c c0m_wide_single_sci_linear_2.png
ls png/ | grep -c c0m_wide_single_sci_linear_3.png
ls png/ | grep -c c0m_wide_single_sci_linear_4.png
ls png/ | grep -c c0m_wide_single_sci_linear_5.png
ls png/ | grep -c c0m_wide_single_sci_linear_6.png
ls png/ | grep -c c0m_wide_single_sci_linear_7.png
ls png/ | grep -c c0m_wide_single_sci_linear_8.png
ls png/ | grep -c c0m_wide_single_sci_linear_9.png
ls png/ | grep -c c0m_wide_single_sci_linear_10.png
ls png/ | grep -c c0m_wide_single_sci_linear_11.png
ls png/ | grep -c c0m_wide_single_sci_linear_12.png

The output expected for each count was 112, instead it resulted in 111. So these are the quantity of missing files:

drizzle_weight : 2
drizzle_output : 2
png_output : 14