Closed olexandr-konovalov closed 8 months ago
ARTwarp.mat
and Default.mat
seems to both declare the same workspace variables but not sure if they do anything else.
However Default.mat
seems to assign some default values to these variables.
When clicked on 'Run Categerisation' option in the 'Analyse' menu, it will load and display the workspace variables in its input boxes. In my opinion Default.mat
would be more useful as it provides default values to run ARTwarp with.
ok, does it makes sense to keep Default.mat
and delete ARTwarp.mat
then together with ARTwarp_txt.m
?
Interestingly, current README says
This version of
ARTwarp_txt
displays the iteration number and number of whistles analysed in the command window while ARTwarp is running. It saves the results at the end of each iteration.
Anyhow, we are not removing anything for the release of version 1.0.
Currently, the README seems to be inaccurate (or at least misleading). In the release, both ARTwarp_txt and ARTwarp_csv seem to display the same information in the command window while running, and the only differences in ARTwarp_txt are that it allows you to select .txt files for analysis and doesn't provide a default warp level. So the quoted section above should probably be removed or further clarified.
I agree - we now have README in the main
branch which still describes things how they were before branching off stable-1
branch from which the release was made. Please feel free to make a PR with updated README - also good exercise for making PRs! If not yet, please submit a new issue about this discrepancy.
@tatedunbar removed old text in #52 - this now may be closed
https://github.com/dolphin-acoustics-vip/artwarp/wiki says that the main file to run is
ARTwarp_csv.m
. Comparing it withARTwarp_txt.m
shows thisIt seems to me that
ARTwarp_csv.m
evolved further and introducedwarpFactorLevel
and also usedaddpath(pwd);
to add the current directory to the path. However, the other file also allows to load .txt files viaLoad Frequency Contours (*.txt)'
. Is the latter something you need to allow? Or was that a temporary workaround?I would like to suggest that we can delete
ARTwarp_txt.m
and if need be, add theLoad Frequency Contours (*.txt)'
block toARTwarp_csv.m
.A related question is about
ARTwarp.mat
vsDefault.mat
. One of them is used byARTwarp_txt.m
and another byARTwarp_csv.m
. They have the same size, but maybe they still differ - can't see easily, as they are binary files. Perhaps also one of them could go away. Also, unless there are strong reasons, I'd preferARTwarp.mat
as more informative file name.