Results 15 issues of Damian Kula

Content of https://github.com/onyxbits/Raccoon/issues/40 but in a visible place.

When trying to assign or use a shortcut with any F key, the F key itself is not recorded. Oh, found what causes it. It happens only after waking the...

From my point of view, as a new user of MSNoise, there is quite a few things during plotting that are unclear. For example, it's very often for MSNoise to...

I needed a new plot type, similar to ccftime but in frequency domain. Check this out. ![ccf_time_github](https://user-images.githubusercontent.com/10303802/31937685-9007ea3a-b8b5-11e7-8940-529bc7e6e340.png)

I just encountered an uncaught exception in MWCS procedure. I think it should be caught and that single calculation should be skipped. ``2017-11-13 16:35:05 [DEBUG] Processing MWCS for: TT_TES1_TT_TES2.ZZ.04 -...

In result of #109 I have a bit of a problem and few thoughts about the architecture of jobs that are used here. I was calculating MWCS for few stack...

Well, I needed a possibility to plot only a part of data on ccftime plot. Because of that I just decided to add this functionality to the plotting method. With...

I create a separate pull request to extract this feature from PR#101. This just checks if directory created out from provided station names exists. In case it doesn't, an exception...

For increased readibility I decided to do some refactoring of the ccftime plotting method. Instead of using general methods I've changed plot and axis to objects I'm directly referring to....

get_station() was returning query objects instead of list of station. The fix is simple, but why there were a workaround in the test? :(