IDL string conversion

Just a reminder to me: to convert an IDL number to a string, use string! `` s = string(x,format='(F10.5)')`` Also, Julian Date conversion

Comments