-
Notifications
You must be signed in to change notification settings - Fork 3
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
Plot median of dark-corrected flats by wave region #290
Comments
Pulling data from the ucomp_eng table in the database and looking at 1074 "flat_rcam_median_linecenter", flat_tcam_median_linecenter","flat_rcam_median_continuum","flat_tcam_median_continuum". These median values are computed from the interpolated dark corrected files applied to the science files. One data point for all 4 median flavors is produced from each L1 science file. Plotting all the data, we get the following where each of the 4 flavors has an intensity offset but otherwise follows the same shape. Drilling down to just the flat_rcam_median_linecenter data we find that there are at least 7 epochs in the ucomp flats. Here, labeled A-G. In the plot legend, I have included the DN value used to create the lower cut-off line. Timestamps for the epochs are: |
The continuum has a lower intensity than the onband because the continuum locations are probing the wings of the filter profile. I used https://automeris.io/wpd/ to digitize the 1074 transmission profile from the Andover acceptable data. I overlaid the 1074 wave tunings on the filter transmission profile in this plot. The onband tunings are located at 1074.59, 1074.7, and 1074.81. The continuum tunings are centered +/- 1.256nm from the on-band tuning. |
We need to use the profile in the code. We should ask the IG if they have the profile in a digitized form from Andover. We like it to be as close as possible to the real transmission. This must be a deconvolution of some kind that also takes into account the Lyot filter profile. Ideally we need the point spread function of the instrument so we can remove the instrumental effect. This usually is a slow step in the data calibration. The pre-filter effect is not symmetric and seems larger than the continuum correction for solar and telluric lines that Steve applied to CoMP. I am surprised this never came up before. Steve must have assumed some instrumental profile to degrade the solar spectrum and. compute the continuum correction but I do not remember ever seen the Andover profiles. Mike and I should go over Steve's code for the continuum correction to see what he used there. He may have used an idealized flat response for the pre-filter. |
@detoma, I did a better capture; the update 1074-prefilter-transmision.csv file is probably as good as you can expect from a digitized scan. Which is why I removed references to the squiggles in the previous comment. I did make a couple of editorial decisions about the step sizes and the precision of the X and Y values; If these aren't the correct choices I would be happy to work with you to make other ones, but I think we are at a sub-pixel resolution so we probably won't see any more precise values. The correction is pretty simple:
|
Assuming we are at not drift in the lyot filter and the commanded tuning matches the measured filter transmission values we should see: On band (1074.7) 47.139% transmission Would having the continuum transmission 3/4 the transmission of the onband explain the discrepancy in intensity between UCoMP and CoMP/DKIST/etc? |
Ben, let's discuss today. The value of the transmission at one wavelength position is not enough to properly correct intensities. This is a convolution. We do not know what the pre-filters looked like in COMP. They possibly were not flat either. |
From the IG filter inventory this is the plot of the CoMP 1074-70 filter which is what we used in the Mauna Loa UCoMP mission. Note CoMP's lyot filter has a narrower free spectra range so the red/blue tunings are much closer to the on band when compared to UCoMP. |
Need a plot, by wave region, of the median of the dark-corrected flats. No masking, except the corners (use radius of 700 pixels).
The text was updated successfully, but these errors were encountered: