bosmanoglu / adore-doris

Automated DORIS Environment (adore) is a set of bash scripts to ease use of TU-DELFT's DORIS software.
GNU General Public License v2.0
14 stars 7 forks source link

undo single process #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. subtrrefpha
2. filtphase
3. slant2h
4. comprefdem
5. subtrrefdem
6. undo subtrrefdem

What is the expected output? What do you see instead?
The last step will remove filtphase slant2h etc. We should be able to
remove only one step... 

Please use labels and text to provide additional information.

We should be able to undo a single step without affecting the later steps.
This is required when for example:
We are trying to get topography from InSAR. We generated Subtrrefpha step,
and did phasefilt, slant2h. We wanted to run snaphu with the -start from
low-res solution- option. So we create comprefdem. And by mistake we do
subtrrefdem. We do not need this step, but we should be able to keep the
phasefilt, and slant2h after we do undo. 

Original issue reported on code.google.com by batuhan.osmanoglu@gmail.com on 9 Feb 2010 at 10:09

GoogleCodeExporter commented 9 years ago
UNDO now supports the only option. If specified it removes a single step. 
For example:
undo only subtrrefdem

Original comment by batuhan.osmanoglu@gmail.com on 10 Mar 2010 at 7:37