Questions tagged [baseline]
243 questions
0
votes
1 answer
How to draw SwiftUI Rectangles on a static baseline?
I am trying to create a balance control using 2 rectangles that represent the left and right pan value of a sound. As a start, I'm using a slider to input the values. No matter what I've done with Geometry and baseline and alignment, I cannot get…

user1944491
- 559
- 1
- 8
- 24
0
votes
3 answers
How to return xy-coordinates of a mathematical function into a dataframe of arbitrary length?
I want to get a dataframe containing n numbers of xy-coordinates that describe a linear function between two points P1(x1, y1) and P2(x2, y2) .
My approach would be to find the xy-coordinates of two points and calculate the slope and intercept of…

Keizei
- 5
- 2
0
votes
0 answers
How to select a baseline epoch (for normalisation) with a different duration to trial epochs in EEGLAB?
I'm working with EMG data in EEGLAB (v2022.0)/MATLAB (R2022a) - I've filtered and rectified the data and now I'd like to express the mean amplitude of 10s epochs as a percentage of the mean amplitude of a baseline epoch of 2s. However, I'm having…

user13343754
- 91
- 5
0
votes
1 answer
How to use the continuous line segment algorithm (CSLA) method to substract baseline in Python?
Help me, I am try to convert CSLA method from R to Python from this paper "DOI 10.1186/s12953-016-0107-" and R code available at "https://github.com/tystan/clsa".

Công Minh Đặng
- 21
- 4
0
votes
1 answer
Specify baseline position in SVG
Is there a possibility, in SVG, to determine a vertical position as being the "baseline" for that SVG graphics?
Context: we include a lot of inline SVG in tasks I prepare for students (see the attached screenshot, in which the circled 2 and 3 are…

Jean-Philippe Pellet
- 59,296
- 21
- 173
- 234
0
votes
0 answers
Calculating area under the curve using a base line method in excel
I have this data set where I am trying to calculate the area under the curve in excel ; I found an equation (C3+C4)/2*(B4-B3). I am trying to calculate the area with a baseline method where I keep one stable y-value per attached in the image…

Regan
- 21
- 6
0
votes
0 answers
How to set baseline for numerical features in R
I have a numerical feature, temperature. I want to set the baseline as 25 degrees. How can I do that in R? I tried to use ref_lvl(df$temp, lvl = 25)
But I got a error message like
Error in ref_lvl(df$temp, ref = 25) : could not find function…

Kiki
- 13
- 4
0
votes
1 answer
How to get a flex item to participate in baseline alignment and be centered?
I often run into this issue where there is some extra height coming from somewhere and narrow it down to the baseline of a flex container.
A typical example looks like:
div {
background-color: #2C3531;
color: #D9B08C;
}
span {
…

steinybot
- 5,491
- 6
- 37
- 55
0
votes
1 answer
Snapshot identifiers in git?
I'm a bit confused. Is there a way to put down some dedicated snapshots, labels on a branch in git? I know, every commit is snapshot, but you would still want some label easily identifying the source code resulting build 0.9.1, right?
In other…

user1105818
- 13
- 5
0
votes
0 answers
Baseline correction in R
I am relatively new to coding and R in general. I am trying to do baseline correction for Raman data I have. My data is in two rows, an x and y-axis. I believe that the data needs to be a matrix and thus the reason why it is not working? I have…

mey48328943
- 11
- 2
0
votes
1 answer
What happens when all baseline nodes stop or disconnect from network except one?
We have 3 ignite server nodes in 3 different server farms, full replicated, persistence enabled, and all servers area baseline nodes. It happens that if 2 server nodes fail (node or connection crash or slow connection), the remainig one also perform…

Alessandro Pepi
- 3
- 2
0
votes
1 answer
SCCM - Querying Device compliance via powershell
Any SCCM experts out there, can help on what I am doing wrong. I am trying (via PowerShell) to get a list of devices that are not compliant. We have a PowerShell script setup which performs the compliance check on the clients. And within the GUI, I…
0
votes
1 answer
Shift cells in a row upward while maintaining baseline alignment
Here is a table built with flexboxes. The cells in the row are aligned with the align-items: baseline property.
.data-row {
display: flex;
align-items: baseline;
border-top: 2px solid blue;
border-bottom: 2px solid blue;
font: bold 14px…

Gleb Kemarsky
- 10,160
- 7
- 43
- 68
0
votes
0 answers
How to Implement Rollingball function (baseline package) to find baseline of column in dataframe
I have a dataset that looks like that shown below and I am trying to calculate the baseline using the rollingball function as part of the baseline package.
My code is like that shown herre however, I am getting the error "incorrect number of…

James
- 137
- 7
0
votes
1 answer
Delete links in same modules Doors
i would like to ask if there is a way to delete all the out links from one baseline to another baseline in the same module. I used link-> delete links - and chosen files but it didn't work for the same modules
Thank you for your help

Suki
- 1
- 1