=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0109 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0109",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
104 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
104 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-02/func/sub-0109_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>bf78bb8c4c6b1b386b1485f9916f8305</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:54:17.427500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999558, 0.0255434, 0.0152292, -0.0265234, 0.997328, 0.0680661]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0819198</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4216, -7775, -7210, 367, -154, 57, 87, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.14</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b7b2ea89-ee30-4338-bfee-e274f659f8c1||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6817402839660645, -0.07116043567657471, 0.036314740777015686, 115.18209075927734], [-0.06853095442056656, 2.6757586002349854, 0.18478775024414062, -108.25395965576172], [0.040858909487724304, -0.18261632323265076, 2.6934244632720947, -54.96819305419922], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 839]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839], 'AcquisitionTime': ['115417.427500', '115417.887500', '115418.347500', '115418.807500', '115419.267500', '115419.727500', '115420.187500', '115420.647500', '115421.107500', '115421.567500', '115422.027500', '115422.487500', '115422.947500', '115423.407500', '115423.867500', '115424.327500', '115424.787500', '115425.247500', '115425.707500', '115426.167500', '115426.627500', '115427.087500', '115427.547500', '115428.007500', '115428.467500', '115428.927500', '115429.387500', '115429.847500', '115430.307500', '115430.767500', '115431.227500', '115431.687500', '115432.147500', '115432.607500', '115433.067500', '115433.527500', '115433.987500', '115434.447500', '115434.907500', '115435.367500', '115435.827500', '115436.287500', '115436.747500', '115437.207500', '115437.667500', '115438.127500', '115438.587500', '115439.047500', '115439.507500', '115439.967500', '115440.427500', '115440.887500', '115441.347500', '115441.807500', '115442.267500', '115442.727500', '115443.187500', '115443.647500', '115444.107500', '115444.567500', '115445.027500', '115445.487500', '115445.947500', '115446.407500', '115446.867500', '115447.327500', '115447.787500', '115448.247500', '115448.707500', '115449.167500', '115449.627500', '115450.087500', '115450.547500', '115451.007500', '115451.467500', '115451.927500', '115452.387500', '115452.847500', '115453.307500', '115453.767500', '115454.227500', '115454.687500', '115455.147500', '115455.607500', '115456.067500', '115456.527500', '115456.987500', '115457.447500', '115457.907500', '115458.367500', '115458.827500', '115459.287500', '115459.747500', '115500.207500', '115500.667500', '115501.127500', '115501.587500', '115502.047500', '115502.507500', '115502.967500', '115503.427500', '115503.887500', '115504.347500', '115504.807500', '115505.267500', '115505.727500', '115506.187500', '115506.647500', '115507.107500', '115507.567500', '115508.027500', '115508.487500', '115508.947500', '115509.407500', '115509.867500', '115510.327500', '115510.787500', '115511.247500', '115511.707500', '115512.167500', '115512.627500', '115513.087500', '115513.547500', '115514.007500', '115514.467500', '115514.927500', '115515.387500', '115515.847500', '115516.307500', '115516.767500', '115517.227500', '115517.687500', '115518.147500', '115518.607500', '115519.067500', '115519.527500', '115519.987500', '115520.447500', '115520.907500', '115521.367500', '115521.827500', '115522.287500', '115522.747500', '115523.207500', '115523.667500', '115524.127500', '115524.587500', '115525.047500', '115525.507500', '115525.967500', '115526.427500', '115526.887500', '115527.347500', '115527.807500', '115528.267500', '115528.727500', '115529.187500', '115529.647500', '115530.107500', '115530.567500', '115531.027500', '115531.487500', '115531.947500', '115532.407500', '115532.867500', '115533.327500', '115533.787500', '115534.247500', '115534.707500', '115535.167500', '115535.627500', '115536.087500', '115536.547500', '115537.007500', '115537.467500', '115537.927500', '115538.387500', '115538.847500', '115539.307500', '115539.767500', '115540.227500', '115540.687500', '115541.147500', '115541.607500', '115542.067500', '115542.527500', '115542.987500', '115543.447500', '115543.907500', '115544.367500', '115544.827500', '115545.287500', '115545.747500', '115546.207500', '115546.667500', '115547.127500', '115547.587500', '115548.047500', '115548.507500', '115548.967500', '115549.427500', '115549.887500', '115550.347500', '115550.807500', '115551.267500', '115551.727500', '115552.187500', '115552.647500', '115553.107500', '115553.567500', '115554.027500', '115554.487500', '115554.947500', '115555.407500', '115555.867500', '115556.327500', '115556.787500', '115557.247500', '115557.707500', '115558.167500', '115558.627500', '115559.087500', '115559.547500', '115600.007500', '115600.467500', '115600.927500', '115601.387500', '115601.847500', '115602.307500', '115602.767500', '115603.227500', '115603.687500', '115604.147500', '115604.607500', '115605.067500', '115605.527500', '115605.987500', '115606.447500', '115606.907500', '115607.367500', '115607.827500', '115608.287500', '115608.747500', '115609.207500', '115609.667500', '115610.127500', '115610.587500', '115611.047500', '115611.507500', '115611.967500', '115612.427500', '115612.887500', '115613.347500', '115613.807500', '115614.267500', '115614.727500', '115615.187500', '115615.647500', '115616.107500', '115616.567500', '115617.027500', '115617.487500', '115617.947500', '115618.407500', '115618.867500', '115619.327500', '115619.787500', '115620.247500', '115620.707500', '115621.167500', '115621.627500', '115622.087500', '115622.547500', '115623.007500', '115623.467500', '115623.927500', '115624.387500', '115624.847500', '115625.307500', '115625.767500', '115626.227500', '115626.687500', '115627.147500', '115627.607500', '115628.067500', '115628.527500', '115628.987500', '115629.447500', '115629.907500', '115630.367500', '115630.827500', '115631.287500', '115631.747500', '115632.207500', '115632.667500', '115633.127500', '115633.587500', '115634.047500', '115634.507500', '115634.967500', '115635.427500', '115635.887500', '115636.347500', '115636.807500', '115637.267500', '115637.727500', '115638.187500', '115638.647500', '115639.107500', '115639.567500', '115640.027500', '115640.487500', '115640.947500', '115641.407500', '115641.867500', '115642.327500', '115642.787500', '115643.247500', '115643.707500', '115644.167500', '115644.627500', '115645.087500', '115645.547500', '115646.007500', '115646.467500', '115646.927500', '115647.387500', '115647.847500', '115648.307500', '115648.767500', '115649.227500', '115649.687500', '115650.147500', '115650.607500', '115651.067500', '115651.527500', '115651.987500', '115652.447500', '115652.907500', '115653.367500', '115653.827500', '115654.287500', '115654.747500', '115655.207500', '115655.667500', '115656.127500', '115656.587500', '115657.047500', '115657.507500', '115657.967500', '115658.427500', '115658.887500', '115659.347500', '115659.807500', '115700.267500', '115700.727500', '115701.187500', '115701.647500', '115702.107500', '115702.567500', '115703.027500', '115703.487500', '115703.947500', '115704.407500', '115704.867500', '115705.327500', '115705.787500', '115706.247500', '115706.707500', '115707.167500', '115707.627500', '115708.087500', '115708.547500', '115709.007500', '115709.467500', '115709.927500', '115710.387500', '115710.847500', '115711.307500', '115711.767500', '115712.227500', '115712.687500', '115713.147500', '115713.607500', '115714.067500', '115714.527500', '115714.987500', '115715.447500', '115715.907500', '115716.367500', '115716.827500', '115717.287500', '115717.747500', '115718.207500', '115718.667500', '115719.127500', '115719.587500', '115720.047500', '115720.507500', '115720.967500', '115721.427500', '115721.887500', '115722.347500', '115722.807500', '115723.267500', '115723.727500', '115724.187500', '115724.647500', '115725.107500', '115725.567500', '115726.027500', '115726.487500', '115726.947500', '115727.407500', '115727.867500', '115728.327500', '115728.787500', '115729.247500', '115729.707500', '115730.167500', '115730.627500', '115731.087500', '115731.547500', '115732.007500', '115732.467500', '115732.927500', '115733.387500', '115733.847500', '115734.307500', '115734.767500', '115735.227500', '115735.687500', '115736.147500', '115736.607500', '115737.067500', '115737.527500', '115737.987500', '115738.447500', '115738.907500', '115739.367500', '115739.827500', '115740.287500', '115740.747500', '115741.207500', '115741.667500', '115742.127500', '115742.587500', '115743.047500', '115743.507500', '115743.967500', '115744.427500', '115744.887500', '115745.347500', '115745.807500', '115746.267500', '115746.727500', '115747.187500', '115747.647500', '115748.107500', '115748.567500', '115749.027500', '115749.487500', '115749.947500', '115750.407500', '115750.867500', '115751.327500', '115751.787500', '115752.247500', '115752.707500', '115753.167500', '115753.627500', '115754.087500', '115754.547500', '115755.007500', '115755.467500', '115755.927500', '115756.387500', '115756.847500', '115757.307500', '115757.767500', '115758.227500', '115758.687500', '115759.147500', '115759.607500', '115800.067500', '115800.527500', '115800.987500', '115801.447500', '115801.907500', '115802.367500', '115802.827500', '115803.287500', '115803.747500', '115804.207500', '115804.667500', '115805.127500', '115805.587500', '115806.047500', '115806.507500', '115806.967500', '115807.427500', '115807.887500', '115808.347500', '115808.807500', '115809.267500', '115809.727500', '115810.187500', '115810.647500', '115811.107500', '115811.567500', '115812.027500', '115812.487500', '115812.947500', '115813.407500', '115813.867500', '115814.327500', '115814.787500', '115815.247500', '115815.707500', '115816.167500', '115816.627500', '115817.087500', '115817.547500', '115818.007500', '115818.467500', '115818.927500', '115819.387500', '115819.847500', '115820.307500', '115820.767500', '115821.227500', '115821.687500', '115822.147500', '115822.607500', '115823.067500', '115823.527500', '115823.987500', '115824.447500', '115824.907500', '115825.367500', '115825.827500', '115826.287500', '115826.747500', '115827.207500', '115827.667500', '115828.127500', '115828.587500', '115829.047500', '115829.507500', '115829.967500', '115830.427500', '115830.887500', '115831.347500', '115831.807500', '115832.267500', '115832.727500', '115833.187500', '115833.647500', '115834.107500', '115834.567500', '115835.027500', '115835.487500', '115835.947500', '115836.407500', '115836.867500', '115837.327500', '115837.787500', '115838.247500', '115838.707500', '115839.167500', '115839.627500', '115840.087500', '115840.547500', '115841.007500', '115841.467500', '115841.927500', '115842.387500', '115842.847500', '115843.307500', '115843.767500', '115844.227500', '115844.687500', '115845.147500', '115845.607500', '115846.067500', '115846.527500', '115846.987500', '115847.447500', '115847.907500', '115848.367500', '115848.827500', '115849.287500', '115849.747500', '115850.207500', '115850.667500', '115851.127500', '115851.587500', '115852.047500', '115852.507500', '115852.967500', '115853.427500', '115853.887500', '115854.347500', '115854.807500', '115855.267500', '115855.727500', '115856.187500', '115856.647500', '115857.107500', '115857.567500', '115858.027500', '115858.487500', '115858.947500', '115859.407500', '115859.867500', '115900.327500', '115900.787500', '115901.247500', '115901.707500', '115902.167500', '115902.627500', '115903.087500', '115903.547500', '115904.007500', '115904.467500', '115904.927500', '115905.387500', '115905.847500', '115906.307500', '115906.767500', '115907.227500', '115907.687500', '115908.147500', '115908.607500', '115909.067500', '115909.527500', '115909.987500', '115910.447500', '115910.907500', '115911.367500', '115911.827500', '115912.287500', '115912.747500', '115913.207500', '115913.667500', '115914.127500', '115914.587500', '115915.047500', '115915.507500', '115915.967500', '115916.427500', '115916.887500', '115917.347500', '115917.807500', '115918.267500', '115918.727500', '115919.187500', '115919.647500', '115920.107500', '115920.567500', '115921.027500', '115921.487500', '115921.947500', '115922.407500', '115922.867500', '115923.327500', '115923.787500', '115924.247500', '115924.707500', '115925.167500', '115925.627500', '115926.087500', '115926.547500', '115927.007500', '115927.467500', '115927.927500', '115928.387500', '115928.847500', '115929.307500', '115929.767500', '115930.227500', '115930.687500', '115931.147500', '115931.607500', '115932.067500', '115932.527500', '115932.987500', '115933.447500', '115933.907500', '115934.367500', '115934.827500', '115935.287500', '115935.747500', '115936.207500', '115936.667500', '115937.127500', '115937.587500', '115938.047500', '115938.507500', '115938.967500', '115939.427500', '115939.887500', '115940.347500', '115940.807500', '115941.267500', '115941.727500', '115942.187500', '115942.647500', '115943.107500', '115943.567500', '115944.027500', '115944.487500', '115944.947500', '115945.407500', '115945.867500', '115946.327500', '115946.787500', '115947.247500', '115947.707500', '115948.167500', '115948.627500', '115949.087500', '115949.547500', '115950.007500', '115950.467500', '115950.927500', '115951.387500', '115951.847500', '115952.307500', '115952.767500', '115953.227500', '115953.687500', '115954.147500', '115954.607500', '115955.067500', '115955.527500', '115955.987500', '115956.447500', '115956.907500', '115957.367500', '115957.827500', '115958.287500', '115958.747500', '115959.207500', '115959.667500', '120000.127500', '120000.587500', '120001.047500', '120001.507500', '120001.967500', '120002.427500', '120002.887500', '120003.347500', '120003.807500', '120004.267500', '120004.727500', '120005.187500', '120005.647500', '120006.107500', '120006.567500', '120007.027500', '120007.487500', '120007.947500', '120008.407500', '120008.867500', '120009.327500', '120009.787500', '120010.247500', '120010.707500', '120011.167500', '120011.627500', '120012.087500', '120012.547500', '120013.007500', '120013.467500', '120013.927500', '120014.387500', '120014.847500', '120015.307500', '120015.767500', '120016.227500', '120016.687500', '120017.147500', '120017.607500', '120018.067500', '120018.527500', '120018.987500', '120019.447500', '120019.907500', '120020.367500', '120020.827500', '120021.287500', '120021.747500', '120022.207500', '120022.667500', '120023.127500', '120023.587500', '120024.047500', '120024.507500', '120024.967500', '120025.427500', '120025.887500', '120026.347500', '120026.807500', '120027.267500', '120027.727500', '120028.187500', '120028.647500', '120029.107500', '120029.567500', '120030.027500', '120030.487500', '120030.947500', '120031.407500', '120031.867500', '120032.327500', '120032.787500', '120033.247500', '120033.707500', '120034.167500', '120034.627500', '120035.087500', '120035.547500', '120036.007500', '120036.467500', '120036.927500', '120037.387500', '120037.847500', '120038.307500', '120038.767500', '120039.227500', '120039.687500', '120040.147500', '120040.607500', '120041.067500', '120041.527500', '120041.987500', '120042.447500', '120042.907500'], 'ContentTime': ['115434.937000', '115434.940000', '115434.943000', '115434.945000', '115434.948000', '115434.951000', '115434.953000', '115434.956000', '115434.958000', '115434.961000', '115434.964000', '115434.967000', '115434.969000', '115434.972000', '115434.975000', '115434.980000', '115434.982000', '115434.985000', '115434.987000', '115434.990000', '115434.993000', '115434.995000', '115434.998000', '115435.001000', '115435.004000', '115435.006000', '115435.009000', '115435.012000', '115435.022000', '115435.025000', '115435.028000', '115435.030000', '115435.033000', '115435.035000', '115435.038000', '115454.907000', '115454.910000', '115454.913000', '115454.915000', '115454.918000', '115454.920000', '115454.931000', '115454.934000', '115454.937000', '115454.939000', '115454.942000', '115454.950000', '115454.953000', '115454.955000', '115454.958000', '115454.960000', '115454.963000', '115454.966000', '115454.968000', '115454.971000', '115454.973000', '115454.976000', '115454.978000', '115454.981000', '115454.983000', '115454.986000', '115454.989000', '115454.991000', '115454.994000', '115454.996000', '115455.000000', '115455.002000', '115455.005000', '115455.007000', '115455.010000', '115455.013000', '115455.015000', '115455.018000', '115455.020000', '115455.023000', '115455.025000', '115455.028000', '115455.031000', '115455.033000', '115514.907000', '115514.918000', '115514.920000', '115514.923000', '115514.926000', '115514.928000', '115514.931000', '115514.933000', '115514.936000', '115514.939000', '115514.941000', '115514.944000', '115514.946000', '115514.949000', '115514.952000', '115514.954000', '115514.957000', '115514.959000', '115514.962000', '115514.964000', '115514.967000', '115514.969000', '115514.972000', '115514.975000', '115514.977000', '115514.980000', '115514.982000', '115514.985000', '115514.987000', '115514.990000', '115514.993000', '115514.995000', '115514.998000', '115515.001000', '115515.004000', '115515.006000', '115515.009000', '115515.012000', '115515.014000', '115515.017000', '115515.019000', '115515.022000', '115515.025000', '115534.907000', '115534.910000', '115534.913000', '115534.915000', '115534.918000', '115534.921000', '115534.923000', '115534.926000', '115534.929000', '115534.931000', '115534.934000', '115534.936000', '115534.939000', '115534.941000', '115534.944000', '115534.946000', '115534.949000', '115534.952000', '115534.954000', '115534.957000', '115534.959000', '115534.962000', '115534.964000', '115534.967000', '115534.970000', '115534.972000', '115534.975000', '115534.977000', '115534.980000', '115534.982000', '115534.985000', '115534.987000', '115534.990000', '115534.993000', '115534.995000', '115534.998000', '115535.001000', '115535.004000', '115535.006000', '115535.009000', '115535.011000', '115535.014000', '115535.017000', '115535.019000', '115554.907000', '115554.910000', '115554.913000', '115554.916000', '115554.918000', '115554.921000', '115554.923000', '115554.926000', '115554.928000', '115554.931000', '115554.933000', '115554.936000', '115554.938000', '115554.941000', '115554.944000', '115554.946000', '115554.949000', '115554.951000', '115554.954000', '115554.956000', '115554.959000', '115554.961000', '115554.964000', '115554.967000', '115554.970000', '115554.973000', '115554.976000', '115554.979000', '115554.981000', '115554.984000', '115554.986000', '115554.989000', '115554.992000', '115554.994000', '115554.997000', '115555.000000', '115555.004000', '115555.007000', '115555.009000', '115555.012000', '115555.015000', '115555.017000', '115555.020000', '115614.907000', '115614.910000', '115614.913000', '115614.916000', '115614.918000', '115614.921000', '115614.923000', '115614.926000', '115614.928000', '115614.931000', '115614.934000', '115614.936000', '115614.939000', '115614.941000', '115614.944000', '115614.946000', '115614.949000', '115614.952000', '115614.954000', '115614.957000', '115614.959000', '115614.962000', '115614.964000', '115614.967000', '115614.969000', '115614.972000', '115614.975000', '115614.977000', '115614.980000', '115614.983000', '115614.985000', '115614.988000', '115614.990000', '115614.993000', '115614.996000', '115614.998000', '115615.002000', '115615.004000', '115615.007000', '115615.009000', '115615.012000', '115615.014000', '115615.017000', '115615.020000', '115634.907000', '115634.910000', '115634.913000', '115634.915000', '115634.918000', '115634.921000', '115634.923000', '115634.926000', '115634.928000', '115634.931000', '115634.933000', '115634.936000', '115634.939000', '115634.941000', '115634.944000', '115634.958000', '115634.960000', '115634.963000', '115634.966000', '115634.969000', '115634.972000', '115634.975000', '115634.978000', '115634.980000', '115634.983000', '115634.985000', '115634.988000', '115634.991000', '115634.993000', '115634.996000', '115634.998000', '115635.002000', '115635.005000', '115635.007000', '115635.010000', '115635.012000', '115635.015000', '115635.017000', '115635.020000', '115635.022000', '115635.025000', '115635.027000', '115635.030000', '115654.907000', '115654.910000', '115654.913000', '115654.915000', '115654.918000', '115654.921000', '115654.923000', '115654.926000', '115654.928000', '115654.931000', '115654.933000', '115654.936000', '115654.939000', '115654.941000', '115654.944000', '115654.946000', '115654.949000', '115654.952000', '115654.954000', '115654.957000', '115654.959000', '115654.962000', '115654.964000', '115654.967000', '115654.969000', '115654.972000', '115654.975000', '115654.977000', '115654.980000', '115654.982000', '115654.985000', '115654.987000', '115654.990000', '115654.993000', '115654.995000', '115654.998000', '115655.001000', '115655.004000', '115655.006000', '115655.009000', '115655.012000', '115655.014000', '115655.017000', '115655.019000', '115714.908000', '115714.911000', '115714.913000', '115714.916000', '115714.918000', '115714.921000', '115714.923000', '115714.926000', '115714.929000', '115714.931000', '115714.934000', '115714.936000', '115714.939000', '115714.941000', '115714.944000', '115714.947000', '115714.949000', '115714.952000', '115714.954000', '115714.957000', '115714.960000', '115714.962000', '115714.965000', '115714.967000', '115714.970000', '115714.972000', '115714.984000', '115714.986000', '115714.989000', '115714.991000', '115714.994000', '115714.997000', '115715.000000', '115715.003000', '115715.005000', '115715.008000', '115715.011000', '115715.013000', '115715.016000', '115715.018000', '115715.021000', '115715.024000', '115715.027000', '115734.907000', '115734.910000', '115734.913000', '115734.915000', '115734.918000', '115734.921000', '115734.923000', '115734.926000', '115734.928000', '115734.931000', '115734.933000', '115734.936000', '115734.939000', '115734.941000', '115734.944000', '115734.946000', '115734.949000', '115734.951000', '115734.954000', '115734.956000', '115734.959000', '115734.962000', '115734.964000', '115734.967000', '115734.969000', '115734.972000', '115734.974000', '115734.977000', '115734.980000', '115734.982000', '115734.985000', '115734.987000', '115734.990000', '115734.992000', '115734.995000', '115734.997000', '115735.001000', '115735.004000', '115735.006000', '115735.009000', '115735.011000', '115735.014000', '115735.017000', '115735.019000', '115754.907000', '115754.910000', '115754.913000', '115754.916000', '115754.918000', '115754.921000', '115754.923000', '115754.926000', '115754.928000', '115754.931000', '115754.933000', '115754.936000', '115754.939000', '115754.941000', '115754.944000', '115754.946000', '115754.949000', '115754.951000', '115754.954000', '115754.957000', '115754.959000', '115754.962000', '115754.964000', '115754.967000', '115754.969000', '115754.972000', '115754.975000', '115754.977000', '115754.980000', '115754.982000', '115754.985000', '115754.988000', '115754.990000', '115754.993000', '115754.995000', '115754.998000', '115755.001000', '115755.004000', '115755.007000', '115755.009000', '115755.025000', '115755.027000', '115755.030000', '115814.908000', '115814.911000', '115814.913000', '115814.916000', '115814.919000', '115814.921000', '115814.924000', '115814.927000', '115814.929000', '115814.932000', '115814.934000', '115814.937000', '115814.940000', '115814.942000', '115814.945000', '115814.947000', '115814.950000', '115814.952000', '115814.955000', '115814.958000', '115814.960000', '115814.963000', '115814.965000', '115814.968000', '115814.970000', '115814.973000', '115814.976000', '115814.978000', '115814.981000', '115814.983000', '115814.986000', '115814.989000', '115814.991000', '115814.994000', '115814.996000', '115815.000000', '115815.002000', '115815.005000', '115815.008000', '115815.010000', '115815.013000', '115815.016000', '115815.018000', '115834.908000', '115834.910000', '115834.913000', '115834.916000', '115834.918000', '115834.921000', '115834.923000', '115834.926000', '115834.928000', '115834.931000', '115834.934000', '115834.936000', '115834.939000', '115834.941000', '115834.944000', '115834.946000', '115834.949000', '115834.952000', '115834.954000', '115834.957000', '115834.959000', '115834.962000', '115834.964000', '115834.967000', '115834.969000', '115834.972000', '115834.975000', '115834.977000', '115834.980000', '115834.983000', '115834.985000', '115834.988000', '115834.990000', '115834.993000', '115834.995000', '115834.998000', '115835.001000', '115835.003000', '115835.006000', '115835.008000', '115835.011000', '115835.014000', '115835.016000', '115835.019000', '115854.908000', '115854.911000', '115854.914000', '115854.917000', '115854.920000', '115854.922000', '115854.925000', '115854.928000', '115854.930000', '115854.933000', '115854.935000', '115854.938000', '115854.940000', '115854.943000', '115854.946000', '115854.948000', '115854.951000', '115854.953000', '115854.956000', '115854.959000', '115854.961000', '115854.964000', '115854.966000', '115854.969000', '115854.972000', '115854.974000', '115854.977000', '115854.979000', '115854.982000', '115854.984000', '115854.987000', '115854.990000', '115854.992000', '115854.995000', '115854.997000', '115855.001000', '115855.004000', '115855.006000', '115855.009000', '115855.011000', '115855.014000', '115855.016000', '115855.019000', '115914.907000', '115914.910000', '115914.913000', '115914.915000', '115914.918000', '115914.921000', '115914.923000', '115914.926000', '115914.928000', '115914.931000', '115914.933000', '115914.936000', '115914.939000', '115914.941000', '115914.944000', '115914.946000', '115914.949000', '115914.951000', '115914.954000', '115914.957000', '115914.959000', '115914.962000', '115914.964000', '115914.967000', '115914.970000', '115914.972000', '115914.975000', '115914.977000', '115914.980000', '115914.983000', '115914.985000', '115914.988000', '115914.990000', '115914.993000', '115914.995000', '115914.998000', '115915.001000', '115915.004000', '115915.007000', '115915.009000', '115915.012000', '115915.015000', '115915.017000', '115915.020000', '115934.908000', '115934.910000', '115934.913000', '115934.916000', '115934.918000', '115934.921000', '115934.923000', '115934.926000', '115934.936000', '115934.939000', '115934.942000', '115934.944000', '115934.947000', '115934.949000', '115934.952000', '115934.954000', '115934.957000', '115934.960000', '115934.962000', '115934.965000', '115934.967000', '115934.970000', '115934.973000', '115934.975000', '115934.978000', '115934.980000', '115934.983000', '115934.985000', '115934.988000', '115934.991000', '115934.993000', '115934.996000', '115934.998000', '115935.001000', '115935.004000', '115935.006000', '115935.009000', '115935.011000', '115935.014000', '115935.017000', '115935.019000', '115935.022000', '115935.024000', '115935.027000', '115954.908000', '115954.911000', '115954.913000', '115954.916000', '115954.918000', '115954.921000', '115954.924000', '115954.926000', '115954.929000', '115954.931000', '115954.934000', '115954.937000', '115954.939000', '115954.942000', '115954.944000', '115954.947000', '115954.949000', '115954.952000', '115954.956000', '115954.959000', '115954.962000', '115954.964000', '115954.967000', '115954.969000', '115954.972000', '115954.975000', '115954.977000', '115954.980000', '115954.982000', '115954.985000', '115954.988000', '115954.990000', '115954.993000', '115954.995000', '115954.998000', '115955.001000', '115955.004000', '115955.007000', '115955.009000', '115955.012000', '115955.014000', '115955.017000', '115955.020000', '120014.907000', '120014.910000', '120014.913000', '120014.915000', '120014.918000', '120014.921000', '120014.923000', '120014.926000', '120014.928000', '120014.931000', '120014.934000', '120014.936000', '120014.939000', '120014.941000', '120014.944000', '120014.946000', '120014.949000', '120014.952000', '120014.954000', '120014.957000', '120014.959000', '120014.962000', '120014.965000', '120014.967000', '120014.970000', '120014.972000', '120014.975000', '120014.977000', '120014.980000', '120014.982000', '120014.985000', '120014.988000', '120014.990000', '120014.993000', '120014.995000', '120014.998000', '120015.001000', '120015.004000', '120015.007000', '120015.009000', '120015.012000', '120015.014000', '120015.017000', '120015.019000', '120034.908000', '120034.911000', '120034.913000', '120034.916000', '120034.918000', '120034.921000', '120034.924000', '120034.926000', '120034.929000', '120034.931000', '120034.934000', '120034.936000', '120034.939000', '120034.942000', '120034.944000', '120034.947000', '120034.949000', '120034.952000', '120034.954000', '120034.957000', '120034.959000', '120034.962000', '120034.965000', '120034.967000', '120034.970000', '120034.972000', '120034.975000', '120034.978000', '120034.980000', '120034.983000', '120034.985000', '120034.988000', '120034.990000', '120034.993000', '120034.996000', '120034.998000', '120035.002000', '120035.004000', '120035.007000', '120035.010000', '120035.012000', '120035.015000', '120035.017000', '120044.324000', '120044.327000', '120044.330000', '120044.333000', '120044.335000', '120044.338000', '120044.341000', '120044.343000', '120044.346000', '120044.349000', '120044.351000', '120044.354000', '120044.357000', '120044.360000', '120044.363000', '120044.365000', '120044.368000', '120044.371000', '120044.373000', '120044.381000', '120044.384000'], 'InstanceCreationTime': ['115434.937000', '115434.940000', '115434.943000', '115434.945000', '115434.948000', '115434.951000', '115434.953000', '115434.956000', '115434.958000', '115434.961000', '115434.964000', '115434.967000', '115434.969000', '115434.972000', '115434.975000', '115434.980000', '115434.982000', '115434.985000', '115434.987000', '115434.990000', '115434.993000', '115434.995000', '115434.998000', '115435.001000', '115435.004000', '115435.006000', '115435.009000', '115435.012000', '115435.022000', '115435.025000', '115435.028000', '115435.030000', '115435.033000', '115435.035000', '115435.038000', '115454.907000', '115454.910000', '115454.913000', '115454.915000', '115454.918000', '115454.920000', '115454.931000', '115454.934000', '115454.937000', '115454.939000', '115454.942000', '115454.950000', '115454.953000', '115454.955000', '115454.958000', '115454.960000', '115454.963000', '115454.966000', '115454.968000', '115454.971000', '115454.973000', '115454.976000', '115454.978000', '115454.981000', '115454.983000', '115454.986000', '115454.989000', '115454.991000', '115454.994000', '115454.996000', '115455.000000', '115455.002000', '115455.005000', '115455.007000', '115455.010000', '115455.013000', '115455.015000', '115455.018000', '115455.020000', '115455.023000', '115455.025000', '115455.028000', '115455.031000', '115455.033000', '115514.907000', '115514.918000', '115514.920000', '115514.923000', '115514.926000', '115514.928000', '115514.931000', '115514.933000', '115514.936000', '115514.939000', '115514.941000', '115514.944000', '115514.946000', '115514.949000', '115514.952000', '115514.954000', '115514.957000', '115514.959000', '115514.962000', '115514.964000', '115514.967000', '115514.969000', '115514.972000', '115514.975000', '115514.977000', '115514.980000', '115514.982000', '115514.985000', '115514.987000', '115514.990000', '115514.993000', '115514.995000', '115514.998000', '115515.001000', '115515.004000', '115515.006000', '115515.009000', '115515.012000', '115515.014000', '115515.017000', '115515.019000', '115515.022000', '115515.025000', '115534.907000', '115534.910000', '115534.913000', '115534.915000', '115534.918000', '115534.921000', '115534.923000', '115534.926000', '115534.929000', '115534.931000', '115534.934000', '115534.936000', '115534.939000', '115534.941000', '115534.944000', '115534.946000', '115534.949000', '115534.952000', '115534.954000', '115534.957000', '115534.959000', '115534.962000', '115534.964000', '115534.967000', '115534.970000', '115534.972000', '115534.975000', '115534.977000', '115534.980000', '115534.982000', '115534.985000', '115534.987000', '115534.990000', '115534.993000', '115534.995000', '115534.998000', '115535.001000', '115535.004000', '115535.006000', '115535.009000', '115535.011000', '115535.014000', '115535.017000', '115535.019000', '115554.907000', '115554.910000', '115554.913000', '115554.916000', '115554.918000', '115554.921000', '115554.923000', '115554.926000', '115554.928000', '115554.931000', '115554.933000', '115554.936000', '115554.938000', '115554.941000', '115554.944000', '115554.946000', '115554.949000', '115554.951000', '115554.954000', '115554.956000', '115554.959000', '115554.961000', '115554.964000', '115554.967000', '115554.970000', '115554.973000', '115554.976000', '115554.979000', '115554.981000', '115554.984000', '115554.986000', '115554.989000', '115554.992000', '115554.994000', '115554.997000', '115555.000000', '115555.004000', '115555.007000', '115555.009000', '115555.012000', '115555.015000', '115555.017000', '115555.020000', '115614.907000', '115614.910000', '115614.913000', '115614.916000', '115614.918000', '115614.921000', '115614.923000', '115614.926000', '115614.928000', '115614.931000', '115614.934000', '115614.936000', '115614.939000', '115614.941000', '115614.944000', '115614.946000', '115614.949000', '115614.952000', '115614.954000', '115614.957000', '115614.959000', '115614.962000', '115614.964000', '115614.967000', '115614.969000', '115614.972000', '115614.975000', '115614.977000', '115614.980000', '115614.983000', '115614.985000', '115614.988000', '115614.990000', '115614.993000', '115614.996000', '115614.998000', '115615.002000', '115615.004000', '115615.007000', '115615.009000', '115615.012000', '115615.014000', '115615.017000', '115615.020000', '115634.907000', '115634.910000', '115634.913000', '115634.915000', '115634.918000', '115634.921000', '115634.923000', '115634.926000', '115634.928000', '115634.931000', '115634.933000', '115634.936000', '115634.939000', '115634.941000', '115634.944000', '115634.958000', '115634.960000', '115634.963000', '115634.966000', '115634.969000', '115634.972000', '115634.975000', '115634.978000', '115634.980000', '115634.983000', '115634.985000', '115634.988000', '115634.991000', '115634.993000', '115634.996000', '115634.998000', '115635.002000', '115635.005000', '115635.007000', '115635.010000', '115635.012000', '115635.015000', '115635.017000', '115635.020000', '115635.022000', '115635.025000', '115635.027000', '115635.030000', '115654.907000', '115654.910000', '115654.913000', '115654.915000', '115654.918000', '115654.921000', '115654.923000', '115654.926000', '115654.928000', '115654.931000', '115654.933000', '115654.936000', '115654.939000', '115654.941000', '115654.944000', '115654.946000', '115654.949000', '115654.952000', '115654.954000', '115654.957000', '115654.959000', '115654.962000', '115654.964000', '115654.967000', '115654.969000', '115654.972000', '115654.975000', '115654.977000', '115654.980000', '115654.982000', '115654.985000', '115654.987000', '115654.990000', '115654.993000', '115654.995000', '115654.998000', '115655.001000', '115655.004000', '115655.006000', '115655.009000', '115655.012000', '115655.014000', '115655.017000', '115655.019000', '115714.908000', '115714.911000', '115714.913000', '115714.916000', '115714.918000', '115714.921000', '115714.923000', '115714.926000', '115714.929000', '115714.931000', '115714.934000', '115714.936000', '115714.939000', '115714.941000', '115714.944000', '115714.947000', '115714.949000', '115714.952000', '115714.954000', '115714.957000', '115714.960000', '115714.962000', '115714.965000', '115714.967000', '115714.970000', '115714.972000', '115714.984000', '115714.986000', '115714.989000', '115714.991000', '115714.994000', '115714.997000', '115715.000000', '115715.003000', '115715.005000', '115715.008000', '115715.011000', '115715.013000', '115715.016000', '115715.018000', '115715.021000', '115715.024000', '115715.027000', '115734.907000', '115734.910000', '115734.913000', '115734.915000', '115734.918000', '115734.921000', '115734.923000', '115734.926000', '115734.928000', '115734.931000', '115734.933000', '115734.936000', '115734.939000', '115734.941000', '115734.944000', '115734.946000', '115734.949000', '115734.951000', '115734.954000', '115734.956000', '115734.959000', '115734.962000', '115734.964000', '115734.967000', '115734.969000', '115734.972000', '115734.974000', '115734.977000', '115734.980000', '115734.982000', '115734.985000', '115734.987000', '115734.990000', '115734.992000', '115734.995000', '115734.997000', '115735.001000', '115735.004000', '115735.006000', '115735.009000', '115735.011000', '115735.014000', '115735.017000', '115735.019000', '115754.907000', '115754.910000', '115754.913000', '115754.916000', '115754.918000', '115754.921000', '115754.923000', '115754.926000', '115754.928000', '115754.931000', '115754.933000', '115754.936000', '115754.939000', '115754.941000', '115754.944000', '115754.946000', '115754.949000', '115754.951000', '115754.954000', '115754.957000', '115754.959000', '115754.962000', '115754.964000', '115754.967000', '115754.969000', '115754.972000', '115754.975000', '115754.977000', '115754.980000', '115754.982000', '115754.985000', '115754.988000', '115754.990000', '115754.993000', '115754.995000', '115754.998000', '115755.001000', '115755.004000', '115755.007000', '115755.009000', '115755.025000', '115755.027000', '115755.030000', '115814.908000', '115814.911000', '115814.913000', '115814.916000', '115814.919000', '115814.921000', '115814.924000', '115814.927000', '115814.929000', '115814.932000', '115814.934000', '115814.937000', '115814.940000', '115814.942000', '115814.945000', '115814.947000', '115814.950000', '115814.952000', '115814.955000', '115814.958000', '115814.960000', '115814.963000', '115814.965000', '115814.968000', '115814.970000', '115814.973000', '115814.976000', '115814.978000', '115814.981000', '115814.983000', '115814.986000', '115814.989000', '115814.991000', '115814.994000', '115814.996000', '115815.000000', '115815.002000', '115815.005000', '115815.008000', '115815.010000', '115815.013000', '115815.016000', '115815.018000', '115834.908000', '115834.910000', '115834.913000', '115834.916000', '115834.918000', '115834.921000', '115834.923000', '115834.926000', '115834.928000', '115834.931000', '115834.934000', '115834.936000', '115834.939000', '115834.941000', '115834.944000', '115834.946000', '115834.949000', '115834.952000', '115834.954000', '115834.957000', '115834.959000', '115834.962000', '115834.964000', '115834.967000', '115834.969000', '115834.972000', '115834.975000', '115834.977000', '115834.980000', '115834.983000', '115834.985000', '115834.988000', '115834.990000', '115834.993000', '115834.995000', '115834.998000', '115835.001000', '115835.003000', '115835.006000', '115835.008000', '115835.011000', '115835.014000', '115835.016000', '115835.019000', '115854.908000', '115854.911000', '115854.914000', '115854.917000', '115854.920000', '115854.922000', '115854.925000', '115854.928000', '115854.930000', '115854.933000', '115854.935000', '115854.938000', '115854.940000', '115854.943000', '115854.946000', '115854.948000', '115854.951000', '115854.953000', '115854.956000', '115854.959000', '115854.961000', '115854.964000', '115854.966000', '115854.969000', '115854.972000', '115854.974000', '115854.977000', '115854.979000', '115854.982000', '115854.984000', '115854.987000', '115854.990000', '115854.992000', '115854.995000', '115854.997000', '115855.001000', '115855.004000', '115855.006000', '115855.009000', '115855.011000', '115855.014000', '115855.016000', '115855.019000', '115914.907000', '115914.910000', '115914.913000', '115914.915000', '115914.918000', '115914.921000', '115914.923000', '115914.926000', '115914.928000', '115914.931000', '115914.933000', '115914.936000', '115914.939000', '115914.941000', '115914.944000', '115914.946000', '115914.949000', '115914.951000', '115914.954000', '115914.957000', '115914.959000', '115914.962000', '115914.964000', '115914.967000', '115914.970000', '115914.972000', '115914.975000', '115914.977000', '115914.980000', '115914.983000', '115914.985000', '115914.988000', '115914.990000', '115914.993000', '115914.995000', '115914.998000', '115915.001000', '115915.004000', '115915.007000', '115915.009000', '115915.012000', '115915.015000', '115915.017000', '115915.020000', '115934.908000', '115934.910000', '115934.913000', '115934.916000', '115934.918000', '115934.921000', '115934.923000', '115934.926000', '115934.936000', '115934.939000', '115934.942000', '115934.944000', '115934.947000', '115934.949000', '115934.952000', '115934.954000', '115934.957000', '115934.960000', '115934.962000', '115934.965000', '115934.967000', '115934.970000', '115934.973000', '115934.975000', '115934.978000', '115934.980000', '115934.983000', '115934.985000', '115934.988000', '115934.991000', '115934.993000', '115934.996000', '115934.998000', '115935.001000', '115935.004000', '115935.006000', '115935.009000', '115935.011000', '115935.014000', '115935.017000', '115935.019000', '115935.022000', '115935.024000', '115935.027000', '115954.908000', '115954.911000', '115954.913000', '115954.916000', '115954.918000', '115954.921000', '115954.924000', '115954.926000', '115954.929000', '115954.931000', '115954.934000', '115954.937000', '115954.939000', '115954.942000', '115954.944000', '115954.947000', '115954.949000', '115954.952000', '115954.956000', '115954.959000', '115954.962000', '115954.964000', '115954.967000', '115954.969000', '115954.972000', '115954.975000', '115954.977000', '115954.980000', '115954.982000', '115954.985000', '115954.988000', '115954.990000', '115954.993000', '115954.995000', '115954.998000', '115955.001000', '115955.004000', '115955.007000', '115955.009000', '115955.012000', '115955.014000', '115955.017000', '115955.020000', '120014.907000', '120014.910000', '120014.913000', '120014.915000', '120014.918000', '120014.921000', '120014.923000', '120014.926000', '120014.928000', '120014.931000', '120014.934000', '120014.936000', '120014.939000', '120014.941000', '120014.944000', '120014.946000', '120014.949000', '120014.952000', '120014.954000', '120014.957000', '120014.959000', '120014.962000', '120014.965000', '120014.967000', '120014.970000', '120014.972000', '120014.975000', '120014.977000', '120014.980000', '120014.982000', '120014.985000', '120014.988000', '120014.990000', '120014.993000', '120014.995000', '120014.998000', '120015.001000', '120015.004000', '120015.007000', '120015.009000', '120015.012000', '120015.014000', '120015.017000', '120015.019000', '120034.908000', '120034.911000', '120034.913000', '120034.916000', '120034.918000', '120034.921000', '120034.924000', '120034.926000', '120034.929000', '120034.931000', '120034.934000', '120034.936000', '120034.939000', '120034.942000', '120034.944000', '120034.947000', '120034.949000', '120034.952000', '120034.954000', '120034.957000', '120034.959000', '120034.962000', '120034.965000', '120034.967000', '120034.970000', '120034.972000', '120034.975000', '120034.978000', '120034.980000', '120034.983000', '120034.985000', '120034.988000', '120034.990000', '120034.993000', '120034.996000', '120034.998000', '120035.002000', '120035.004000', '120035.007000', '120035.010000', '120035.012000', '120035.015000', '120035.017000', '120044.324000', '120044.327000', '120044.330000', '120044.333000', '120044.335000', '120044.338000', '120044.341000', '120044.343000', '120044.346000', '120044.349000', '120044.351000', '120044.354000', '120044.357000', '120044.360000', '120044.363000', '120044.365000', '120044.368000', '120044.371000', '120044.373000', '120044.381000', '120044.384000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839], 'LargestImagePixelValue': [12685, 9674, 11426, 15170, 10340, 13304, 10425, 11485, 13030, 9926, 13611, 9041, 11817, 10694, 10351, 13274, 9056, 11938, 8272, 11099, 11034, 9450, 12889, 9512, 11869, 8492, 11310, 9888, 9803, 12545, 10233, 11746, 9811, 11343, 11857, 9796, 13265, 10555, 12323, 9837, 11504, 17167, 9904, 13650, 9487, 11979, 11353, 10751, 13476, 9844, 12364, 9662, 10985, 12325, 9869, 12812, 9279, 11783, 8990, 10783, 14049, 10752, 12420, 9607, 12088, 10833, 10172, 13637, 11142, 12550, 8783, 11676, 11178, 10188, 13594, 10723, 12491, 9631, 12385, 9878, 10940, 12031, 10474, 13398, 10184, 12551, 10200, 11660, 13863, 10418, 14876, 10720, 13163, 11409, 12875, 9979, 13334, 10703, 13118, 17150, 11985, 16650, 11452, 14429, 10062, 13169, 12383, 11778, 18668, 10274, 13998, 10332, 12201, 12521, 11006, 14407, 10253, 12857, 9920, 11489, 10878, 10261, 13405, 10428, 12339, 10087, 11168, 9947, 11453, 11229, 11145, 14666, 12036, 14227, 10449, 12623, 9491, 12062, 12023, 11370, 16331, 10046, 13378, 10572, 11986, 9454, 12045, 11858, 9853, 12947, 11107, 12184, 9800, 11715, 8593, 10127, 12923, 9900, 11901, 9910, 11902, 9642, 10982, 11920, 10231, 12730, 12315, 11621, 9982, 12493, 9861, 11561, 14333, 11011, 12496, 10096, 12391, 12912, 10124, 13323, 10935, 12121, 9614, 11909, 8770, 10110, 12402, 10613, 12173, 9712, 11622, 11279, 9959, 13106, 11425, 12317, 9465, 11436, 16693, 10531, 13814, 10606, 11671, 10233, 10290, 13516, 9962, 12903, 9710, 11257, 11500, 9893, 12563, 9183, 11784, 9250, 11287, 11828, 10583, 12748, 10359, 12649, 9765, 11676, 13455, 11029, 14780, 10534, 13259, 9743, 12159, 14543, 11060, 13883, 10366, 12574, 9320, 11789, 12993, 10037, 12721, 9457, 11841, 9252, 11537, 10634, 10675, 14097, 9926, 12868, 9852, 11749, 11286, 11157, 15851, 9824, 13287, 9824, 12007, 12093, 10444, 13070, 9493, 12366, 9493, 11427, 13589, 10628, 12583, 9367, 11727, 8483, 10897, 13083, 10397, 12399, 9626, 11822, 9064, 11507, 14106, 10964, 12555, 9401, 12165, 8810, 11099, 13298, 10476, 12531, 9848, 11833, 10036, 11009, 12442, 9872, 12315, 9909, 12199, 9043, 11814, 10515, 10409, 13702, 9129, 12767, 9645, 11722, 9407, 11595, 11459, 9726, 12897, 10563, 12832, 9845, 12600, 11754, 10300, 13571, 11074, 12932, 10523, 12682, 9679, 11433, 16201, 11659, 13119, 10553, 13168, 10021, 11980, 14719, 11270, 14507, 9899, 13129, 10454, 12448, 10237, 12510, 9782, 11962, 12562, 11133, 13635, 12108, 13684, 9968, 13087, 9549, 12522, 13662, 11190, 14915, 9930, 13281, 9952, 11999, 9600, 11855, 16258, 10042, 13320, 11003, 12038, 9265, 12068, 10948, 10097, 13548, 10834, 12194, 10044, 12023, 9448, 11936, 11357, 10543, 13492, 9612, 12861, 9453, 11869, 9362, 11259, 12701, 9423, 12588, 9712, 11894, 9369, 11254, 8497, 10205, 13177, 10361, 12426, 10045, 11640, 9901, 11603, 13402, 10409, 13215, 11892, 12696, 9461, 12448, 12369, 10387, 13103, 11849, 12469, 9175, 12279, 11727, 10644, 13494, 11154, 12282, 9880, 11813, 9979, 11442, 11643, 10406, 13493, 9520, 12611, 9243, 12019, 9982, 11434, 11033, 9795, 13544, 10267, 12765, 9872, 11690, 9349, 11779, 11449, 10005, 12979, 11094, 12572, 9630, 12104, 8959, 11338, 14798, 11103, 12364, 10411, 12887, 9101, 12360, 9730, 11262, 11532, 10606, 13716, 10070, 13122, 10575, 12093, 9276, 12100, 13480, 10329, 13582, 12038, 13350, 10109, 12916, 10312, 10657, 14149, 10843, 12902, 10966, 12224, 9402, 11424, 12165, 10197, 12192, 10490, 12437, 9141, 11894, 8874, 11097, 11686, 10232, 12494, 9870, 12364, 9636, 11344, 9859, 11683, 11514, 10089, 12768, 11055, 12009, 10925, 12465, 10014, 11998, 12452, 10854, 13576, 11489, 12792, 9820, 12483, 9852, 12249, 10521, 11203, 12483, 9813, 13338, 10904, 12609, 11270, 11990, 9350, 12693, 9620, 11957, 16034, 11375, 13707, 9926, 13391, 10006, 12652, 9550, 11544, 13198, 9807, 13504, 10803, 12863, 10391, 11418, 11625, 9794, 13419, 10539, 12449, 9640, 11241, 8628, 10390, 12977, 9888, 11961, 9879, 10986, 9604, 10946, 12384, 9928, 12123, 10981, 11758, 8857, 11866, 9266, 11109, 14210, 11147, 12894, 9346, 12344, 10100, 11162, 13581, 11849, 13407, 9516, 12443, 9254, 10788, 12159, 10276, 12499, 10860, 11647, 9177, 11166, 9189, 11856, 14219, 11012, 12133, 9769, 12403, 9663, 11404, 14545, 10442, 12855, 9854, 12374, 9921, 11661, 10428, 10641, 13655, 9229, 12919, 9569, 11806, 9628, 11063, 10035, 11128, 9172, 10846, 11840, 10444, 12608, 11167, 9721, 11339, 8960, 13282, 17170, 12389, 16036, 10669, 14127, 10773, 12937, 10322, 12439, 9639, 10807, 13739, 10574, 12433, 12011, 12221, 9720, 12360, 9457, 12104, 11528, 10690, 12442, 9409, 13511, 10222, 12151, 11328, 11851, 9365, 12701, 9663, 11968, 16534, 11831, 15433, 11030, 13748, 10323, 12776, 9963, 12224, 9037, 10876, 13111, 10068, 12558, 11548, 11944, 9986, 12107, 9437, 11908, 9259, 11798, 8967, 9804, 10877, 9267, 13018, 9685, 11446, 9605, 11505, 8895, 10661, 13213, 9711, 12459, 11269, 11201, 9256, 10319, 11266, 9375, 12322, 9192, 11091, 8077, 10303, 8442, 9708, 12764, 9710, 11292, 9051, 11263, 8375, 11247, 9027, 10306, 11699, 9350, 12323, 9251, 11694, 9095, 10629, 8564, 10593, 8659, 10305, 12775, 9683, 12395, 10840, 11057, 8878, 10693, 9203, 10051, 13952, 9654, 11309, 9501, 11393, 8467, 10633, 8653, 10072, 10551, 9408, 12776, 9539, 12062, 8952, 10953, 8822, 10474, 8585, 10072, 13100, 9742, 11829, 11508, 11422, 8949, 11417, 8916, 10101, 13478, 9624, 11792, 8755, 10900, 9235, 10140, 10231, 9656, 13194, 9072, 11696, 9165, 10714, 8957, 9963, 8973, 10722, 8898, 10599, 10335, 9843, 11112, 8971, 12634, 9309, 11686, 10301, 11412, 8961, 11544, 8588, 11357, 9017, 10972, 8783, 9568, 11585, 9531, 12535, 10334, 12135, 9014, 11553, 8939, 11391, 9238, 9762, 12323, 8650, 12253, 8776, 10907, 8782, 9920, 9035, 9079, 12401, 9252, 10823, 9049, 10148, 9073, 10019], 'WindowCenter': [4807.0, 4742.0, 4757.0, 4761.0, 4708.0, 4748.0, 4706.0, 4716.0, 4722.0, 4693.0, 4721.0, 4683.0, 4714.0, 4703.0, 4703.0, 4722.0, 4684.0, 4724.0, 4674.0, 4727.0, 4713.0, 4697.0, 4724.0, 4707.0, 4726.0, 4696.0, 4727.0, 4708.0, 4720.0, 4739.0, 4721.0, 4739.0, 4707.0, 4729.0, 4725.0, 4706.0, 4735.0, 4717.0, 4738.0, 4706.0, 4726.0, 4755.0, 4705.0, 4732.0, 4704.0, 4726.0, 4714.0, 4714.0, 4733.0, 4707.0, 4736.0, 4707.0, 4717.0, 4724.0, 4706.0, 4734.0, 4697.0, 4725.0, 4700.0, 4728.0, 4747.0, 4716.0, 4735.0, 4705.0, 4737.0, 4716.0, 4720.0, 4748.0, 4727.0, 4736.0, 4697.0, 4729.0, 4728.0, 4720.0, 4747.0, 4731.0, 4738.0, 4708.0, 4739.0, 4719.0, 4729.0, 4740.0, 4720.0, 4748.0, 4717.0, 4738.0, 4715.0, 4727.0, 4746.0, 4718.0, 4745.0, 4719.0, 4737.0, 4730.0, 4736.0, 4706.0, 4736.0, 4716.0, 4739.0, 4765.0, 4726.0, 4752.0, 4716.0, 4733.0, 4696.0, 4734.0, 4714.0, 4715.0, 4750.0, 4693.0, 4730.0, 4704.0, 4713.0, 4714.0, 4704.0, 4721.0, 4691.0, 4722.0, 4693.0, 4714.0, 4701.0, 4694.0, 4720.0, 4702.0, 4723.0, 4695.0, 4703.0, 4693.0, 4714.0, 4714.0, 4715.0, 4730.0, 4713.0, 4721.0, 4692.0, 4710.0, 4693.0, 4713.0, 4711.0, 4701.0, 4741.0, 4681.0, 4718.0, 4701.0, 4710.0, 4681.0, 4709.0, 4699.0, 4689.0, 4710.0, 4701.0, 4710.0, 4691.0, 4712.0, 4670.0, 4693.0, 4723.0, 4703.0, 4712.0, 4693.0, 4712.0, 4693.0, 4705.0, 4715.0, 4706.0, 4724.0, 4723.0, 4712.0, 4692.0, 4723.0, 4691.0, 4712.0, 4732.0, 4701.0, 4710.0, 4691.0, 4711.0, 4709.0, 4690.0, 4720.0, 4702.0, 4709.0, 4691.0, 4711.0, 4671.0, 4703.0, 4721.0, 4704.0, 4712.0, 4693.0, 4711.0, 4702.0, 4693.0, 4721.0, 4714.0, 4713.0, 4682.0, 4714.0, 4738.0, 4692.0, 4721.0, 4702.0, 4701.0, 4689.0, 4692.0, 4719.0, 4691.0, 4722.0, 4694.0, 4712.0, 4709.0, 4694.0, 4721.0, 4683.0, 4714.0, 4696.0, 4714.0, 4713.0, 4705.0, 4722.0, 4703.0, 4723.0, 4706.0, 4714.0, 4722.0, 4703.0, 4730.0, 4692.0, 4720.0, 4681.0, 4723.0, 4720.0, 4702.0, 4719.0, 4689.0, 4709.0, 4681.0, 4710.0, 4708.0, 4692.0, 4710.0, 4690.0, 4709.0, 4693.0, 4715.0, 4702.0, 4704.0, 4733.0, 4694.0, 4723.0, 4705.0, 4713.0, 4703.0, 4714.0, 4742.0, 4693.0, 4720.0, 4694.0, 4722.0, 4713.0, 4704.0, 4721.0, 4692.0, 4710.0, 4693.0, 4713.0, 4722.0, 4702.0, 4710.0, 4681.0, 4710.0, 4672.0, 4713.0, 4721.0, 4702.0, 4711.0, 4682.0, 4711.0, 4682.0, 4715.0, 4732.0, 4703.0, 4720.0, 4685.0, 4711.0, 4682.0, 4715.0, 4734.0, 4706.0, 4723.0, 4694.0, 4715.0, 4692.0, 4717.0, 4724.0, 4705.0, 4725.0, 4705.0, 4722.0, 4685.0, 4724.0, 4705.0, 4714.0, 4734.0, 4696.0, 4735.0, 4708.0, 4728.0, 4696.0, 4727.0, 4714.0, 4706.0, 4734.0, 4717.0, 4734.0, 4704.0, 4725.0, 4712.0, 4705.0, 4733.0, 4715.0, 4724.0, 4704.0, 4724.0, 4693.0, 4715.0, 4742.0, 4712.0, 4721.0, 4701.0, 4724.0, 4693.0, 4712.0, 4731.0, 4702.0, 4730.0, 4692.0, 4719.0, 4704.0, 4722.0, 4705.0, 4712.0, 4691.0, 4712.0, 4712.0, 4715.0, 4720.0, 4715.0, 4721.0, 4692.0, 4721.0, 4681.0, 4722.0, 4721.0, 4700.0, 4720.0, 4678.0, 4710.0, 4693.0, 4702.0, 4682.0, 4712.0, 4728.0, 4682.0, 4719.0, 4701.0, 4702.0, 4671.0, 4700.0, 4689.0, 4690.0, 4722.0, 4703.0, 4709.0, 4693.0, 4712.0, 4681.0, 4713.0, 4702.0, 4691.0, 4720.0, 4683.0, 4710.0, 4682.0, 4712.0, 4681.0, 4703.0, 4720.0, 4683.0, 4710.0, 4693.0, 4714.0, 4684.0, 4703.0, 4673.0, 4705.0, 4721.0, 4704.0, 4724.0, 4694.0, 4714.0, 4693.0, 4711.0, 4720.0, 4705.0, 4724.0, 4714.0, 4713.0, 4680.0, 4709.0, 4710.0, 4693.0, 4711.0, 4702.0, 4711.0, 4682.0, 4709.0, 4701.0, 4702.0, 4721.0, 4701.0, 4710.0, 4693.0, 4712.0, 4693.0, 4716.0, 4703.0, 4702.0, 4722.0, 4693.0, 4709.0, 4684.0, 4724.0, 4695.0, 4713.0, 4703.0, 4693.0, 4721.0, 4694.0, 4723.0, 4695.0, 4712.0, 4685.0, 4713.0, 4713.0, 4693.0, 4722.0, 4713.0, 4723.0, 4694.0, 4712.0, 4672.0, 4712.0, 4732.0, 4704.0, 4713.0, 4704.0, 4721.0, 4685.0, 4722.0, 4693.0, 4703.0, 4712.0, 4704.0, 4722.0, 4695.0, 4723.0, 4705.0, 4712.0, 4683.0, 4713.0, 4720.0, 4691.0, 4722.0, 4710.0, 4722.0, 4691.0, 4709.0, 4681.0, 4692.0, 4722.0, 4702.0, 4709.0, 4690.0, 4699.0, 4670.0, 4701.0, 4711.0, 4693.0, 4711.0, 4691.0, 4709.0, 4680.0, 4712.0, 4673.0, 4702.0, 4702.0, 4694.0, 4710.0, 4691.0, 4713.0, 4691.0, 4701.0, 4693.0, 4713.0, 4711.0, 4693.0, 4721.0, 4710.0, 4712.0, 4705.0, 4713.0, 4693.0, 4712.0, 4713.0, 4703.0, 4721.0, 4702.0, 4711.0, 4691.0, 4712.0, 4691.0, 4714.0, 4693.0, 4702.0, 4713.0, 4693.0, 4721.0, 4704.0, 4712.0, 4701.0, 4710.0, 4681.0, 4711.0, 4679.0, 4712.0, 4732.0, 4701.0, 4721.0, 4693.0, 4719.0, 4692.0, 4722.0, 4683.0, 4702.0, 4708.0, 4682.0, 4709.0, 4691.0, 4712.0, 4679.0, 4699.0, 4699.0, 4680.0, 4709.0, 4692.0, 4712.0, 4681.0, 4702.0, 4670.0, 4694.0, 4721.0, 4694.0, 4711.0, 4694.0, 4703.0, 4691.0, 4704.0, 4721.0, 4701.0, 4723.0, 4704.0, 4713.0, 4686.0, 4713.0, 4682.0, 4716.0, 4732.0, 4704.0, 4722.0, 4682.0, 4711.0, 4692.0, 4713.0, 4721.0, 4711.0, 4721.0, 4683.0, 4711.0, 4681.0, 4700.0, 4712.0, 4694.0, 4710.0, 4701.0, 4700.0, 4683.0, 4701.0, 4682.0, 4726.0, 4735.0, 4706.0, 4713.0, 4696.0, 4722.0, 4696.0, 4715.0, 4732.0, 4704.0, 4711.0, 4693.0, 4715.0, 4695.0, 4712.0, 4693.0, 4703.0, 4731.0, 4685.0, 4720.0, 4696.0, 4717.0, 4697.0, 4715.0, 4696.0, 4715.0, 4695.0, 4717.0, 4716.0, 4705.0, 4725.0, 4714.0, 4694.0, 4718.0, 4699.0, 4750.0, 4755.0, 4726.0, 4744.0, 4705.0, 4722.0, 4706.0, 4724.0, 4693.0, 4711.0, 4681.0, 4700.0, 4720.0, 4704.0, 4710.0, 4713.0, 4702.0, 4682.0, 4709.0, 4682.0, 4714.0, 4700.0, 4694.0, 4713.0, 4684.0, 4719.0, 4705.0, 4713.0, 4706.0, 4713.0, 4682.0, 4712.0, 4685.0, 4716.0, 4739.0, 4714.0, 4731.0, 4702.0, 4721.0, 4693.0, 4709.0, 4679.0, 4700.0, 4660.0, 4692.0, 4707.0, 4692.0, 4710.0, 4704.0, 4703.0, 4690.0, 4710.0, 4683.0, 4713.0, 4683.0, 4727.0, 4691.0, 4696.0, 4701.0, 4684.0, 4711.0, 4683.0, 4714.0, 4697.0, 4716.0, 4681.0, 4702.0, 4711.0, 4681.0, 4710.0, 4690.0, 4691.0, 4667.0, 4680.0, 4692.0, 4673.0, 4698.0, 4671.0, 4688.0, 4653.0, 4682.0, 4662.0, 4694.0, 4723.0, 4681.0, 4704.0, 4685.0, 4701.0, 4672.0, 4712.0, 4674.0, 4692.0, 4701.0, 4684.0, 4712.0, 4675.0, 4700.0, 4672.0, 4692.0, 4674.0, 4704.0, 4674.0, 4693.0, 4724.0, 4692.0, 4712.0, 4692.0, 4691.0, 4672.0, 4693.0, 4670.0, 4680.0, 4719.0, 4682.0, 4690.0, 4682.0, 4700.0, 4660.0, 4691.0, 4670.0, 4693.0, 4692.0, 4685.0, 4713.0, 4684.0, 4713.0, 4673.0, 4704.0, 4673.0, 4692.0, 4675.0, 4695.0, 4734.0, 4709.0, 4727.0, 4714.0, 4713.0, 4684.0, 4703.0, 4685.0, 4694.0, 4720.0, 4684.0, 4699.0, 4673.0, 4691.0, 4683.0, 4692.0, 4691.0, 4683.0, 4712.0, 4672.0, 4704.0, 4686.0, 4691.0, 4673.0, 4682.0, 4672.0, 4701.0, 4672.0, 4703.0, 4690.0, 4695.0, 4701.0, 4673.0, 4711.0, 4683.0, 4713.0, 4694.0, 4705.0, 4674.0, 4702.0, 4661.0, 4703.0, 4673.0, 4692.0, 4661.0, 4682.0, 4702.0, 4685.0, 4711.0, 4691.0, 4698.0, 4671.0, 4691.0, 4670.0, 4702.0, 4672.0, 4682.0, 4709.0, 4662.0, 4699.0, 4664.0, 4691.0, 4658.0, 4681.0, 4671.0, 4673.0, 4700.0, 4683.0, 4691.0, 4673.0, 4692.0, 4671.0, 4682.0], 'WindowWidth': [10496.0, 10390.0, 10397.0, 10392.0, 10313.0, 10365.0, 10304.0, 10315.0, 10319.0, 10280.0, 10314.0, 10266.0, 10310.0, 10293.0, 10292.0, 10315.0, 10269.0, 10323.0, 10256.0, 10332.0, 10309.0, 10291.0, 10324.0, 10305.0, 10331.0, 10291.0, 10334.0, 10307.0, 10326.0, 10352.0, 10332.0, 10350.0, 10305.0, 10337.0, 10327.0, 10303.0, 10340.0, 10322.0, 10347.0, 10301.0, 10330.0, 10367.0, 10299.0, 10334.0, 10299.0, 10329.0, 10308.0, 10310.0, 10336.0, 10303.0, 10341.0, 10306.0, 10319.0, 10323.0, 10302.0, 10338.0, 10292.0, 10329.0, 10301.0, 10336.0, 10359.0, 10318.0, 10342.0, 10302.0, 10346.0, 10317.0, 10330.0, 10360.0, 10333.0, 10343.0, 10294.0, 10338.0, 10339.0, 10328.0, 10360.0, 10342.0, 10349.0, 10308.0, 10353.0, 10328.0, 10338.0, 10353.0, 10326.0, 10362.0, 10321.0, 10351.0, 10315.0, 10333.0, 10355.0, 10320.0, 10355.0, 10323.0, 10346.0, 10339.0, 10342.0, 10302.0, 10343.0, 10315.0, 10349.0, 10382.0, 10328.0, 10360.0, 10313.0, 10332.0, 10287.0, 10338.0, 10306.0, 10309.0, 10354.0, 10278.0, 10326.0, 10296.0, 10304.0, 10305.0, 10291.0, 10310.0, 10270.0, 10317.0, 10278.0, 10307.0, 10285.0, 10279.0, 10309.0, 10291.0, 10320.0, 10281.0, 10291.0, 10276.0, 10307.0, 10307.0, 10313.0, 10328.0, 10306.0, 10313.0, 10274.0, 10295.0, 10278.0, 10304.0, 10300.0, 10286.0, 10339.0, 10258.0, 10307.0, 10287.0, 10298.0, 10258.0, 10294.0, 10279.0, 10268.0, 10296.0, 10288.0, 10296.0, 10272.0, 10301.0, 10243.0, 10277.0, 10319.0, 10294.0, 10304.0, 10281.0, 10306.0, 10279.0, 10297.0, 10310.0, 10300.0, 10323.0, 10320.0, 10302.0, 10277.0, 10318.0, 10272.0, 10302.0, 10332.0, 10288.0, 10297.0, 10273.0, 10299.0, 10293.0, 10271.0, 10312.0, 10290.0, 10293.0, 10274.0, 10299.0, 10246.0, 10291.0, 10317.0, 10297.0, 10304.0, 10278.0, 10303.0, 10288.0, 10278.0, 10316.0, 10309.0, 10305.0, 10261.0, 10305.0, 10333.0, 10273.0, 10313.0, 10290.0, 10285.0, 10266.0, 10274.0, 10308.0, 10273.0, 10318.0, 10282.0, 10303.0, 10296.0, 10281.0, 10314.0, 10265.0, 10308.0, 10288.0, 10309.0, 10306.0, 10298.0, 10318.0, 10292.0, 10319.0, 10302.0, 10308.0, 10314.0, 10292.0, 10324.0, 10274.0, 10310.0, 10260.0, 10319.0, 10309.0, 10287.0, 10308.0, 10266.0, 10293.0, 10259.0, 10297.0, 10291.0, 10274.0, 10297.0, 10271.0, 10295.0, 10282.0, 10312.0, 10290.0, 10294.0, 10332.0, 10280.0, 10317.0, 10298.0, 10305.0, 10289.0, 10305.0, 10343.0, 10276.0, 10311.0, 10282.0, 10317.0, 10303.0, 10293.0, 10313.0, 10275.0, 10298.0, 10278.0, 10307.0, 10315.0, 10288.0, 10298.0, 10261.0, 10298.0, 10251.0, 10307.0, 10313.0, 10290.0, 10300.0, 10263.0, 10300.0, 10263.0, 10311.0, 10331.0, 10291.0, 10310.0, 10268.0, 10301.0, 10261.0, 10310.0, 10336.0, 10298.0, 10318.0, 10282.0, 10310.0, 10276.0, 10316.0, 10324.0, 10297.0, 10323.0, 10298.0, 10319.0, 10272.0, 10326.0, 10299.0, 10311.0, 10336.0, 10288.0, 10340.0, 10311.0, 10334.0, 10289.0, 10331.0, 10310.0, 10302.0, 10338.0, 10319.0, 10335.0, 10297.0, 10325.0, 10303.0, 10295.0, 10335.0, 10312.0, 10320.0, 10296.0, 10322.0, 10278.0, 10311.0, 10346.0, 10303.0, 10312.0, 10287.0, 10319.0, 10275.0, 10303.0, 10328.0, 10287.0, 10325.0, 10276.0, 10309.0, 10296.0, 10318.0, 10296.0, 10302.0, 10271.0, 10301.0, 10300.0, 10310.0, 10311.0, 10307.0, 10311.0, 10275.0, 10310.0, 10260.0, 10315.0, 10309.0, 10281.0, 10307.0, 10251.0, 10293.0, 10275.0, 10286.0, 10258.0, 10299.0, 10318.0, 10258.0, 10305.0, 10284.0, 10284.0, 10243.0, 10282.0, 10264.0, 10267.0, 10315.0, 10288.0, 10293.0, 10274.0, 10298.0, 10258.0, 10303.0, 10286.0, 10273.0, 10310.0, 10262.0, 10295.0, 10261.0, 10302.0, 10260.0, 10292.0, 10309.0, 10264.0, 10296.0, 10278.0, 10308.0, 10266.0, 10291.0, 10250.0, 10295.0, 10315.0, 10296.0, 10323.0, 10282.0, 10306.0, 10277.0, 10301.0, 10311.0, 10294.0, 10321.0, 10308.0, 10302.0, 10255.0, 10295.0, 10296.0, 10276.0, 10298.0, 10285.0, 10297.0, 10260.0, 10294.0, 10283.0, 10288.0, 10313.0, 10285.0, 10294.0, 10276.0, 10300.0, 10277.0, 10311.0, 10290.0, 10289.0, 10315.0, 10278.0, 10296.0, 10266.0, 10322.0, 10283.0, 10305.0, 10289.0, 10278.0, 10313.0, 10279.0, 10319.0, 10282.0, 10304.0, 10268.0, 10304.0, 10305.0, 10278.0, 10318.0, 10306.0, 10317.0, 10279.0, 10302.0, 10247.0, 10302.0, 10332.0, 10292.0, 10303.0, 10292.0, 10313.0, 10268.0, 10316.0, 10278.0, 10290.0, 10302.0, 10293.0, 10316.0, 10281.0, 10317.0, 10296.0, 10302.0, 10262.0, 10303.0, 10311.0, 10273.0, 10315.0, 10299.0, 10313.0, 10271.0, 10294.0, 10256.0, 10272.0, 10313.0, 10287.0, 10292.0, 10268.0, 10279.0, 10239.0, 10284.0, 10297.0, 10275.0, 10296.0, 10270.0, 10293.0, 10255.0, 10301.0, 10249.0, 10286.0, 10285.0, 10276.0, 10296.0, 10272.0, 10303.0, 10274.0, 10286.0, 10276.0, 10304.0, 10298.0, 10276.0, 10315.0, 10300.0, 10300.0, 10294.0, 10302.0, 10276.0, 10300.0, 10302.0, 10291.0, 10312.0, 10287.0, 10298.0, 10272.0, 10301.0, 10274.0, 10306.0, 10275.0, 10288.0, 10301.0, 10275.0, 10311.0, 10293.0, 10301.0, 10285.0, 10296.0, 10258.0, 10298.0, 10252.0, 10302.0, 10330.0, 10285.0, 10310.0, 10276.0, 10307.0, 10273.0, 10314.0, 10261.0, 10285.0, 10290.0, 10259.0, 10292.0, 10272.0, 10299.0, 10253.0, 10278.0, 10277.0, 10254.0, 10291.0, 10274.0, 10299.0, 10257.0, 10286.0, 10241.0, 10278.0, 10312.0, 10281.0, 10300.0, 10279.0, 10290.0, 10273.0, 10294.0, 10312.0, 10289.0, 10319.0, 10295.0, 10304.0, 10270.0, 10305.0, 10261.0, 10313.0, 10330.0, 10292.0, 10315.0, 10262.0, 10299.0, 10273.0, 10304.0, 10315.0, 10299.0, 10312.0, 10261.0, 10297.0, 10256.0, 10283.0, 10301.0, 10281.0, 10297.0, 10286.0, 10282.0, 10264.0, 10287.0, 10262.0, 10326.0, 10337.0, 10296.0, 10304.0, 10283.0, 10316.0, 10283.0, 10309.0, 10327.0, 10291.0, 10298.0, 10276.0, 10306.0, 10282.0, 10304.0, 10276.0, 10292.0, 10328.0, 10268.0, 10312.0, 10288.0, 10314.0, 10286.0, 10309.0, 10283.0, 10310.0, 10284.0, 10316.0, 10313.0, 10298.0, 10320.0, 10308.0, 10282.0, 10319.0, 10294.0, 10368.0, 10369.0, 10327.0, 10349.0, 10294.0, 10312.0, 10297.0, 10319.0, 10276.0, 10297.0, 10255.0, 10283.0, 10312.0, 10292.0, 10294.0, 10301.0, 10285.0, 10259.0, 10293.0, 10260.0, 10305.0, 10281.0, 10277.0, 10302.0, 10265.0, 10309.0, 10297.0, 10304.0, 10296.0, 10304.0, 10262.0, 10301.0, 10266.0, 10311.0, 10336.0, 10305.0, 10323.0, 10286.0, 10310.0, 10274.0, 10293.0, 10251.0, 10281.0, 10225.0, 10271.0, 10288.0, 10273.0, 10297.0, 10292.0, 10287.0, 10269.0, 10294.0, 10261.0, 10303.0, 10263.0, 10332.0, 10284.0, 10284.0, 10285.0, 10261.0, 10295.0, 10263.0, 10306.0, 10289.0, 10314.0, 10257.0, 10288.0, 10297.0, 10258.0, 10293.0, 10266.0, 10266.0, 10233.0, 10251.0, 10269.0, 10246.0, 10274.0, 10240.0, 10262.0, 10219.0, 10259.0, 10232.0, 10281.0, 10317.0, 10258.0, 10290.0, 10268.0, 10284.0, 10249.0, 10303.0, 10252.0, 10274.0, 10283.0, 10264.0, 10299.0, 10252.0, 10282.0, 10249.0, 10274.0, 10251.0, 10290.0, 10251.0, 10276.0, 10318.0, 10274.0, 10299.0, 10272.0, 10270.0, 10244.0, 10273.0, 10239.0, 10254.0, 10307.0, 10259.0, 10265.0, 10256.0, 10280.0, 10227.0, 10269.0, 10243.0, 10276.0, 10272.0, 10265.0, 10303.0, 10264.0, 10302.0, 10251.0, 10291.0, 10247.0, 10274.0, 10253.0, 10281.0, 10337.0, 10308.0, 10334.0, 10309.0, 10307.0, 10266.0, 10287.0, 10267.0, 10277.0, 10307.0, 10263.0, 10280.0, 10247.0, 10269.0, 10262.0, 10272.0, 10270.0, 10261.0, 10298.0, 10245.0, 10289.0, 10269.0, 10271.0, 10248.0, 10259.0, 10246.0, 10285.0, 10244.0, 10289.0, 10269.0, 10280.0, 10284.0, 10248.0, 10298.0, 10265.0, 10303.0, 10279.0, 10292.0, 10250.0, 10284.0, 10229.0, 10287.0, 10246.0, 10273.0, 10228.0, 10258.0, 10284.0, 10264.0, 10298.0, 10269.0, 10274.0, 10240.0, 10268.0, 10237.0, 10285.0, 10243.0, 10257.0, 10291.0, 10231.0, 10276.0, 10235.0, 10270.0, 10221.0, 10256.0, 10243.0, 10246.0, 10278.0, 10261.0, 10270.0, 10246.0, 10270.0, 10242.0, 10258.0]}, 'slices': {}}</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-2">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
|
|
Extracted Image quality metrics (IQMs)
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-2" class="table table-sm table-striped">
|
|
<tr><td colspan=3>aor</td><td>0.019603385167464113</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02640043851674641</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.573629665005996</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3305999188502997</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3216410603473059</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4684</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6928.7671</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07532154752778636</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.9138755980861244</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4708549942369937</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5254881216058527</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5155139400254742</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3715629210796547</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00694636</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01504682470113039</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026891596615314484</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.073167835356689</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>36.4542</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0507</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.9711</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300639.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>817.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.5305</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0493</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.4169</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3938.7603</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4125.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75905.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1465.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5129.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.7186</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.83446695283055</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
|
|
<div class="card-header m-0">
|
|
Rating widget
|
|
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="accordion">
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcslider-head">
|
|
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
|
|
</h2>
|
|
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
|
|
<div class="accordion-body">
|
|
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
|
|
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
|
|
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
|
|
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
|
|
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
|
|
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcartifacts-head">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
|
|
Record specific artifacts
|
|
</button>
|
|
</h2>
|
|
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
|
|
<div class="accordion-body">
|
|
<fieldset id="qcartifacts-group" class="form-group">
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
|
|
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
|
|
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
|
|
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
|
|
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
|
|
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
|
|
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
|
|
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
|
|
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
|
|
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
|
|
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
|
|
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
|
|
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
|
|
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
|
|
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
|
|
</div>
|
|
</fieldset>
|
|
</div> <!-- accordion-body -->
|
|
</div> <!-- accordion-collapse -->
|
|
</div> <!-- accordion-item -->
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcextra-head">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
|
|
Extra details
|
|
</button>
|
|
</h2>
|
|
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
|
|
<div class="accordion-body">
|
|
<div class="input-group">
|
|
<span class="input-group-text">Comments</span>
|
|
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
|
|
</div>
|
|
|
|
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
|
|
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
|
|
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
|
|
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
|
|
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
|
|
</ul>
|
|
</div> <!-- accordion-body -->
|
|
</div> <!-- accordion-collapse -->
|
|
</div> <!-- accordion-item -->
|
|
</div>
|
|
<div style="margin-top: 10px">
|
|
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
|
|
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
|
|
</div>
|
|
<script type="text/javascript">
|
|
var MINIMUM_RATING_TIME = 10
|
|
$('#qcslider').on('input', function() {
|
|
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
|
|
});
|
|
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
|
|
});
|
|
|
|
if ( $(this).val() < 1.5 ) {
|
|
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
|
|
} else if ( $(this).val() > 3.5 ) {
|
|
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
|
|
} else if ( $(this).val() < 2.5 ) {
|
|
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
|
|
} else {
|
|
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
$('#qcextra-confidence').on('input', function() {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
|
|
});
|
|
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
|
|
});
|
|
|
|
if ( $(this).val() < 2.0 ) {
|
|
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
|
|
} else {
|
|
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
|
|
$('#qcextra-comments').bind('input propertychange', function() {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
});
|
|
|
|
$( '#btn-post' ).click( function() {
|
|
var payload = read_form();
|
|
var md5sum = "unspecified";
|
|
var params = {
|
|
'rating': payload['rating'],
|
|
'md5sum': md5sum,
|
|
'name': "",
|
|
'comment': JSON.stringify(payload['artifacts'])
|
|
};
|
|
|
|
// disable development releases
|
|
var authorization = $(this).val();
|
|
var ratingReq = new XMLHttpRequest();
|
|
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
|
|
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
|
|
ratingReq.setRequestHeader("Authorization", authorization);
|
|
ratingReq.onload = function () {
|
|
status = ratingReq.status;
|
|
$('#btn-post').removeClass('btn-primary');
|
|
$('#btn-post').attr('disabled', true);
|
|
$('#btn-post').attr('aria-disabled', true);
|
|
$('#btn-post').prop('disabled');
|
|
$('#btn-post').addClass('disabled');
|
|
$('#btn-post').removeClass('active');
|
|
if (status === "201") {
|
|
$('#btn-post').addClass('btn-success');
|
|
$('#btn-post').html('Posted!');
|
|
} else {
|
|
$('#btn-post').addClass('btn-danger');
|
|
$('#btn-post').html('Failed');
|
|
};
|
|
};
|
|
ratingReq.send(JSON.stringify(params));
|
|
});
|
|
|
|
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
|
|
toggle_rating();
|
|
});
|
|
</script>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
function toggle(id) {
|
|
var element = document.getElementById(id);
|
|
if(element.style.display == 'block')
|
|
element.style.display = 'none';
|
|
else
|
|
element.style.display = 'block';
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |