Giter VIP home page Giter VIP logo

Comments (13)

jburkepile avatar jburkepile commented on September 18, 2024

The effective focal length of K-Cor Objective lens, using data from JenOptiks and Corning, is 2018.5 +/- 0.2 mm.

K-Cor occulter diameters in mm (+/- 0.00254 nm - estimate from Dennis email):

  • Old Winter Occulter (OC-1018.9") = 19.941 mm
  • New Winter Occulter starting Jan 12, 2021 (OC-1017.0") = 19.905 mm NOTE: (19.905 is by DFS-avg of 6 measurements) company that fabricated it measured 19.944mm
  • Spring/fall Occulter (OC-1006.9") = 19.705 mm (ranged from 19.702 to 19.708)
  • Summer Occulter (OC-991.6") = 19.480 mm

Using the focal length and occulter sizes (ala UCoMP):

magnification = distortion-corrected occulter_radius_in_pixels / (occulter_diameter_in_mm / 2.0)
platescale = 206264.8 / magnification / focal_length

from kcor-pipeline.

mgalloy avatar mgalloy commented on September 18, 2024

I have notes about a OC-1018.9" occulter. Was this never used?

from kcor-pipeline.

jburkepile avatar jburkepile commented on September 18, 2024

Mike: Thank you for pointing that out. We swapped out the 'old' winter occulter of 1018.9" on Jan 12, 2021 for the new tapered winter occulter. I had forgotten about that. I edited my info above to include both the old and new occulters. Thanks!

from kcor-pipeline.

mgalloy avatar mgalloy commented on September 18, 2024

I am running code that calculates IMAGESCL on 20221007. I am getting results about 0.034 arcs/pixel less than the current plate scale (5.643 arcsec/pixel).

level2$ for f in *_kcor_l2.fts; do echo $f; fitscat -r $f | grep IMAGESCL; done
20221007_171731_kcor_l2.fts
IMAGESCL=               5.6105 / [arcsec/pixel] image scale for this file
20221007_171746_kcor_l2.fts
IMAGESCL=               5.6100 / [arcsec/pixel] image scale for this file
20221007_171801_kcor_l2.fts
IMAGESCL=               5.6098 / [arcsec/pixel] image scale for this file
20221007_171816_kcor_l2.fts

from kcor-pipeline.

jburkepile avatar jburkepile commented on September 18, 2024

Not surprising. I have been spot-checking days and getting platescles as much as 0.06 arcsec/pix different - always less than the 5.643 arcsec/pix I got back in 2013-early 2014. Using the larger difference of 0.06 arcsec/pixel as a worse case, we are off by 0.03 solar radii at the outer edge of the field-of-view (the error is much smaller closer to the occulter). That is not awful. The smallest error bar I use for measuring CME positions in the best images is 0.03 solar radii. Many measurements are twice that.

Nevertheless, the platescale is off and needs to be recomputed. I will set up a separate ticket for that. Yesterday, I asked Ben to retrieve 2 of the K-Cor occulters next time he is at MLSO. I want him to mail those back and have the IG measure them again.

It is also possible that a change in distortion correction is playing a role.

So glad you are going to save this info in the headers.

from kcor-pipeline.

mgalloy avatar mgalloy commented on September 18, 2024

Here is the mission plot (only 1 day has been processed with IMAGESCL values).

20221007 kcor mission image_scale

from kcor-pipeline.

jburkepile avatar jburkepile commented on September 18, 2024

Thanks very much for doing this. Just to clarify the above plot: the red line is the platescale (5.643). Is the black vertical line near the end of the mission the image scale? Are you plotting the distortion corrected occulter radius for each camera separately?

from kcor-pipeline.

mgalloy avatar mgalloy commented on September 18, 2024

The black vertical line is comprised of the image scale values for a single day. These image scale values are computed from the average of the two distortion corrected radii. I could store separate IMAGESCL values in the FITS header and database, and then produce two image scale plots.

from kcor-pipeline.

mgalloy avatar mgalloy commented on September 18, 2024

Here is the daily plot for 2013-11-13:

20131113 kcor daily image_scale

Mission plot is not too valuable until we reprocess:

20131113 kcor mission image_scale

from kcor-pipeline.

mgalloy avatar mgalloy commented on September 18, 2024

The CSV file looks like:

p$ cat 20131113.kcor.daily.image_scale.csv
2013-11-13 18:52:01, 5.644, 5.649, 5.639, 0.010
2013-11-13 18:52:16, 5.644, 5.649, 5.639, 0.010
2013-11-13 18:52:31, 5.643, 5.649, 5.638, 0.011
2013-11-13 18:52:46, 5.643, 5.648, 5.637, 0.011
2013-11-13 18:53:01, 5.642, 5.647, 5.637, 0.010
2013-11-13 19:01:19, 5.637, 5.642, 5.632, 0.010
2013-11-13 19:01:34, 5.637, 5.642, 5.632, 0.010
2013-11-13 19:37:16, 5.646, 5.652, 5.640, 0.012
2013-11-13 19:37:31, 5.644, 5.649, 5.638, 0.011
2013-11-13 19:37:46, 5.643, 5.649, 5.638, 0.011
2013-11-13 19:38:01, 5.643, 5.649, 5.637, 0.012
2013-11-13 19:38:17, 5.643, 5.649, 5.637, 0.012
2013-11-13 19:38:32, 5.642, 5.648, 5.636, 0.012
...

from kcor-pipeline.

mgalloy avatar mgalloy commented on September 18, 2024

Updated daily image scale plots:

20131113 kcor daily image_scale

Updated mission image scale plots:

20131113 kcor mission image_scale

from kcor-pipeline.

mgalloy avatar mgalloy commented on September 18, 2024

Mission image scale from the 2013 reprocessing:

20131231 kcor mission image_scale

from kcor-pipeline.

mgalloy avatar mgalloy commented on September 18, 2024

We will probably want a rolling 90-day plot.

from kcor-pipeline.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.