JHV 2.0: Implement filter to correct for differential solar rotation
Registered by
Daniel Mueller
Implement filter to correct for differential solar rotation:
- select point on surface
- calculate solar latitude & longitude of this point
- calculate rotation in degrees for time interval dt_rot (in seconds) between current image and last image:
sin2l = sin(latitude)^2
sin4l = sin2l*sin2l
rotation = 1.e-6*dt_
; from rotation rate of small magnetic features
; (Howard, Harvey, and Forgach, Solar Physics, 130, 295, 1990)
- calculate horizontal pixel shift s from rotation
- shift ROI of current image by s pixels with respect to last image
- render ROI of current image
- for movie: calculate pixel shifts for all frames when latiude is selected
Blueprint information
- Status:
- Complete
- Approver:
- Daniel Mueller
- Priority:
- Essential
- Drafter:
- Daniel Mueller
- Direction:
- Approved
- Assignee:
- None
- Definition:
- New
- Series goal:
- Accepted for 2.0
- Implementation:
- Implemented
- Milestone target:
- 2.0.3
- Started by
- Markus Langenberg
- Completed by
- Markus Langenberg
Related branches
Related bugs
Sprints
Whiteboard
(?)