Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gwpy workarounds #11

Open
wants to merge 73 commits into
base: master
Choose a base branch
from
Open

Gwpy workarounds #11

wants to merge 73 commits into from

Conversation

mikelovskij
Copy link
Contributor

Just thinking that if random people want to test the tool, they will probably just download and install the master branch, which is quite behind with respect to this and less stable. Should we update it or do you prefer to test my modification a bit more before merging?

…ctrogram in order to solve some issues with gwpy.
…e middle the de-whitening filters are applied, and they need to be applied to the asd.
added some workaround to issues due to gwpy or to the nds library
…s2 iteration fails. Could help with sudden and short fails happen.
Merged a bufix in the reference dictionary handling
… in order to represent titles legends etc correctly.
…ion of the iterator that happens because more time is required to perform an iteration than the interval of data used in such iteration, seems to be much less likely to happen.
…ill be skipped and skips to the first data available.
…ting smaller strides to the nds server than the ones required by the monitor, and then to append them, without having de sync between the various loops.
…n of the program didn't correspond to the epoch of the first retrieved data.
… a mismatch of self.epoch with the actual start of the data.
mikelovskij and others added 30 commits October 9, 2015 19:04
- Corrected the formatting of a warning message
…h other monitors.

- Removed unused imports
- Re-formatted some logger messages.
-Added the windows and method options to the spectrogram calculation
…nded later because of the usual "ValueError: cannot resize this array: it does not own its data"
…o set different scales for different axes

- Put the TimedAnimation refresh interval to 100, since the monitor will be timed by the nds2 iterator anyway.
- Modified the handling of the colorbar parameters, so that now they could the same format as the other parameters.
- Fixed the removal of additional titles and xlabels in the case multiple subplots are used.
- In the case multiple subplot are used, not every subplots has a fake invisible colorbar so that the axes will be the same size of the axes of a spectrogram with the same figure size.
- Re added the usage of channel.texname instead of channel.name since it seems that on computers with some latex versions installed it is required.
…f the last channels, that caused the list of cparams to be shorter than the number of channels for that parameter, with a consequent indexerror when trying to access to the element of the list
…tor too.

Solved a Bug that happened when using references and multiple separately subplotted spectra.
… evaulated data and new available data, in order to avoid weir errors difficoult to reproduce that happen when there's enough data to do another update cycle but for some reason the condition is not satisfied.
…et using the set_subtitle or set_suptitle methods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant