ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/globalhs/scripts/idl/finishgaps.mdi.idl
Revision: 1.2
Committed: Fri Mar 14 01:39:39 2014 UTC (9 years, 6 months ago) by tplarson
Branch: MAIN
CVS Tags: Ver_9-1, Ver_LATEST, Ver_9-3, Ver_9-41, Ver_9-2, Ver_8-8, Ver_8-6, Ver_8-7, Ver_8-4, Ver_8-5, Ver_9-5, Ver_9-4, Ver_8-10, Ver_8-11, Ver_8-12, Ver_9-0, HEAD
Changes since 1.1: +3 -0 lines
Log Message:
added cautionary comment

File Contents

# Content
1 ; the functions transfilt and sectiongaps are to be used with MDI data ONLY.
2 ; (they assume 1440 data points per day.)
3
4 x=x0[ix]
5 wtf=transfilt(day,x,g,rms0,nwtf=nwtf)
6 wsg=sectiongaps(day,ndays=ndays,nwsg=nwsg)
7 if (nwtf ne 0) then g[wtf]=0
8 if (nwsg ne 0) then g[wsg]=0