Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny authored Nov 24, 2016
1 parent f8100bd commit e921673
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/range/utils.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
'use strict';
/**
* This library formats a set of nmr1D signals to the ACS format.
* Created by acastillo on 3/11/15. p
*/

const acs = require('./acs/acs');

module.exports.nmrJ = function (Js, options) {
Expand All @@ -19,13 +16,7 @@ module.exports.nmrJ = function (Js, options) {
return Jstring;
};

/**
* This function converts an array of peaks [{x, y, width}] in a vector equally x,y vector
* TODO This function is very general and should be placed somewhere else
* @param peaks
* @param opt
* @returns {{x: Array, y: Array}}
*/

module.exports.peak2Vector = require('./peak2Vector');


Expand Down

0 comments on commit e921673

Please sign in to comment.