BINASC

Latest: BINASC v16AUG18 [Download]
08MAR24
Contents

Introduction

BINASC is a Fortran90 program to convert RFM output spectra from binary to ASCII (plain text) or vice/versa.

It relies on the input filename containing a string .bin or .asc to identify the type of input file, which is then switched to form the name of the output file.

Installing BINASC

Download the source code: [binasc.f90]

Compile with any generic Fortran compiler, eg

gfortran binasc.f90 -o binasc
which will create the executable: binasc

Running BINASC

To run the program, type binasc and respond to the prompts.

For example (user input)

binasc Input file: rad_01000.asc Output to file: rad_01000.bin STOP R-BINASC: Successful completion

Version History

v16AUG18
Converted to Fortran90. Adpated for RFM v5 binary files.
v04OCT00
Original