- Student: Jayraj Dulange
- email: jayraj.jayraj@iitgn.ac.in
- GitHub: Deus1704
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def mapsequence_coalign_by_rotation(mc, layer_index=0, clip=True, shift=None, **kwargs): | |
""" | |
Move the layers in a mapsequence according to the input shifts. | |
If an input shift is not given, the shifts due to | |
solar rotation relative to an index layer is calculated and | |
applied. When using this functionality, it is a good idea to check | |
that the shifts that were applied to were reasonable and expected. | |
One way of checking this is to animate the original mapsequence, animate | |
the derotated mapsequence, and compare the differences you see to the |