-
got error like this :
```
[E] gateway_0@192.168.24.80 2014-08-27 14:01:49.698143 +0700 1409122909 leo_s3_auth:authenticate_3/1 403
[E] gateway_0@192.168.24.80 2014-08-27 14:01:49.698951 +070…
-
Currently (SHA 7df3cb12647efae3274930c8a3b615e74efbc772) we should have a working function to read JCAMP files and to typcast them appropriately. This requires more testing and documentation.
Then, ma…
DrSAR updated
11 years ago
-
I had independently coded a version of readJCAMP and read2dseq based off of Stefan's code from a long while back before knowing about the sarpy repository. Motivation: working with Bruker-calculate…
-
this is not crucial but is a test case for the fid / 2dseq situation
DrSAR updated
11 years ago
-
-
Bruker shape files have a XYPOINTS field (for amplitude and phase of the shape) which has a nonstandard JCAMP format:
## XYPOINTS= (XY..XY)
amp1, phase1
amp2, phase2
etc.
readJCAMP gets tripped up …
-
_debugging and updating live_
The returned error is:
```
Traceback (most recent call last):
File "", line 1, in
runfile(r'/Volumes/Data/Dropboxes/PhD./Dropbox/studies/analysis/NecS3/NecS3_L…
-
Currently read2dseq takes in 'procdirname' which is the directory of the pdata file.
Namely: ~/data/study_name/scan_num/pdata/pdata_num/
This is inconsistent with readfid which takes in:
~/data/st…
-
I think it would be useful to test BRUKERIO with datasets that result from Bruker calculating the 2dseq, for example a T2\* map from raw MGE data, or DTI maps from raw diffusion-weighted images. The …
-
Stefan pointed out that there were problems with my readBrukerParx, regarding its inability to ignore the array size number in a LDR array. I checked my function and there are all kinds of problems. …