IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2014, 3:39:54 PM (12 years ago)
Author:
eugene
Message:

adding image maps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/opihi/dvo/gimages.c

    r37378 r37386  
    128128      if (fabs(Ro - Ra) > 120.0) continue;
    129129
     130      InitCoords (&local, "DEC--TAN");
    130131      local.crval1 = Ro;
    131132      local.crval2 = Do;
    132       local.crpix1 = local.crpix2 = 0.0;
    133133      local.cdelt1 = local.cdelt2 = 1.0/3600.0;
    134       local.pc1_1 = local.pc2_2 = 1.0;
    135       local.pc2_1 = local.pc1_2 = 0.0;
    136       local.Npolyterms = 1;
    137       strcpy (local.ctype, "DEC--TAN");
    138134
    139135      if (typehash == DistortImage) {
Note: See TracChangeset for help on using the changeset viewer.