IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2005, 3:57:15 PM (21 years ago)
Author:
eugene
Message:

mosastro work

File:
1 edited

Legend:

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

    r3294 r3297  
    5252  }
    5353
     54  /* megacam distortion : 50 arcsec @ 1800 arcsec */
     55  field.distort.polyterms[0][3] = 1e-8;
     56  field.distort.polyterms[1][6] = 1e-8;
     57
     58  /* tiny distortion    : 0.5 arcsec @ 1800 arcsec */
    5459  field.distort.polyterms[0][3] = 1e-10;
    5560  field.distort.polyterms[1][6] = 1e-10;
     61
     62  /* minor distortion    : 5 arcsec @ 1800 arcsec */
     63  field.distort.polyterms[0][3] = 1e-9;
     64  field.distort.polyterms[1][6] = 1e-9;
    5665
    5766  return (1);
Note: See TracChangeset for help on using the changeset viewer.