Size: 4334
Comment:
|
← Revision 18 as of 2015-11-17 14:31:17 ⇥
Size: 2422
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
== Kris' Results/Conclusions == === Trial 1 === {{attachment:Oboptimal_trial1Data.png||width="800"}} The RMS clearly goes up during iteration and shows no sign of convergence. The low RMS directly after the first tiling step was encouraging, but after closer inspection it was found that the evaluation bigmap my not have been up to par. To clarify, the evaluation bigmap used during trial 1 was only 76 by 76 cm while the truth bigmap was 25 by 25 meters. Therefore, a reason ,other than the RMS not decreasing and converging after iterations, is that the evaluation bigmap was too small compared to the truth bigmap for CompareOBJ to calculate a feasible RMS. === Trial 2 === {{attachment:Oboptimal_trial2Data.png||width="800"}} For Trial 2 iterations were not performed, due to the belief that iterations are not efficiently decreasing the RMS between the evaluation bigmap and truth bigmap. However, the evaluation bigmap being so small compared to the truth bigmap may have caused the faulty iterations during Trial 1. Nonetheless, Trial 2 still produces interesting results. The RMS consistently stays around 13 cm when tiling is performed from 10 cm down to 1.25 cm. For this trial the evaluation bigmap (ULTRA7) is 15 by 15 m and the truth bigmap (T-ULT7) is 20 by 20 m. However, only the 10 cm maplets covered the evaluation bigmap during this test because the evaluation bigmap and tiling bigmaps were not centered on the same attitude and longitude. The picture below shows ULTRA7 coverage for 5 cm maplets. {{attachment:coverage_m.jpg||width="300"}} One last thing worth mentioning is that when the ULTRA7 evaluation map and T-ULT7 truth bigmap were compared using ComparOBJ in the Trial 1 directory the RMS calculated was .18686 m, which makes sense according to Trial 2's numbers. That is because the iterations in Trial 1 could cause the RMS to increase from 13 cm to 18 cm. |
Test09 OBoptimal
Goal
Trial 3
Completed and in powerpoint form.
Eval
echo 1 .001 .001 | residuals & /usr/local/localBin/bigMapRef < RTAG1C-center.in /usr/local/localBin/bigMapRef < RTAGSC-single.in /usr/local/localBin/bigMapRef < maps/MMAPL1.in /usr/local/localBin/bigMapRef < maps/MMAPL2.in /usr/local/localBin/bigMapRef < maps/MMAPL3.in /usr/local/localBin/bigMapRef < maps/MMAPL4.in /usr/local/localBin/bigMapRef < maps/MMAPL5.in echo MMAPL1 | /usr/local/localBin/flatMapVec echo MMAPL2 | /usr/local/localBin/flatMapVec echo MMAPL3 | /usr/local/localBin/flatMapVec echo MMAPL4 | /usr/local/localBin/flatMapVec echo MMAPL5 | /usr/local/localBin/flatMapVec # Save files cp MMAPL*.TXT MAPFILES/MTAG[1S]C.MAP MAPFILES/MMAPL*.MAP step## cd MAPFILES # Build and Evaluate main maplets ~/eval/bin/Maplet2FITS MTAG1C.MAP f; ~/eval/bin/FITS2OBJ f mtag-1c.obj ~/eval/bin/Maplet2FITS MTAGSC.MAP f; ~/eval/bin/FITS2OBJ f mtag-sc.obj ~/eval/bin/CompareOBJ mtag-1c.obj ~/eval/bin/TTAG1L-25m2.5cm.obj ~/eval/bin/CompareOBJ mtag-sc.obj ~/eval/bin/TTAG1L-25m2.5cm.obj ~/eval/bin/CompareOBJ --compute-optimal-translation mtag-1c.obj ~/eval/bin/TTAG1L-25m2.5cm.obj ~/eval/bin/CompareOBJ --compute-optimal-translation mtag-sc.obj ~/eval/bin/TTAG1L-25m2.5cm.obj ~/eval/bin/CompareOBJ --compute-optimal-translation-and-rotation mtag-sc.obj ~/eval/bin/TTAG1L-25m2.5cm.obj ~/eval/bin/CompareOBJ --compute-optimal-translation-and-rotation mtag-1c.obj ~/eval/bin/TTAG1L-25m2.5cm.obj # Convert Lockheed features obj ~/eval/bin/Maplet2FITS MMAPL1.MAP f ; ~/eval/bin/FITS2OBJ --local f lockheed1.obj ~/eval/bin/Maplet2FITS MMAPL2.MAP f ; ~/eval/bin/FITS2OBJ --local f lockheed2.obj ~/eval/bin/Maplet2FITS MMAPL3.MAP f ; ~/eval/bin/FITS2OBJ --local f lockheed3.obj ~/eval/bin/Maplet2FITS MMAPL4.MAP f ; ~/eval/bin/FITS2OBJ --local f lockheed4.obj ~/eval/bin/Maplet2FITS MMAPL5.MAP f ; ~/eval/bin/FITS2OBJ --local f lockheed5.obj # Evaluate Lockheed features ~/eval/bin/CompareOBJ lockheed1.obj ~/eval/bin/TTAG1L-25m2.5cm.obj ~/eval/bin/CompareOBJ lockheed2.obj ~/eval/bin/TTAG1L-25m2.5cm.obj ~/eval/bin/CompareOBJ lockheed3.obj ~/eval/bin/TTAG1L-25m2.5cm.obj ~/eval/bin/CompareOBJ lockheed4.obj ~/eval/bin/TTAG1L-25m2.5cm.obj ~/eval/bin/CompareOBJ lockheed5.obj ~/eval/bin/TTAG1L-25m2.5cm.obj