Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2015-03-30 16:27:20
Size: 2640
Editor: EricPalmer
Comment:
Revision 11 as of 2016-01-14 13:42:22
Size: 3782
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Autoregister will add landmarks to a single image. It provides basic tools for aligning the landmarks, deleting them and setting flags. When you accept the changes from the Auto align, it will update the S/C position and pointing and save it into SUMFILES. When changes are made, they are immediately accepted (i.e. there is no save option) '''Purpose:''' Program for aligning existing maplets with imaging data from a single image.

Autoregister will add landmarks to a single image. It provides basic tools for aligning the landmarks, deleting them and setting flags. When you accept the changes from the Auto align, it will update the S/C position and pointing and save it into SUMFILES. When changes are made, they are immediately accepted (i.e. there is no save option).
Line 6: Line 8:
 * SHAPEFILES/ - (needed if you use the shape model)
 * ["IMGAGES"]/ - the image data
 * ["SUMFILES"] / - info about the maplets
 * ["LMRKLIST.TXT"] - a list of landmarks
 * ["PICTLIST.TXT"] - a list of images
 * ["LMKFILES"] / - the landmarks themselves
 * ["MAPFILES"] / - the maplets themselves
 * [[IMAGEFILES]]/ - a directory containing the image .DAT files;
 * [[SUMFILES]]/ - a directory containing the image .SUM files (updated solution image, S/C and camera information; lmrks and limbs);
 * [[MAPFILES]]/ - a directory containing the full suite of maplets;
 * [[LMKFILES]] / - a directory containing the full suite of landmarks;
 * [[SHAPEFILES]]/ - if required for comparison with a shape model;
 * [[LMRKLIST.TXT]] - a list of landmarks;
 * [[PICTLIST.TXT]] - a list of images.
Line 14: Line 16:
=== Optional ===
Line 15: Line 18:
 * [[make_scriptA.seed]] - for batch processing using [[make_scriptA]].

=== Output ===
 * [[SUMFILES]]/ - S/C and camera information are updated as image shifts are made. The user can discard these changes upon quit. ??Detected landmarks and limbs are added to the SUMFILE??;
 * [[LMKFILES]]/ - ????

== Using auto register ==
Line 19: Line 29:
    Note: The image name is the name that is stored in ["IMAGES"]. Some versions of ["process_img"] will make some changes to the filename, so it may not be the "original name.     Note: The image name is the name that is stored in [[IMAGES]]. Some versions of [[process_img]] will make some changes to the filename, so it may not be the "original name.
Line 84: Line 94:
 * ["SUMFILES"] - Adds the new landmarks into the image's SUMFILE. Also, if you accept the suggested changes in auto align, it will update the position of the image.  * [[SUMFILES]] - Adds the new landmarks into the image's SUMFILE. Also, if you accept the suggested changes in auto align, it will update the position of the image.
Line 86: Line 96:
=== Example of LMRK_DISPLAY1.pgm ===
Line 87: Line 98:
{{attachment:autoreg_disp.jpg||width=700}}
Line 88: Line 100:
== Notes from PowerPoint ==

=== Alternative Description ===
 * Cross-correlated new images to existing maplets
 * Similar to REGISTER, but can handle 3D, orientation, and twist

=== Input ===
 * SPC IMG
 * [[SUMFILES]]
 * [[NOMINALS]]
 * SPICE
 * BIGMAPS
 * MAPLETS
 * [[LMRKLIST.TXT]]

=== Outpus ===
* [[SUMFILES]] (updated?)

=== Example ===
{{attachment:autoregister_example.jpg||width=600}}

autoregister

Purpose: Program for aligning existing maplets with imaging data from a single image.

Autoregister will add landmarks to a single image. It provides basic tools for aligning the landmarks, deleting them and setting flags. When you accept the changes from the Auto align, it will update the S/C position and pointing and save it into SUMFILES. When changes are made, they are immediately accepted (i.e. there is no save option).

Requires

  • IMAGEFILES/ - a directory containing the image .DAT files;

  • SUMFILES/ - a directory containing the image .SUM files (updated solution image, S/C and camera information; lmrks and limbs);

  • MAPFILES/ - a directory containing the full suite of maplets;

  • LMKFILES / - a directory containing the full suite of landmarks;

  • SHAPEFILES/ - if required for comparison with a shape model;

  • LMRKLIST.TXT - a list of landmarks;

  • PICTLIST.TXT - a list of images.

Optional

Output

  • SUMFILES/ - S/C and camera information are updated as image shifts are made. The user can discard these changes upon quit. ??Detected landmarks and limbs are added to the SUMFILE??;

  • LMKFILES/ - ????

Using auto register

Input stdin

  • Image name
    • Note: The image name is the name that is stored in IMAGES. Some versions of process_img will make some changes to the filename, so it may not be the "original name.

  • It will list all the current landmarks that the image has.

    1     GH0001 *
    2     GG0001 *
    3     EH0001 *
    ...
   61     CF0003 *
   62     CE0003 *
   63     HE0001 *

 gc TEMPFILE.pgm
 kb =           32      kk =            1

 Add landmarks? (y/n)
  • Then it will ask you if you want to add more. If you do want to add more, it will ask you for the fractional width. Use the typical 0.5. When it asks about rejecting invisibles, normally we just hit return.

 enter fractional width (0=center) .5
 Reject invisibles? (y/n) n

    1   CB0001    0.00
    2   CB0002    0.00
    3   CR0001    0.00
   ...
   21   CB0004    0.00
   22   CA0004    0.00
   23   BA0001    0.00
  • Next it will go into main menu

=== MAIN MENU ===

{{{
...     MAIN MENU     ...

 0. Exit

 REMOVE MAPLETS
 a. Auto remove
 n. Auto remove new only
 m. Manual remove
 p. Check peripheral visibility
 o. Remove low-correlation lmks

 IMAGE/MAPLET ALIGNMENT
 1. Auto align
 2. Manual align

 LANDMARK ADJUSTMENTS
 3. Repredict px/ln
 4. Change flags
 l. Change repredict limit

Output

  • LMRK_DISPLAY1 - 100x100 pixel of images and maplets. Unlike LITHOS, each pair is a separate landmark, consisting of a completely different location on the surface and image.
  • TEMPFILE.pgm - An pgm image of the image that we are working with.
  • LMKFILES - Updated the LMK file to contain the image that you are working with.
  • SUMFILES - Adds the new landmarks into the image's SUMFILE. Also, if you accept the suggested changes in auto align, it will update the position of the image.

Example of LMRK_DISPLAY1.pgm

autoreg_disp.jpg

Notes from PowerPoint

Alternative Description

  • Cross-correlated new images to existing maplets
  • Similar to REGISTER, but can handle 3D, orientation, and twist

Input

Outpus

* SUMFILES (updated?)

Example

autoregister_example.jpg

CategoryPrograms CategoryPrograms

autoregister (last edited 2017-07-11 13:11:47 by LeilahMcCarthy)