;+ ; NAME:merope2rt.pro ; Brian Larsen ; Space Science and Engineering Lab ; larsen@ssel.montana.edu ; ; PURPOSE: ; Change sysclock time to real time in merope data so that you only ;have to change in one place. ; ; CALLING SEQUENCE: any ; ; ; ; INPUTS: array of sysclock times ; ; ; ; OPTIONAL INPUTS: none ; ; ; ; KEYWORD PARAMETERS: none ; ; ; ; OUTPUTS: array with sysclock times changed to real seconds ; ; ; ; OPTIONAL OUTPUTS: none ; ; SIDE EFFECTS: none that i know of ; ; ; ; RESTRICTIONS: thats all it does ; ; ; ; EXAMPLE: ; data_real=merope2rt(data_ssyclk) ; ; ; MODIFICATION HISTORY: ; 07/02/2002 - created ;- FUNCTION MEROPE2RT, oldtime return, (oldtime*73.728d-3) ; this is secs/tick END