IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

added mosaic astrom support (WRP / DIS)

File:
1 edited

Legend:

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

    r3323 r3401  
    22
    33/* set chip model based on initial header info */
     4
     5/** when the chips and field terms are treated independently, they must be of
     6    ctype PLY.  When we reach a solution, and write out a coupled set of chip
     7    and field terms, then we need to transition to WRP (chip) & DIS (field
     8**/
     9
    410int init_chips () {
    511
     
    1521
    1622    /* bore site center guess */
    17     strcpy (chip[i].map.ctype, "DEC--WRP");
     23    strcpy (chip[i].map.ctype, "DEC--PLY");
    1824    chip[i].map.crpix1 = 0.0;
    1925    chip[i].map.crpix2 = 0.0;
     
    5359  exit (1);
    5460}
     61
Note: See TracChangeset for help on using the changeset viewer.