Skip to content

Commit

Permalink
Changed SD card parameters to comply with new defaults definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmarfran committed Jun 6, 2021
1 parent d5d9989 commit 51a5ada
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
28 changes: 5 additions & 23 deletions SDCard_Versions/R4/LDEF/DEBUG
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'IMT Use only - For Debug and General Control'
'Sync (milliseconds)'
S=6250;
'Exposure (milliseconds)'
S=25000;
'Number of Lines (Height CCD)'
L=4510;
'OLN'
'Number of Overscan Lines'
O=300;
'Number of Columns (Width CCD)'
C=2295;
Expand All @@ -21,14 +21,6 @@ J=90000;
M=333;
'Buffer overflow enabled (1) ; Buffer overflow disabled (0)'
T=1;
'RMAP KEY (0xD1)'
R=209;
'Logical Addr 0x51'
A=81;
'SpaceWire LinkStart ? 1:(TRUE) 0:(FALSE) '
Z=0;
'(Not used!)Link SPW for the NFEE-0'
B=0;
'Delay at the to wait before empty the buffer, waiting HW (Fee Task) (milliseconds)'
Y=50;
'If the Debug messages are enable, than this feature will set the debug level of the messages'
Expand All @@ -42,17 +34,7 @@ Y=50;
'7: Only Critical Failures'
'8 or higher: None - I want to be blind!'
F=4;
'Pattern type - 0:Official URD 1:Byte Sequencial 2:0xFF 0xFF 3:Pixel Sequencial'
Q=0;
'Data packet protocol ID ( 0xF0 = 240 , 0x02 = 2 ) (Use only decimal representation)'
D=240;
'Data Packet DPU Logical Address ( 0x50 = 80 )'
H=80;
'Sequence of CCD Redout - Range[0..3]'
E=0.1.2.3;
'Initial SPW Packet Lenght ( 32k LESIA = 32140 )'
I=32140;
'Pre Sync Period (milliseconds)'
X=200;
'Sync Source: internal (0) / external (1)'
W=0;
<<
'Keep the "less than" (<) caracter, this is used in the parser'
4 changes: 4 additions & 0 deletions SDCard_Versions/R4/LDEF/ETH
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ P=17000;
H=1;
'SimuCam PUS protocol PID'
A=112;
'SimuCam PUS protocol PCAT'
C=6;
'SimuCam PUS Default Encapsulation Protocol (0 = None, 1 = EDEN)'
E=0;
<<
'Keep the "less than" (<) caracter, this is used in the parser'

0 comments on commit 51a5ada

Please sign in to comment.