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/transform.c

    r2598 r3404  
    2323  GetCoords (&coords_in, &in[0].header);
    2424  GetCoords (&coords_out, &out[0].header);
     25
     26  /* for the moment, disable WRP / DIS */
     27  if (!strcmp(&coords_in.ctype[4], "-WRP") || !strcmp(&coords_out.ctype[4], "-WRP")) {
     28    fprintf (stderr, "WRP mode not implemented for astrom\n");
     29    return (FALSE);
     30  }
    2531 
    2632  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.