Dani-Lindsay

Results 2 issues of Dani-Lindsay

In `share/isce2/alosStack/create_cmds.py` Line 116 original `if (sdate not in dates) or (mdate not in dates):` Fixed to `if (sdate not in dates) or (rdate not in dates):` Also `cmd_3.sh` fails...

bug

### Discussed in https://github.com/isce-framework/isce2/discussions/380 Originally posted by **Dani-Lindsay** November 5, 2021 Hi there, I am using stackStripMap.py to generate a ALOS-1 stack and am having trouble running "run_04_refineSecondaryTiming" with stripmapWrapper.py...