IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2005, 9:50:52 PM (21 years ago)
Author:
eugene
Message:

working to mosaic astrom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/drizzle.c

    r3393 r3404  
    4040  GetCoords (&coords_in, &in[0].header);
    4141  GetCoords (&coords_out, &out[0].header);
     42
     43  /* for the moment, disable WRP / DIS */
     44  if (!strcmp(&coords_in.ctype[4], "-WRP") || !strcmp(&coords_out.ctype[4], "-WRP")) {
     45    fprintf (stderr, "WRP mode not implemented for astrom\n");
     46    return (FALSE);
     47  }
    4248 
    4349  scale_in = sqrt(fabs(coords_in.cdelt1*coords_in.cdelt2*(coords_in.pc1_1*coords_in.pc2_2 - coords_in.pc1_2*coords_in.pc2_1)));
Note: See TracChangeset for help on using the changeset viewer.