-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add num_kcor_nrgf_avg_fits column in mlso_numfiles #402
Comments
Can add the column with: alter table mlso_numfiles add column num_kcor_nrgf_avg_fits smallint(5) after num_kcor_nrgf_fits; |
Testing on 20131113 in |
For the 20131113 I have now:
|
The file that is in pB, but not NRGF corresponds to |
OK, I think this is working on the test day now. |
Dear Mike: Looks like the pipeline is reporting the number of pB_avg plus the pB_avg_enhanced. Same for the nrgf files. I think its better to report the number of pB_avg only (same for the nrgf) and not include enhanced since that doubles the number. This is what the pipeline produced in the raw.latest run for 20131113:
The pipeline correctly reports that the numbers for the different nrgf image types are identical to the pB. |
For the 20131113 I have now:
|
We currently count pB FITS files into one of 3 columns:
num_kcor_pb_fits
num_kcor_pb_avg_fits
num_kcor_pb_extavg_fits
But there are only 2 columns to count NRGF files:
num_kcor_nrgf_fits
num_kcor_nrgf_extavg_fits
So we need to add:
num_kcor_nrgf_avg_fits
and count the NRGF FITS files correctly when adding this row into
mlso_numfiles
.Tasks
num_kcor_nrgf_avg_fits
column tomlso_numfiles
mlso_numfiles
The text was updated successfully, but these errors were encountered: