Changeset 4360
- Timestamp:
- Jul 1, 2008, 11:59:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7-stable/src/plugins/core/net/sf/basedb/plugins/LowessNormalization.java
r4310 r4360 504 504 checkInterrupted(); 505 505 SpotData spot = toNormalize.get(j); 506 double factor = Math. exp(smoothCurve.get(j) * 0.5);506 double factor = Math.pow(2,smoothCurve.get(j) * 0.5); 507 507 batcher.insert(bioassayColumn, spot.position, (float)(spot.ch1/factor), (float)(spot.ch2*factor)); 508 508 }
Note: See TracChangeset
for help on using the changeset viewer.