Skip to content

Commit

Permalink
Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lsandini committed Dec 5, 2021
1 parent 3701d52 commit 8a3f570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgv_start.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const planets = require('./files/forceVectors.json');
// the traction of planets is about 0.0015 (Newtons), add 1 !
let planetFactorA = 1 + planets.tractionSubject;
// mkae the inverted dispertion a conjunction factor:
let conjunctionFactor = 1 + (planets.globalVectorLong_p_SDnorm1 / 10);
let conjunctionFactor = 1 + (planets.globalVectorLong_p_SDnorm1 / 100);

// apply the correction due to inverted dispersion;
let planetFactor = planetFactorA * conjunctionFactor;
Expand Down

0 comments on commit 8a3f570

Please sign in to comment.