Changeset 3401 for trunk/Ohana/src/mosastro/src/chips.c
- Timestamp:
- Mar 9, 2005, 9:22:34 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/mosastro/src/chips.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/mosastro/src/chips.c
r3323 r3401 2 2 3 3 /* 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 4 10 int init_chips () { 5 11 … … 15 21 16 22 /* bore site center guess */ 17 strcpy (chip[i].map.ctype, "DEC-- WRP");23 strcpy (chip[i].map.ctype, "DEC--PLY"); 18 24 chip[i].map.crpix1 = 0.0; 19 25 chip[i].map.crpix2 = 0.0; … … 53 59 exit (1); 54 60 } 61
Note:
See TracChangeset
for help on using the changeset viewer.
