IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 14, 2005, 12:46:02 PM (21 years ago)
Author:
eugene
Message:

adding mosaic astrometry support and smp-fits files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/mosastro/src/mosastro.c

    r3404 r3416  
    5656  if ((DUMP != NULL) && !strcmp (DUMP, "fitchips_unclip")) dump_match();
    5757
    58   ClipOnFP (3.0);
     58  ClipOnFP (2.0);
    5959  Cerror   = GetScatter (&Nastro);
    6060  fprintf (stderr, "scatter (clip) : %f for %d stars\n", Cerror, Nastro);
     
    6464  fprintf (stderr, "scatter (chip) : %f for %d stars\n", Cerror, Nastro);
    6565
    66   ClipOnFP (3.0);
     66  ClipOnFP (2.0);
     67  Cerror   = GetScatter (&Nastro);
     68  fprintf (stderr, "scatter (clip) : %f for %d stars\n", Cerror, Nastro);
     69
     70  FitChips (ChipOrder);
     71  Cerror   = GetScatter (&Nastro);
     72  fprintf (stderr, "scatter (chip) : %f for %d stars\n", Cerror, Nastro);
     73
     74  ClipOnFP (2.0);
    6775  Cerror   = GetScatter (&Nastro);
    6876  fprintf (stderr, "scatter (clip) : %f for %d stars\n", Cerror, Nastro);
Note: See TracChangeset for help on using the changeset viewer.