If those are your plans, you might consider looking at this code contribution which calculates SPOT radiance:
http://www.ittvis.com/Use...id/1143/Default.aspx
Alternately, I would *not* suggest you export your data but instead use ENVI programming to apply whatever equation you want. Binary files are much easier to work with than text files. Have a look at the Band Math routine 'math_doit' for an idea of how you might apply an equation to a file. Using ENVI's internal routines, you do not have to split up your data because it is large. ENVI 'tiles' the data when it processes it so memory and large files are not an issue.