IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2010, 4:43:50 PM (16 years ago)
Author:
eugene
Message:

updates to handle image coordinate failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relastro.20100326/src/relastro.c

    r27478 r27488  
    3939  skylist = load_images (&db, &UserPatch);
    4040  MARKTIME("load images: %f sec\n", dtime);
     41
     42  initCoords();
    4143
    4244  /* load catalog data from region files : subselect high-quality measurements */
     
    8385  UpdateObjectOffsets (skylist);
    8486
     87  // iterate over catalogs to make detection coordinates consistant
     88  FixProblemImages ();
     89
    8590  // save the updated image parameters
    8691  dvo_image_update (&db, VERBOSE);
Note: See TracChangeset for help on using the changeset viewer.