Changeset 16000
- Timestamp:
- Jan 4, 2008, 11:17:24 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/imbox.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/imbox.c
r15487 r16000 3 3 int imbox (int argc, char **argv) { 4 4 5 int j, kapa, Nskip, status, InPic, flipped ;5 int j, kapa, Nskip, status, InPic, flipped, N, SOLO_PHU; 6 6 Vector Xvec, Yvec; 7 7 double r, d, x[4], y[4], Rmin, Rmax, Rmid; … … 13 13 14 14 if (!style_args (&graphmode, &argc, argv, &kapa)) return FALSE; 15 16 SOLO_PHU = FALSE; 17 if ((N = get_argument (argc, argv, "-phu"))) { 18 SOLO_PHU = TRUE; 19 remove_argument (N, &argc, argv); 20 } 15 21 16 22 if (argc != 2) { … … 35 41 while (gfits_fread_header (f, &header)) { 36 42 if (!GetCoords (&coords, &header)) goto skip; 37 if (! strcmp (&coords.ctype[4], "-DIS")) {43 if (!SOLO_PHU && !strcmp (&coords.ctype[4], "-DIS")) { 38 44 mosaic = coords; 39 45 RegisterMosaic (&mosaic);
Note:
See TracChangeset
for help on using the changeset viewer.
