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

Crop granules X/Y extends to valid data only #82

Closed mliukis closed 12 months ago

mliukis commented 1 year ago

This is to incorporate the post-processing, that we had to apply to all granules on ITS_LIVE side, during granule generation. Here is the reference to the code we used:

https://github.com/nasa-jpl/its_live_production/blob/main/src/tools/crop_v2_granules.py

jhkennedy commented 12 months ago

@mliukis I'm working on this now. Should I only be looking at crop_v2_granules.py, or should I be looking at all three crop_v2_*.py scripts?

mliukis commented 12 months ago

@jhkennedy crop_v2_granules.py is sufficient as I had to create other scripts to address specific to Landsat and S1 issues.