geodesymiami / mimtpy

MIami Multi Track tools in Python (or MIami Modelling Tools)
10 stars 6 forks source link

save_geodmod, save_gbis should use actual dates instead of startDate and endDate #4

Open falkamelung opened 5 years ago

falkamelung commented 5 years ago

Hi @ranneylxr , The command

save_geodmod.py  timeseries_demErr.h5 -b -0.94 -0.69 -91.3 -91.05 -x 0.0004 -y 0.0004 --startDate 20180101 --endDate 20180625  --outdir $MODELDATA/GalapagosSenAT106

produces geodmod_20180101_20180625 even if the first date date is 20180102 and the last date is 20180616. It should be smart enough to check which is the first and last date and use the real first and last dates for the name, i.e. produce geodmod_20180102_20180616

ranneylxr commented 4 years ago

I finished this bug and the updated code will be uploaded tonight