; example usage of globalPrint.pro ; ; Get all Poker Flat ISR data between Mar 10-20, 2007 where ; - file is alternating code (kindat 5951) ; - Kp > 4 ; - 240 < alt < 260 ; - Ne > 2e11 ; Save selected parameters in selected file ; ; $Id: globalPrint_ex1.pro,v 1.3 2010/07/27 19:39:52 brideout Exp $ url = 'http://isr.sri.com/madrigal' parms = 'year,month,day,hour,min,sec,elm,azm,gdalt,gdlat,glon,kp,ne,dne' output = 'demo.txt' user_fullname = 'Bill Rideout' user_email = 'brideout@haystack.mit.edu' user_affiliation = 'MIT' startTime = julday(3,10,2007,0,0,0) endTime = julday(3,20,2007,23,59,59) inst = [61] filters = 'filter=kp,4.0, filter=gdalt,240,260 filter=ne,2e11,' kindats = [5951] madglobalprint, url, parms, output, user_fullname, user_email, user_affiliation, $ startTime, endTime, inst, filters, kindats end