How to delete/modify single channle value


Recommended Posts

Dear Df Guru and dear all,

I was wondering if is possible to modify single channel value or delete it. Let's take as example if I want to change the value of last data point aquired in channel (MyChannel[0] or MyChannel[3]) or I want delete it. Is it possible?

Many Thanks in advantage

Link to comment
Share on other sites

No. You'd have to use a variable instead. The idea behind this is that you shouldn't be manually changing your measurements. Its kind of a safety against adversely affecting your data. Even if you need to massage it down, reduce noise, etc, you should always keep the original data so you can go back to it if you make a mistake. I believe I've cited the example on the Ozone hole elsewhere in this forum: when the ozone hole was discovered back in the mid 80's, another group had been measuring it for many years, but they had thrown out all data below 50 because they assumed it was simply bad readings. Because of this they missed out on the discovery of a lifetime.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.