=== 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-0062 --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-0062",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
103 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
103 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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-02/func/sub-0062_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>db79621c62758ad704843baabfbd6488</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>12:01:12.917500</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.999904, -0.0138036, -0.000989231, 0.0137877, 0.999798, -0.0146031]</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.252</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.107763</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>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7719, -7296, 477, -81, -135, -34, 72]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>273.474</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1b6b30a1-b7a8-4dcd-9fa8-fbde1848080a||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.6826698780059814, 0.036991383880376816, -0.003214639611542225, 106.14373779296875], [0.03703406825661659, 2.6823856830596924, -0.039387889206409454, -93.43109130859375], [-0.002654033713042736, 0.03917916864156723, 2.6997108459472656, -61.61241912841797], [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': ['120112.917500', '120113.377500', '120113.837500', '120114.297500', '120114.757500', '120115.217500', '120115.677500', '120116.137500', '120116.597500', '120117.057500', '120117.517500', '120117.977500', '120118.437500', '120118.897500', '120119.357500', '120119.817500', '120120.277500', '120120.737500', '120121.197500', '120121.657500', '120122.117500', '120122.577500', '120123.037500', '120123.497500', '120123.957500', '120124.417500', '120124.877500', '120125.337500', '120125.797500', '120126.257500', '120126.717500', '120127.177500', '120127.637500', '120128.097500', '120128.557500', '120129.017500', '120129.477500', '120129.937500', '120130.397500', '120130.857500', '120131.317500', '120131.777500', '120132.237500', '120132.697500', '120133.157500', '120133.617500', '120134.077500', '120134.537500', '120134.997500', '120135.457500', '120135.917500', '120136.377500', '120136.837500', '120137.297500', '120137.757500', '120138.217500', '120138.677500', '120139.137500', '120139.597500', '120140.057500', '120140.517500', '120140.977500', '120141.437500', '120141.897500', '120142.357500', '120142.817500', '120143.277500', '120143.737500', '120144.197500', '120144.657500', '120145.117500', '120145.577500', '120146.037500', '120146.497500', '120146.957500', '120147.417500', '120147.877500', '120148.337500', '120148.797500', '120149.257500', '120149.717500', '120150.177500', '120150.637500', '120151.097500', '120151.557500', '120152.017500', '120152.477500', '120152.937500', '120153.397500', '120153.857500', '120154.317500', '120154.777500', '120155.237500', '120155.697500', '120156.157500', '120156.617500', '120157.077500', '120157.537500', '120157.997500', '120158.457500', '120158.917500', '120159.377500', '120159.837500', '120200.297500', '120200.757500', '120201.217500', '120201.677500', '120202.137500', '120202.597500', '120203.057500', '120203.517500', '120203.977500', '120204.437500', '120204.897500', '120205.357500', '120205.817500', '120206.277500', '120206.737500', '120207.197500', '120207.657500', '120208.117500', '120208.577500', '120209.037500', '120209.497500', '120209.957500', '120210.417500', '120210.877500', '120211.337500', '120211.797500', '120212.257500', '120212.717500', '120213.177500', '120213.637500', '120214.097500', '120214.557500', '120215.017500', '120215.477500', '120215.937500', '120216.397500', '120216.857500', '120217.317500', '120217.777500', '120218.237500', '120218.697500', '120219.157500', '120219.617500', '120220.077500', '120220.537500', '120220.997500', '120221.457500', '120221.917500', '120222.377500', '120222.837500', '120223.297500', '120223.757500', '120224.217500', '120224.677500', '120225.137500', '120225.597500', '120226.057500', '120226.517500', '120226.977500', '120227.437500', '120227.897500', '120228.357500', '120228.817500', '120229.277500', '120229.737500', '120230.197500', '120230.657500', '120231.117500', '120231.577500', '120232.037500', '120232.497500', '120232.957500', '120233.417500', '120233.877500', '120234.337500', '120234.797500', '120235.257500', '120235.717500', '120236.177500', '120236.637500', '120237.097500', '120237.557500', '120238.017500', '120238.477500', '120238.937500', '120239.397500', '120239.857500', '120240.317500', '120240.777500', '120241.237500', '120241.697500', '120242.157500', '120242.617500', '120243.077500', '120243.537500', '120243.997500', '120244.457500', '120244.917500', '120245.377500', '120245.837500', '120246.297500', '120246.757500', '120247.217500', '120247.677500', '120248.137500', '120248.597500', '120249.057500', '120249.517500', '120249.977500', '120250.437500', '120250.897500', '120251.357500', '120251.817500', '120252.277500', '120252.737500', '120253.197500', '120253.657500', '120254.117500', '120254.577500', '120255.037500', '120255.497500', '120255.957500', '120256.417500', '120256.877500', '120257.337500', '120257.797500', '120258.257500', '120258.717500', '120259.177500', '120259.637500', '120300.097500', '120300.557500', '120301.017500', '120301.477500', '120301.937500', '120302.397500', '120302.857500', '120303.317500', '120303.777500', '120304.237500', '120304.697500', '120305.157500', '120305.617500', '120306.077500', '120306.537500', '120306.997500', '120307.457500', '120307.917500', '120308.377500', '120308.837500', '120309.297500', '120309.757500', '120310.217500', '120310.677500', '120311.137500', '120311.597500', '120312.057500', '120312.517500', '120312.977500', '120313.437500', '120313.897500', '120314.357500', '120314.817500', '120315.277500', '120315.737500', '120316.197500', '120316.657500', '120317.117500', '120317.577500', '120318.037500', '120318.497500', '120318.957500', '120319.417500', '120319.877500', '120320.337500', '120320.797500', '120321.257500', '120321.717500', '120322.177500', '120322.637500', '120323.097500', '120323.557500', '120324.017500', '120324.477500', '120324.937500', '120325.397500', '120325.857500', '120326.317500', '120326.777500', '120327.237500', '120327.697500', '120328.157500', '120328.617500', '120329.077500', '120329.537500', '120329.997500', '120330.457500', '120330.917500', '120331.377500', '120331.837500', '120332.297500', '120332.757500', '120333.217500', '120333.677500', '120334.137500', '120334.597500', '120335.057500', '120335.517500', '120335.977500', '120336.437500', '120336.897500', '120337.357500', '120337.817500', '120338.277500', '120338.737500', '120339.197500', '120339.657500', '120340.117500', '120340.577500', '120341.037500', '120341.497500', '120341.957500', '120342.417500', '120342.877500', '120343.337500', '120343.797500', '120344.257500', '120344.717500', '120345.177500', '120345.637500', '120346.097500', '120346.557500', '120347.017500', '120347.477500', '120347.937500', '120348.397500', '120348.857500', '120349.317500', '120349.777500', '120350.237500', '120350.697500', '120351.157500', '120351.617500', '120352.077500', '120352.537500', '120352.997500', '120353.457500', '120353.917500', '120354.377500', '120354.837500', '120355.297500', '120355.757500', '120356.217500', '120356.677500', '120357.137500', '120357.597500', '120358.057500', '120358.517500', '120358.977500', '120359.437500', '120359.897500', '120400.357500', '120400.817500', '120401.277500', '120401.737500', '120402.197500', '120402.657500', '120403.117500', '120403.577500', '120404.037500', '120404.497500', '120404.957500', '120405.417500', '120405.877500', '120406.337500', '120406.797500', '120407.257500', '120407.717500', '120408.177500', '120408.637500', '120409.097500', '120409.557500', '120410.017500', '120410.477500', '120410.937500', '120411.397500', '120411.857500', '120412.317500', '120412.777500', '120413.237500', '120413.697500', '120414.157500', '120414.617500', '120415.077500', '120415.537500', '120415.997500', '120416.457500', '120416.917500', '120417.377500', '120417.837500', '120418.297500', '120418.757500', '120419.217500', '120419.677500', '120420.137500', '120420.597500', '120421.057500', '120421.517500', '120421.977500', '120422.437500', '120422.897500', '120423.357500', '120423.817500', '120424.277500', '120424.737500', '120425.197500', '120425.657500', '120426.117500', '120426.577500', '120427.037500', '120427.497500', '120427.957500', '120428.417500', '120428.877500', '120429.337500', '120429.797500', '120430.257500', '120430.717500', '120431.177500', '120431.637500', '120432.097500', '120432.557500', '120433.017500', '120433.477500', '120433.937500', '120434.397500', '120434.857500', '120435.317500', '120435.777500', '120436.237500', '120436.697500', '120437.157500', '120437.617500', '120438.077500', '120438.537500', '120438.997500', '120439.457500', '120439.917500', '120440.377500', '120440.837500', '120441.297500', '120441.757500', '120442.217500', '120442.677500', '120443.137500', '120443.597500', '120444.057500', '120444.517500', '120444.977500', '120445.437500', '120445.897500', '120446.357500', '120446.817500', '120447.277500', '120447.737500', '120448.197500', '120448.657500', '120449.117500', '120449.577500', '120450.037500', '120450.497500', '120450.957500', '120451.417500', '120451.877500', '120452.337500', '120452.797500', '120453.257500', '120453.717500', '120454.177500', '120454.637500', '120455.097500', '120455.557500', '120456.017500', '120456.477500', '120456.937500', '120457.397500', '120457.857500', '120458.317500', '120458.777500', '120459.237500', '120459.697500', '120500.157500', '120500.617500', '120501.077500', '120501.537500', '120501.997500', '120502.457500', '120502.917500', '120503.377500', '120503.837500', '120504.297500', '120504.757500', '120505.217500', '120505.677500', '120506.137500', '120506.597500', '120507.057500', '120507.517500', '120507.977500', '120508.437500', '120508.897500', '120509.357500', '120509.817500', '120510.277500', '120510.737500', '120511.197500', '120511.657500', '120512.117500', '120512.577500', '120513.037500', '120513.497500', '120513.957500', '120514.417500', '120514.877500', '120515.337500', '120515.797500', '120516.257500', '120516.717500', '120517.177500', '120517.637500', '120518.097500', '120518.557500', '120519.017500', '120519.477500', '120519.937500', '120520.397500', '120520.857500', '120521.317500', '120521.777500', '120522.237500', '120522.697500', '120523.157500', '120523.617500', '120524.077500', '120524.537500', '120524.997500', '120525.457500', '120525.917500', '120526.377500', '120526.837500', '120527.297500', '120527.757500', '120528.217500', '120528.677500', '120529.137500', '120529.597500', '120530.057500', '120530.517500', '120530.977500', '120531.437500', '120531.897500', '120532.357500', '120532.817500', '120533.277500', '120533.737500', '120534.197500', '120534.657500', '120535.117500', '120535.577500', '120536.037500', '120536.497500', '120536.957500', '120537.417500', '120537.877500', '120538.337500', '120538.797500', '120539.257500', '120539.717500', '120540.177500', '120540.637500', '120541.097500', '120541.557500', '120542.017500', '120542.477500', '120542.937500', '120543.397500', '120543.857500', '120544.317500', '120544.777500', '120545.237500', '120545.697500', '120546.157500', '120546.617500', '120547.077500', '120547.537500', '120547.997500', '120548.457500', '120548.917500', '120549.377500', '120549.837500', '120550.297500', '120550.757500', '120551.217500', '120551.677500', '120552.137500', '120552.597500', '120553.057500', '120553.517500', '120553.977500', '120554.437500', '120554.897500', '120555.357500', '120555.817500', '120556.277500', '120556.737500', '120557.197500', '120557.657500', '120558.117500', '120558.577500', '120559.037500', '120559.497500', '120559.957500', '120600.417500', '120600.877500', '120601.337500', '120601.797500', '120602.257500', '120602.717500', '120603.177500', '120603.637500', '120604.097500', '120604.557500', '120605.017500', '120605.477500', '120605.937500', '120606.397500', '120606.857500', '120607.317500', '120607.777500', '120608.237500', '120608.697500', '120609.157500', '120609.617500', '120610.077500', '120610.537500', '120610.997500', '120611.457500', '120611.917500', '120612.377500', '120612.837500', '120613.297500', '120613.757500', '120614.217500', '120614.677500', '120615.137500', '120615.597500', '120616.057500', '120616.517500', '120616.977500', '120617.437500', '120617.897500', '120618.357500', '120618.817500', '120619.277500', '120619.737500', '120620.197500', '120620.657500', '120621.117500', '120621.577500', '120622.037500', '120622.497500', '120622.957500', '120623.417500', '120623.877500', '120624.337500', '120624.797500', '120625.257500', '120625.717500', '120626.177500', '120626.637500', '120627.097500', '120627.557500', '120628.017500', '120628.477500', '120628.937500', '120629.397500', '120629.857500', '120630.317500', '120630.777500', '120631.237500', '120631.697500', '120632.157500', '120632.617500', '120633.077500', '120633.537500', '120633.997500', '120634.457500', '120634.917500', '120635.377500', '120635.837500', '120636.297500', '120636.757500', '120637.217500', '120637.677500', '120638.137500', '120638.597500', '120639.057500', '120639.517500', '120639.977500', '120640.437500', '120640.897500', '120641.357500', '120641.817500', '120642.277500', '120642.737500', '120643.197500', '120643.657500', '120644.117500', '120644.577500', '120645.037500', '120645.497500', '120645.957500', '120646.417500', '120646.877500', '120647.337500', '120647.797500', '120648.257500', '120648.717500', '120649.177500', '120649.637500', '120650.097500', '120650.557500', '120651.017500', '120651.477500', '120651.937500', '120652.397500', '120652.857500', '120653.317500', '120653.777500', '120654.237500', '120654.697500', '120655.157500', '120655.617500', '120656.077500', '120656.537500', '120656.997500', '120657.457500', '120657.917500', '120658.377500', '120658.837500', '120659.297500', '120659.757500', '120700.217500', '120700.677500', '120701.137500', '120701.597500', '120702.057500', '120702.517500', '120702.977500', '120703.437500', '120703.897500', '120704.357500', '120704.817500', '120705.277500', '120705.737500', '120706.197500', '120706.657500', '120707.117500', '120707.577500', '120708.037500', '120708.497500', '120708.957500', '120709.417500', '120709.877500', '120710.337500', '120710.797500', '120711.257500', '120711.717500', '120712.177500', '120712.637500', '120713.097500', '120713.557500', '120714.017500', '120714.477500', '120714.937500', '120715.397500', '120715.857500', '120716.317500', '120716.777500', '120717.237500', '120717.697500', '120718.157500', '120718.617500', '120719.077500', '120719.537500', '120719.997500', '120720.457500', '120720.917500', '120721.377500', '120721.837500', '120722.297500', '120722.757500', '120723.217500', '120723.677500', '120724.137500', '120724.597500', '120725.057500', '120725.517500', '120725.977500', '120726.437500', '120726.897500', '120727.357500', '120727.817500', '120728.277500', '120728.737500', '120729.197500', '120729.657500', '120730.117500', '120730.577500', '120731.037500', '120731.497500', '120731.957500', '120732.417500', '120732.877500', '120733.337500', '120733.797500', '120734.257500', '120734.717500', '120735.177500', '120735.637500', '120736.097500', '120736.557500', '120737.017500', '120737.477500', '120737.937500', '120738.397500'], 'ContentTime': ['120123.743000', '120123.746000', '120123.749000', '120123.752000', '120123.755000', '120123.757000', '120123.760000', '120123.763000', '120123.765000', '120123.768000', '120123.771000', '120123.773000', '120123.776000', '120123.778000', '120123.781000', '120123.784000', '120123.786000', '120123.789000', '120123.792000', '120123.794000', '120123.797000', '120123.799000', '120143.713000', '120143.716000', '120143.719000', '120143.721000', '120143.731000', '120143.734000', '120143.736000', '120143.739000', '120143.741000', '120143.744000', '120143.747000', '120143.749000', '120143.752000', '120143.754000', '120143.757000', '120143.759000', '120143.762000', '120143.764000', '120143.767000', '120143.770000', '120143.772000', '120143.775000', '120143.777000', '120143.780000', '120143.782000', '120143.785000', '120143.788000', '120143.790000', '120143.793000', '120143.795000', '120143.798000', '120143.801000', '120143.803000', '120143.806000', '120143.809000', '120143.811000', '120143.814000', '120143.816000', '120143.819000', '120143.822000', '120143.824000', '120143.827000', '120143.833000', '120203.713000', '120203.716000', '120203.719000', '120203.721000', '120203.724000', '120203.727000', '120203.729000', '120203.732000', '120203.734000', '120203.737000', '120203.740000', '120203.742000', '120203.745000', '120203.747000', '120203.750000', '120203.752000', '120203.755000', '120203.757000', '120203.760000', '120203.763000', '120203.765000', '120203.768000', '120203.770000', '120203.773000', '120203.775000', '120203.778000', '120203.781000', '120203.783000', '120203.786000', '120203.788000', '120203.791000', '120203.794000', '120203.796000', '120203.799000', '120203.802000', '120203.804000', '120203.807000', '120203.809000', '120203.812000', '120203.815000', '120203.817000', '120203.820000', '120203.822000', '120203.825000', '120223.713000', '120223.716000', '120223.719000', '120223.721000', '120223.724000', '120223.727000', '120223.729000', '120223.732000', '120223.734000', '120223.737000', '120223.739000', '120223.742000', '120223.745000', '120223.747000', '120223.750000', '120223.752000', '120223.755000', '120223.758000', '120223.760000', '120223.763000', '120223.766000', '120223.768000', '120223.771000', '120223.773000', '120223.776000', '120223.778000', '120223.781000', '120223.784000', '120223.786000', '120223.789000', '120223.791000', '120223.794000', '120223.797000', '120223.799000', '120223.802000', '120223.805000', '120223.807000', '120223.810000', '120223.813000', '120223.816000', '120223.818000', '120223.821000', '120223.824000', '120243.713000', '120243.716000', '120243.719000', '120243.722000', '120243.724000', '120243.727000', '120243.729000', '120243.732000', '120243.735000', '120243.737000', '120243.740000', '120243.742000', '120243.745000', '120243.748000', '120243.750000', '120243.753000', '120243.755000', '120243.770000', '120243.773000', '120243.775000', '120243.778000', '120243.780000', '120243.783000', '120243.786000', '120243.788000', '120243.791000', '120243.793000', '120243.796000', '120243.799000', '120243.824000', '120243.827000', '120243.830000', '120243.832000', '120243.835000', '120243.837000', '120243.840000', '120243.843000', '120243.845000', '120243.848000', '120243.850000', '120243.853000', '120243.856000', '120243.858000', '120243.861000', '120303.713000', '120303.716000', '120303.719000', '120303.722000', '120303.724000', '120303.727000', '120303.729000', '120303.732000', '120303.734000', '120303.737000', '120303.740000', '120303.742000', '120303.745000', '120303.748000', '120303.750000', '120303.753000', '120303.755000', '120303.758000', '120303.761000', '120303.763000', '120303.766000', '120303.768000', '120303.771000', '120303.774000', '120303.776000', '120303.779000', '120303.781000', '120303.784000', '120303.786000', '120303.789000', '120303.792000', '120303.795000', '120303.797000', '120303.838000', '120303.840000', '120303.843000', '120303.846000', '120303.849000', '120303.852000', '120303.854000', '120303.857000', '120303.859000', '120303.862000', '120323.714000', '120323.716000', '120323.719000', '120323.722000', '120323.724000', '120323.727000', '120323.730000', '120323.732000', '120323.735000', '120323.738000', '120323.740000', '120323.743000', '120323.745000', '120323.748000', '120323.750000', '120323.753000', '120323.756000', '120323.758000', '120323.761000', '120323.763000', '120323.766000', '120323.769000', '120323.771000', '120323.774000', '120323.776000', '120323.779000', '120323.782000', '120323.784000', '120323.787000', '120323.789000', '120323.792000', '120323.795000', '120323.797000', '120323.825000', '120323.827000', '120323.830000', '120323.832000', '120323.835000', '120323.838000', '120323.840000', '120323.843000', '120323.845000', '120323.848000', '120323.851000', '120343.713000', '120343.716000', '120343.719000', '120343.722000', '120343.724000', '120343.727000', '120343.729000', '120343.732000', '120343.735000', '120343.737000', '120343.740000', '120343.742000', '120343.745000', '120343.748000', '120343.750000', '120343.753000', '120343.756000', '120343.758000', '120343.761000', '120343.763000', '120343.766000', '120343.769000', '120343.771000', '120343.774000', '120343.776000', '120343.779000', '120343.782000', '120343.784000', '120343.787000', '120343.790000', '120343.792000', '120343.795000', '120343.797000', '120343.857000', '120343.860000', '120343.862000', '120343.865000', '120343.867000', '120343.870000', '120343.873000', '120343.875000', '120343.878000', '120343.881000', '120403.714000', '120403.716000', '120403.719000', '120403.722000', '120403.724000', '120403.727000', '120403.730000', '120403.732000', '120403.735000', '120403.737000', '120403.740000', '120403.743000', '120403.745000', '120403.748000', '120403.750000', '120403.753000', '120403.756000', '120403.758000', '120403.761000', '120403.763000', '120403.766000', '120403.769000', '120403.771000', '120403.774000', '120403.776000', '120403.779000', '120403.782000', '120403.784000', '120403.787000', '120403.789000', '120403.792000', '120403.795000', '120403.797000', '120403.829000', '120403.832000', '120403.835000', '120403.837000', '120403.840000', '120403.842000', '120403.845000', '120403.848000', '120403.850000', '120403.853000', '120403.855000', '120423.713000', '120423.716000', '120423.719000', '120423.722000', '120423.724000', '120423.727000', '120423.729000', '120423.732000', '120423.735000', '120423.737000', '120423.740000', '120423.742000', '120423.787000', '120423.789000', '120423.792000', '120423.794000', '120423.797000', '120423.842000', '120423.845000', '120423.848000', '120423.851000', '120423.854000', '120423.857000', '120423.859000', '120423.862000', '120423.865000', '120423.867000', '120423.870000', '120423.872000', '120423.875000', '120423.878000', '120423.880000', '120423.883000', '120423.885000', '120423.888000', '120423.891000', '120423.893000', '120423.896000', '120423.898000', '120423.901000', '120423.904000', '120423.906000', '120423.909000', '120443.713000', '120443.716000', '120443.719000', '120443.721000', '120443.724000', '120443.727000', '120443.729000', '120443.732000', '120443.734000', '120443.737000', '120443.740000', '120443.742000', '120443.745000', '120443.748000', '120443.750000', '120443.753000', '120443.755000', '120443.758000', '120443.761000', '120443.763000', '120443.766000', '120443.769000', '120443.771000', '120443.774000', '120443.776000', '120443.779000', '120443.782000', '120443.784000', '120443.787000', '120443.790000', '120443.792000', '120443.795000', '120443.797000', '120443.829000', '120443.832000', '120443.835000', '120443.837000', '120443.840000', '120443.842000', '120443.845000', '120443.848000', '120443.850000', '120443.853000', '120443.856000', '120503.713000', '120503.716000', '120503.719000', '120503.722000', '120503.724000', '120503.727000', '120503.729000', '120503.732000', '120503.735000', '120503.737000', '120503.740000', '120503.743000', '120503.745000', '120503.748000', '120503.751000', '120503.753000', '120503.756000', '120503.758000', '120503.761000', '120503.764000', '120503.766000', '120503.769000', '120503.772000', '120503.774000', '120503.777000', '120503.780000', '120503.782000', '120503.785000', '120503.787000', '120503.790000', '120503.793000', '120503.795000', '120503.798000', '120503.849000', '120503.852000', '120503.855000', '120503.857000', '120503.860000', '120503.863000', '120503.865000', '120503.868000', '120503.871000', '120503.873000', '120523.714000', '120523.717000', '120523.720000', '120523.723000', '120523.725000', '120523.728000', '120523.731000', '120523.733000', '120523.736000', '120523.738000', '120523.741000', '120523.744000', '120523.746000', '120523.749000', '120523.752000', '120523.754000', '120523.757000', '120523.760000', '120523.762000', '120523.765000', '120523.768000', '120523.770000', '120523.773000', '120523.775000', '120523.778000', '120523.781000', '120523.783000', '120523.786000', '120523.788000', '120523.791000', '120523.794000', '120523.796000', '120523.799000', '120523.849000', '120523.851000', '120523.854000', '120523.856000', '120523.859000', '120523.862000', '120523.864000', '120523.867000', '120523.869000', '120523.872000', '120523.875000', '120543.714000', '120543.716000', '120543.719000', '120543.722000', '120543.724000', '120543.727000', '120543.730000', '120543.732000', '120543.735000', '120543.738000', '120543.740000', '120543.743000', '120543.745000', '120543.748000', '120543.751000', '120543.753000', '120543.756000', '120543.758000', '120543.761000', '120543.764000', '120543.766000', '120543.769000', '120543.772000', '120543.774000', '120543.777000', '120543.780000', '120543.782000', '120543.785000', '120543.787000', '120543.790000', '120543.793000', '120543.795000', '120543.798000', '120543.835000', '120543.838000', '120543.840000', '120543.843000', '120543.845000', '120543.848000', '120543.851000', '120543.853000', '120543.856000', '120543.858000', '120603.713000', '120603.716000', '120603.719000', '120603.721000', '120603.724000', '120603.727000', '120603.729000', '120603.732000', '120603.735000', '120603.737000', '120603.740000', '120603.742000', '120603.745000', '120603.748000', '120603.750000', '120603.753000', '120603.756000', '120603.758000', '120603.761000', '120603.763000', '120603.766000', '120603.769000', '120603.771000', '120603.774000', '120603.777000', '120603.779000', '120603.782000', '120603.785000', '120603.787000', '120603.790000', '120603.793000', '120603.795000', '120603.798000', '120603.842000', '120603.844000', '120603.847000', '120603.850000', '120603.852000', '120603.855000', '120603.858000', '120603.860000', '120603.863000', '120603.865000', '120603.868000', '120623.713000', '120623.716000', '120623.719000', '120623.722000', '120623.724000', '120623.727000', '120623.729000', '120623.732000', '120623.735000', '120623.737000', '120623.740000', '120623.743000', '120623.745000', '120623.748000', '120623.750000', '120623.753000', '120623.756000', '120623.758000', '120623.761000', '120623.764000', '120623.766000', '120623.769000', '120623.771000', '120623.774000', '120623.777000', '120623.779000', '120623.782000', '120623.785000', '120623.787000', '120623.790000', '120623.792000', '120623.795000', '120623.797000', '120623.833000', '120623.836000', '120623.838000', '120623.841000', '120623.843000', '120623.846000', '120623.849000', '120623.851000', '120623.854000', '120623.856000', '120643.714000', '120643.716000', '120643.719000', '120643.722000', '120643.724000', '120643.727000', '120643.730000', '120643.732000', '120643.735000', '120643.738000', '120643.740000', '120643.743000', '120643.746000', '120643.748000', '120643.751000', '120643.755000', '120643.757000', '120643.760000', '120643.763000', '120643.765000', '120643.768000', '120643.771000', '120643.773000', '120643.776000', '120643.778000', '120643.781000', '120643.784000', '120643.786000', '120643.789000', '120643.791000', '120643.794000', '120643.799000', '120643.863000', '120643.866000', '120643.868000', '120643.871000', '120643.874000', '120643.876000', '120643.879000', '120643.882000', '120643.884000', '120643.887000', '120643.889000', '120643.892000', '120703.713000', '120703.716000', '120703.719000', '120703.722000', '120703.724000', '120703.727000', '120703.730000', '120703.732000', '120703.735000', '120703.737000', '120703.740000', '120703.743000', '120703.745000', '120703.748000', '120703.750000', '120703.753000', '120703.756000', '120703.758000', '120703.761000', '120703.764000', '120703.766000', '120703.769000', '120703.771000', '120703.774000', '120703.777000', '120703.779000', '120703.782000', '120703.785000', '120703.787000', '120703.790000', '120703.792000', '120703.795000', '120703.798000', '120703.825000', '120703.828000', '120703.830000', '120703.833000', '120703.836000', '120703.838000', '120703.841000', '120703.843000', '120703.846000', '120703.849000', '120723.713000', '120723.716000', '120723.719000', '120723.722000', '120723.740000', '120723.742000', '120723.745000', '120723.748000', '120723.750000', '120723.753000', '120723.756000', '120723.758000', '120723.761000', '120723.763000', '120723.766000', '120723.769000', '120723.771000', '120723.774000', '120723.776000', '120723.779000', '120723.782000', '120723.784000', '120723.787000', '120723.790000', '120723.792000', '120723.795000', '120723.797000', '120723.800000', '120723.851000', '120723.854000', '120723.857000', '120723.859000', '120723.862000', '120723.865000', '120723.867000', '120723.870000', '120723.872000', '120723.875000', '120723.877000', '120723.880000', '120723.883000', '120723.885000', '120723.888000', '120739.384000', '120739.387000', '120739.390000', '120739.393000', '120739.396000', '120739.398000', '120739.401000', '120739.404000', '120739.406000', '120739.409000', '120739.412000', '120739.415000', '120739.417000', '120739.420000', '120739.423000', '120739.425000', '120739.428000', '120739.431000', '120739.434000', '120739.436000', '120739.439000', '120739.441000', '120739.444000', '120739.447000', '120739.450000', '120739.454000', '120739.457000', '120739.460000', '120739.463000', '120739.465000', '120739.469000', '120739.472000', '120739.475000', '120739.478000', '120739.481000'], 'InstanceCreationTime': ['120123.743000', '120123.746000', '120123.749000', '120123.752000', '120123.755000', '120123.757000', '120123.760000', '120123.763000', '120123.765000', '120123.768000', '120123.771000', '120123.773000', '120123.776000', '120123.778000', '120123.781000', '120123.784000', '120123.786000', '120123.789000', '120123.792000', '120123.794000', '120123.797000', '120123.799000', '120143.713000', '120143.716000', '120143.719000', '120143.721000', '120143.731000', '120143.734000', '120143.736000', '120143.739000', '120143.741000', '120143.744000', '120143.747000', '120143.749000', '120143.752000', '120143.754000', '120143.757000', '120143.759000', '120143.762000', '120143.764000', '120143.767000', '120143.770000', '120143.772000', '120143.775000', '120143.777000', '120143.780000', '120143.782000', '120143.785000', '120143.788000', '120143.790000', '120143.793000', '120143.795000', '120143.798000', '120143.801000', '120143.803000', '120143.806000', '120143.809000', '120143.811000', '120143.814000', '120143.816000', '120143.819000', '120143.822000', '120143.824000', '120143.827000', '120143.833000', '120203.713000', '120203.716000', '120203.719000', '120203.721000', '120203.724000', '120203.727000', '120203.729000', '120203.732000', '120203.734000', '120203.737000', '120203.740000', '120203.742000', '120203.745000', '120203.747000', '120203.750000', '120203.752000', '120203.755000', '120203.757000', '120203.760000', '120203.763000', '120203.765000', '120203.768000', '120203.770000', '120203.773000', '120203.775000', '120203.778000', '120203.781000', '120203.783000', '120203.786000', '120203.788000', '120203.791000', '120203.794000', '120203.796000', '120203.799000', '120203.802000', '120203.804000', '120203.807000', '120203.809000', '120203.812000', '120203.815000', '120203.817000', '120203.820000', '120203.822000', '120203.825000', '120223.713000', '120223.716000', '120223.719000', '120223.721000', '120223.724000', '120223.727000', '120223.729000', '120223.732000', '120223.734000', '120223.737000', '120223.739000', '120223.742000', '120223.745000', '120223.747000', '120223.750000', '120223.752000', '120223.755000', '120223.758000', '120223.760000', '120223.763000', '120223.766000', '120223.768000', '120223.771000', '120223.773000', '120223.776000', '120223.778000', '120223.781000', '120223.784000', '120223.786000', '120223.789000', '120223.791000', '120223.794000', '120223.797000', '120223.799000', '120223.802000', '120223.805000', '120223.807000', '120223.810000', '120223.813000', '120223.816000', '120223.818000', '120223.821000', '120223.824000', '120243.713000', '120243.716000', '120243.719000', '120243.722000', '120243.724000', '120243.727000', '120243.729000', '120243.732000', '120243.735000', '120243.737000', '120243.740000', '120243.742000', '120243.745000', '120243.748000', '120243.750000', '120243.753000', '120243.755000', '120243.770000', '120243.773000', '120243.775000', '120243.778000', '120243.780000', '120243.783000', '120243.786000', '120243.788000', '120243.791000', '120243.793000', '120243.796000', '120243.799000', '120243.824000', '120243.827000', '120243.830000', '120243.832000', '120243.835000', '120243.837000', '120243.840000', '120243.843000', '120243.845000', '120243.848000', '120243.850000', '120243.853000', '120243.856000', '120243.858000', '120243.861000', '120303.713000', '120303.716000', '120303.719000', '120303.722000', '120303.724000', '120303.727000', '120303.729000', '120303.732000', '120303.734000', '120303.737000', '120303.740000', '120303.742000', '120303.745000', '120303.748000', '120303.750000', '120303.753000', '120303.755000', '120303.758000', '120303.761000', '120303.763000', '120303.766000', '120303.768000', '120303.771000', '120303.774000', '120303.776000', '120303.779000', '120303.781000', '120303.784000', '120303.786000', '120303.789000', '120303.792000', '120303.795000', '120303.797000', '120303.838000', '120303.840000', '120303.843000', '120303.846000', '120303.849000', '120303.852000', '120303.854000', '120303.857000', '120303.859000', '120303.862000', '120323.714000', '120323.716000', '120323.719000', '120323.722000', '120323.724000', '120323.727000', '120323.730000', '120323.732000', '120323.735000', '120323.738000', '120323.740000', '120323.743000', '120323.745000', '120323.748000', '120323.750000', '120323.753000', '120323.756000', '120323.758000', '120323.761000', '120323.763000', '120323.766000', '120323.769000', '120323.771000', '120323.774000', '120323.776000', '120323.779000', '120323.782000', '120323.784000', '120323.787000', '120323.789000', '120323.792000', '120323.795000', '120323.797000', '120323.825000', '120323.827000', '120323.830000', '120323.832000', '120323.835000', '120323.838000', '120323.840000', '120323.843000', '120323.845000', '120323.848000', '120323.851000', '120343.713000', '120343.716000', '120343.719000', '120343.722000', '120343.724000', '120343.727000', '120343.729000', '120343.732000', '120343.735000', '120343.737000', '120343.740000', '120343.742000', '120343.745000', '120343.748000', '120343.750000', '120343.753000', '120343.756000', '120343.758000', '120343.761000', '120343.763000', '120343.766000', '120343.769000', '120343.771000', '120343.774000', '120343.776000', '120343.779000', '120343.782000', '120343.784000', '120343.787000', '120343.790000', '120343.792000', '120343.795000', '120343.797000', '120343.857000', '120343.860000', '120343.862000', '120343.865000', '120343.867000', '120343.870000', '120343.873000', '120343.875000', '120343.878000', '120343.881000', '120403.714000', '120403.716000', '120403.719000', '120403.722000', '120403.724000', '120403.727000', '120403.730000', '120403.732000', '120403.735000', '120403.737000', '120403.740000', '120403.743000', '120403.745000', '120403.748000', '120403.750000', '120403.753000', '120403.756000', '120403.758000', '120403.761000', '120403.763000', '120403.766000', '120403.769000', '120403.771000', '120403.774000', '120403.776000', '120403.779000', '120403.782000', '120403.784000', '120403.787000', '120403.789000', '120403.792000', '120403.795000', '120403.797000', '120403.829000', '120403.832000', '120403.835000', '120403.837000', '120403.840000', '120403.842000', '120403.845000', '120403.848000', '120403.850000', '120403.853000', '120403.855000', '120423.713000', '120423.716000', '120423.719000', '120423.722000', '120423.724000', '120423.727000', '120423.729000', '120423.732000', '120423.735000', '120423.737000', '120423.740000', '120423.742000', '120423.787000', '120423.789000', '120423.792000', '120423.794000', '120423.797000', '120423.842000', '120423.845000', '120423.848000', '120423.851000', '120423.854000', '120423.857000', '120423.859000', '120423.862000', '120423.865000', '120423.867000', '120423.870000', '120423.872000', '120423.875000', '120423.878000', '120423.880000', '120423.883000', '120423.885000', '120423.888000', '120423.891000', '120423.893000', '120423.896000', '120423.898000', '120423.901000', '120423.904000', '120423.906000', '120423.909000', '120443.713000', '120443.716000', '120443.719000', '120443.721000', '120443.724000', '120443.727000', '120443.729000', '120443.732000', '120443.734000', '120443.737000', '120443.740000', '120443.742000', '120443.745000', '120443.748000', '120443.750000', '120443.753000', '120443.755000', '120443.758000', '120443.761000', '120443.763000', '120443.766000', '120443.769000', '120443.771000', '120443.774000', '120443.776000', '120443.779000', '120443.782000', '120443.784000', '120443.787000', '120443.790000', '120443.792000', '120443.795000', '120443.797000', '120443.829000', '120443.832000', '120443.835000', '120443.837000', '120443.840000', '120443.842000', '120443.845000', '120443.848000', '120443.850000', '120443.853000', '120443.856000', '120503.713000', '120503.716000', '120503.719000', '120503.722000', '120503.724000', '120503.727000', '120503.729000', '120503.732000', '120503.735000', '120503.737000', '120503.740000', '120503.743000', '120503.745000', '120503.748000', '120503.751000', '120503.753000', '120503.756000', '120503.758000', '120503.761000', '120503.764000', '120503.766000', '120503.769000', '120503.772000', '120503.774000', '120503.777000', '120503.780000', '120503.782000', '120503.785000', '120503.787000', '120503.790000', '120503.793000', '120503.795000', '120503.798000', '120503.849000', '120503.852000', '120503.855000', '120503.857000', '120503.860000', '120503.863000', '120503.865000', '120503.868000', '120503.871000', '120503.873000', '120523.714000', '120523.717000', '120523.720000', '120523.723000', '120523.725000', '120523.728000', '120523.731000', '120523.733000', '120523.736000', '120523.738000', '120523.741000', '120523.744000', '120523.746000', '120523.749000', '120523.752000', '120523.754000', '120523.757000', '120523.760000', '120523.762000', '120523.765000', '120523.768000', '120523.770000', '120523.773000', '120523.775000', '120523.778000', '120523.781000', '120523.783000', '120523.786000', '120523.788000', '120523.791000', '120523.794000', '120523.796000', '120523.799000', '120523.849000', '120523.851000', '120523.854000', '120523.856000', '120523.859000', '120523.862000', '120523.864000', '120523.867000', '120523.869000', '120523.872000', '120523.875000', '120543.714000', '120543.716000', '120543.719000', '120543.722000', '120543.724000', '120543.727000', '120543.730000', '120543.732000', '120543.735000', '120543.738000', '120543.740000', '120543.743000', '120543.745000', '120543.748000', '120543.751000', '120543.753000', '120543.756000', '120543.758000', '120543.761000', '120543.764000', '120543.766000', '120543.769000', '120543.772000', '120543.774000', '120543.777000', '120543.780000', '120543.782000', '120543.785000', '120543.787000', '120543.790000', '120543.793000', '120543.795000', '120543.798000', '120543.835000', '120543.838000', '120543.840000', '120543.843000', '120543.845000', '120543.848000', '120543.851000', '120543.853000', '120543.856000', '120543.858000', '120603.713000', '120603.716000', '120603.719000', '120603.721000', '120603.724000', '120603.727000', '120603.729000', '120603.732000', '120603.735000', '120603.737000', '120603.740000', '120603.742000', '120603.745000', '120603.748000', '120603.750000', '120603.753000', '120603.756000', '120603.758000', '120603.761000', '120603.763000', '120603.766000', '120603.769000', '120603.771000', '120603.774000', '120603.777000', '120603.779000', '120603.782000', '120603.785000', '120603.787000', '120603.790000', '120603.793000', '120603.795000', '120603.798000', '120603.842000', '120603.844000', '120603.847000', '120603.850000', '120603.852000', '120603.855000', '120603.858000', '120603.860000', '120603.863000', '120603.865000', '120603.868000', '120623.713000', '120623.716000', '120623.719000', '120623.722000', '120623.724000', '120623.727000', '120623.729000', '120623.732000', '120623.735000', '120623.737000', '120623.740000', '120623.743000', '120623.745000', '120623.748000', '120623.750000', '120623.753000', '120623.756000', '120623.758000', '120623.761000', '120623.764000', '120623.766000', '120623.769000', '120623.771000', '120623.774000', '120623.777000', '120623.779000', '120623.782000', '120623.785000', '120623.787000', '120623.790000', '120623.792000', '120623.795000', '120623.797000', '120623.833000', '120623.836000', '120623.838000', '120623.841000', '120623.843000', '120623.846000', '120623.849000', '120623.851000', '120623.854000', '120623.856000', '120643.714000', '120643.716000', '120643.719000', '120643.722000', '120643.724000', '120643.727000', '120643.730000', '120643.732000', '120643.735000', '120643.738000', '120643.740000', '120643.743000', '120643.746000', '120643.748000', '120643.751000', '120643.755000', '120643.757000', '120643.760000', '120643.763000', '120643.765000', '120643.768000', '120643.771000', '120643.773000', '120643.776000', '120643.778000', '120643.781000', '120643.784000', '120643.786000', '120643.789000', '120643.791000', '120643.794000', '120643.799000', '120643.863000', '120643.866000', '120643.868000', '120643.871000', '120643.874000', '120643.876000', '120643.879000', '120643.882000', '120643.884000', '120643.887000', '120643.889000', '120643.892000', '120703.713000', '120703.716000', '120703.719000', '120703.722000', '120703.724000', '120703.727000', '120703.730000', '120703.732000', '120703.735000', '120703.737000', '120703.740000', '120703.743000', '120703.745000', '120703.748000', '120703.750000', '120703.753000', '120703.756000', '120703.758000', '120703.761000', '120703.764000', '120703.766000', '120703.769000', '120703.771000', '120703.774000', '120703.777000', '120703.779000', '120703.782000', '120703.785000', '120703.787000', '120703.790000', '120703.792000', '120703.795000', '120703.798000', '120703.825000', '120703.828000', '120703.830000', '120703.833000', '120703.836000', '120703.838000', '120703.841000', '120703.843000', '120703.846000', '120703.849000', '120723.713000', '120723.716000', '120723.719000', '120723.722000', '120723.740000', '120723.742000', '120723.745000', '120723.748000', '120723.750000', '120723.753000', '120723.756000', '120723.758000', '120723.761000', '120723.763000', '120723.766000', '120723.769000', '120723.771000', '120723.774000', '120723.776000', '120723.779000', '120723.782000', '120723.784000', '120723.787000', '120723.790000', '120723.792000', '120723.795000', '120723.797000', '120723.800000', '120723.851000', '120723.854000', '120723.857000', '120723.859000', '120723.862000', '120723.865000', '120723.867000', '120723.870000', '120723.872000', '120723.875000', '120723.877000', '120723.880000', '120723.883000', '120723.885000', '120723.888000', '120739.384000', '120739.387000', '120739.390000', '120739.393000', '120739.396000', '120739.398000', '120739.401000', '120739.404000', '120739.406000', '120739.409000', '120739.412000', '120739.415000', '120739.417000', '120739.420000', '120739.423000', '120739.425000', '120739.428000', '120739.431000', '120739.434000', '120739.436000', '120739.439000', '120739.441000', '120739.444000', '120739.447000', '120739.450000', '120739.454000', '120739.457000', '120739.460000', '120739.463000', '120739.465000', '120739.469000', '120739.472000', '120739.475000', '120739.478000', '120739.481000'], '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': [7589, 9445, 8597, 7911, 9847, 6613, 7899, 6792, 6854, 8399, 6449, 9011, 7566, 8893, 7692, 6724, 8694, 6497, 9116, 6660, 9898, 7018, 9348, 7177, 6560, 7171, 6721, 9308, 6947, 9605, 7242, 7753, 7624, 6770, 8960, 6738, 10479, 7745, 13297, 7107, 11325, 7331, 9551, 7774, 6987, 10056, 6810, 7706, 7001, 6517, 8820, 6864, 10180, 7225, 11905, 6971, 10497, 7129, 10264, 7802, 7636, 8228, 6715, 9430, 6720, 9593, 6917, 8614, 7495, 6998, 7884, 6642, 8682, 6615, 6625, 8040, 6653, 10729, 6899, 9279, 7362, 6619, 9184, 6861, 10908, 8296, 6893, 9353, 6695, 10591, 8373, 9958, 11557, 6917, 13797, 6686, 13289, 7568, 10327, 9651, 7974, 13986, 6858, 10680, 7171, 6896, 7472, 6985, 9878, 7084, 11829, 7021, 6633, 7555, 6622, 9514, 7317, 11516, 10691, 7564, 8279, 6770, 9644, 6873, 11427, 10508, 15699, 14109, 10497, 9188, 6691, 8855, 7168, 7638, 8879, 6854, 12735, 7234, 6562, 7852, 6587, 9623, 7422, 12422, 10609, 10536, 8044, 7393, 9072, 6562, 10324, 7494, 14237, 8011, 6786, 8061, 6741, 8931, 6534, 9548, 7430, 8447, 7170, 6489, 7749, 6366, 9574, 7238, 10013, 8558, 6877, 8138, 6517, 9356, 6708, 10089, 7367, 12210, 9208, 10855, 7364, 6786, 8016, 6403, 9765, 7310, 9482, 8273, 6805, 9164, 6482, 8353, 7066, 6730, 8847, 7095, 11450, 7514, 12268, 7225, 8897, 7730, 6635, 7571, 6886, 9003, 6928, 13606, 6894, 7400, 7103, 6625, 7273, 6646, 9699, 7026, 10055, 6792, 9585, 6733, 8185, 6782, 7775, 7392, 7222, 8343, 6589, 8833, 6577, 8803, 6502, 9049, 7013, 9974, 7523, 13880, 6798, 6694, 6734, 6871, 8455, 6711, 10251, 7089, 9984, 6841, 8552, 7319, 8635, 7758, 10866, 8746, 6825, 7943, 6872, 8503, 6895, 9245, 7011, 9526, 6870, 6661, 7270, 6921, 8506, 6668, 10220, 7570, 12031, 6791, 6852, 7331, 6709, 10155, 7754, 12013, 6666, 11672, 6679, 7060, 6796, 6984, 7093, 9179, 7910, 9385, 7277, 6664, 6931, 6576, 7720, 6716, 8819, 6792, 9731, 6619, 9295, 6823, 8457, 6795, 8843, 7148, 9562, 8983, 6873, 7060, 6896, 7637, 6704, 9080, 6840, 9901, 6819, 9625, 6836, 8607, 6665, 9563, 6942, 10097, 7353, 12195, 6993, 10166, 6661, 6682, 6864, 6763, 6768, 9181, 7311, 10610, 7726, 9331, 6680, 9253, 6656, 7787, 6752, 9887, 7621, 12792, 7165, 9426, 6652, 9023, 6729, 8791, 6791, 9008, 7010, 8028, 7101, 6680, 7171, 7911, 6897, 10223, 7591, 12824, 8613, 10374, 6878, 9558, 7091, 8069, 6997, 8718, 7999, 6800, 8651, 6571, 9109, 6767, 8906, 6615, 9980, 6826, 9839, 7133, 10115, 6863, 8846, 7082, 10795, 7403, 7118, 7042, 6598, 9056, 7440, 6715, 7482, 14248, 7099, 11469, 8267, 12681, 7713, 14738, 6894, 10478, 6656, 7960, 6750, 8139, 7540, 6516, 8148, 6981, 8290, 6685, 8856, 6912, 9919, 6732, 9506, 6577, 9776, 6544, 9242, 6523, 8292, 6737, 7718, 8066, 6497, 7719, 9463, 6859, 10289, 7145, 9750, 7151, 8917, 6695, 8343, 6662, 7005, 7089, 8435, 8683, 7147, 9083, 6570, 9122, 6716, 9526, 7132, 11046, 9176, 10028, 7170, 8489, 7229, 7203, 7742, 11480, 8265, 10169, 8246, 6970, 8947, 6633, 9165, 6646, 9249, 7089, 9724, 7332, 8605, 6704, 10464, 6967, 8892, 7260, 8766, 8005, 6684, 8270, 6374, 9021, 6762, 9687, 7127, 11024, 9048, 9036, 6799, 6632, 7399, 9924, 8019, 10122, 8264, 6936, 8277, 6507, 8899, 6643, 9596, 7292, 10524, 7071, 7025, 6848, 6605, 8025, 6895, 10076, 7761, 13892, 6979, 11146, 7067, 6400, 7847, 6624, 10296, 7462, 13493, 6726, 7462, 6881, 6492, 7857, 7025, 9868, 7343, 14325, 6737, 9441, 6641, 8326, 7112, 8310, 8012, 7021, 8194, 6542, 9059, 6486, 9370, 6938, 9738, 7416, 7384, 7798, 6516, 8947, 6573, 8346, 6884, 7137, 8509, 6930, 11107, 6739, 8771, 6790, 8634, 6973, 9190, 8462, 6682, 7907, 6503, 9131, 6603, 9164, 7014, 9548, 9080, 7887, 7795, 6374, 8739, 6746, 7429, 6984, 7145, 9435, 7209, 11604, 6783, 8897, 7040, 8285, 7521, 8199, 8262, 6791, 10802, 6982, 7358, 6784, 6546, 7529, 6637, 9085, 6879, 10131, 6924, 9705, 7053, 9201, 7244, 8451, 8363, 7743, 7981, 6852, 8342, 6642, 8743, 6863, 9649, 7712, 8669, 6963, 6478, 7463, 6607, 8317, 6838, 9462, 7870, 6593, 7625, 6764, 9690, 6752, 9038, 8501, 8347, 9236, 6517, 10399, 7012, 9856, 6887, 10050, 9342, 7542, 9970, 6771, 9914, 6884, 7101, 6906, 7047, 9298, 7518, 11611, 7223, 7030, 7884, 6440, 9696, 7140, 10482, 8111, 6939, 8288, 6773, 8675, 6658, 6729, 7600, 7047, 9439, 7259, 14315, 6942, 9521, 7032, 6745, 7598, 6700, 9174, 7378, 10817, 7007, 7064, 6926, 6962, 8118, 6705, 9507, 8396, 6829, 8253, 6584, 9003, 6833, 7935, 7634, 7514, 9054, 6615, 8639, 6686, 8417, 6741, 9013, 7178, 12354, 7333, 9335, 6865, 9236, 6855, 8670, 7230, 8093, 7821, 6925, 8521, 6855, 9157, 6773, 9704, 7582, 10418, 7966, 7900, 7514, 6858, 8662, 6484, 9171, 7240, 9765, 7291, 13010, 7055, 10452, 7107, 8468, 7208, 8196, 8162, 6945, 9456, 7182, 8617, 6719, 7928, 7318, 8861, 9707, 6967, 8681, 6576, 8816, 6830, 8946, 7117, 8921, 7591, 6794, 7899, 6777, 8538, 6637, 8536, 7469, 6809, 8737, 6620, 8887, 6863, 8241, 6993, 8921, 7856, 8542, 8517, 6914, 8960, 6835, 8955, 6881, 7884, 8123, 7047, 8987, 6657, 9208, 6890, 7033, 7215, 6971, 10269, 7387, 7069, 7287, 6693, 9219, 6907, 9829, 8236, 6882, 9820, 6720, 13442, 7081, 9433, 7918, 7304, 11509, 7178, 8148, 7051, 6857, 8057, 6809, 10140, 7873, 10536, 7137, 6909, 7945, 6595, 9216, 6689, 10281, 7921, 9626, 6952, 6514, 8127, 6757, 8604, 6933, 7019, 8255, 6928, 8852], 'WindowCenter': [4310.0, 4325.0, 4303.0, 4292.0, 4311.0, 4272.0, 4291.0, 4269.0, 4271.0, 4292.0, 4270.0, 4301.0, 4293.0, 4302.0, 4292.0, 4272.0, 4299.0, 4271.0, 4301.0, 4270.0, 4310.0, 4281.0, 4310.0, 4282.0, 4271.0, 4281.0, 4270.0, 4311.0, 4280.0, 4311.0, 4281.0, 4293.0, 4291.0, 4273.0, 4303.0, 4272.0, 4322.0, 4293.0, 4353.0, 4283.0, 4331.0, 4279.0, 4310.0, 4281.0, 4268.0, 4310.0, 4270.0, 4291.0, 4270.0, 4262.0, 4302.0, 4271.0, 4321.0, 4280.0, 4333.0, 4271.0, 4319.0, 4269.0, 4309.0, 4281.0, 4279.0, 4289.0, 4269.0, 4301.0, 4271.0, 4308.0, 4271.0, 4301.0, 4280.0, 4280.0, 4292.0, 4284.0, 4313.0, 4284.0, 4272.0, 4303.0, 4282.0, 4335.0, 4284.0, 4313.0, 4293.0, 4282.0, 4313.0, 4273.0, 4333.0, 4303.0, 4282.0, 4314.0, 4271.0, 4323.0, 4303.0, 4323.0, 4334.0, 4283.0, 4352.0, 4272.0, 4341.0, 4282.0, 4308.0, 4310.0, 4279.0, 4340.0, 4270.0, 4321.0, 4270.0, 4268.0, 4269.0, 4268.0, 4309.0, 4268.0, 4332.0, 4270.0, 4270.0, 4279.0, 4271.0, 4311.0, 4282.0, 4320.0, 4319.0, 4292.0, 4290.0, 4271.0, 4308.0, 4268.0, 4330.0, 4320.0, 4351.0, 4340.0, 4321.0, 4311.0, 4270.0, 4299.0, 4281.0, 4277.0, 4297.0, 4257.0, 4330.0, 4269.0, 4269.0, 4279.0, 4258.0, 4297.0, 4279.0, 4329.0, 4308.0, 4309.0, 4275.0, 4267.0, 4285.0, 4254.0, 4296.0, 4266.0, 4325.0, 4265.0, 4255.0, 4276.0, 4256.0, 4284.0, 4244.0, 4296.0, 4267.0, 4287.0, 4265.0, 4259.0, 4277.0, 4256.0, 4296.0, 4269.0, 4308.0, 4288.0, 4257.0, 4289.0, 4258.0, 4300.0, 4257.0, 4308.0, 4267.0, 4318.0, 4297.0, 4321.0, 4269.0, 4267.0, 4276.0, 4258.0, 4296.0, 4268.0, 4296.0, 4286.0, 4258.0, 4299.0, 4258.0, 4288.0, 4268.0, 4257.0, 4300.0, 4268.0, 4319.0, 4270.0, 4329.0, 4268.0, 4298.0, 4278.0, 4256.0, 4276.0, 4255.0, 4285.0, 4256.0, 4339.0, 4267.0, 4277.0, 4266.0, 4257.0, 4268.0, 4255.0, 4299.0, 4267.0, 4308.0, 4259.0, 4299.0, 4271.0, 4303.0, 4268.0, 4280.0, 4280.0, 4268.0, 4289.0, 4270.0, 4298.0, 4269.0, 4298.0, 4256.0, 4300.0, 4269.0, 4309.0, 4279.0, 4339.0, 4268.0, 4269.0, 4259.0, 4259.0, 4288.0, 4270.0, 4310.0, 4272.0, 4312.0, 4271.0, 4302.0, 4280.0, 4291.0, 4279.0, 4319.0, 4289.0, 4270.0, 4279.0, 4268.0, 4288.0, 4268.0, 4298.0, 4270.0, 4310.0, 4270.0, 4271.0, 4280.0, 4268.0, 4290.0, 4271.0, 4310.0, 4280.0, 4331.0, 4271.0, 4271.0, 4268.0, 4258.0, 4311.0, 4280.0, 4329.0, 4268.0, 4329.0, 4269.0, 4270.0, 4257.0, 4267.0, 4271.0, 4299.0, 4289.0, 4298.0, 4278.0, 4269.0, 4268.0, 4259.0, 4278.0, 4256.0, 4302.0, 4271.0, 4311.0, 4270.0, 4310.0, 4269.0, 4291.0, 4269.0, 4299.0, 4269.0, 4300.0, 4301.0, 4271.0, 4269.0, 4270.0, 4280.0, 4258.0, 4301.0, 4270.0, 4310.0, 4259.0, 4309.0, 4269.0, 4288.0, 4258.0, 4297.0, 4268.0, 4309.0, 4268.0, 4317.0, 4268.0, 4308.0, 4258.0, 4269.0, 4258.0, 4257.0, 4259.0, 4299.0, 4281.0, 4309.0, 4278.0, 4300.0, 4258.0, 4300.0, 4269.0, 4277.0, 4269.0, 4310.0, 4281.0, 4330.0, 4269.0, 4300.0, 4270.0, 4300.0, 4270.0, 4288.0, 4269.0, 4301.0, 4271.0, 4290.0, 4270.0, 4272.0, 4281.0, 4291.0, 4270.0, 4311.0, 4282.0, 4331.0, 4290.0, 4310.0, 4269.0, 4311.0, 4269.0, 4278.0, 4269.0, 4289.0, 4279.0, 4259.0, 4289.0, 4270.0, 4299.0, 4270.0, 4299.0, 4269.0, 4310.0, 4258.0, 4310.0, 4268.0, 4308.0, 4259.0, 4299.0, 4283.0, 4320.0, 4281.0, 4282.0, 4281.0, 4272.0, 4312.0, 4283.0, 4284.0, 4294.0, 4354.0, 4272.0, 4320.0, 4291.0, 4331.0, 4279.0, 4349.0, 4269.0, 4310.0, 4258.0, 4279.0, 4258.0, 4278.0, 4279.0, 4259.0, 4281.0, 4269.0, 4290.0, 4260.0, 4288.0, 4269.0, 4310.0, 4259.0, 4300.0, 4258.0, 4309.0, 4258.0, 4298.0, 4260.0, 4290.0, 4270.0, 4280.0, 4290.0, 4262.0, 4281.0, 4310.0, 4260.0, 4310.0, 4269.0, 4299.0, 4271.0, 4299.0, 4269.0, 4290.0, 4271.0, 4268.0, 4270.0, 4292.0, 4303.0, 4272.0, 4302.0, 4271.0, 4312.0, 4271.0, 4301.0, 4281.0, 4322.0, 4303.0, 4313.0, 4270.0, 4300.0, 4270.0, 4270.0, 4279.0, 4318.0, 4289.0, 4297.0, 4278.0, 4268.0, 4288.0, 4259.0, 4298.0, 4258.0, 4298.0, 4271.0, 4299.0, 4280.0, 4289.0, 4272.0, 4309.0, 4270.0, 4298.0, 4281.0, 4290.0, 4292.0, 4271.0, 4292.0, 4262.0, 4301.0, 4271.0, 4310.0, 4271.0, 4321.0, 4302.0, 4304.0, 4271.0, 4270.0, 4280.0, 4310.0, 4290.0, 4309.0, 4290.0, 4270.0, 4288.0, 4261.0, 4287.0, 4259.0, 4301.0, 4280.0, 4309.0, 4270.0, 4271.0, 4270.0, 4270.0, 4278.0, 4269.0, 4311.0, 4281.0, 4340.0, 4269.0, 4320.0, 4269.0, 4258.0, 4279.0, 4257.0, 4308.0, 4267.0, 4338.0, 4268.0, 4279.0, 4268.0, 4258.0, 4288.0, 4270.0, 4309.0, 4267.0, 4350.0, 4270.0, 4298.0, 4258.0, 4278.0, 4269.0, 4287.0, 4276.0, 4267.0, 4290.0, 4259.0, 4299.0, 4257.0, 4298.0, 4268.0, 4300.0, 4269.0, 4268.0, 4279.0, 4261.0, 4299.0, 4270.0, 4289.0, 4271.0, 4271.0, 4290.0, 4270.0, 4322.0, 4272.0, 4300.0, 4270.0, 4288.0, 4270.0, 4298.0, 4289.0, 4258.0, 4290.0, 4262.0, 4300.0, 4271.0, 4298.0, 4271.0, 4310.0, 4300.0, 4278.0, 4280.0, 4260.0, 4300.0, 4271.0, 4280.0, 4269.0, 4270.0, 4300.0, 4280.0, 4331.0, 4272.0, 4300.0, 4269.0, 4291.0, 4279.0, 4288.0, 4292.0, 4259.0, 4321.0, 4281.0, 4280.0, 4269.0, 4261.0, 4281.0, 4271.0, 4301.0, 4269.0, 4311.0, 4272.0, 4310.0, 4271.0, 4298.0, 4281.0, 4290.0, 4290.0, 4279.0, 4280.0, 4271.0, 4289.0, 4269.0, 4288.0, 4270.0, 4311.0, 4281.0, 4300.0, 4271.0, 4262.0, 4279.0, 4270.0, 4290.0, 4271.0, 4310.0, 4292.0, 4273.0, 4293.0, 4272.0, 4313.0, 4273.0, 4300.0, 4303.0, 4290.0, 4300.0, 4260.0, 4312.0, 4271.0, 4310.0, 4269.0, 4298.0, 4301.0, 4278.0, 4300.0, 4270.0, 4309.0, 4270.0, 4268.0, 4267.0, 4268.0, 4301.0, 4270.0, 4321.0, 4269.0, 4271.0, 4280.0, 4258.0, 4298.0, 4268.0, 4309.0, 4278.0, 4269.0, 4288.0, 4258.0, 4288.0, 4258.0, 4258.0, 4280.0, 4270.0, 4300.0, 4268.0, 4340.0, 4269.0, 4312.0, 4269.0, 4258.0, 4278.0, 4259.0, 4300.0, 4281.0, 4323.0, 4271.0, 4283.0, 4271.0, 4270.0, 4290.0, 4272.0, 4312.0, 4292.0, 4273.0, 4302.0, 4272.0, 4301.0, 4271.0, 4281.0, 4281.0, 4282.0, 4302.0, 4272.0, 4290.0, 4271.0, 4288.0, 4259.0, 4300.0, 4270.0, 4329.0, 4270.0, 4299.0, 4260.0, 4299.0, 4261.0, 4289.0, 4280.0, 4280.0, 4280.0, 4271.0, 4300.0, 4270.0, 4300.0, 4259.0, 4299.0, 4281.0, 4309.0, 4280.0, 4281.0, 4268.0, 4259.0, 4289.0, 4258.0, 4298.0, 4268.0, 4299.0, 4267.0, 4330.0, 4269.0, 4310.0, 4269.0, 4277.0, 4268.0, 4288.0, 4278.0, 4269.0, 4300.0, 4270.0, 4290.0, 4259.0, 4277.0, 4268.0, 4291.0, 4300.0, 4269.0, 4288.0, 4260.0, 4289.0, 4258.0, 4288.0, 4269.0, 4299.0, 4279.0, 4260.0, 4281.0, 4270.0, 4289.0, 4271.0, 4290.0, 4281.0, 4271.0, 4304.0, 4274.0, 4303.0, 4273.0, 4294.0, 4272.0, 4301.0, 4293.0, 4292.0, 4292.0, 4272.0, 4301.0, 4271.0, 4289.0, 4271.0, 4281.0, 4281.0, 4270.0, 4300.0, 4261.0, 4300.0, 4271.0, 4270.0, 4281.0, 4270.0, 4312.0, 4281.0, 4282.0, 4281.0, 4272.0, 4300.0, 4273.0, 4313.0, 4292.0, 4272.0, 4312.0, 4271.0, 4340.0, 4269.0, 4299.0, 4279.0, 4270.0, 4321.0, 4269.0, 4280.0, 4270.0, 4259.0, 4279.0, 4259.0, 4310.0, 4280.0, 4310.0, 4270.0, 4270.0, 4278.0, 4259.0, 4300.0, 4259.0, 4312.0, 4282.0, 4300.0, 4271.0, 4260.0, 4290.0, 4270.0, 4290.0, 4283.0, 4284.0, 4305.0, 4284.0, 4304.0], 'WindowWidth': [9549.0, 9559.0, 9526.0, 9507.0, 9530.0, 9480.0, 9505.0, 9473.0, 9477.0, 9506.0, 9475.0, 9518.0, 9509.0, 9521.0, 9506.0, 9481.0, 9513.0, 9478.0, 9515.0, 9474.0, 9528.0, 9492.0, 9530.0, 9493.0, 9479.0, 9492.0, 9478.0, 9531.0, 9490.0, 9531.0, 9492.0, 9509.0, 9504.0, 9483.0, 9522.0, 9481.0, 9548.0, 9509.0, 9589.0, 9494.0, 9556.0, 9486.0, 9525.0, 9489.0, 9469.0, 9528.0, 9474.0, 9503.0, 9475.0, 9465.0, 9518.0, 9477.0, 9544.0, 9490.0, 9562.0, 9476.0, 9539.0, 9471.0, 9523.0, 9487.0, 9484.0, 9497.0, 9470.0, 9514.0, 9475.0, 9522.0, 9475.0, 9515.0, 9489.0, 9488.0, 9507.0, 9500.0, 9537.0, 9501.0, 9481.0, 9524.0, 9495.0, 9571.0, 9502.0, 9538.0, 9511.0, 9495.0, 9537.0, 9485.0, 9564.0, 9524.0, 9496.0, 9539.0, 9480.0, 9549.0, 9523.0, 9548.0, 9563.0, 9495.0, 9588.0, 9479.0, 9568.0, 9490.0, 9522.0, 9526.0, 9483.0, 9566.0, 9474.0, 9544.0, 9472.0, 9467.0, 9470.0, 9467.0, 9524.0, 9468.0, 9559.0, 9475.0, 9474.0, 9486.0, 9475.0, 9531.0, 9492.0, 9542.0, 9537.0, 9504.0, 9500.0, 9477.0, 9521.0, 9469.0, 9554.0, 9541.0, 9583.0, 9565.0, 9541.0, 9531.0, 9473.0, 9509.0, 9490.0, 9479.0, 9504.0, 9450.0, 9551.0, 9469.0, 9471.0, 9482.0, 9454.0, 9505.0, 9483.0, 9548.0, 9519.0, 9520.0, 9472.0, 9462.0, 9484.0, 9441.0, 9499.0, 9459.0, 9539.0, 9455.0, 9445.0, 9471.0, 9447.0, 9481.0, 9431.0, 9500.0, 9463.0, 9491.0, 9460.0, 9456.0, 9476.0, 9448.0, 9503.0, 9469.0, 9519.0, 9492.0, 9452.0, 9496.0, 9457.0, 9511.0, 9453.0, 9519.0, 9466.0, 9534.0, 9505.0, 9542.0, 9469.0, 9467.0, 9475.0, 9452.0, 9501.0, 9466.0, 9502.0, 9489.0, 9456.0, 9509.0, 9456.0, 9495.0, 9468.0, 9452.0, 9512.0, 9467.0, 9538.0, 9471.0, 9549.0, 9466.0, 9506.0, 9479.0, 9448.0, 9474.0, 9444.0, 9486.0, 9446.0, 9561.0, 9465.0, 9478.0, 9462.0, 9452.0, 9466.0, 9447.0, 9510.0, 9465.0, 9520.0, 9455.0, 9509.0, 9480.0, 9523.0, 9470.0, 9487.0, 9487.0, 9467.0, 9495.0, 9472.0, 9508.0, 9472.0, 9507.0, 9450.0, 9511.0, 9469.0, 9522.0, 9482.0, 9563.0, 9468.0, 9471.0, 9456.0, 9455.0, 9494.0, 9473.0, 9527.0, 9476.0, 9531.0, 9475.0, 9517.0, 9485.0, 9499.0, 9485.0, 9536.0, 9496.0, 9472.0, 9482.0, 9469.0, 9492.0, 9468.0, 9508.0, 9472.0, 9527.0, 9473.0, 9476.0, 9484.0, 9467.0, 9499.0, 9475.0, 9526.0, 9485.0, 9556.0, 9475.0, 9475.0, 9468.0, 9455.0, 9529.0, 9484.0, 9549.0, 9469.0, 9550.0, 9470.0, 9472.0, 9452.0, 9464.0, 9474.0, 9510.0, 9497.0, 9507.0, 9481.0, 9472.0, 9467.0, 9455.0, 9480.0, 9450.0, 9516.0, 9478.0, 9530.0, 9476.0, 9528.0, 9472.0, 9500.0, 9471.0, 9511.0, 9473.0, 9513.0, 9515.0, 9476.0, 9473.0, 9473.0, 9485.0, 9453.0, 9515.0, 9470.0, 9526.0, 9457.0, 9524.0, 9471.0, 9496.0, 9454.0, 9505.0, 9468.0, 9523.0, 9467.0, 9532.0, 9467.0, 9520.0, 9454.0, 9469.0, 9455.0, 9451.0, 9457.0, 9508.0, 9488.0, 9523.0, 9481.0, 9512.0, 9454.0, 9512.0, 9471.0, 9479.0, 9469.0, 9525.0, 9487.0, 9552.0, 9469.0, 9513.0, 9472.0, 9513.0, 9471.0, 9494.0, 9471.0, 9515.0, 9477.0, 9499.0, 9473.0, 9480.0, 9490.0, 9502.0, 9473.0, 9527.0, 9490.0, 9554.0, 9498.0, 9526.0, 9470.0, 9528.0, 9470.0, 9479.0, 9468.0, 9496.0, 9484.0, 9454.0, 9495.0, 9473.0, 9510.0, 9473.0, 9509.0, 9470.0, 9525.0, 9455.0, 9525.0, 9467.0, 9521.0, 9457.0, 9510.0, 9495.0, 9539.0, 9489.0, 9493.0, 9489.0, 9480.0, 9534.0, 9496.0, 9499.0, 9512.0, 9591.0, 9478.0, 9539.0, 9498.0, 9553.0, 9481.0, 9576.0, 9469.0, 9524.0, 9454.0, 9482.0, 9454.0, 9480.0, 9482.0, 9455.0, 9485.0, 9471.0, 9496.0, 9458.0, 9492.0, 9467.0, 9523.0, 9453.0, 9509.0, 9451.0, 9521.0, 9455.0, 9506.0, 9458.0, 9497.0, 9474.0, 9486.0, 9500.0, 9465.0, 9488.0, 9526.0, 9459.0, 9523.0, 9469.0, 9509.0, 9472.0, 9509.0, 9471.0, 9500.0, 9474.0, 9468.0, 9474.0, 9503.0, 9521.0, 9477.0, 9517.0, 9477.0, 9531.0, 9475.0, 9513.0, 9491.0, 9544.0, 9518.0, 9533.0, 9473.0, 9512.0, 9472.0, 9470.0, 9481.0, 9533.0, 9496.0, 9503.0, 9478.0, 9467.0, 9493.0, 9456.0, 9506.0, 9455.0, 9507.0, 9475.0, 9510.0, 9486.0, 9499.0, 9476.0, 9524.0, 9472.0, 9507.0, 9487.0, 9498.0, 9501.0, 9476.0, 9504.0, 9466.0, 9514.0, 9475.0, 9526.0, 9477.0, 9542.0, 9516.0, 9521.0, 9474.0, 9473.0, 9487.0, 9525.0, 9499.0, 9521.0, 9497.0, 9472.0, 9494.0, 9461.0, 9491.0, 9456.0, 9513.0, 9485.0, 9523.0, 9472.0, 9476.0, 9472.0, 9472.0, 9481.0, 9469.0, 9528.0, 9486.0, 9566.0, 9470.0, 9538.0, 9467.0, 9453.0, 9481.0, 9451.0, 9521.0, 9466.0, 9563.0, 9467.0, 9485.0, 9468.0, 9452.0, 9494.0, 9472.0, 9524.0, 9466.0, 9581.0, 9473.0, 9507.0, 9453.0, 9478.0, 9468.0, 9491.0, 9476.0, 9465.0, 9497.0, 9456.0, 9509.0, 9452.0, 9505.0, 9468.0, 9511.0, 9469.0, 9468.0, 9482.0, 9462.0, 9510.0, 9473.0, 9495.0, 9475.0, 9474.0, 9498.0, 9471.0, 9545.0, 9478.0, 9514.0, 9472.0, 9494.0, 9472.0, 9509.0, 9498.0, 9454.0, 9499.0, 9464.0, 9512.0, 9474.0, 9508.0, 9475.0, 9526.0, 9513.0, 9481.0, 9485.0, 9462.0, 9513.0, 9474.0, 9484.0, 9472.0, 9472.0, 9514.0, 9486.0, 9558.0, 9478.0, 9514.0, 9471.0, 9500.0, 9483.0, 9493.0, 9501.0, 9455.0, 9541.0, 9489.0, 9487.0, 9470.0, 9460.0, 9487.0, 9474.0, 9516.0, 9470.0, 9527.0, 9477.0, 9526.0, 9475.0, 9508.0, 9488.0, 9498.0, 9499.0, 9483.0, 9485.0, 9475.0, 9497.0, 9472.0, 9495.0, 9472.0, 9528.0, 9489.0, 9514.0, 9476.0, 9464.0, 9485.0, 9473.0, 9500.0, 9475.0, 9528.0, 9503.0, 9481.0, 9507.0, 9479.0, 9533.0, 9480.0, 9514.0, 9519.0, 9499.0, 9513.0, 9460.0, 9530.0, 9476.0, 9526.0, 9469.0, 9507.0, 9512.0, 9480.0, 9509.0, 9471.0, 9524.0, 9471.0, 9467.0, 9464.0, 9467.0, 9514.0, 9472.0, 9539.0, 9468.0, 9473.0, 9484.0, 9454.0, 9504.0, 9467.0, 9521.0, 9480.0, 9468.0, 9492.0, 9455.0, 9493.0, 9453.0, 9452.0, 9485.0, 9469.0, 9511.0, 9466.0, 9566.0, 9470.0, 9529.0, 9468.0, 9454.0, 9481.0, 9456.0, 9514.0, 9486.0, 9546.0, 9475.0, 9493.0, 9475.0, 9474.0, 9499.0, 9477.0, 9531.0, 9504.0, 9479.0, 9518.0, 9480.0, 9514.0, 9474.0, 9488.0, 9489.0, 9488.0, 9515.0, 9477.0, 9497.0, 9475.0, 9492.0, 9455.0, 9511.0, 9469.0, 9549.0, 9470.0, 9508.0, 9458.0, 9509.0, 9458.0, 9495.0, 9484.0, 9485.0, 9484.0, 9476.0, 9514.0, 9474.0, 9512.0, 9457.0, 9508.0, 9487.0, 9523.0, 9483.0, 9485.0, 9467.0, 9456.0, 9495.0, 9452.0, 9506.0, 9464.0, 9507.0, 9463.0, 9549.0, 9469.0, 9523.0, 9469.0, 9475.0, 9465.0, 9492.0, 9479.0, 9468.0, 9511.0, 9471.0, 9497.0, 9456.0, 9476.0, 9468.0, 9497.0, 9510.0, 9466.0, 9493.0, 9458.0, 9496.0, 9454.0, 9492.0, 9468.0, 9509.0, 9481.0, 9458.0, 9486.0, 9473.0, 9497.0, 9474.0, 9498.0, 9489.0, 9474.0, 9521.0, 9483.0, 9522.0, 9482.0, 9509.0, 9479.0, 9514.0, 9506.0, 9502.0, 9502.0, 9476.0, 9514.0, 9475.0, 9496.0, 9474.0, 9486.0, 9487.0, 9471.0, 9512.0, 9460.0, 9512.0, 9473.0, 9470.0, 9488.0, 9472.0, 9531.0, 9488.0, 9492.0, 9488.0, 9478.0, 9512.0, 9480.0, 9532.0, 9503.0, 9477.0, 9530.0, 9475.0, 9565.0, 9469.0, 9507.0, 9482.0, 9469.0, 9538.0, 9469.0, 9485.0, 9471.0, 9455.0, 9481.0, 9455.0, 9524.0, 9483.0, 9525.0, 9470.0, 9471.0, 9480.0, 9455.0, 9510.0, 9455.0, 9528.0, 9487.0, 9511.0, 9473.0, 9461.0, 9498.0, 9473.0, 9499.0, 9494.0, 9496.0, 9525.0, 9495.0, 9522.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.0004873508353221957</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017907151073985682</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.0663731301434</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.176028549175628</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0118803126642768</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5015</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4507.9312</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06898448645144323</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8353221957040573</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6231157146786996</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.533598666867028</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8835411130692044</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.452207364099867</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00424505</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00693931058049202</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03189393877983093</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>838</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>3.646686421914093</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>14.9139</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.3135</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.6788</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294862.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>1040.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>392.2992</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7046</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.0108</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3428.7993</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3709.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81682.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>944.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4524.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1017.0815</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.77498358045705</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> |