Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated to add dcs and decoding some Sutron types, still todo type C & D. #139

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
9e5513a
updated to add dcs and decoding some Sutron types, still todo type C & D
twcutter Apr 28, 2022
f960be5
added Sutron Documentation describing type B,C,D,ASCII & SHEF formats…
twcutter Apr 28, 2022
15f24b3
Updated sutron.cc for sutron B,C,D & cleanup
twcutter May 6, 2022
6d49667
added a few type D hash checks which look like data to sutron.cc. Th…
twcutter May 7, 2022
4a88544
Updated sutron.cc for sutron B additions to Hash()
twcutter May 7, 2022
23305be
Updated sutron.cc for sutron B,C,D & cleanup
twcutter May 8, 2022
0f5cfc7
Updated sutron.cc for sutron C type, remove extra new lines inside data
twcutter May 8, 2022
5b966bf
fixed bug in sutron type C not traversing entire length of vector array
twcutter May 9, 2022
aee2cfb
Improved finding of the battery voltage for type C
twcutter May 9, 2022
d54b385
Allow battery calculation to be signed value
twcutter May 10, 2022
e3e6563
consider LSB to be negative, and follow through on final value being…
twcutter May 10, 2022
bbea55e
More cleanup of signed numbers.
twcutter May 10, 2022
f237518
consider MSB to be negative, and follow through on final value being…
twcutter May 10, 2022
b832ad5
consider MSB to be negative, and follow through on final value being…
twcutter May 10, 2022
26acd21
consider MSB to be negative, and follow through on final value being…
twcutter May 10, 2022
e19120f
In order to add signed numbers, you need to drop the 18th bit (old si…
twcutter May 12, 2022
30fc318
Add BT to Hash table list for type B
twcutter May 23, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/dcs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_library(dcs dcs.cc)
add_library(dcs dcs.cc sutron.cc)

add_executable(dcsdump dcsdump.cc)
add_sanitizers(dcsdump)
target_link_libraries(dcsdump lrit dcs m stdc++)
#add_executable(dcsdump dcsdump.cc)
#add_sanitizers(dcsdump)
#target_link_libraries(dcsdump lrit dcs m stdc++)
Binary file added src/dcs/DCPR_CS2_final_June09.pdf
Binary file not shown.
Binary file added src/dcs/HRIT_DCS_File_Format_Rev1.pdf
Binary file not shown.
Loading