jessecusack / perturb

A tool for processing microstructure data from Rockland Scientific instruments
GNU General Public License v3.0
2 stars 1 forks source link

Miscellaneous small issues #6

Open jessecusack opened 1 year ago

jessecusack commented 1 year ago

I am currently reading through the code and will add to this issue with small things as I find them.

Use of true here forces print. Make optional? https://github.com/jessecusack/perturb/blob/0a4928fb4df6f3e3354a924ade6393fa0a3154b8/Code/process_VMP_files.m#L20

mousebrains commented 1 year ago

Changed to using the already existing debug parameter supplied by get_info or the user.

mousebrains commented 1 year ago

Changed to using the already existing debug parameter supplied by get_info or the user.

jessecusack commented 1 year ago

The point of this issue is to compile miscellaneous small issues rather than creating a new issue every time. I am still reviewing the code and may find more. Reopening.

jessecusack commented 1 year ago

Employ more deliberate printing method?

https://github.com/jessecusack/perturb/blob/b69ed0e942da2ee86d26ba2edc9e25579a1db4ea/Code/mk_filenames.m#L39-L40

mousebrains commented 1 year ago

This was left over from debugging. It has been removed.