pydarn.plotting.printRec

Module: printRec

Functions:
  • fitPrintRec()
  • readPrintRec()
pydarn.plotting.printRec.fitPrintRec(sTime, eTime, rad, outfile, fileType='fitex', summ=0)[source]

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
Example:
fitPrintRec(datetime(2011,1,1,1,0),datetime(2011,1,1,2,0),'bks','myoutfile.txt',summ=1)

Written by AJ 20130327

pydarn.plotting.printRec.readPrintRec(filename)[source]

A function to read the output of fitPrintRec

Args:
  • filename: the name of the file
Returns:
  • Nothing
Example:
readPrintRec('myfile.txt')

Written by AJ 20130327

pydarn.plotting.printRec

alias of pydarn.plotting.printRec

Previous topic

pydarn.plotting.rti

Next topic

pydarn.plot

This Page