-
Notifications
You must be signed in to change notification settings - Fork 0
obreschkow/readbyte
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
OVERVIEW ============================================================================================================== ReadByte is a simple Fortran routine to read individual bytes and 4/8-byte reals and integers from any file. Copyright Danail Obreschkow (danail.obreschkow@icrar.org), 2017-2021 SIMPLE USE ============================================================================================================== Compile using > make clean; make Run using > ./readbyte inputfilename index [number] [step] index = index of first byte to read, where 1 denotes the first byte in the file number = number of objects to read (default = 1) step = number of bytes between successive objects (default = 1)
About
Reads individual bytes and 4/8-byte numbers from files
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published