nasa-jpl / autoRIFT

A Python module of a fast and intelligent algorithm for finding the pixel displacement between two images
Apache License 2.0
212 stars 52 forks source link

add fft filter for landsat 4,5 #66

Closed forrestfwilliams closed 1 year ago

forrestfwilliams commented 1 year ago
Using these pairs as the initial test pairs: Pair ID Reference Secondary
A LT05_L1TP_061018_19890827_20200916_02_T1 LT05_L1TP_061018_19890811_20200916_02_T1
B LT05_L1TP_063018_20060925_20200831_02_T1 LT05_L1TP_063018_20051024_20200901_02_T1
alex-s-gardner commented 1 year ago

@forrestfwilliams @jhkennedy happy to look over image-pairs when they're ready

forrestfwilliams commented 1 year ago

Sounds good! @jhkennedy your changes look good to me and @alex-s-gardner I'll post some links to examples here when they're ready.

jhkennedy commented 1 year ago

@alex-s-gardner @forrestfwilliams I rebased this PR onto master and then pushed these changes: https://github.com/NASA-jpl/autoRIFT/compare/df5959a..8ffb3aa which syncs the metadata between how we've been writing it in HyP3 autoRIFT. I also removed the 100% duplicate L4,5,7 block in favor of just a "Landsat" block.

@forrestfwilliams can you check them over?

forrestfwilliams commented 1 year ago

@jhkennedy the above diff looks good to me and appears to match the changes currently in hyp3_autorift PR #168.