Changeset 41340 for trunk/Ohana/src/opihi/dvo/avselect.c
- Timestamp:
- Apr 16, 2020, 1:54:47 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/avselect.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/avselect.c
r41163 r41340 132 132 133 133 CoordsFile = abspath("coords.fits", 1024); 134 int status = WriteVectorTableFITS (CoordsFile, "COORDS", NULL,vec, 2, FALSE, FALSE, NULL, 0);134 int status = WriteVectorTableFITS (CoordsFile, "COORDS", vec, 2, FALSE, FALSE, NULL, 0); 135 135 if (!status) goto escape; 136 136 } … … 327 327 vec[NfieldsOut-1] = RADvec; 328 328 } 329 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", NULL,vec, NfieldsOut, FALSE, FALSE, NULL, 0);329 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, NfieldsOut, FALSE, FALSE, NULL, 0); 330 330 if (!status) goto escape; 331 331 }
Note:
See TracChangeset
for help on using the changeset viewer.
