AIRCentre / SARProcessing.jl

MIT License
29 stars 3 forks source link

21 create an example notebook that visualise the test slc image #23

Closed lupemba closed 1 year ago

lupemba commented 1 year ago

@eyhl StackTraces.stacktrace()[1].func is just something I found on stack overflow. It returns the name of the outer function. I use it in the debug part to print the name of the function before the other information. The good thing is that I can just change the function name and then the debug part still works.

Btw StackTraces is a general term in programming used for the list (stack) of functions called to get to a certain point in the code. Normally use in error messages image