Return start and endtime/date of GSE2 file
Currently supports only CM6 compressed GSE2 files, this should be sufficient for most cases.
Parameters: | f (File Pointer) Open file pointer of GSE2 file to read, opened in binary mode, e.g. f = open(‘myfile’,’rb’) |
---|---|
Return type: | List |
Returns: | C{[startdate,stopdate,startime,stoptime]} Start and Stop time as Julian seconds and as date string. |