- Timestamp:
- Aug 5, 1999, 3:52:27 PM (26 years ago)
- Location:
- trunk/Poubelle/archTOI.old
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/archtoi.cc
r354 r356 342 342 (blk->param.bolo[i].bolo_code_util != bolo_hors_service && 343 343 blk->param.bolo[i].bolo_code_util != bolo_normal_non_transmis)) { 344 j++;344 //j++; 345 345 char line[80]; 346 346 strcpy(line, blk->param.nom_coef[blk->param.bolo[i].numero_nom_coef].bolo_nom); 347 347 char* pline = line; 348 fits_write_keys_str(fptr, "BOLO", j, 1, &pline, (char**) NULL, &fitsStatus);348 fits_write_keys_str(fptr, "BOLO", i, 1, &pline, (char**) NULL, &fitsStatus); 349 349 } 350 350 #else 351 j++;351 //j++; 352 352 char line[80]; 353 353 strcpy(line, blk->param.bolo[i].bolo_nom); 354 354 char* pline = line; 355 fits_write_keys_str(fptr, "BOLO", j, 1, &pline, (char**) NULL, &fitsStatus);355 fits_write_keys_str(fptr, "BOLO", i, 1, &pline, (char**) NULL, &fitsStatus); 356 356 #endif 357 357 } 358 fits_write_key(fptr, TINT, "BOLO", &j, NULL, &fitsStatus);358 //fits_write_key(fptr, TINT, "BOLO", &j, NULL, &fitsStatus); 359 359 } 360 360 fits_write_comment(fptr, "Generated with archtoi " ARCHTOI_VERS, &fitsStatus); -
trunk/Poubelle/archTOI.old/archtoi.h
r352 r356 63 63 }; 64 64 65 #define ARCHTOI_VERS "1.0" 66 65 67 #endif
Note:
See TracChangeset
for help on using the changeset viewer.