Document mask and clustering feature extraction - #1324
Conversation
9765294 to
1a89633
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## stabilize-extract-feature #1324 +/- ##
=============================================================
+ Coverage 97.84% 97.86% +0.01%
=============================================================
Files 132 132
Lines 10136 10135 -1
=============================================================
+ Hits 9918 9919 +1
+ Misses 218 216 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
@alecandido in the new commit I tested the signal detection for ResonatorPunchout without using the mask...as you can see we see the signal in the two distinct regimes (high and low amplitudes), but still we cannot find the intermediate regime where the interaction is slowing switching on. |
|
@lballerio as mentioned, the case of the "punchout" (aka power shift) is quite different from the flux dependencies. Indeed, we do not have (or at least apply) a global model for the behavior of the lower-dimensional feature. Even in the flux-dependencies, we do not have a model for the full 2-dimensional behavior. But once we extract the 1-dimensional feature, we can model it all. However, for the power shift, our assumption is just that we have two different regimes, with two different resonance frequencies. And they should be steady, in a certain range. So, our intended fit will consist of two vertical lines[*], once we have identified the two regimes. We are not modelling what is happening in the middle. And there is not much incentive to do that, since we will not consume this information: for us, this experiment is mostly useful to identify the bare and dressed frequency. Thus, the It's perfectly fine, and advised, to process the two clusters separately. Given that we are able to actually separate them in advance, automatically. [*]: In that case, we may even have a 2D model, in a restricted area, since for each cut they should be fixed resonance shapes. Lorentzians, if you are lucky enough. But there are not many guarantees about the parameters which are not strictly related to the resonator itself, e.g. as the baseline. |
b7efbc6 to
796539b
Compare
796539b to
143f875
Compare
No description provided.