Skip to content

Commit

Permalink
chore: symmetrize cosy
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo322 committed Oct 19, 2023
1 parent 27a9998 commit be0fea1
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"ml-stat": "^1.3.3",
"multiplet-analysis": "^2.1.2",
"nmr-correlation": "^2.3.3",
"nmr-load-save": "0.21.1-pre.1696521357",
"nmr-processing": "^11.2.0",
"nmr-load-save": "^0.22.2",
"nmr-processing": "^11.3.0",
"nmredata": "^0.9.7",
"numeral": "^2.0.6",
"openchemlib": "^8.5.0",
Expand Down
41 changes: 41 additions & 0 deletions public/data/oxfordInstruments/oxfordCosy.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,54 @@
]
},
"apply": true
},
"zeroFilling": {
"nbPoints": 2048
},
"phaseCorrection": {
"mode": "mc"
}
},
"flag": true,
"isDeleteAllow": true
},
{
"name": "flpDimension2",
"value": {},
"flag": true,
"isDeleteAllow": true
},
{
"name": "fftDimension2",
"value": {
"apodization": {
"compose": {
"shapes": [
{
"shape": {
"kind": "sineBell",
"options": {
"offset": 0,
"exponent": 2
}
}
}
]
},
"apply": true
},
"zeroFilling": {
"nbPoints": 2048
},
"phaseCorrection": {
"mode": "mc"
}
},
"flag": true,
"isDeleteAllow": true
},
{
"name": "symmetrizeCosyLike",
"value": {},
"flag": true,
"isDeleteAllow": true
Expand Down

0 comments on commit be0fea1

Please sign in to comment.