malonzo47 / pynita_GUI

pynita_GUI is python GUI based implementation of Noise Insensitive Trajectory Algorithm (NITA)
4 stars 3 forks source link

date value and custom value change images should have dates in filename #53

Closed malonzo47 closed 5 years ago

malonzo47 commented 5 years ago

Currently, they are just saved as "dateValue.tif" and "valueChange2.tif" and thus are overwritten with any new custom dates.

If user enters 20142000, the dateValue filename should be: "dateValue_2014000.tif" If user enters custom value change of 2008000 and 2012300 then output should be valueChange_2008000_2012300.tif.

vasusingla commented 5 years ago

Will need some clarification for this? In what step are the filenames being changed?

malonzo47 commented 5 years ago

When saving custom date range images from step 4. Those user-entered dates should be saved in file names.

On Sat, May 25, 2019, 6:50 AM Vasu Singla notifications@github.com wrote:

Will need some clarification for this? In what step are the filenames being changed?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/malonzo47/pynita_GUI/issues/53?email_source=notifications&email_token=ADUHL7BCEKDTYV3Z2WKAKIDPXEKXXA5CNFSM4G4VPP4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWHPHTQ#issuecomment-495907790, or mute the thread https://github.com/notifications/unsubscribe-auth/ADUHL7EJ4TD2MXDES7LHWD3PXEKXXANCNFSM4G4VPP4A .

vasusingla commented 5 years ago

fixed