Changeset 37807 for trunk/Ohana/src/opihi/dvo/imbox.c
- Timestamp:
- Jan 11, 2015, 2:14:39 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/dvo/imbox.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/dvo/imbox.c
r34584 r37807 43 43 SetVector (&Yvec, OPIHI_FLT, NPTS); 44 44 45 mosaic.ctype[0] = 0; 46 45 47 while (gfits_fread_header (f, &header)) { 46 48 if (!GetCoords (&coords, &header)) goto skip; 47 49 if (!SOLO_PHU && !strcmp (&coords.ctype[4], "-DIS")) { 48 50 mosaic = coords; 49 RegisterMosaic (&mosaic);50 51 goto skip; 52 } 53 if (!strcmp (&coords.ctype[4], "-WRP")) { 54 if (!mosaic.ctype[0]) { 55 fprintf (stderr, "PHU mosaic not found\n"); 56 return FALSE; 57 } 58 coords.mosaic = &mosaic; 51 59 } 52 60
Note:
See TracChangeset
for help on using the changeset viewer.
