Changeset 6683 for trunk/Ohana/src/opihi/dvo/subpix.c
- Timestamp:
- Mar 26, 2006, 10:46:32 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/subpix.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/subpix.c
r5945 r6683 43 43 catalog.filename = skylist[0].filename[0]; 44 44 switch (lock_catalog (&catalog, LCK_SOFT)) { 45 case 2:46 unlock_catalog (&catalog);47 case 0:48 return (FALSE);45 case 2: 46 unlock_catalog (&catalog); 47 case 0: 48 return (FALSE); 49 49 } 50 50 catalog.catflags = LOAD_AVES | LOAD_MEAS; … … 61 61 ALLOCATE (index, int, Nstars); 62 62 for (i = 0; i < Nstars; i++) { 63 RA[i] = catalog.average[i].R _PS;64 DEC[i] = catalog.average[i].D _PS;63 RA[i] = catalog.average[i].R; 64 DEC[i] = catalog.average[i].D; 65 65 index[i] = i; 66 66 }
Note:
See TracChangeset
for help on using the changeset viewer.
