A function to print the contents of a fit-type file
- Args:
- sTime: the start time as a datetime
- eTime: the end time as a datetime
- rad: the 3 letter radar code, eg ‘bks’
- outfile: the txt file we are outputting to
- [fileType]: the filetype to read, ‘fitex’,’fitacf’,’lmfit’; default = ‘fitex’
- [summ]: option to output a beam summary instead of all data
- Returns:
- Nothing
fitPrintRec(datetime(2011,1,1,1,0),datetime(2011,1,1,2,0),'bks','myoutfile.txt',summ=1)
Written by AJ 20130327
alias of pydarn.plotting.printRec