Changes between Initial Version and Version 1 of Processing/ipas_imu


Ignore:
Timestamp:
Jul 25, 2022, 3:27:37 PM (22 months ago)
Author:
wja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/ipas_imu

    v1 v1  
     1'''Processing IPAS data in 2022'''
     2
     3The IPAS system is mounted on the Owl so that it's viewing angle can be altered throughout a flight.
     4
     5'''Pre-processing'''
     6
     7'''Warning: VM is currently writing as whatever user is logged in (instead of the airborne processing user). Be careful with permissions with writing to the Linux network'''
     8
     9'''Basestations'''
     10
     11Download basestation data from OS:
     12
     13SNEO is the closest to Duxford.
     14
     15Example:
     16
     17{{{
     18lftp ftp://rinex.ordnancesurvey.co.uk/gps/rinex
     19cd 2022/178
     20# Download SNEO data
     21mirror --include-glob=sneo* ./
     22# Download ephemeris data
     23mirror --include-glob=EPH* ./
     24exit
     25}}}
     26
     27These will need extracting with `unzip`
     28
     29Annoyingly, the ephemeris file needs its extension renamed from `*.rnx` to `*.rxn`. Probably best to symlink like the example below:
     30
     31
     32{{{
     33# In the directory containing the rinex file
     34ln -sv EPHM00GBR_S_20221800000_01D_MN.rnx EPHM00GBR_S_20221800000_01D_MN.rxn
     35}}}
     36
     37
     38
     39Need to combine basestation files into one file or IPAS TC, otherwise IPAS TC loads the first one in and complains that it doesn't match the flight nav times.
     40
     41Using teqc:
     42
     43
     44{{{
     45teqc site257a.22o site257b.22o > site2570.22o
     46}}}
     47
     48
     49or with a glob, for example:
     50
     51{{{
     52teqc sneo180?.22o > sneo1800.22o
     53}}}
     54
     55'''Download from CDDIS:'''
     56
     57We want to download the precise ephemeris (`*.sp3`) and precise clock (`*.clk`) files.
     58
     59These are sorted by GPS week. E.g 2022 174 (23/06/22) is GPS week 2215. 2022 178a (27/06/22) is GPS week 2216.
     60
     61Days of the week are then denoted as 0 - 6. Sunday = 0, Saturday = 6.
     62
     63FTP example:
     64
     65{{{
     66lftp -d -u anonymous,wja@pml.ac.uk -e 'set ftp:ssl-force true' gdc.cddis.eosdis.nasa.gov
     67}}}
     68
     69{{{
     70lftp -d -u anonymous,wja@pml.ac.uk -e 'set ftp:ssl-force true' -e 'get gnss/products/2216/igs22161.sp3.Z ;exit' gdc.cddis.eosdis.nasa.gov
     71}}}
     72
     73'''TODO: This isn't working? "Connecting data socket to (198.118.242.43.190.49) oirt 48689" is hanging on 0% "[Making data connection...]"'''
     74
     75Can download directly from this URL: https://cddis.nasa.gov/archive/gnss/products/2216/ where the last directory of the path is the GPS week.
     76
     77Info on the orbit products are [here](https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/orbit_products.html)
     78
     79IGS is the analysis centre name we want. Depending on how NRT the data is required, there are differnt quality versions available. We want the highest quality available, ideally `igsWWWWD.sp3.Z` and `igsWWWWD.clk.Z`.
     80
     81Extract the `*.Z` files with the `uncompress` command.
     82
     83
     84
     85
     86## GrafNav
     87
     88Use grafnav to convert RINEX to *.gbp which is required by IPAS TC for the processing.
     89
     90For OS stations you need the extra ephemeris file. It's file extension needs renaming from `*.rnx` to `*.rxn`.
     91
     92Click on 'Convert Raw GPS data to GPB' (5th button from the left on the toolbar).
     93
     94Add directory containing daily RINEX file (no other files should be in here)
     95
     96In 'Global Options' add the path the 'External Ephemeris (NAV File).
     97
     98Hit 'Convert'
     99
     100Load new `*.gpb` file in as remote.
     101
     102`Settings` > `PPP`, then in the `Precise` tab, add `*.sp3` and `*.clk` files.
     103
     104Run processing with `Process` > `PPP`
     105
     106On the `Precise` tab, add the `*.sp3` orbit file downloaded from CDDIS.
     107
     108Open new `*gpb` file as remote.
     109
     110
     111
     112Go to Settings > PPP. On the precise tab download precise clock and ephemeris '''Note it only recognises the time format of MM/DD/YYYY for the date range'''
     113
     114'''IPAS TC'''
     115
     116On Windows VM active on pmp1784 in `~wja/scratch_local/pmpc1483vm10`
     117
     118New project
     119
     120Load in the raw navigation data
     121
     122In the `Setup GNSS Base Station` window, have the `Use Differntial GNSS` butting ticked and click `Add Base Station`.
     123
     124Load in `*.gpb` file of basestation.
     125
     126It should read the info from the file and allow you to execute the processing. At the start of the processing it should suggest that you interpolate the basestation data (which should have an interval of 30 seconds) to 1 second. Accept this, create the interpolated data and then run the processing.
     127
     128If, when you input the basestation `*.gpb` file, everything is greyed out and the informaton has not been read properly from the basestation, click on the `Advanced` tab and interpolate the  data