Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
BornAgain
Merge requests
!2179
Remove 'native data' and 'native units' (
#331
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove 'native data' and 'native units' (
#331
)
m.i331
into
main
Overview
1
Commits
7
Pipelines
8
Changes
25
Merged
Mikhail Svechnikov
requested to merge
m.i331
into
main
1 year ago
Overview
1
Commits
7
Pipelines
8
Changes
3
Expand
Resolves
#331 (closed)
Somehow resolves
#850 (closed)
Edited
1 year ago
by
Mikhail Svechnikov
0
0
Merge request reports
Compare
version 2
version 8
f5f9556f
1 year ago
version 7
252c029e
1 year ago
version 6
252c029e
1 year ago
version 5
cc1847a0
1 year ago
version 4
6890ec8c
1 year ago
version 3
0b7b81c2
1 year ago
version 2
3d7254f3
1 year ago
version 1
fa2afecf
1 year ago
main (base)
and
version 3
latest version
eca96fb0
7 commits,
1 year ago
version 8
f5f9556f
7 commits,
1 year ago
version 7
252c029e
8 commits,
1 year ago
version 6
252c029e
33 commits,
1 year ago
version 5
cc1847a0
33 commits,
1 year ago
version 4
6890ec8c
30 commits,
1 year ago
version 3
0b7b81c2
29 commits,
1 year ago
version 2
3d7254f3
28 commits,
1 year ago
version 1
fa2afecf
18 commits,
1 year ago
Show latest version
3 files
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
GUI/Model/Job/JobItem.cpp
+
2
−
1
Options
@@ -362,7 +362,8 @@ void JobItem::adjustReaDataToJobInstrument()
if
(
instrumentItem
()
->
is
<
GISASInstrumentItem
>
())
{
// Temporary conversion of real units to degrees before copying masks to instrument.
// It is not clear why we need to do this ... and whether it still works
const
auto
frame
=
instrumentItem
()
->
makeFrame
();
// TODO: unravel which operation were used here and restore them if necessary
// const auto frame = instrumentItem()->makeFrame();
importMasksFromDatafileItem
();
// Copy masks and ROI from DatafileItem on board of
// instrument.
Loading