=== 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-0031 --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-0031",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0031_ses-01_task-social_acq-mb8_run-03_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-0031_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0031_suffix-bold_task-social" 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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0031_suffix-bold_task-social" 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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0031_suffix-bold_task-social" 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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0031_suffix-bold_task-social" 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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0031_suffix-bold_task-social" 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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0031_suffix-bold_task-social" 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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0031_suffix-bold_task-social" 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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-03_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-0031/ses-01/func/sub-0031_ses-01_task-social_acq-mb8_run-03_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>c702907eff01344ab5189462087f3b68</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>13:21:45.725000</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_VE11C_LATEST_20160120</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.999712, -0.022589, 0.00805869, 0.0228612, 0.99911, -0.0354596]</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-03_task-social_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.0895521</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7709, -7282, 562, -81, -177, 68, 73]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.777</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a3b74cec-5a89-43c6-bd18-52b5c6eaaa9f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682155132293701, 0.06133488565683365, 0.019576402381062508, 110.14803314208984], [0.06060453876852989, 2.6805379390716553, -0.09621068090200424, -94.56466674804688], [0.021620875224471092, 0.0951353907585144, 2.698214292526245, -91.45787048339844], [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, 872]</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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['132145.725000', '132146.185000', '132146.645000', '132147.105000', '132147.565000', '132148.025000', '132148.485000', '132148.945000', '132149.405000', '132149.865000', '132150.325000', '132150.785000', '132151.245000', '132151.705000', '132152.165000', '132152.625000', '132153.085000', '132153.545000', '132154.005000', '132154.465000', '132154.925000', '132155.385000', '132155.845000', '132156.305000', '132156.765000', '132157.225000', '132157.685000', '132158.145000', '132158.605000', '132159.065000', '132159.525000', '132159.985000', '132200.445000', '132200.905000', '132201.365000', '132201.825000', '132202.285000', '132202.745000', '132203.205000', '132203.665000', '132204.125000', '132204.585000', '132205.045000', '132205.505000', '132205.965000', '132206.425000', '132206.885000', '132207.345000', '132207.805000', '132208.265000', '132208.725000', '132209.185000', '132209.645000', '132210.105000', '132210.565000', '132211.025000', '132211.485000', '132211.945000', '132212.405000', '132212.865000', '132213.325000', '132213.785000', '132214.245000', '132214.705000', '132215.165000', '132215.625000', '132216.085000', '132216.545000', '132217.005000', '132217.465000', '132217.925000', '132218.385000', '132218.845000', '132219.305000', '132219.765000', '132220.225000', '132220.685000', '132221.145000', '132221.605000', '132222.065000', '132222.525000', '132222.985000', '132223.445000', '132223.905000', '132224.365000', '132224.825000', '132225.285000', '132225.745000', '132226.205000', '132226.665000', '132227.125000', '132227.585000', '132228.045000', '132228.505000', '132228.965000', '132229.425000', '132229.885000', '132230.345000', '132230.805000', '132231.265000', '132231.725000', '132232.185000', '132232.645000', '132233.105000', '132233.565000', '132234.025000', '132234.485000', '132234.945000', '132235.405000', '132235.865000', '132236.325000', '132236.785000', '132237.245000', '132237.705000', '132238.165000', '132238.625000', '132239.085000', '132239.545000', '132240.005000', '132240.465000', '132240.925000', '132241.385000', '132241.845000', '132242.305000', '132242.765000', '132243.225000', '132243.685000', '132244.145000', '132244.605000', '132245.065000', '132245.525000', '132245.985000', '132246.445000', '132246.905000', '132247.365000', '132247.825000', '132248.285000', '132248.745000', '132249.205000', '132249.665000', '132250.125000', '132250.585000', '132251.045000', '132251.505000', '132251.965000', '132252.425000', '132252.885000', '132253.345000', '132253.805000', '132254.265000', '132254.725000', '132255.185000', '132255.645000', '132256.105000', '132256.565000', '132257.025000', '132257.485000', '132257.945000', '132258.405000', '132258.865000', '132259.325000', '132259.785000', '132300.245000', '132300.705000', '132301.165000', '132301.625000', '132302.085000', '132302.545000', '132303.005000', '132303.465000', '132303.925000', '132304.385000', '132304.845000', '132305.305000', '132305.765000', '132306.225000', '132306.685000', '132307.145000', '132307.605000', '132308.065000', '132308.525000', '132308.985000', '132309.445000', '132309.905000', '132310.365000', '132310.825000', '132311.285000', '132311.745000', '132312.205000', '132312.665000', '132313.125000', '132313.585000', '132314.045000', '132314.505000', '132314.965000', '132315.425000', '132315.885000', '132316.345000', '132316.805000', '132317.265000', '132317.725000', '132318.185000', '132318.645000', '132319.105000', '132319.565000', '132320.025000', '132320.485000', '132320.945000', '132321.405000', '132321.865000', '132322.325000', '132322.785000', '132323.245000', '132323.705000', '132324.165000', '132324.625000', '132325.085000', '132325.545000', '132326.005000', '132326.465000', '132326.925000', '132327.385000', '132327.845000', '132328.305000', '132328.765000', '132329.225000', '132329.685000', '132330.145000', '132330.605000', '132331.065000', '132331.525000', '132331.985000', '132332.445000', '132332.905000', '132333.365000', '132333.825000', '132334.285000', '132334.745000', '132335.205000', '132335.665000', '132336.125000', '132336.585000', '132337.045000', '132337.505000', '132337.965000', '132338.425000', '132338.885000', '132339.345000', '132339.805000', '132340.265000', '132340.725000', '132341.185000', '132341.645000', '132342.105000', '132342.565000', '132343.025000', '132343.485000', '132343.945000', '132344.405000', '132344.865000', '132345.325000', '132345.785000', '132346.245000', '132346.705000', '132347.165000', '132347.625000', '132348.085000', '132348.545000', '132349.005000', '132349.465000', '132349.925000', '132350.385000', '132350.845000', '132351.305000', '132351.765000', '132352.225000', '132352.685000', '132353.145000', '132353.605000', '132354.065000', '132354.525000', '132354.985000', '132355.445000', '132355.905000', '132356.365000', '132356.825000', '132357.285000', '132357.745000', '132358.205000', '132358.665000', '132359.125000', '132359.585000', '132400.045000', '132400.505000', '132400.965000', '132401.425000', '132401.885000', '132402.345000', '132402.805000', '132403.265000', '132403.725000', '132404.185000', '132404.645000', '132405.105000', '132405.565000', '132406.025000', '132406.485000', '132406.945000', '132407.405000', '132407.865000', '132408.325000', '132408.785000', '132409.245000', '132409.705000', '132410.165000', '132410.625000', '132411.085000', '132411.545000', '132412.005000', '132412.465000', '132412.925000', '132413.385000', '132413.845000', '132414.305000', '132414.765000', '132415.225000', '132415.685000', '132416.145000', '132416.605000', '132417.065000', '132417.525000', '132417.985000', '132418.445000', '132418.905000', '132419.365000', '132419.825000', '132420.285000', '132420.745000', '132421.205000', '132421.665000', '132422.125000', '132422.585000', '132423.045000', '132423.505000', '132423.965000', '132424.425000', '132424.885000', '132425.345000', '132425.805000', '132426.265000', '132426.725000', '132427.185000', '132427.645000', '132428.105000', '132428.565000', '132429.025000', '132429.485000', '132429.945000', '132430.405000', '132430.865000', '132431.325000', '132431.785000', '132432.245000', '132432.705000', '132433.165000', '132433.625000', '132434.085000', '132434.545000', '132435.005000', '132435.465000', '132435.925000', '132436.385000', '132436.845000', '132437.305000', '132437.765000', '132438.225000', '132438.685000', '132439.145000', '132439.605000', '132440.065000', '132440.525000', '132440.985000', '132441.445000', '132441.905000', '132442.365000', '132442.825000', '132443.285000', '132443.745000', '132444.205000', '132444.665000', '132445.125000', '132445.585000', '132446.045000', '132446.505000', '132446.965000', '132447.425000', '132447.885000', '132448.345000', '132448.805000', '132449.265000', '132449.725000', '132450.185000', '132450.645000', '132451.105000', '132451.565000', '132452.025000', '132452.485000', '132452.945000', '132453.405000', '132453.865000', '132454.325000', '132454.785000', '132455.245000', '132455.705000', '132456.165000', '132456.625000', '132457.085000', '132457.545000', '132458.005000', '132458.465000', '132458.925000', '132459.385000', '132459.845000', '132500.305000', '132500.765000', '132501.225000', '132501.685000', '132502.145000', '132502.605000', '132503.065000', '132503.525000', '132503.985000', '132504.445000', '132504.905000', '132505.365000', '132505.825000', '132506.285000', '132506.745000', '132507.205000', '132507.665000', '132508.125000', '132508.585000', '132509.045000', '132509.505000', '132509.965000', '132510.425000', '132510.885000', '132511.345000', '132511.805000', '132512.265000', '132512.725000', '132513.185000', '132513.645000', '132514.105000', '132514.565000', '132515.025000', '132515.485000', '132515.945000', '132516.405000', '132516.865000', '132517.325000', '132517.785000', '132518.245000', '132518.705000', '132519.165000', '132519.625000', '132520.085000', '132520.545000', '132521.005000', '132521.465000', '132521.925000', '132522.385000', '132522.845000', '132523.305000', '132523.765000', '132524.225000', '132524.685000', '132525.145000', '132525.605000', '132526.065000', '132526.525000', '132526.985000', '132527.445000', '132527.905000', '132528.365000', '132528.825000', '132529.285000', '132529.745000', '132530.205000', '132530.665000', '132531.125000', '132531.585000', '132532.045000', '132532.505000', '132532.965000', '132533.425000', '132533.885000', '132534.345000', '132534.805000', '132535.265000', '132535.725000', '132536.185000', '132536.645000', '132537.105000', '132537.565000', '132538.025000', '132538.485000', '132538.945000', '132539.405000', '132539.865000', '132540.325000', '132540.785000', '132541.245000', '132541.705000', '132542.165000', '132542.625000', '132543.085000', '132543.545000', '132544.005000', '132544.465000', '132544.925000', '132545.385000', '132545.845000', '132546.305000', '132546.765000', '132547.225000', '132547.685000', '132548.145000', '132548.605000', '132549.065000', '132549.525000', '132549.985000', '132550.445000', '132550.905000', '132551.365000', '132551.825000', '132552.285000', '132552.745000', '132553.205000', '132553.665000', '132554.125000', '132554.585000', '132555.045000', '132555.505000', '132555.965000', '132556.425000', '132556.885000', '132557.345000', '132557.805000', '132558.265000', '132558.725000', '132559.185000', '132559.645000', '132600.105000', '132600.565000', '132601.025000', '132601.485000', '132601.945000', '132602.405000', '132602.865000', '132603.325000', '132603.785000', '132604.245000', '132604.705000', '132605.165000', '132605.625000', '132606.085000', '132606.545000', '132607.005000', '132607.465000', '132607.925000', '132608.385000', '132608.845000', '132609.305000', '132609.765000', '132610.225000', '132610.685000', '132611.145000', '132611.605000', '132612.065000', '132612.525000', '132612.985000', '132613.445000', '132613.905000', '132614.365000', '132614.825000', '132615.285000', '132615.745000', '132616.205000', '132616.665000', '132617.125000', '132617.585000', '132618.045000', '132618.505000', '132618.965000', '132619.425000', '132619.885000', '132620.345000', '132620.805000', '132621.265000', '132621.725000', '132622.185000', '132622.645000', '132623.105000', '132623.565000', '132624.025000', '132624.485000', '132624.945000', '132625.405000', '132625.865000', '132626.325000', '132626.785000', '132627.245000', '132627.705000', '132628.165000', '132628.625000', '132629.085000', '132629.545000', '132630.005000', '132630.465000', '132630.925000', '132631.385000', '132631.845000', '132632.305000', '132632.765000', '132633.225000', '132633.685000', '132634.145000', '132634.605000', '132635.065000', '132635.525000', '132635.985000', '132636.445000', '132636.905000', '132637.365000', '132637.825000', '132638.285000', '132638.745000', '132639.205000', '132639.665000', '132640.125000', '132640.585000', '132641.045000', '132641.505000', '132641.965000', '132642.425000', '132642.885000', '132643.345000', '132643.805000', '132644.265000', '132644.725000', '132645.185000', '132645.645000', '132646.105000', '132646.565000', '132647.025000', '132647.485000', '132647.945000', '132648.405000', '132648.865000', '132649.325000', '132649.785000', '132650.245000', '132650.705000', '132651.165000', '132651.625000', '132652.085000', '132652.545000', '132653.005000', '132653.465000', '132653.925000', '132654.385000', '132654.845000', '132655.305000', '132655.765000', '132656.225000', '132656.685000', '132657.145000', '132657.605000', '132658.065000', '132658.525000', '132658.985000', '132659.445000', '132659.905000', '132700.365000', '132700.825000', '132701.285000', '132701.745000', '132702.205000', '132702.665000', '132703.125000', '132703.585000', '132704.045000', '132704.505000', '132704.965000', '132705.425000', '132705.885000', '132706.345000', '132706.805000', '132707.265000', '132707.725000', '132708.185000', '132708.645000', '132709.105000', '132709.565000', '132710.025000', '132710.485000', '132710.945000', '132711.405000', '132711.865000', '132712.325000', '132712.785000', '132713.245000', '132713.705000', '132714.165000', '132714.625000', '132715.085000', '132715.545000', '132716.005000', '132716.465000', '132716.925000', '132717.385000', '132717.845000', '132718.305000', '132718.765000', '132719.225000', '132719.685000', '132720.145000', '132720.605000', '132721.065000', '132721.525000', '132721.985000', '132722.445000', '132722.905000', '132723.365000', '132723.825000', '132724.285000', '132724.745000', '132725.205000', '132725.665000', '132726.125000', '132726.585000', '132727.045000', '132727.505000', '132727.965000', '132728.425000', '132728.885000', '132729.345000', '132729.805000', '132730.265000', '132730.725000', '132731.185000', '132731.645000', '132732.105000', '132732.565000', '132733.025000', '132733.485000', '132733.945000', '132734.405000', '132734.865000', '132735.325000', '132735.785000', '132736.245000', '132736.705000', '132737.165000', '132737.625000', '132738.085000', '132738.545000', '132739.005000', '132739.465000', '132739.925000', '132740.385000', '132740.845000', '132741.305000', '132741.765000', '132742.225000', '132742.685000', '132743.145000', '132743.605000', '132744.065000', '132744.525000', '132744.985000', '132745.445000', '132745.905000', '132746.365000', '132746.825000', '132747.285000', '132747.745000', '132748.205000', '132748.665000', '132749.125000', '132749.585000', '132750.045000', '132750.505000', '132750.965000', '132751.425000', '132751.885000', '132752.345000', '132752.805000', '132753.265000', '132753.725000', '132754.185000', '132754.645000', '132755.105000', '132755.565000', '132756.025000', '132756.485000', '132756.945000', '132757.405000', '132757.865000', '132758.325000', '132758.785000', '132759.245000', '132759.705000', '132800.165000', '132800.625000', '132801.085000', '132801.545000', '132802.005000', '132802.465000', '132802.925000', '132803.385000', '132803.845000', '132804.305000', '132804.765000', '132805.225000', '132805.685000', '132806.145000', '132806.605000', '132807.065000', '132807.525000', '132807.985000', '132808.445000', '132808.905000', '132809.365000', '132809.825000', '132810.285000', '132810.745000', '132811.205000', '132811.665000', '132812.125000', '132812.585000', '132813.045000', '132813.505000', '132813.965000', '132814.425000', '132814.885000', '132815.345000', '132815.805000', '132816.265000', '132816.725000', '132817.185000', '132817.645000', '132818.105000', '132818.565000', '132819.025000', '132819.485000', '132819.945000', '132820.405000', '132820.865000', '132821.325000', '132821.785000', '132822.245000', '132822.705000', '132823.165000', '132823.625000', '132824.085000', '132824.545000', '132825.005000', '132825.465000', '132825.925000', '132826.385000'], 'ContentTime': ['132206.132000', '132206.136000', '132206.139000', '132206.142000', '132206.144000', '132206.151000', '132206.154000', '132206.156000', '132206.159000', '132206.162000', '132206.165000', '132206.168000', '132206.171000', '132206.174000', '132206.177000', '132206.180000', '132206.187000', '132206.190000', '132206.193000', '132206.195000', '132206.198000', '132206.201000', '132206.204000', '132206.207000', '132206.210000', '132206.212000', '132206.215000', '132206.218000', '132206.221000', '132206.224000', '132206.227000', '132206.230000', '132206.243000', '132206.246000', '132206.248000', '132206.251000', '132206.254000', '132206.257000', '132206.260000', '132206.263000', '132206.265000', '132206.268000', '132226.101000', '132226.104000', '132226.107000', '132226.110000', '132226.113000', '132226.115000', '132226.118000', '132226.121000', '132226.124000', '132226.127000', '132226.130000', '132226.133000', '132226.136000', '132226.139000', '132226.141000', '132226.144000', '132226.147000', '132226.150000', '132226.153000', '132226.156000', '132226.159000', '132226.162000', '132226.165000', '132226.168000', '132226.171000', '132226.175000', '132226.178000', '132226.181000', '132226.187000', '132226.190000', '132226.194000', '132226.197000', '132226.200000', '132226.203000', '132226.206000', '132226.209000', '132226.212000', '132226.215000', '132226.218000', '132226.221000', '132226.224000', '132226.226000', '132226.229000', '132246.101000', '132246.104000', '132246.107000', '132246.110000', '132246.113000', '132246.116000', '132246.119000', '132246.121000', '132246.124000', '132246.127000', '132246.131000', '132246.134000', '132246.137000', '132246.140000', '132246.143000', '132246.146000', '132246.149000', '132246.152000', '132246.155000', '132246.158000', '132246.160000', '132246.163000', '132246.166000', '132246.169000', '132246.172000', '132246.175000', '132246.178000', '132246.182000', '132246.185000', '132246.188000', '132246.191000', '132246.194000', '132246.196000', '132246.200000', '132246.202000', '132246.205000', '132246.208000', '132246.211000', '132246.214000', '132246.217000', '132246.220000', '132246.223000', '132246.226000', '132246.228000', '132306.101000', '132306.104000', '132306.107000', '132306.111000', '132306.114000', '132306.117000', '132306.119000', '132306.122000', '132306.125000', '132306.128000', '132306.131000', '132306.134000', '132306.137000', '132306.140000', '132306.143000', '132306.146000', '132306.148000', '132306.151000', '132306.154000', '132306.157000', '132306.160000', '132306.163000', '132306.166000', '132306.169000', '132306.172000', '132306.175000', '132306.178000', '132306.181000', '132306.184000', '132306.187000', '132306.190000', '132306.221000', '132306.224000', '132306.227000', '132306.230000', '132306.233000', '132306.236000', '132306.239000', '132306.242000', '132306.245000', '132306.248000', '132306.251000', '132306.255000', '132326.101000', '132326.104000', '132326.107000', '132326.110000', '132326.112000', '132326.115000', '132326.118000', '132326.121000', '132326.124000', '132326.127000', '132326.129000', '132326.145000', '132326.148000', '132326.150000', '132326.153000', '132326.156000', '132326.159000', '132326.162000', '132326.165000', '132326.167000', '132326.170000', '132326.173000', '132326.176000', '132326.184000', '132326.187000', '132326.190000', '132326.192000', '132326.195000', '132326.198000', '132326.201000', '132326.204000', '132326.207000', '132326.210000', '132326.212000', '132326.215000', '132326.218000', '132326.221000', '132326.224000', '132326.226000', '132326.229000', '132326.232000', '132326.235000', '132326.238000', '132326.241000', '132346.100000', '132346.103000', '132346.106000', '132346.109000', '132346.112000', '132346.115000', '132346.117000', '132346.120000', '132346.123000', '132346.126000', '132346.129000', '132346.132000', '132346.135000', '132346.138000', '132346.141000', '132346.144000', '132346.147000', '132346.150000', '132346.153000', '132346.156000', '132346.159000', '132346.161000', '132346.164000', '132346.167000', '132346.170000', '132346.173000', '132346.176000', '132346.179000', '132346.182000', '132346.185000', '132346.188000', '132346.191000', '132346.197000', '132346.200000', '132346.203000', '132346.206000', '132346.208000', '132346.211000', '132346.214000', '132346.217000', '132346.220000', '132346.223000', '132346.226000', '132406.101000', '132406.104000', '132406.107000', '132406.110000', '132406.112000', '132406.115000', '132406.118000', '132406.121000', '132406.124000', '132406.127000', '132406.130000', '132406.133000', '132406.135000', '132406.138000', '132406.141000', '132406.144000', '132406.147000', '132406.150000', '132406.153000', '132406.156000', '132406.158000', '132406.161000', '132406.164000', '132406.167000', '132406.170000', '132406.173000', '132406.176000', '132406.178000', '132406.181000', '132406.184000', '132406.187000', '132406.190000', '132406.193000', '132406.196000', '132406.198000', '132406.201000', '132406.204000', '132406.207000', '132406.210000', '132406.213000', '132406.216000', '132406.218000', '132406.221000', '132406.224000', '132426.101000', '132426.104000', '132426.107000', '132426.110000', '132426.112000', '132426.115000', '132426.118000', '132426.121000', '132426.124000', '132426.127000', '132426.130000', '132426.133000', '132426.136000', '132426.139000', '132426.142000', '132426.144000', '132426.149000', '132426.152000', '132426.155000', '132426.158000', '132426.160000', '132426.163000', '132426.166000', '132426.169000', '132426.172000', '132426.175000', '132426.178000', '132426.181000', '132426.184000', '132426.186000', '132426.189000', '132426.192000', '132426.195000', '132426.198000', '132426.209000', '132426.212000', '132426.216000', '132426.221000', '132426.224000', '132426.227000', '132426.230000', '132426.232000', '132426.235000', '132446.101000', '132446.104000', '132446.107000', '132446.110000', '132446.112000', '132446.115000', '132446.118000', '132446.121000', '132446.124000', '132446.127000', '132446.130000', '132446.133000', '132446.135000', '132446.138000', '132446.141000', '132446.144000', '132446.147000', '132446.150000', '132446.153000', '132446.156000', '132446.159000', '132446.161000', '132446.164000', '132446.167000', '132446.170000', '132446.173000', '132446.176000', '132446.179000', '132446.181000', '132446.184000', '132446.187000', '132446.190000', '132446.193000', '132446.196000', '132446.199000', '132446.201000', '132446.204000', '132446.207000', '132446.210000', '132446.213000', '132446.216000', '132446.219000', '132446.221000', '132446.224000', '132506.101000', '132506.104000', '132506.107000', '132506.110000', '132506.113000', '132506.116000', '132506.118000', '132506.121000', '132506.124000', '132506.127000', '132506.130000', '132506.133000', '132506.136000', '132506.138000', '132506.141000', '132506.144000', '132506.147000', '132506.150000', '132506.153000', '132506.156000', '132506.159000', '132506.161000', '132506.164000', '132506.167000', '132506.170000', '132506.173000', '132506.176000', '132506.179000', '132506.182000', '132506.185000', '132506.187000', '132506.190000', '132506.193000', '132506.196000', '132506.199000', '132506.202000', '132506.205000', '132506.208000', '132506.210000', '132506.213000', '132506.216000', '132506.219000', '132506.225000', '132526.101000', '132526.104000', '132526.107000', '132526.110000', '132526.112000', '132526.115000', '132526.118000', '132526.121000', '132526.124000', '132526.127000', '132526.130000', '132526.132000', '132526.135000', '132526.138000', '132526.141000', '132526.144000', '132526.147000', '132526.150000', '132526.153000', '132526.156000', '132526.158000', '132526.161000', '132526.164000', '132526.167000', '132526.170000', '132526.173000', '132526.220000', '132526.223000', '132526.226000', '132526.229000', '132526.232000', '132526.234000', '132526.237000', '132526.240000', '132526.243000', '132526.246000', '132526.249000', '132526.252000', '132526.254000', '132526.257000', '132526.260000', '132526.263000', '132526.266000', '132526.269000', '132546.101000', '132546.104000', '132546.107000', '132546.110000', '132546.113000', '132546.116000', '132546.118000', '132546.121000', '132546.124000', '132546.127000', '132546.130000', '132546.133000', '132546.136000', '132546.138000', '132546.141000', '132546.144000', '132546.147000', '132546.150000', '132546.153000', '132546.156000', '132546.159000', '132546.161000', '132546.164000', '132546.167000', '132546.233000', '132546.236000', '132546.239000', '132546.242000', '132546.245000', '132546.248000', '132546.251000', '132546.256000', '132546.260000', '132546.263000', '132546.266000', '132546.269000', '132546.271000', '132546.274000', '132546.277000', '132546.280000', '132546.283000', '132546.286000', '132546.289000', '132606.100000', '132606.103000', '132606.106000', '132606.109000', '132606.112000', '132606.114000', '132606.117000', '132606.121000', '132606.124000', '132606.127000', '132606.130000', '132606.133000', '132606.135000', '132606.138000', '132606.141000', '132606.144000', '132606.147000', '132606.150000', '132606.153000', '132606.156000', '132606.159000', '132606.161000', '132606.164000', '132606.167000', '132606.170000', '132606.173000', '132606.224000', '132606.227000', '132606.230000', '132606.233000', '132606.236000', '132606.238000', '132606.241000', '132606.244000', '132606.247000', '132606.250000', '132606.253000', '132606.256000', '132606.258000', '132606.261000', '132606.264000', '132606.267000', '132606.270000', '132606.273000', '132626.101000', '132626.104000', '132626.107000', '132626.110000', '132626.113000', '132626.116000', '132626.119000', '132626.121000', '132626.124000', '132626.127000', '132626.130000', '132626.133000', '132626.136000', '132626.139000', '132626.142000', '132626.145000', '132626.147000', '132626.161000', '132626.164000', '132626.167000', '132626.170000', '132626.173000', '132626.211000', '132626.214000', '132626.217000', '132626.220000', '132626.223000', '132626.226000', '132626.228000', '132626.232000', '132626.234000', '132626.237000', '132626.240000', '132626.243000', '132626.246000', '132626.249000', '132626.252000', '132626.255000', '132626.258000', '132626.261000', '132626.263000', '132626.266000', '132626.270000', '132646.101000', '132646.104000', '132646.107000', '132646.110000', '132646.113000', '132646.116000', '132646.119000', '132646.121000', '132646.124000', '132646.127000', '132646.130000', '132646.133000', '132646.136000', '132646.139000', '132646.141000', '132646.144000', '132646.147000', '132646.150000', '132646.153000', '132646.156000', '132646.159000', '132646.162000', '132646.164000', '132646.167000', '132646.170000', '132646.173000', '132646.219000', '132646.221000', '132646.224000', '132646.227000', '132646.230000', '132646.233000', '132646.236000', '132646.239000', '132646.241000', '132646.244000', '132646.247000', '132646.250000', '132646.257000', '132646.260000', '132646.262000', '132646.265000', '132646.268000', '132646.271000', '132706.101000', '132706.104000', '132706.107000', '132706.110000', '132706.113000', '132706.116000', '132706.119000', '132706.121000', '132706.124000', '132706.127000', '132706.130000', '132706.133000', '132706.136000', '132706.139000', '132706.141000', '132706.144000', '132706.147000', '132706.150000', '132706.153000', '132706.156000', '132706.159000', '132706.162000', '132706.165000', '132706.167000', '132706.170000', '132706.173000', '132706.221000', '132706.224000', '132706.227000', '132706.230000', '132706.233000', '132706.236000', '132706.239000', '132706.242000', '132706.245000', '132706.248000', '132706.250000', '132706.253000', '132706.256000', '132706.259000', '132706.262000', '132706.265000', '132706.268000', '132726.101000', '132726.104000', '132726.107000', '132726.110000', '132726.113000', '132726.115000', '132726.118000', '132726.121000', '132726.124000', '132726.127000', '132726.130000', '132726.133000', '132726.135000', '132726.138000', '132726.141000', '132726.144000', '132726.147000', '132726.150000', '132726.153000', '132726.156000', '132726.159000', '132726.162000', '132726.164000', '132726.167000', '132726.170000', '132726.173000', '132726.207000', '132726.210000', '132726.213000', '132726.216000', '132726.218000', '132726.221000', '132726.224000', '132726.227000', '132726.230000', '132726.233000', '132726.235000', '132726.238000', '132726.241000', '132726.244000', '132726.247000', '132726.250000', '132726.252000', '132726.255000', '132746.101000', '132746.104000', '132746.107000', '132746.110000', '132746.113000', '132746.116000', '132746.119000', '132746.122000', '132746.124000', '132746.127000', '132746.130000', '132746.133000', '132746.136000', '132746.139000', '132746.142000', '132746.144000', '132746.148000', '132746.150000', '132746.153000', '132746.156000', '132746.159000', '132746.162000', '132746.165000', '132746.168000', '132746.171000', '132746.239000', '132746.242000', '132746.245000', '132746.248000', '132746.251000', '132746.254000', '132746.256000', '132746.259000', '132746.264000', '132746.266000', '132746.269000', '132746.272000', '132746.275000', '132746.278000', '132746.281000', '132746.284000', '132746.287000', '132746.300000', '132806.101000', '132806.104000', '132806.107000', '132806.109000', '132806.112000', '132806.115000', '132806.118000', '132806.121000', '132806.124000', '132806.127000', '132806.130000', '132806.132000', '132806.135000', '132806.138000', '132806.141000', '132806.144000', '132806.147000', '132806.150000', '132806.153000', '132806.155000', '132806.158000', '132806.161000', '132806.164000', '132806.167000', '132806.170000', '132806.173000', '132806.229000', '132806.232000', '132806.235000', '132806.238000', '132806.241000', '132806.244000', '132806.246000', '132806.249000', '132806.252000', '132806.255000', '132806.258000', '132806.261000', '132806.263000', '132806.266000', '132806.269000', '132806.272000', '132806.275000', '132806.278000', '132826.101000', '132826.104000', '132826.107000', '132826.110000', '132826.112000', '132826.115000', '132826.118000', '132826.121000', '132826.124000', '132826.127000', '132826.130000', '132826.133000', '132826.136000', '132826.139000', '132826.141000', '132826.144000', '132826.147000', '132826.150000', '132826.153000', '132826.156000', '132826.159000', '132826.162000', '132826.164000', '132826.167000', '132826.170000', '132826.173000', '132826.223000', '132826.226000', '132826.229000', '132826.232000', '132826.235000', '132826.238000', '132826.241000', '132826.244000', '132826.246000', '132826.249000', '132826.252000', '132826.255000', '132826.258000', '132826.262000', '132826.265000', '132826.268000', '132826.271000', '132827.749000', '132827.752000', '132827.755000', '132827.758000'], 'InstanceCreationTime': ['132206.132000', '132206.136000', '132206.139000', '132206.142000', '132206.144000', '132206.151000', '132206.154000', '132206.156000', '132206.159000', '132206.162000', '132206.165000', '132206.168000', '132206.171000', '132206.174000', '132206.177000', '132206.180000', '132206.187000', '132206.190000', '132206.193000', '132206.195000', '132206.198000', '132206.201000', '132206.204000', '132206.207000', '132206.210000', '132206.212000', '132206.215000', '132206.218000', '132206.221000', '132206.224000', '132206.227000', '132206.230000', '132206.243000', '132206.246000', '132206.248000', '132206.251000', '132206.254000', '132206.257000', '132206.260000', '132206.263000', '132206.265000', '132206.268000', '132226.101000', '132226.104000', '132226.107000', '132226.110000', '132226.113000', '132226.115000', '132226.118000', '132226.121000', '132226.124000', '132226.127000', '132226.130000', '132226.133000', '132226.136000', '132226.139000', '132226.141000', '132226.144000', '132226.147000', '132226.150000', '132226.153000', '132226.156000', '132226.159000', '132226.162000', '132226.165000', '132226.168000', '132226.171000', '132226.175000', '132226.178000', '132226.181000', '132226.187000', '132226.190000', '132226.194000', '132226.197000', '132226.200000', '132226.203000', '132226.206000', '132226.209000', '132226.212000', '132226.215000', '132226.218000', '132226.221000', '132226.224000', '132226.226000', '132226.229000', '132246.101000', '132246.104000', '132246.107000', '132246.110000', '132246.113000', '132246.116000', '132246.119000', '132246.121000', '132246.124000', '132246.127000', '132246.131000', '132246.134000', '132246.137000', '132246.140000', '132246.143000', '132246.146000', '132246.149000', '132246.152000', '132246.155000', '132246.158000', '132246.160000', '132246.163000', '132246.166000', '132246.169000', '132246.172000', '132246.175000', '132246.178000', '132246.182000', '132246.185000', '132246.188000', '132246.191000', '132246.194000', '132246.196000', '132246.200000', '132246.202000', '132246.205000', '132246.208000', '132246.211000', '132246.214000', '132246.217000', '132246.220000', '132246.223000', '132246.226000', '132246.228000', '132306.101000', '132306.104000', '132306.107000', '132306.111000', '132306.114000', '132306.117000', '132306.119000', '132306.122000', '132306.125000', '132306.128000', '132306.131000', '132306.134000', '132306.137000', '132306.140000', '132306.143000', '132306.146000', '132306.148000', '132306.151000', '132306.154000', '132306.157000', '132306.160000', '132306.163000', '132306.166000', '132306.169000', '132306.172000', '132306.175000', '132306.178000', '132306.181000', '132306.184000', '132306.187000', '132306.190000', '132306.221000', '132306.224000', '132306.227000', '132306.230000', '132306.233000', '132306.236000', '132306.239000', '132306.242000', '132306.245000', '132306.248000', '132306.251000', '132306.255000', '132326.101000', '132326.104000', '132326.107000', '132326.110000', '132326.112000', '132326.115000', '132326.118000', '132326.121000', '132326.124000', '132326.127000', '132326.129000', '132326.145000', '132326.148000', '132326.150000', '132326.153000', '132326.156000', '132326.159000', '132326.162000', '132326.165000', '132326.167000', '132326.170000', '132326.173000', '132326.176000', '132326.184000', '132326.187000', '132326.190000', '132326.192000', '132326.195000', '132326.198000', '132326.201000', '132326.204000', '132326.207000', '132326.210000', '132326.212000', '132326.215000', '132326.218000', '132326.221000', '132326.224000', '132326.226000', '132326.229000', '132326.232000', '132326.235000', '132326.238000', '132326.241000', '132346.100000', '132346.103000', '132346.106000', '132346.109000', '132346.112000', '132346.115000', '132346.117000', '132346.120000', '132346.123000', '132346.126000', '132346.129000', '132346.132000', '132346.135000', '132346.138000', '132346.141000', '132346.144000', '132346.147000', '132346.150000', '132346.153000', '132346.156000', '132346.159000', '132346.161000', '132346.164000', '132346.167000', '132346.170000', '132346.173000', '132346.176000', '132346.179000', '132346.182000', '132346.185000', '132346.188000', '132346.191000', '132346.197000', '132346.200000', '132346.203000', '132346.206000', '132346.208000', '132346.211000', '132346.214000', '132346.217000', '132346.220000', '132346.223000', '132346.226000', '132406.101000', '132406.104000', '132406.107000', '132406.110000', '132406.112000', '132406.115000', '132406.118000', '132406.121000', '132406.124000', '132406.127000', '132406.130000', '132406.133000', '132406.135000', '132406.138000', '132406.141000', '132406.144000', '132406.147000', '132406.150000', '132406.153000', '132406.156000', '132406.158000', '132406.161000', '132406.164000', '132406.167000', '132406.170000', '132406.173000', '132406.176000', '132406.178000', '132406.181000', '132406.184000', '132406.187000', '132406.190000', '132406.193000', '132406.196000', '132406.198000', '132406.201000', '132406.204000', '132406.207000', '132406.210000', '132406.213000', '132406.216000', '132406.218000', '132406.221000', '132406.224000', '132426.101000', '132426.104000', '132426.107000', '132426.110000', '132426.112000', '132426.115000', '132426.118000', '132426.121000', '132426.124000', '132426.127000', '132426.130000', '132426.133000', '132426.136000', '132426.139000', '132426.142000', '132426.144000', '132426.149000', '132426.152000', '132426.155000', '132426.158000', '132426.160000', '132426.163000', '132426.166000', '132426.169000', '132426.172000', '132426.175000', '132426.178000', '132426.181000', '132426.184000', '132426.186000', '132426.189000', '132426.192000', '132426.195000', '132426.198000', '132426.209000', '132426.212000', '132426.216000', '132426.221000', '132426.224000', '132426.227000', '132426.230000', '132426.232000', '132426.235000', '132446.101000', '132446.104000', '132446.107000', '132446.110000', '132446.112000', '132446.115000', '132446.118000', '132446.121000', '132446.124000', '132446.127000', '132446.130000', '132446.133000', '132446.135000', '132446.138000', '132446.141000', '132446.144000', '132446.147000', '132446.150000', '132446.153000', '132446.156000', '132446.159000', '132446.161000', '132446.164000', '132446.167000', '132446.170000', '132446.173000', '132446.176000', '132446.179000', '132446.181000', '132446.184000', '132446.187000', '132446.190000', '132446.193000', '132446.196000', '132446.199000', '132446.201000', '132446.204000', '132446.207000', '132446.210000', '132446.213000', '132446.216000', '132446.219000', '132446.221000', '132446.224000', '132506.101000', '132506.104000', '132506.107000', '132506.110000', '132506.113000', '132506.116000', '132506.118000', '132506.121000', '132506.124000', '132506.127000', '132506.130000', '132506.133000', '132506.136000', '132506.138000', '132506.141000', '132506.144000', '132506.147000', '132506.150000', '132506.153000', '132506.156000', '132506.159000', '132506.161000', '132506.164000', '132506.167000', '132506.170000', '132506.173000', '132506.176000', '132506.179000', '132506.182000', '132506.185000', '132506.187000', '132506.190000', '132506.193000', '132506.196000', '132506.199000', '132506.202000', '132506.205000', '132506.208000', '132506.210000', '132506.213000', '132506.216000', '132506.219000', '132506.225000', '132526.101000', '132526.104000', '132526.107000', '132526.110000', '132526.112000', '132526.115000', '132526.118000', '132526.121000', '132526.124000', '132526.127000', '132526.130000', '132526.132000', '132526.135000', '132526.138000', '132526.141000', '132526.144000', '132526.147000', '132526.150000', '132526.153000', '132526.156000', '132526.158000', '132526.161000', '132526.164000', '132526.167000', '132526.170000', '132526.173000', '132526.220000', '132526.223000', '132526.226000', '132526.229000', '132526.232000', '132526.234000', '132526.237000', '132526.240000', '132526.243000', '132526.246000', '132526.249000', '132526.252000', '132526.254000', '132526.257000', '132526.260000', '132526.263000', '132526.266000', '132526.269000', '132546.101000', '132546.104000', '132546.107000', '132546.110000', '132546.113000', '132546.116000', '132546.118000', '132546.121000', '132546.124000', '132546.127000', '132546.130000', '132546.133000', '132546.136000', '132546.138000', '132546.141000', '132546.144000', '132546.147000', '132546.150000', '132546.153000', '132546.156000', '132546.159000', '132546.161000', '132546.164000', '132546.167000', '132546.233000', '132546.236000', '132546.239000', '132546.242000', '132546.245000', '132546.248000', '132546.251000', '132546.256000', '132546.260000', '132546.263000', '132546.266000', '132546.269000', '132546.271000', '132546.274000', '132546.277000', '132546.280000', '132546.283000', '132546.286000', '132546.289000', '132606.100000', '132606.103000', '132606.106000', '132606.109000', '132606.112000', '132606.114000', '132606.117000', '132606.121000', '132606.124000', '132606.127000', '132606.130000', '132606.133000', '132606.135000', '132606.138000', '132606.141000', '132606.144000', '132606.147000', '132606.150000', '132606.153000', '132606.156000', '132606.159000', '132606.161000', '132606.164000', '132606.167000', '132606.170000', '132606.173000', '132606.224000', '132606.227000', '132606.230000', '132606.233000', '132606.236000', '132606.238000', '132606.241000', '132606.244000', '132606.247000', '132606.250000', '132606.253000', '132606.256000', '132606.258000', '132606.261000', '132606.264000', '132606.267000', '132606.270000', '132606.273000', '132626.101000', '132626.104000', '132626.107000', '132626.110000', '132626.113000', '132626.116000', '132626.119000', '132626.121000', '132626.124000', '132626.127000', '132626.130000', '132626.133000', '132626.136000', '132626.139000', '132626.142000', '132626.145000', '132626.147000', '132626.161000', '132626.164000', '132626.167000', '132626.170000', '132626.173000', '132626.211000', '132626.214000', '132626.217000', '132626.220000', '132626.223000', '132626.226000', '132626.228000', '132626.232000', '132626.234000', '132626.237000', '132626.240000', '132626.243000', '132626.246000', '132626.249000', '132626.252000', '132626.255000', '132626.258000', '132626.261000', '132626.263000', '132626.266000', '132626.270000', '132646.101000', '132646.104000', '132646.107000', '132646.110000', '132646.113000', '132646.116000', '132646.119000', '132646.121000', '132646.124000', '132646.127000', '132646.130000', '132646.133000', '132646.136000', '132646.139000', '132646.141000', '132646.144000', '132646.147000', '132646.150000', '132646.153000', '132646.156000', '132646.159000', '132646.162000', '132646.164000', '132646.167000', '132646.170000', '132646.173000', '132646.219000', '132646.221000', '132646.224000', '132646.227000', '132646.230000', '132646.233000', '132646.236000', '132646.239000', '132646.241000', '132646.244000', '132646.247000', '132646.250000', '132646.257000', '132646.260000', '132646.262000', '132646.265000', '132646.268000', '132646.271000', '132706.101000', '132706.104000', '132706.107000', '132706.110000', '132706.113000', '132706.116000', '132706.119000', '132706.121000', '132706.124000', '132706.127000', '132706.130000', '132706.133000', '132706.136000', '132706.139000', '132706.141000', '132706.144000', '132706.147000', '132706.150000', '132706.153000', '132706.156000', '132706.159000', '132706.162000', '132706.165000', '132706.167000', '132706.170000', '132706.173000', '132706.221000', '132706.224000', '132706.227000', '132706.230000', '132706.233000', '132706.236000', '132706.239000', '132706.242000', '132706.245000', '132706.248000', '132706.250000', '132706.253000', '132706.256000', '132706.259000', '132706.262000', '132706.265000', '132706.268000', '132726.101000', '132726.104000', '132726.107000', '132726.110000', '132726.113000', '132726.115000', '132726.118000', '132726.121000', '132726.124000', '132726.127000', '132726.130000', '132726.133000', '132726.135000', '132726.138000', '132726.141000', '132726.144000', '132726.147000', '132726.150000', '132726.153000', '132726.156000', '132726.159000', '132726.162000', '132726.164000', '132726.167000', '132726.170000', '132726.173000', '132726.207000', '132726.210000', '132726.213000', '132726.216000', '132726.218000', '132726.221000', '132726.224000', '132726.227000', '132726.230000', '132726.233000', '132726.235000', '132726.238000', '132726.241000', '132726.244000', '132726.247000', '132726.250000', '132726.252000', '132726.255000', '132746.101000', '132746.104000', '132746.107000', '132746.110000', '132746.113000', '132746.116000', '132746.119000', '132746.122000', '132746.124000', '132746.127000', '132746.130000', '132746.133000', '132746.136000', '132746.139000', '132746.142000', '132746.144000', '132746.148000', '132746.150000', '132746.153000', '132746.156000', '132746.159000', '132746.162000', '132746.165000', '132746.168000', '132746.171000', '132746.239000', '132746.242000', '132746.245000', '132746.248000', '132746.251000', '132746.254000', '132746.256000', '132746.259000', '132746.264000', '132746.266000', '132746.269000', '132746.272000', '132746.275000', '132746.278000', '132746.281000', '132746.284000', '132746.287000', '132746.300000', '132806.101000', '132806.104000', '132806.107000', '132806.109000', '132806.112000', '132806.115000', '132806.118000', '132806.121000', '132806.124000', '132806.127000', '132806.130000', '132806.132000', '132806.135000', '132806.138000', '132806.141000', '132806.144000', '132806.147000', '132806.150000', '132806.153000', '132806.155000', '132806.158000', '132806.161000', '132806.164000', '132806.167000', '132806.170000', '132806.173000', '132806.229000', '132806.232000', '132806.235000', '132806.238000', '132806.241000', '132806.244000', '132806.246000', '132806.249000', '132806.252000', '132806.255000', '132806.258000', '132806.261000', '132806.263000', '132806.266000', '132806.269000', '132806.272000', '132806.275000', '132806.278000', '132826.101000', '132826.104000', '132826.107000', '132826.110000', '132826.112000', '132826.115000', '132826.118000', '132826.121000', '132826.124000', '132826.127000', '132826.130000', '132826.133000', '132826.136000', '132826.139000', '132826.141000', '132826.144000', '132826.147000', '132826.150000', '132826.153000', '132826.156000', '132826.159000', '132826.162000', '132826.164000', '132826.167000', '132826.170000', '132826.173000', '132826.223000', '132826.226000', '132826.229000', '132826.232000', '132826.235000', '132826.238000', '132826.241000', '132826.244000', '132826.246000', '132826.249000', '132826.252000', '132826.255000', '132826.258000', '132826.262000', '132826.265000', '132826.268000', '132826.271000', '132827.749000', '132827.752000', '132827.755000', '132827.758000'], '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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [10692, 16192, 11233, 9546, 11480, 8337, 12215, 8306, 12408, 9367, 14038, 9620, 15234, 9927, 14479, 9862, 14131, 10274, 10753, 10208, 8756, 10602, 9624, 11903, 8996, 14547, 9626, 14711, 10174, 13185, 9927, 11080, 10070, 9385, 11305, 8007, 11933, 8248, 12807, 10255, 13549, 10308, 9964, 10486, 8718, 12172, 9081, 13742, 9528, 14466, 10522, 15507, 10241, 14794, 10933, 10465, 9999, 8564, 10851, 9712, 13338, 8725, 13009, 9378, 12690, 9857, 14972, 10438, 11542, 10629, 9468, 10539, 8809, 10668, 9201, 12221, 7715, 12183, 8325, 11689, 9402, 11788, 7740, 11984, 8953, 11362, 8838, 11213, 10143, 11164, 8937, 11066, 8560, 11315, 9204, 11002, 10142, 11210, 9270, 11094, 8769, 11556, 9452, 12399, 7549, 12069, 8136, 12107, 9843, 12326, 7962, 12438, 13163, 10103, 17771, 9782, 13949, 11865, 12876, 9750, 13961, 10708, 13707, 11637, 10692, 9655, 8639, 10134, 7365, 11085, 8783, 12935, 10999, 15445, 11061, 18038, 12002, 12652, 10353, 14986, 9994, 14428, 10156, 13076, 10168, 12946, 9996, 11672, 10323, 13641, 11187, 10705, 9106, 8094, 9525, 8358, 11226, 9840, 12163, 9770, 11478, 13975, 9511, 17182, 12250, 15322, 10722, 12500, 10870, 11837, 11112, 12021, 11033, 13541, 10416, 10534, 10438, 8739, 10739, 10186, 12670, 8596, 13180, 10211, 10719, 12521, 10516, 12436, 11038, 14728, 10588, 13211, 10628, 10575, 11051, 8534, 11488, 8114, 12120, 9077, 13237, 9861, 14381, 10246, 14693, 10222, 16825, 11281, 13843, 9866, 12311, 10235, 11919, 9676, 11150, 8978, 11084, 8896, 10760, 9793, 10639, 9229, 11643, 7894, 11620, 8759, 11885, 9781, 13886, 9997, 14865, 10268, 13495, 10296, 15012, 11012, 12885, 9967, 12305, 10741, 12549, 10417, 16007, 10499, 14913, 10694, 15986, 10924, 13536, 10994, 10610, 11143, 9592, 10600, 9528, 11291, 8072, 11781, 7863, 11886, 8599, 12222, 9953, 12432, 9522, 11882, 10012, 12130, 10025, 16324, 10421, 15283, 10276, 14776, 10356, 14247, 10562, 9513, 10393, 8813, 11260, 8201, 12227, 8447, 13456, 9256, 12927, 9886, 12205, 9461, 13183, 10241, 14157, 10387, 13248, 9945, 12565, 10118, 13601, 10492, 13003, 10170, 11723, 9617, 13398, 10920, 9637, 10144, 8669, 11075, 10928, 11004, 13476, 11258, 10020, 11504, 10204, 11477, 13579, 11349, 9773, 11493, 8916, 11667, 8726, 12413, 9341, 13121, 10176, 14503, 10146, 14106, 10812, 10794, 10802, 9652, 11150, 10064, 10885, 15169, 10740, 9750, 11085, 8955, 11336, 9240, 11724, 11095, 11141, 10051, 11668, 8303, 12482, 9627, 13476, 9763, 9189, 11631, 8923, 12771, 9342, 14148, 10268, 13897, 10084, 12345, 8648, 11739, 12006, 10232, 9617, 11656, 9524, 12207, 9574, 12448, 9281, 12599, 9348, 14052, 10469, 12452, 10962, 14289, 9928, 13675, 9868, 14623, 10982, 11745, 10470, 9343, 10023, 9468, 11427, 8313, 12055, 9337, 15170, 9725, 14767, 9949, 13313, 10531, 10000, 10661, 8652, 10126, 10725, 11656, 7772, 11761, 7793, 11658, 8212, 11702, 8424, 12979, 9396, 12246, 9354, 12220, 9585, 12745, 9735, 13723, 10010, 14189, 10375, 13763, 9815, 14226, 10217, 9936, 10731, 12555, 10812, 13932, 10236, 13971, 11016, 9632, 11236, 7968, 11550, 8391, 12354, 9208, 14409, 9724, 14423, 10431, 11819, 10126, 10834, 11475, 8121, 11961, 8071, 11953, 8778, 11767, 8694, 13661, 8797, 12905, 9494, 12684, 9555, 14490, 10921, 9733, 9808, 8712, 10822, 8701, 11399, 8469, 12993, 9523, 15033, 10235, 13588, 10575, 11122, 10143, 8553, 11287, 8548, 12313, 8818, 13620, 10257, 15123, 10658, 13999, 10561, 15113, 10720, 12723, 11276, 9258, 9620, 8686, 10878, 8314, 13275, 9292, 15725, 10330, 12626, 9960, 12078, 10721, 9041, 10697, 8612, 10986, 8893, 10922, 10615, 11710, 8162, 11159, 8097, 11587, 9367, 12895, 9823, 12788, 9138, 8552, 11965, 8972, 11265, 9220, 8754, 11195, 7667, 12037, 8181, 11896, 9364, 11751, 10686, 11684, 9094, 10472, 8176, 11375, 8726, 12202, 9302, 17627, 10183, 12082, 8788, 8226, 9440, 9394, 10297, 9048, 10075, 17944, 9017, 12835, 10374, 12130, 8081, 11015, 9811, 10202, 14423, 10319, 10656, 9963, 8457, 9496, 8425, 11914, 8780, 16393, 9813, 14351, 9700, 15671, 9682, 13829, 10081, 13221, 10005, 12332, 9290, 11834, 9157, 13476, 9396, 12694, 9544, 11605, 9442, 12689, 10413, 9090, 9317, 8427, 10489, 9233, 11639, 8377, 13059, 8625, 12404, 8994, 12555, 8913, 12717, 9295, 13663, 9392, 12002, 9243, 12254, 9229, 11713, 9475, 14162, 9201, 14048, 9328, 12820, 10012, 10176, 10234, 9320, 10427, 12949, 10491, 11333, 11510, 8256, 11518, 8510, 11906, 9079, 13019, 9075, 12919, 8823, 12210, 9179, 12627, 10414, 13658, 10112, 11634, 9929, 10779, 9489, 9413, 11117, 8349, 11330, 8150, 11364, 8521, 11251, 8775, 12460, 9196, 13487, 9522, 12868, 9277, 8826, 10000, 9919, 10632, 9275, 11045, 8900, 10514, 12895, 9673, 16493, 10452, 11866, 10497, 12721, 9864, 16183, 9916, 12073, 10548, 9965, 10263, 9506, 9917, 10300, 11300, 8370, 11616, 8369, 11872, 8874, 12265, 9987, 16225, 10033, 16080, 10056, 12716, 9656, 12357, 9317, 13341, 9414, 12044, 9881, 12414, 10092, 12519, 10389, 11877, 10173, 9478, 10184, 10077, 10138, 8754, 11011, 8726, 11063, 9699, 11752, 8696, 12116, 8425, 11788, 8621, 12447, 9045, 13129, 10085, 14288, 10222, 14474, 9901, 15257, 11010, 13585, 10358, 16099, 10600, 12825, 9562, 12616, 9748, 13307, 9404, 12398, 9166, 11620, 8427, 12059, 8599, 11700, 8590, 11361, 9054, 11190, 9149, 14344, 10587, 15372, 9573, 11496, 9651, 11834, 9901, 10484, 8958, 10620, 8923, 10960, 9947, 10336, 10529, 11412, 8546, 11480, 8150, 11419, 8866, 11452, 9184, 11091, 14732, 10074, 15648, 10191, 16128, 9980, 15425, 9597, 15731, 10278, 13698, 10439, 11103, 10858, 9345, 9497, 9218, 11801, 8066, 12082, 8646, 12146, 8884, 12918, 10289, 16716, 10686, 12744, 10903, 10552, 10373, 9429, 11548, 8075, 12067, 8534, 11863, 9361, 14483, 10328, 9785, 9987, 8614, 11259, 8396, 11917, 8919, 11678, 10503, 11842, 8658, 11977, 8696, 11692, 8639, 11968, 8728, 13789, 9078, 12831, 9684, 14208, 9974, 12860, 10694, 8599, 10390, 8114, 10197, 8804, 10942, 9108, 12560, 8284, 11990], 'WindowCenter': [4386.0, 4399.0, 4353.0, 4329.0, 4336.0, 4295.0, 4334.0, 4293.0, 4333.0, 4303.0, 4344.0, 4314.0, 4352.0, 4312.0, 4340.0, 4312.0, 4342.0, 4314.0, 4324.0, 4312.0, 4302.0, 4312.0, 4302.0, 4322.0, 4302.0, 4343.0, 4300.0, 4341.0, 4310.0, 4328.0, 4310.0, 4322.0, 4313.0, 4301.0, 4321.0, 4291.0, 4322.0, 4292.0, 4332.0, 4314.0, 4330.0, 4311.0, 4311.0, 4311.0, 4302.0, 4334.0, 4304.0, 4344.0, 4313.0, 4342.0, 4312.0, 4342.0, 4313.0, 4342.0, 4313.0, 4311.0, 4302.0, 4287.0, 4309.0, 4301.0, 4333.0, 4290.0, 4319.0, 4301.0, 4317.0, 4301.0, 4339.0, 4312.0, 4319.0, 4310.0, 4300.0, 4309.0, 4289.0, 4311.0, 4302.0, 4323.0, 4280.0, 4321.0, 4291.0, 4319.0, 4299.0, 4324.0, 4281.0, 4321.0, 4302.0, 4320.0, 4289.0, 4320.0, 4312.0, 4323.0, 4300.0, 4321.0, 4292.0, 4321.0, 4302.0, 4323.0, 4314.0, 4324.0, 4305.0, 4323.0, 4302.0, 4325.0, 4313.0, 4336.0, 4295.0, 4335.0, 4295.0, 4334.0, 4326.0, 4347.0, 4297.0, 4336.0, 4335.0, 4313.0, 4352.0, 4301.0, 4331.0, 4325.0, 4321.0, 4302.0, 4331.0, 4312.0, 4328.0, 4323.0, 4322.0, 4312.0, 4303.0, 4313.0, 4295.0, 4339.0, 4317.0, 4345.0, 4338.0, 4357.0, 4337.0, 4365.0, 4335.0, 4334.0, 4312.0, 4343.0, 4302.0, 4330.0, 4313.0, 4321.0, 4301.0, 4319.0, 4302.0, 4309.0, 4301.0, 4329.0, 4322.0, 4310.0, 4302.0, 4291.0, 4315.0, 4305.0, 4338.0, 4327.0, 4337.0, 4315.0, 4337.0, 4345.0, 4315.0, 4355.0, 4336.0, 4343.0, 4324.0, 4321.0, 4325.0, 4322.0, 4322.0, 4320.0, 4325.0, 4331.0, 4310.0, 4312.0, 4311.0, 4290.0, 4312.0, 4312.0, 4337.0, 4305.0, 4335.0, 4314.0, 4313.0, 4318.0, 4311.0, 4321.0, 4310.0, 4330.0, 4309.0, 4320.0, 4311.0, 4312.0, 4310.0, 4291.0, 4321.0, 4291.0, 4322.0, 4305.0, 4342.0, 4315.0, 4344.0, 4326.0, 4343.0, 4325.0, 4364.0, 4326.0, 4334.0, 4314.0, 4323.0, 4312.0, 4323.0, 4300.0, 4311.0, 4289.0, 4311.0, 4289.0, 4309.0, 4300.0, 4311.0, 4288.0, 4310.0, 4280.0, 4321.0, 4293.0, 4323.0, 4326.0, 4343.0, 4316.0, 4345.0, 4326.0, 4334.0, 4326.0, 4355.0, 4326.0, 4333.0, 4302.0, 4322.0, 4313.0, 4320.0, 4314.0, 4342.0, 4312.0, 4331.0, 4311.0, 4338.0, 4311.0, 4329.0, 4309.0, 4298.0, 4308.0, 4298.0, 4309.0, 4298.0, 4310.0, 4278.0, 4322.0, 4281.0, 4321.0, 4292.0, 4322.0, 4314.0, 4323.0, 4313.0, 4321.0, 4314.0, 4323.0, 4314.0, 4353.0, 4314.0, 4343.0, 4313.0, 4340.0, 4313.0, 4341.0, 4314.0, 4301.0, 4313.0, 4302.0, 4311.0, 4293.0, 4323.0, 4293.0, 4333.0, 4302.0, 4322.0, 4302.0, 4322.0, 4303.0, 4333.0, 4313.0, 4331.0, 4300.0, 4320.0, 4301.0, 4321.0, 4301.0, 4329.0, 4300.0, 4319.0, 4300.0, 4309.0, 4301.0, 4332.0, 4313.0, 4302.0, 4313.0, 4293.0, 4324.0, 4313.0, 4311.0, 4334.0, 4314.0, 4302.0, 4312.0, 4313.0, 4312.0, 4331.0, 4313.0, 4289.0, 4310.0, 4289.0, 4310.0, 4290.0, 4323.0, 4301.0, 4331.0, 4313.0, 4343.0, 4314.0, 4344.0, 4326.0, 4326.0, 4323.0, 4314.0, 4324.0, 4313.0, 4323.0, 4356.0, 4327.0, 4302.0, 4324.0, 4304.0, 4322.0, 4302.0, 4322.0, 4309.0, 4311.0, 4301.0, 4310.0, 4292.0, 4322.0, 4304.0, 4332.0, 4303.0, 4302.0, 4323.0, 4292.0, 4322.0, 4303.0, 4343.0, 4315.0, 4334.0, 4313.0, 4323.0, 4288.0, 4311.0, 4309.0, 4300.0, 4289.0, 4309.0, 4288.0, 4310.0, 4289.0, 4307.0, 4289.0, 4309.0, 4288.0, 4331.0, 4301.0, 4320.0, 4309.0, 4328.0, 4302.0, 4318.0, 4300.0, 4332.0, 4312.0, 4311.0, 4300.0, 4289.0, 4300.0, 4290.0, 4311.0, 4282.0, 4320.0, 4302.0, 4343.0, 4314.0, 4343.0, 4315.0, 4334.0, 4313.0, 4302.0, 4312.0, 4291.0, 4314.0, 4314.0, 4326.0, 4283.0, 4322.0, 4283.0, 4313.0, 4292.0, 4324.0, 4294.0, 4336.0, 4304.0, 4323.0, 4304.0, 4321.0, 4304.0, 4323.0, 4304.0, 4333.0, 4303.0, 4332.0, 4303.0, 4330.0, 4303.0, 4334.0, 4314.0, 4300.0, 4315.0, 4324.0, 4314.0, 4333.0, 4314.0, 4333.0, 4314.0, 4290.0, 4311.0, 4282.0, 4310.0, 4291.0, 4323.0, 4305.0, 4344.0, 4303.0, 4331.0, 4313.0, 4323.0, 4315.0, 4314.0, 4327.0, 4294.0, 4324.0, 4292.0, 4323.0, 4292.0, 4323.0, 4292.0, 4335.0, 4291.0, 4321.0, 4302.0, 4320.0, 4303.0, 4332.0, 4315.0, 4301.0, 4300.0, 4292.0, 4311.0, 4291.0, 4312.0, 4291.0, 4333.0, 4304.0, 4343.0, 4314.0, 4333.0, 4311.0, 4323.0, 4303.0, 4291.0, 4312.0, 4292.0, 4323.0, 4293.0, 4332.0, 4313.0, 4341.0, 4313.0, 4331.0, 4311.0, 4342.0, 4313.0, 4322.0, 4309.0, 4290.0, 4287.0, 4289.0, 4309.0, 4291.0, 4333.0, 4302.0, 4343.0, 4312.0, 4333.0, 4315.0, 4324.0, 4326.0, 4293.0, 4312.0, 4293.0, 4312.0, 4291.0, 4312.0, 4311.0, 4323.0, 4292.0, 4313.0, 4281.0, 4322.0, 4303.0, 4334.0, 4313.0, 4332.0, 4301.0, 4291.0, 4323.0, 4306.0, 4324.0, 4304.0, 4305.0, 4325.0, 4297.0, 4336.0, 4295.0, 4323.0, 4305.0, 4323.0, 4314.0, 4323.0, 4289.0, 4308.0, 4280.0, 4312.0, 4289.0, 4320.0, 4302.0, 4353.0, 4311.0, 4319.0, 4293.0, 4290.0, 4313.0, 4305.0, 4324.0, 4304.0, 4315.0, 4364.0, 4304.0, 4335.0, 4312.0, 4321.0, 4280.0, 4312.0, 4300.0, 4298.0, 4329.0, 4302.0, 4298.0, 4300.0, 4279.0, 4288.0, 4280.0, 4321.0, 4291.0, 4352.0, 4314.0, 4343.0, 4313.0, 4343.0, 4305.0, 4332.0, 4315.0, 4322.0, 4301.0, 4321.0, 4290.0, 4310.0, 4290.0, 4320.0, 4289.0, 4307.0, 4287.0, 4308.0, 4300.0, 4319.0, 4311.0, 4291.0, 4299.0, 4290.0, 4310.0, 4301.0, 4322.0, 4292.0, 4333.0, 4290.0, 4320.0, 4291.0, 4320.0, 4291.0, 4320.0, 4290.0, 4320.0, 4290.0, 4306.0, 4290.0, 4321.0, 4302.0, 4321.0, 4303.0, 4331.0, 4304.0, 4331.0, 4302.0, 4334.0, 4313.0, 4313.0, 4312.0, 4301.0, 4314.0, 4333.0, 4314.0, 4313.0, 4312.0, 4280.0, 4312.0, 4292.0, 4321.0, 4292.0, 4334.0, 4303.0, 4322.0, 4304.0, 4320.0, 4302.0, 4321.0, 4315.0, 4333.0, 4313.0, 4322.0, 4302.0, 4312.0, 4303.0, 4303.0, 4323.0, 4291.0, 4311.0, 4281.0, 4310.0, 4291.0, 4311.0, 4290.0, 4323.0, 4302.0, 4333.0, 4303.0, 4333.0, 4304.0, 4302.0, 4316.0, 4315.0, 4326.0, 4315.0, 4325.0, 4305.0, 4326.0, 4333.0, 4302.0, 4354.0, 4314.0, 4322.0, 4314.0, 4323.0, 4301.0, 4353.0, 4300.0, 4322.0, 4312.0, 4299.0, 4309.0, 4299.0, 4300.0, 4313.0, 4323.0, 4292.0, 4323.0, 4292.0, 4323.0, 4304.0, 4333.0, 4316.0, 4355.0, 4313.0, 4355.0, 4315.0, 4333.0, 4302.0, 4321.0, 4292.0, 4328.0, 4289.0, 4320.0, 4301.0, 4319.0, 4311.0, 4322.0, 4300.0, 4320.0, 4299.0, 4301.0, 4312.0, 4311.0, 4311.0, 4293.0, 4312.0, 4291.0, 4310.0, 4301.0, 4313.0, 4291.0, 4310.0, 4280.0, 4309.0, 4290.0, 4320.0, 4291.0, 4331.0, 4313.0, 4332.0, 4312.0, 4330.0, 4313.0, 4342.0, 4324.0, 4330.0, 4314.0, 4353.0, 4314.0, 4320.0, 4302.0, 4320.0, 4301.0, 4319.0, 4290.0, 4318.0, 4289.0, 4308.0, 4279.0, 4309.0, 4290.0, 4308.0, 4291.0, 4309.0, 4288.0, 4309.0, 4303.0, 4343.0, 4327.0, 4352.0, 4315.0, 4324.0, 4314.0, 4325.0, 4302.0, 4315.0, 4289.0, 4311.0, 4292.0, 4312.0, 4299.0, 4312.0, 4311.0, 4310.0, 4291.0, 4311.0, 4291.0, 4322.0, 4303.0, 4322.0, 4302.0, 4324.0, 4342.0, 4302.0, 4343.0, 4314.0, 4341.0, 4302.0, 4341.0, 4302.0, 4341.0, 4314.0, 4331.0, 4310.0, 4311.0, 4310.0, 4300.0, 4300.0, 4301.0, 4335.0, 4282.0, 4322.0, 4302.0, 4321.0, 4303.0, 4331.0, 4314.0, 4354.0, 4313.0, 4333.0, 4312.0, 4311.0, 4312.0, 4301.0, 4324.0, 4282.0, 4322.0, 4302.0, 4321.0, 4303.0, 4342.0, 4313.0, 4314.0, 4315.0, 4303.0, 4324.0, 4293.0, 4324.0, 4303.0, 4324.0, 4313.0, 4321.0, 4290.0, 4323.0, 4292.0, 4320.0, 4289.0, 4310.0, 4289.0, 4332.0, 4291.0, 4321.0, 4301.0, 4331.0, 4311.0, 4330.0, 4311.0, 4291.0, 4312.0, 4291.0, 4312.0, 4302.0, 4324.0, 4305.0, 4334.0, 4293.0, 4323.0], 'WindowWidth': [9687.0, 9689.0, 9617.0, 9572.0, 9576.0, 9519.0, 9570.0, 9512.0, 9567.0, 9526.0, 9583.0, 9542.0, 9590.0, 9537.0, 9571.0, 9535.0, 9577.0, 9542.0, 9553.0, 9535.0, 9522.0, 9533.0, 9521.0, 9550.0, 9522.0, 9580.0, 9515.0, 9571.0, 9529.0, 9553.0, 9532.0, 9548.0, 9537.0, 9519.0, 9544.0, 9506.0, 9547.0, 9509.0, 9563.0, 9540.0, 9559.0, 9534.0, 9532.0, 9533.0, 9522.0, 9567.0, 9528.0, 9582.0, 9537.0, 9575.0, 9536.0, 9576.0, 9537.0, 9576.0, 9535.0, 9531.0, 9519.0, 9496.0, 9527.0, 9516.0, 9564.0, 9502.0, 9540.0, 9516.0, 9536.0, 9519.0, 9568.0, 9536.0, 9540.0, 9529.0, 9514.0, 9527.0, 9499.0, 9530.0, 9520.0, 9549.0, 9489.0, 9545.0, 9504.0, 9543.0, 9514.0, 9552.0, 9492.0, 9545.0, 9520.0, 9542.0, 9499.0, 9544.0, 9532.0, 9549.0, 9517.0, 9546.0, 9508.0, 9547.0, 9522.0, 9552.0, 9538.0, 9552.0, 9528.0, 9551.0, 9522.0, 9556.0, 9539.0, 9573.0, 9516.0, 9571.0, 9516.0, 9571.0, 9561.0, 9590.0, 9520.0, 9574.0, 9569.0, 9537.0, 9594.0, 9519.0, 9560.0, 9555.0, 9545.0, 9521.0, 9557.0, 9534.0, 9553.0, 9550.0, 9548.0, 9535.0, 9526.0, 9538.0, 9518.0, 9581.0, 9549.0, 9585.0, 9578.0, 9603.0, 9577.0, 9615.0, 9572.0, 9564.0, 9534.0, 9575.0, 9518.0, 9559.0, 9535.0, 9545.0, 9516.0, 9538.0, 9517.0, 9523.0, 9516.0, 9551.0, 9547.0, 9528.0, 9522.0, 9506.0, 9543.0, 9531.0, 9578.0, 9562.0, 9577.0, 9544.0, 9574.0, 9582.0, 9542.0, 9600.0, 9573.0, 9578.0, 9552.0, 9546.0, 9552.0, 9546.0, 9549.0, 9543.0, 9556.0, 9558.0, 9531.0, 9534.0, 9532.0, 9504.0, 9536.0, 9535.0, 9575.0, 9528.0, 9568.0, 9539.0, 9537.0, 9537.0, 9529.0, 9542.0, 9529.0, 9554.0, 9526.0, 9539.0, 9530.0, 9532.0, 9529.0, 9503.0, 9544.0, 9503.0, 9547.0, 9529.0, 9578.0, 9542.0, 9581.0, 9557.0, 9578.0, 9558.0, 9610.0, 9559.0, 9566.0, 9539.0, 9550.0, 9533.0, 9551.0, 9515.0, 9529.0, 9499.0, 9529.0, 9498.0, 9525.0, 9512.0, 9530.0, 9497.0, 9527.0, 9489.0, 9545.0, 9510.0, 9550.0, 9561.0, 9580.0, 9548.0, 9583.0, 9559.0, 9568.0, 9560.0, 9598.0, 9557.0, 9563.0, 9521.0, 9545.0, 9535.0, 9542.0, 9541.0, 9574.0, 9532.0, 9556.0, 9530.0, 9565.0, 9531.0, 9553.0, 9524.0, 9506.0, 9521.0, 9507.0, 9524.0, 9508.0, 9529.0, 9484.0, 9544.0, 9490.0, 9543.0, 9507.0, 9548.0, 9540.0, 9549.0, 9537.0, 9546.0, 9539.0, 9549.0, 9539.0, 9591.0, 9540.0, 9576.0, 9536.0, 9570.0, 9536.0, 9572.0, 9540.0, 9518.0, 9534.0, 9521.0, 9531.0, 9509.0, 9550.0, 9511.0, 9565.0, 9519.0, 9547.0, 9519.0, 9545.0, 9524.0, 9562.0, 9536.0, 9558.0, 9515.0, 9539.0, 9516.0, 9543.0, 9515.0, 9551.0, 9513.0, 9537.0, 9514.0, 9523.0, 9517.0, 9559.0, 9537.0, 9520.0, 9536.0, 9509.0, 9555.0, 9535.0, 9533.0, 9566.0, 9538.0, 9518.0, 9533.0, 9534.0, 9531.0, 9556.0, 9532.0, 9496.0, 9526.0, 9497.0, 9525.0, 9501.0, 9547.0, 9517.0, 9559.0, 9537.0, 9575.0, 9541.0, 9581.0, 9559.0, 9556.0, 9551.0, 9540.0, 9553.0, 9535.0, 9553.0, 9599.0, 9563.0, 9521.0, 9550.0, 9524.0, 9547.0, 9518.0, 9546.0, 9523.0, 9528.0, 9515.0, 9529.0, 9505.0, 9546.0, 9524.0, 9563.0, 9522.0, 9519.0, 9550.0, 9506.0, 9548.0, 9523.0, 9578.0, 9540.0, 9565.0, 9536.0, 9548.0, 9496.0, 9529.0, 9522.0, 9512.0, 9495.0, 9522.0, 9494.0, 9525.0, 9496.0, 9519.0, 9494.0, 9522.0, 9495.0, 9555.0, 9514.0, 9539.0, 9524.0, 9548.0, 9516.0, 9533.0, 9514.0, 9558.0, 9530.0, 9525.0, 9512.0, 9496.0, 9511.0, 9499.0, 9529.0, 9490.0, 9541.0, 9518.0, 9575.0, 9540.0, 9577.0, 9542.0, 9565.0, 9535.0, 9519.0, 9532.0, 9501.0, 9537.0, 9537.0, 9557.0, 9494.0, 9545.0, 9492.0, 9534.0, 9505.0, 9550.0, 9510.0, 9569.0, 9522.0, 9549.0, 9522.0, 9543.0, 9525.0, 9549.0, 9523.0, 9562.0, 9520.0, 9558.0, 9519.0, 9553.0, 9521.0, 9563.0, 9537.0, 9515.0, 9538.0, 9548.0, 9535.0, 9558.0, 9536.0, 9561.0, 9538.0, 9499.0, 9528.0, 9489.0, 9526.0, 9502.0, 9547.0, 9524.0, 9580.0, 9522.0, 9556.0, 9535.0, 9547.0, 9540.0, 9538.0, 9560.0, 9509.0, 9551.0, 9507.0, 9548.0, 9505.0, 9549.0, 9504.0, 9567.0, 9504.0, 9543.0, 9517.0, 9539.0, 9521.0, 9558.0, 9540.0, 9515.0, 9515.0, 9506.0, 9528.0, 9502.0, 9532.0, 9503.0, 9561.0, 9523.0, 9574.0, 9535.0, 9560.0, 9532.0, 9548.0, 9520.0, 9503.0, 9531.0, 9505.0, 9549.0, 9509.0, 9562.0, 9537.0, 9571.0, 9533.0, 9556.0, 9530.0, 9573.0, 9533.0, 9544.0, 9523.0, 9499.0, 9493.0, 9496.0, 9526.0, 9504.0, 9563.0, 9518.0, 9575.0, 9533.0, 9562.0, 9541.0, 9552.0, 9558.0, 9509.0, 9534.0, 9509.0, 9534.0, 9504.0, 9533.0, 9532.0, 9549.0, 9505.0, 9532.0, 9490.0, 9545.0, 9522.0, 9566.0, 9538.0, 9559.0, 9516.0, 9505.0, 9550.0, 9531.0, 9555.0, 9528.0, 9528.0, 9556.0, 9520.0, 9571.0, 9515.0, 9552.0, 9527.0, 9552.0, 9537.0, 9550.0, 9499.0, 9523.0, 9487.0, 9528.0, 9497.0, 9541.0, 9519.0, 9591.0, 9531.0, 9540.0, 9506.0, 9503.0, 9537.0, 9528.0, 9554.0, 9526.0, 9542.0, 9609.0, 9524.0, 9568.0, 9533.0, 9547.0, 9487.0, 9533.0, 9512.0, 9509.0, 9552.0, 9516.0, 9508.0, 9511.0, 9482.0, 9495.0, 9487.0, 9544.0, 9506.0, 9589.0, 9538.0, 9577.0, 9538.0, 9576.0, 9527.0, 9562.0, 9542.0, 9547.0, 9517.0, 9544.0, 9499.0, 9526.0, 9498.0, 9540.0, 9495.0, 9520.0, 9492.0, 9518.0, 9513.0, 9536.0, 9530.0, 9501.0, 9513.0, 9502.0, 9527.0, 9518.0, 9546.0, 9506.0, 9562.0, 9502.0, 9540.0, 9501.0, 9540.0, 9504.0, 9539.0, 9500.0, 9539.0, 9498.0, 9517.0, 9501.0, 9544.0, 9519.0, 9542.0, 9519.0, 9556.0, 9525.0, 9557.0, 9522.0, 9566.0, 9539.0, 9535.0, 9534.0, 9518.0, 9537.0, 9563.0, 9538.0, 9535.0, 9534.0, 9487.0, 9531.0, 9505.0, 9543.0, 9507.0, 9567.0, 9522.0, 9547.0, 9524.0, 9542.0, 9521.0, 9545.0, 9542.0, 9561.0, 9534.0, 9545.0, 9520.0, 9532.0, 9521.0, 9522.0, 9550.0, 9504.0, 9532.0, 9491.0, 9529.0, 9503.0, 9530.0, 9501.0, 9548.0, 9519.0, 9565.0, 9521.0, 9564.0, 9525.0, 9521.0, 9545.0, 9543.0, 9560.0, 9542.0, 9558.0, 9531.0, 9557.0, 9563.0, 9521.0, 9595.0, 9539.0, 9545.0, 9535.0, 9546.0, 9518.0, 9590.0, 9516.0, 9545.0, 9531.0, 9512.0, 9527.0, 9512.0, 9516.0, 9534.0, 9552.0, 9507.0, 9551.0, 9509.0, 9550.0, 9527.0, 9565.0, 9547.0, 9597.0, 9540.0, 9596.0, 9541.0, 9563.0, 9520.0, 9544.0, 9506.0, 9553.0, 9499.0, 9541.0, 9517.0, 9540.0, 9533.0, 9546.0, 9515.0, 9540.0, 9512.0, 9518.0, 9533.0, 9532.0, 9535.0, 9507.0, 9533.0, 9503.0, 9530.0, 9519.0, 9534.0, 9502.0, 9527.0, 9487.0, 9525.0, 9498.0, 9540.0, 9503.0, 9558.0, 9533.0, 9560.0, 9533.0, 9554.0, 9536.0, 9575.0, 9554.0, 9557.0, 9539.0, 9591.0, 9538.0, 9543.0, 9519.0, 9543.0, 9518.0, 9540.0, 9500.0, 9536.0, 9498.0, 9522.0, 9484.0, 9523.0, 9499.0, 9523.0, 9501.0, 9525.0, 9498.0, 9525.0, 9525.0, 9576.0, 9560.0, 9590.0, 9543.0, 9552.0, 9539.0, 9556.0, 9519.0, 9542.0, 9499.0, 9532.0, 9506.0, 9531.0, 9512.0, 9531.0, 9529.0, 9529.0, 9501.0, 9530.0, 9505.0, 9547.0, 9522.0, 9549.0, 9521.0, 9552.0, 9574.0, 9520.0, 9576.0, 9535.0, 9572.0, 9518.0, 9570.0, 9522.0, 9573.0, 9539.0, 9558.0, 9528.0, 9531.0, 9529.0, 9514.0, 9515.0, 9517.0, 9571.0, 9494.0, 9548.0, 9523.0, 9546.0, 9525.0, 9560.0, 9540.0, 9594.0, 9536.0, 9563.0, 9533.0, 9529.0, 9532.0, 9518.0, 9556.0, 9493.0, 9548.0, 9521.0, 9545.0, 9525.0, 9577.0, 9539.0, 9539.0, 9541.0, 9524.0, 9553.0, 9511.0, 9553.0, 9522.0, 9553.0, 9536.0, 9547.0, 9502.0, 9549.0, 9507.0, 9541.0, 9499.0, 9528.0, 9500.0, 9562.0, 9504.0, 9543.0, 9518.0, 9558.0, 9532.0, 9557.0, 9533.0, 9504.0, 9533.0, 9504.0, 9534.0, 9520.0, 9552.0, 9526.0, 9566.0, 9510.0, 9548.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.00018991935483870967</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01833878686635945</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.399049853656244</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2572832667704728</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9854865027797007</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5134</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4582.7524</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08332600749684851</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.304147465437788</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.310368050496137</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1868840387697124</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5264534852192004</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2177666274994987</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00553874</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01215171068906784</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03444107249379158</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.196854415675924</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>13.705</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9448</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.5439</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289548.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1056.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.9714</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2214</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.8193</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3477.2061</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3624.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>86996.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1418.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4499.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.4989</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.243876323336735</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> |