Size: 6452
Comment:
|
← Revision 23 as of 2020-02-12 15:19:59 ⇥
Size: 6525
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 171: | Line 171: |
*Some sections were further divided. See photos for tissue location. |
Contents
Target Outcome
To establish a naming convention for specimens, files, and folders for in vitro experimentation
Data File/Folder Naming Convention
note: similar protocol for in vivo with the following exceptions
- Subjects are referred to as donors
- Each right leg and arm will come from one donor
- Lifestyle i.e. Extremely Active, is not known for cadaver specimen
Specimen Configuration File
- Specimen data is stored in a subject configuration file (.xml format)
- Specimens are identified by a number
- Specimen information includes:
Donor ID (Convention is CMULTISXXX-Y where XXX is auto incremented unique for each Donor. Y is a number starting at 1. This tag is auto incremented if the operator chooses to retest the subject 2, -3, etc.).
- Test Date
- Test Type (New or retest)
- Demographics
- Age
- Gender
- Ethnicity
- Race
- Height
- Body Mass
- Collected Data Structure - An array of structures of the following data elements
- Ultrasound Location
- Data collected (boolean)
- Location File Abbreviation
- Data File Array - Each ultrasound location may be measured more than once. Data is never deleted. Displayed data will always be the last element in the array.
- Path on disk
- Data accepted (Boolean)
- Time Stamp
- Experiment Run Number - This is the same number that was transmitted to the ultrasound machine via the signal outlined above.
- Data File Example
Example_Specimen_Configuration.xml
Binary Data File
- Force and orientation data will be stored in a binary TDMS data file. TDMS is a proprietary National Instruments file format, but there are many readers (open source and otherwise) that can be used to read in the data from these files.
- File contents:
- Group/Channel
- Sensor.500 N Range - FT17991/Fx
- Sensor.500 N Range - FT17991/Fy
- Sensor.500 N Range - FT17991/Fz
- Sensor.500 N Range - FT17991/Mx
- Sensor.500 N Range - FT17991/My
- Sensor.500 N Range - FT17991/Mz
- Run Number Pulse Train/Value
- Sensor.Orientation/wQuaternion
- Sensor.Orientation/xQuaternion
- Sensor.Orientation/yQuaternion
- Sensor.Orientation/zQuaternion
- State.Transformed Load/Fx
- State.Transformed Load/Fy
- State.Transformed Load/Fz
- State.Transformed Load/Mx
- State.Transformed Load/My
- State.Transformed Load/Mz
- Group/Channel
- File Naming Convention - Ultrasound
- "Experiment Run Number"_"Donor ID"_"Limb Segment"_"Location"_"Test Type"-"Trial Number Index".tdms Where:
- Experiment Run Number: 3 digit number that gets auto-incremented for each tdms file (order in which data is collected for each specimen)
- Specimen ID
- Limb Segment:
- (UA) Upper Arm,
- (UL) Upper Leg,
- (LA) Lower Arm,
- (LL) Lower Leg
- Location: Two letters
- First Letter
- (A)nterior
- (P)osterior
- (M)edial
- (L)ateral
- Second Letter
- (P)roximal
- (D)istal
- (C)entral
- First Letter
- Test Type:
- I = Indentation
- A = Anatomy (no indentation)
- Trial Number Index: auto-incremented for each trial. i.e. if the location is tested more than once the subsequent data files will be -2, -3, etc.
- Example Data File Name: 034_CMULTIS033-2_UA_AP_I-4.tdms
- "Experiment Run Number"_"Donor ID"_"Limb Segment"_"Location"_"Test Type"-"Trial Number Index".tdms Where:
File Naming Convention - Imaging
- Combined DICOM converted to NIFTI image format (CT)
- "Donor ID"_Segment_CT.nii (example: CMULTIS001-1_WL_CT.nii)
- Combined DICOM converted to NIFTI image format (MRI)
- MRI_"DONOR ID"_"Segment"_"Acquisition Properties".nii Where:
- Segment
- UL = Upper Leg
- LL = Lower Leg
- UA = Upper Arm
- LA = Lower Arm
- WL = Whole Leg
- WA = Whole Arm
- Acquisition Properties
T1 = T1-weighted without fat suppression
FS = T1-weighted with fat suppression
- Segment
- Example File Name: CMULTIS002-3_UA_MRI_T1.nii
- MRI_"DONOR ID"_"Segment"_"Acquisition Properties".nii Where:
File Naming Convention - Image Registration
- Registration Marker STLs
- Follows imaging convention with the the appropriate fiducial marker label added (F = Femur, T = Tibia, H = Humerus, R = Radius).
- CT Example: CMULTIS002-1_F2_CT, which corresponds to the second fiducial marker of the femur bone.
- MRI Example: CMULTIS002-3_R1_MR, which corresponds to the first fiducial marker of the radius bone of the T1-weighted image set.
- Follows imaging convention with the the appropriate fiducial marker label added (F = Femur, T = Tibia, H = Humerus, R = Radius).
File Naming Convention - Mechanical Testing
- "Experiment Run Number"_"Donor ID"_"Limb Segment"_"Location"_"Tissue"_"Shape"_"Orientation"_"Test Type"-"Trial Number Index".txt
- Similar to naming convention above with the following exceptions
- Where:
- Donor ID
- Limb Segment:
- (UA) Upper Arm,
- (UL) Upper Leg,
- (LA) Lower Arm,
- (LL) Lower Leg
- Tissue
- (S)kin
- (F)at
- (M)uscle
- (SF) Skin-Fat interface
- (SM) Skin-Muscle interface
- (FM) Fat-Muscle interface
- (MM) Muscle-Muscle interface
- First Letter
- A)nterior
- (P)osterior
- (M)edial
- (L)ateral
- (P)roximal
- (D)istal
- (C)entral
- Orientation
- (CI) Across Interface
- (LI)Along Interface
- (0) degrees
- (45) degrees
- (90) degrees
- Test Type
- (T)ensile
- (UC) Unconfined Compression
- (CC) Confined Compression
- Some sections were further divided. See photos for tissue location.
File Naming Convention - Video Recording of Indentation
- Same as TDMS naming convention with following exceptions
- ".mp4" extension
- Camera Number (1,2,3,4)
- "Donor ID"_"Limb Segment"_"Camera Number".mp4
Folder Structure
- Software will be located in the following folder
C:\Program Files\National Instruments\LabVIEW 2013\vi.lib\BioRobotics\Linus
- Configuration (contains master Subject Configuration File, Sensor configuration files, Ultrasound Locations)
- Data will be sorted into the following folder convention
- Drive (e.g. C:)
- Test Cell (MULTIS Data)
- Subject (Subject ID number)
- Configuration (contains the single subject configuration file)
- Data (contains all the binary data files)
- Subject (Subject ID number)
- Test Cell (MULTIS Data)
- Drive (e.g. C:)