Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
Frida
Commits
fb52faf8
Commit
fb52faf8
authored
3 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
corr
parent
f57e4e9d
No related branches found
No related tags found
1 merge request
!5
Import documentation from old dokuwiki
Pipeline
#45989
passed
3 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
wiki/curves.md
+1
-1
1 addition, 1 deletion
wiki/curves.md
wiki/expressions.md
+2
-2
2 additions, 2 deletions
wiki/expressions.md
wiki/external_curves.md
+6
-2
6 additions, 2 deletions
wiki/external_curves.md
with
9 additions
and
5 deletions
wiki/curves.md
+
1
−
1
View file @
fb52faf8
...
...
@@ -3,7 +3,7 @@ Curves
*Top:*
[
Frida handbook
](
../README.md
)
\
*Previous:*
[
Built-in functions
](
wiki/built-in_functions.md
)
\
*Next:*
[
External curves
](
wiki/external_curves.md
)
\
*Next:*
[
External curves
](
wiki/external_curves.md
)
#### Introductory example
...
...
This diff is collapsed.
Click to expand it.
wiki/expressions.md
+
2
−
2
View file @
fb52faf8
...
...
@@ -3,7 +3,7 @@ Expressions
*Top:*
[
Frida handbook
](
../README.md
)
\
*Previous:*
[
Overwrite or Duplicate
](
wiki/overwrite_or_duplicate.md
)
\
*Next:*
[
Built-in functions
](
wiki/built-in_functions.md
)
\
*Next:*
[
Built-in functions
](
wiki/built-in_functions.md
)
#### Overview
...
...
@@ -99,7 +99,7 @@ optional argument; they stand for real brackets. Actually, all indices
depending on position.
var_label:
k # number of file in online memory
k # number of file in online memory
r<num.> # file constants r0, r1, ...
dr<num.> # error thereof (not yet implemented)
nj # number of spectra
...
...
This diff is collapsed.
Click to expand it.
wiki/external_curves.md
+
6
−
2
View file @
fb52faf8
### FRIDA: External curves
External curves
===============
*Top:*
[
Frida handbook
](
../README.md
)
\
*Previous:*
[
Curves
](
wiki/curves.md
)
\
*Next:*
None. This is the end.
This page is part of the
[
Frida online manual
](
/start
)
.
\
Usually, fit
[
curves
](
wiki/curves.md
)
are constructed using
[
built-in functions
](
wiki/built-in_functions.md
)
. However, it is also possible
to create a curve that is computed through an external computer program.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment