=== 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-0029 --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-0029",
"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-0029_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0029_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-01/func/sub-0029_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>796941d1aa52373c43902641863d92ba</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:37.762500</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.999726, 0.0214213, 0.00942817, -0.0223379, 0.993543, 0.111236]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.112428</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7766, -7203, 613, -41, -175, 43, 53]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>249.268</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1a63d4aa-5d73-42b0-9ab0-d4935d54c30e||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.682192087173462, -0.05993086099624634, 0.018858062103390694, 113.81466674804688], [-0.05747181922197342, 2.665602922439575, 0.3008238971233368, -88.9755630493164], [0.025295091792941093, -0.2984384000301361, 2.6831231117248535, -26.83510971069336], [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': ['132137.762500', '132138.222500', '132138.682500', '132139.142500', '132139.602500', '132140.062500', '132140.522500', '132140.982500', '132141.442500', '132141.902500', '132142.362500', '132142.822500', '132143.282500', '132143.742500', '132144.202500', '132144.662500', '132145.122500', '132145.582500', '132146.042500', '132146.502500', '132146.962500', '132147.422500', '132147.882500', '132148.342500', '132148.802500', '132149.262500', '132149.722500', '132150.182500', '132150.642500', '132151.102500', '132151.562500', '132152.022500', '132152.482500', '132152.942500', '132153.402500', '132153.862500', '132154.322500', '132154.782500', '132155.242500', '132155.702500', '132156.162500', '132156.622500', '132157.082500', '132157.542500', '132158.002500', '132158.462500', '132158.922500', '132159.382500', '132159.842500', '132200.302500', '132200.762500', '132201.222500', '132201.682500', '132202.142500', '132202.602500', '132203.062500', '132203.522500', '132203.982500', '132204.442500', '132204.902500', '132205.362500', '132205.822500', '132206.282500', '132206.742500', '132207.202500', '132207.662500', '132208.122500', '132208.582500', '132209.042500', '132209.502500', '132209.962500', '132210.422500', '132210.882500', '132211.342500', '132211.802500', '132212.262500', '132212.722500', '132213.182500', '132213.642500', '132214.102500', '132214.562500', '132215.022500', '132215.482500', '132215.942500', '132216.402500', '132216.862500', '132217.322500', '132217.782500', '132218.242500', '132218.702500', '132219.162500', '132219.622500', '132220.082500', '132220.542500', '132221.002500', '132221.462500', '132221.922500', '132222.382500', '132222.842500', '132223.302500', '132223.762500', '132224.222500', '132224.682500', '132225.142500', '132225.602500', '132226.062500', '132226.522500', '132226.982500', '132227.442500', '132227.902500', '132228.362500', '132228.822500', '132229.282500', '132229.742500', '132230.202500', '132230.662500', '132231.122500', '132231.582500', '132232.042500', '132232.502500', '132232.962500', '132233.422500', '132233.882500', '132234.342500', '132234.802500', '132235.262500', '132235.722500', '132236.182500', '132236.642500', '132237.102500', '132237.562500', '132238.022500', '132238.482500', '132238.942500', '132239.402500', '132239.862500', '132240.322500', '132240.782500', '132241.242500', '132241.702500', '132242.162500', '132242.622500', '132243.082500', '132243.542500', '132244.002500', '132244.462500', '132244.922500', '132245.382500', '132245.842500', '132246.302500', '132246.762500', '132247.222500', '132247.682500', '132248.142500', '132248.602500', '132249.062500', '132249.522500', '132249.982500', '132250.442500', '132250.902500', '132251.362500', '132251.822500', '132252.282500', '132252.742500', '132253.202500', '132253.662500', '132254.122500', '132254.582500', '132255.042500', '132255.502500', '132255.962500', '132256.422500', '132256.882500', '132257.342500', '132257.802500', '132258.262500', '132258.722500', '132259.182500', '132259.642500', '132300.102500', '132300.562500', '132301.022500', '132301.482500', '132301.942500', '132302.402500', '132302.862500', '132303.322500', '132303.782500', '132304.242500', '132304.702500', '132305.162500', '132305.622500', '132306.082500', '132306.542500', '132307.002500', '132307.462500', '132307.922500', '132308.382500', '132308.842500', '132309.302500', '132309.762500', '132310.222500', '132310.682500', '132311.142500', '132311.602500', '132312.062500', '132312.522500', '132312.982500', '132313.442500', '132313.902500', '132314.362500', '132314.822500', '132315.282500', '132315.742500', '132316.202500', '132316.662500', '132317.122500', '132317.582500', '132318.042500', '132318.502500', '132318.962500', '132319.422500', '132319.882500', '132320.342500', '132320.802500', '132321.262500', '132321.722500', '132322.182500', '132322.642500', '132323.102500', '132323.562500', '132324.022500', '132324.482500', '132324.942500', '132325.402500', '132325.862500', '132326.322500', '132326.782500', '132327.242500', '132327.702500', '132328.162500', '132328.622500', '132329.082500', '132329.542500', '132330.002500', '132330.462500', '132330.922500', '132331.382500', '132331.842500', '132332.302500', '132332.762500', '132333.222500', '132333.682500', '132334.142500', '132334.602500', '132335.062500', '132335.522500', '132335.982500', '132336.442500', '132336.902500', '132337.362500', '132337.822500', '132338.282500', '132338.742500', '132339.202500', '132339.662500', '132340.122500', '132340.582500', '132341.042500', '132341.502500', '132341.962500', '132342.422500', '132342.882500', '132343.342500', '132343.802500', '132344.262500', '132344.722500', '132345.182500', '132345.642500', '132346.102500', '132346.562500', '132347.022500', '132347.482500', '132347.942500', '132348.402500', '132348.862500', '132349.322500', '132349.782500', '132350.242500', '132350.702500', '132351.162500', '132351.622500', '132352.082500', '132352.542500', '132353.002500', '132353.462500', '132353.922500', '132354.382500', '132354.842500', '132355.302500', '132355.762500', '132356.222500', '132356.682500', '132357.142500', '132357.602500', '132358.062500', '132358.522500', '132358.982500', '132359.442500', '132359.902500', '132400.362500', '132400.822500', '132401.282500', '132401.742500', '132402.202500', '132402.662500', '132403.122500', '132403.582500', '132404.042500', '132404.502500', '132404.962500', '132405.422500', '132405.882500', '132406.342500', '132406.802500', '132407.262500', '132407.722500', '132408.182500', '132408.642500', '132409.102500', '132409.562500', '132410.022500', '132410.482500', '132410.942500', '132411.402500', '132411.862500', '132412.322500', '132412.782500', '132413.242500', '132413.702500', '132414.162500', '132414.622500', '132415.082500', '132415.542500', '132416.002500', '132416.462500', '132416.922500', '132417.382500', '132417.842500', '132418.302500', '132418.762500', '132419.222500', '132419.682500', '132420.142500', '132420.602500', '132421.062500', '132421.522500', '132421.982500', '132422.442500', '132422.902500', '132423.362500', '132423.822500', '132424.282500', '132424.742500', '132425.202500', '132425.662500', '132426.122500', '132426.582500', '132427.042500', '132427.502500', '132427.962500', '132428.422500', '132428.882500', '132429.342500', '132429.802500', '132430.262500', '132430.722500', '132431.182500', '132431.642500', '132432.102500', '132432.562500', '132433.022500', '132433.482500', '132433.942500', '132434.402500', '132434.862500', '132435.322500', '132435.782500', '132436.242500', '132436.702500', '132437.162500', '132437.622500', '132438.082500', '132438.542500', '132439.002500', '132439.462500', '132439.922500', '132440.382500', '132440.842500', '132441.302500', '132441.762500', '132442.222500', '132442.682500', '132443.142500', '132443.602500', '132444.062500', '132444.522500', '132444.982500', '132445.442500', '132445.902500', '132446.362500', '132446.822500', '132447.282500', '132447.742500', '132448.202500', '132448.662500', '132449.122500', '132449.582500', '132450.042500', '132450.502500', '132450.962500', '132451.422500', '132451.882500', '132452.342500', '132452.802500', '132453.262500', '132453.722500', '132454.182500', '132454.642500', '132455.102500', '132455.562500', '132456.022500', '132456.482500', '132456.942500', '132457.402500', '132457.862500', '132458.322500', '132458.782500', '132459.242500', '132459.702500', '132500.162500', '132500.622500', '132501.082500', '132501.542500', '132502.002500', '132502.462500', '132502.922500', '132503.382500', '132503.842500', '132504.302500', '132504.762500', '132505.222500', '132505.682500', '132506.142500', '132506.602500', '132507.062500', '132507.522500', '132507.982500', '132508.442500', '132508.902500', '132509.362500', '132509.822500', '132510.282500', '132510.742500', '132511.202500', '132511.662500', '132512.122500', '132512.582500', '132513.042500', '132513.502500', '132513.962500', '132514.422500', '132514.882500', '132515.342500', '132515.802500', '132516.262500', '132516.722500', '132517.182500', '132517.642500', '132518.102500', '132518.562500', '132519.022500', '132519.482500', '132519.942500', '132520.402500', '132520.862500', '132521.322500', '132521.782500', '132522.242500', '132522.702500', '132523.162500', '132523.622500', '132524.082500', '132524.542500', '132525.002500', '132525.462500', '132525.922500', '132526.382500', '132526.842500', '132527.302500', '132527.762500', '132528.222500', '132528.682500', '132529.142500', '132529.602500', '132530.062500', '132530.522500', '132530.982500', '132531.442500', '132531.902500', '132532.362500', '132532.822500', '132533.282500', '132533.742500', '132534.202500', '132534.662500', '132535.122500', '132535.582500', '132536.042500', '132536.502500', '132536.962500', '132537.422500', '132537.882500', '132538.342500', '132538.802500', '132539.262500', '132539.722500', '132540.182500', '132540.642500', '132541.102500', '132541.562500', '132542.022500', '132542.482500', '132542.942500', '132543.402500', '132543.862500', '132544.322500', '132544.782500', '132545.242500', '132545.702500', '132546.162500', '132546.622500', '132547.082500', '132547.542500', '132548.002500', '132548.462500', '132548.922500', '132549.382500', '132549.842500', '132550.302500', '132550.762500', '132551.222500', '132551.682500', '132552.142500', '132552.602500', '132553.062500', '132553.522500', '132553.982500', '132554.442500', '132554.902500', '132555.362500', '132555.822500', '132556.282500', '132556.742500', '132557.202500', '132557.662500', '132558.122500', '132558.582500', '132559.042500', '132559.502500', '132559.962500', '132600.422500', '132600.882500', '132601.342500', '132601.802500', '132602.262500', '132602.722500', '132603.182500', '132603.642500', '132604.102500', '132604.562500', '132605.022500', '132605.482500', '132605.942500', '132606.402500', '132606.862500', '132607.322500', '132607.782500', '132608.242500', '132608.702500', '132609.162500', '132609.622500', '132610.082500', '132610.542500', '132611.002500', '132611.462500', '132611.922500', '132612.382500', '132612.842500', '132613.302500', '132613.762500', '132614.222500', '132614.682500', '132615.142500', '132615.602500', '132616.062500', '132616.522500', '132616.982500', '132617.442500', '132617.902500', '132618.362500', '132618.822500', '132619.282500', '132619.742500', '132620.202500', '132620.662500', '132621.122500', '132621.582500', '132622.042500', '132622.502500', '132622.962500', '132623.422500', '132623.882500', '132624.342500', '132624.802500', '132625.262500', '132625.722500', '132626.182500', '132626.642500', '132627.102500', '132627.562500', '132628.022500', '132628.482500', '132628.942500', '132629.402500', '132629.862500', '132630.322500', '132630.782500', '132631.242500', '132631.702500', '132632.162500', '132632.622500', '132633.082500', '132633.542500', '132634.002500', '132634.462500', '132634.922500', '132635.382500', '132635.842500', '132636.302500', '132636.762500', '132637.222500', '132637.682500', '132638.142500', '132638.602500', '132639.062500', '132639.522500', '132639.982500', '132640.442500', '132640.902500', '132641.362500', '132641.822500', '132642.282500', '132642.742500', '132643.202500', '132643.662500', '132644.122500', '132644.582500', '132645.042500', '132645.502500', '132645.962500', '132646.422500', '132646.882500', '132647.342500', '132647.802500', '132648.262500', '132648.722500', '132649.182500', '132649.642500', '132650.102500', '132650.562500', '132651.022500', '132651.482500', '132651.942500', '132652.402500', '132652.862500', '132653.322500', '132653.782500', '132654.242500', '132654.702500', '132655.162500', '132655.622500', '132656.082500', '132656.542500', '132657.002500', '132657.462500', '132657.922500', '132658.382500', '132658.842500', '132659.302500', '132659.762500', '132700.222500', '132700.682500', '132701.142500', '132701.602500', '132702.062500', '132702.522500', '132702.982500', '132703.442500', '132703.902500', '132704.362500', '132704.822500', '132705.282500', '132705.742500', '132706.202500', '132706.662500', '132707.122500', '132707.582500', '132708.042500', '132708.502500', '132708.962500', '132709.422500', '132709.882500', '132710.342500', '132710.802500', '132711.262500', '132711.722500', '132712.182500', '132712.642500', '132713.102500', '132713.562500', '132714.022500', '132714.482500', '132714.942500', '132715.402500', '132715.862500', '132716.322500', '132716.782500', '132717.242500', '132717.702500', '132718.162500', '132718.622500', '132719.082500', '132719.542500', '132720.002500', '132720.462500', '132720.922500', '132721.382500', '132721.842500', '132722.302500', '132722.762500', '132723.222500', '132723.682500', '132724.142500', '132724.602500', '132725.062500', '132725.522500', '132725.982500', '132726.442500', '132726.902500', '132727.362500', '132727.822500', '132728.282500', '132728.742500', '132729.202500', '132729.662500', '132730.122500', '132730.582500', '132731.042500', '132731.502500', '132731.962500', '132732.422500', '132732.882500', '132733.342500', '132733.802500', '132734.262500', '132734.722500', '132735.182500', '132735.642500', '132736.102500', '132736.562500', '132737.022500', '132737.482500', '132737.942500', '132738.402500', '132738.862500', '132739.322500', '132739.782500', '132740.242500', '132740.702500', '132741.162500', '132741.622500', '132742.082500', '132742.542500', '132743.002500', '132743.462500', '132743.922500', '132744.382500', '132744.842500', '132745.302500', '132745.762500', '132746.222500', '132746.682500', '132747.142500', '132747.602500', '132748.062500', '132748.522500', '132748.982500', '132749.442500', '132749.902500', '132750.362500', '132750.822500', '132751.282500', '132751.742500', '132752.202500', '132752.662500', '132753.122500', '132753.582500', '132754.042500', '132754.502500', '132754.962500', '132755.422500', '132755.882500', '132756.342500', '132756.802500', '132757.262500', '132757.722500', '132758.182500', '132758.642500', '132759.102500', '132759.562500', '132800.022500', '132800.482500', '132800.942500', '132801.402500', '132801.862500', '132802.322500', '132802.782500', '132803.242500', '132803.702500', '132804.162500', '132804.622500', '132805.082500', '132805.542500', '132806.002500', '132806.462500', '132806.922500', '132807.382500', '132807.842500', '132808.302500', '132808.762500', '132809.222500', '132809.682500', '132810.142500', '132810.602500', '132811.062500', '132811.522500', '132811.982500', '132812.442500', '132812.902500', '132813.362500', '132813.822500', '132814.282500', '132814.742500', '132815.202500', '132815.662500', '132816.122500', '132816.582500', '132817.042500', '132817.502500', '132817.962500', '132818.422500'], 'ContentTime': ['132200.052000', '132200.062000', '132200.065000', '132200.068000', '132200.071000', '132200.074000', '132200.077000', '132200.079000', '132200.089000', '132200.092000', '132200.095000', '132200.098000', '132200.100000', '132200.103000', '132200.106000', '132200.109000', '132200.112000', '132200.116000', '132200.119000', '132200.121000', '132200.124000', '132200.128000', '132200.131000', '132200.133000', '132200.136000', '132200.139000', '132200.142000', '132200.145000', '132200.148000', '132200.151000', '132200.154000', '132200.157000', '132200.160000', '132200.163000', '132200.166000', '132200.168000', '132200.171000', '132200.174000', '132200.177000', '132200.180000', '132200.191000', '132200.194000', '132200.197000', '132200.200000', '132200.203000', '132200.206000', '132200.209000', '132200.212000', '132220.021000', '132220.024000', '132220.027000', '132220.030000', '132220.033000', '132220.036000', '132220.039000', '132220.042000', '132220.045000', '132220.047000', '132220.050000', '132220.053000', '132220.056000', '132220.059000', '132220.062000', '132220.065000', '132220.068000', '132220.071000', '132220.074000', '132220.077000', '132220.079000', '132220.082000', '132220.093000', '132220.096000', '132220.099000', '132220.102000', '132220.105000', '132220.108000', '132220.111000', '132220.113000', '132220.116000', '132220.119000', '132220.122000', '132220.125000', '132220.128000', '132220.131000', '132220.134000', '132220.137000', '132220.140000', '132220.143000', '132220.145000', '132220.148000', '132220.152000', '132240.021000', '132240.024000', '132240.027000', '132240.030000', '132240.033000', '132240.035000', '132240.038000', '132240.041000', '132240.044000', '132240.047000', '132240.050000', '132240.053000', '132240.056000', '132240.059000', '132240.062000', '132240.065000', '132240.068000', '132240.071000', '132240.073000', '132240.076000', '132240.079000', '132240.082000', '132240.085000', '132240.088000', '132240.091000', '132240.094000', '132240.097000', '132240.100000', '132240.103000', '132240.112000', '132240.115000', '132240.118000', '132240.121000', '132240.124000', '132240.127000', '132240.149000', '132240.152000', '132240.155000', '132240.158000', '132240.170000', '132240.173000', '132240.175000', '132240.178000', '132240.181000', '132300.022000', '132300.025000', '132300.028000', '132300.031000', '132300.034000', '132300.036000', '132300.039000', '132300.042000', '132300.045000', '132300.048000', '132300.051000', '132300.054000', '132300.057000', '132300.068000', '132300.071000', '132300.074000', '132300.077000', '132300.080000', '132300.083000', '132300.086000', '132300.089000', '132300.092000', '132300.095000', '132300.098000', '132300.100000', '132300.103000', '132300.107000', '132300.109000', '132300.112000', '132300.115000', '132300.118000', '132300.121000', '132300.124000', '132300.127000', '132300.130000', '132300.133000', '132300.136000', '132300.139000', '132300.142000', '132300.144000', '132300.147000', '132300.150000', '132300.153000', '132320.022000', '132320.025000', '132320.028000', '132320.033000', '132320.037000', '132320.040000', '132320.043000', '132320.046000', '132320.049000', '132320.052000', '132320.055000', '132320.058000', '132320.061000', '132320.064000', '132320.067000', '132320.070000', '132320.073000', '132320.076000', '132320.079000', '132320.082000', '132320.085000', '132320.088000', '132320.091000', '132320.094000', '132320.097000', '132320.100000', '132320.103000', '132320.105000', '132320.108000', '132320.111000', '132320.114000', '132320.117000', '132320.120000', '132320.123000', '132320.126000', '132320.129000', '132320.132000', '132320.134000', '132320.138000', '132320.140000', '132320.143000', '132320.146000', '132320.149000', '132340.022000', '132340.025000', '132340.028000', '132340.031000', '132340.034000', '132340.037000', '132340.040000', '132340.043000', '132340.046000', '132340.049000', '132340.052000', '132340.054000', '132340.057000', '132340.060000', '132340.063000', '132340.066000', '132340.069000', '132340.072000', '132340.075000', '132340.078000', '132340.081000', '132340.084000', '132340.086000', '132340.089000', '132340.092000', '132340.095000', '132340.098000', '132340.101000', '132340.104000', '132340.107000', '132340.110000', '132340.112000', '132340.115000', '132340.118000', '132340.121000', '132340.124000', '132340.127000', '132340.130000', '132340.133000', '132340.136000', '132340.139000', '132340.142000', '132340.144000', '132340.147000', '132400.022000', '132400.025000', '132400.028000', '132400.031000', '132400.034000', '132400.037000', '132400.040000', '132400.043000', '132400.046000', '132400.049000', '132400.052000', '132400.055000', '132400.058000', '132400.061000', '132400.064000', '132400.067000', '132400.070000', '132400.073000', '132400.076000', '132400.079000', '132400.082000', '132400.085000', '132400.087000', '132400.090000', '132400.093000', '132400.096000', '132400.099000', '132400.102000', '132400.105000', '132400.108000', '132400.111000', '132400.114000', '132400.117000', '132400.120000', '132400.123000', '132400.126000', '132400.128000', '132400.131000', '132400.134000', '132400.137000', '132400.140000', '132400.143000', '132400.146000', '132420.022000', '132420.025000', '132420.028000', '132420.031000', '132420.034000', '132420.037000', '132420.040000', '132420.042000', '132420.046000', '132420.048000', '132420.051000', '132420.054000', '132420.057000', '132420.060000', '132420.063000', '132420.076000', '132420.079000', '132420.082000', '132420.085000', '132420.088000', '132420.091000', '132420.094000', '132420.096000', '132420.099000', '132420.102000', '132420.105000', '132420.108000', '132420.111000', '132420.114000', '132420.117000', '132420.120000', '132420.135000', '132420.140000', '132420.143000', '132420.146000', '132420.149000', '132420.152000', '132420.155000', '132420.158000', '132420.161000', '132420.164000', '132420.166000', '132420.169000', '132420.172000', '132440.021000', '132440.024000', '132440.027000', '132440.030000', '132440.033000', '132440.036000', '132440.039000', '132440.042000', '132440.045000', '132440.048000', '132440.052000', '132440.056000', '132440.059000', '132440.062000', '132440.065000', '132440.068000', '132440.071000', '132440.074000', '132440.077000', '132440.080000', '132440.083000', '132440.086000', '132440.088000', '132440.091000', '132440.094000', '132440.097000', '132440.100000', '132440.103000', '132440.106000', '132440.109000', '132440.112000', '132440.115000', '132440.118000', '132440.121000', '132440.124000', '132440.127000', '132440.130000', '132440.133000', '132440.136000', '132440.138000', '132440.141000', '132440.144000', '132440.147000', '132500.021000', '132500.024000', '132500.027000', '132500.030000', '132500.033000', '132500.036000', '132500.039000', '132500.042000', '132500.047000', '132500.050000', '132500.053000', '132500.056000', '132500.059000', '132500.062000', '132500.064000', '132500.068000', '132500.070000', '132500.073000', '132500.076000', '132500.079000', '132500.082000', '132500.085000', '132500.088000', '132500.091000', '132500.094000', '132500.096000', '132500.099000', '132500.102000', '132500.106000', '132500.109000', '132500.112000', '132500.115000', '132500.118000', '132500.121000', '132500.123000', '132500.126000', '132500.129000', '132500.132000', '132500.135000', '132500.138000', '132500.141000', '132500.144000', '132500.147000', '132500.150000', '132520.022000', '132520.025000', '132520.028000', '132520.031000', '132520.034000', '132520.037000', '132520.040000', '132520.043000', '132520.046000', '132520.049000', '132520.052000', '132520.055000', '132520.058000', '132520.061000', '132520.064000', '132520.067000', '132520.070000', '132520.074000', '132520.078000', '132520.082000', '132520.085000', '132520.087000', '132520.090000', '132520.093000', '132520.096000', '132520.099000', '132520.102000', '132520.105000', '132520.108000', '132520.111000', '132520.114000', '132520.117000', '132520.120000', '132520.123000', '132520.125000', '132520.128000', '132520.131000', '132520.134000', '132520.137000', '132520.140000', '132520.143000', '132520.146000', '132520.149000', '132540.022000', '132540.025000', '132540.028000', '132540.031000', '132540.034000', '132540.037000', '132540.040000', '132540.043000', '132540.046000', '132540.049000', '132540.052000', '132540.055000', '132540.058000', '132540.060000', '132540.064000', '132540.067000', '132540.069000', '132540.072000', '132540.075000', '132540.078000', '132540.081000', '132540.084000', '132540.087000', '132540.090000', '132540.093000', '132540.096000', '132540.099000', '132540.102000', '132540.105000', '132540.107000', '132540.110000', '132540.113000', '132540.116000', '132540.119000', '132540.122000', '132540.125000', '132540.128000', '132540.131000', '132540.134000', '132540.136000', '132540.139000', '132540.142000', '132540.145000', '132540.148000', '132600.022000', '132600.025000', '132600.028000', '132600.031000', '132600.034000', '132600.037000', '132600.040000', '132600.042000', '132600.046000', '132600.049000', '132600.051000', '132600.054000', '132600.071000', '132600.073000', '132600.076000', '132600.079000', '132600.082000', '132600.085000', '132600.088000', '132600.091000', '132600.094000', '132600.097000', '132600.100000', '132600.103000', '132600.106000', '132600.112000', '132600.115000', '132600.118000', '132600.121000', '132600.124000', '132600.127000', '132600.130000', '132600.133000', '132600.135000', '132600.139000', '132600.141000', '132600.144000', '132600.147000', '132600.150000', '132600.153000', '132600.156000', '132600.159000', '132600.162000', '132620.022000', '132620.025000', '132620.028000', '132620.031000', '132620.034000', '132620.037000', '132620.040000', '132620.043000', '132620.046000', '132620.049000', '132620.052000', '132620.054000', '132620.057000', '132620.061000', '132620.063000', '132620.066000', '132620.069000', '132620.072000', '132620.075000', '132620.078000', '132620.081000', '132620.084000', '132620.087000', '132620.090000', '132620.093000', '132620.099000', '132620.102000', '132620.105000', '132620.108000', '132620.111000', '132620.114000', '132620.116000', '132620.119000', '132620.122000', '132620.125000', '132620.128000', '132620.131000', '132620.134000', '132620.137000', '132620.140000', '132620.143000', '132620.146000', '132620.148000', '132620.151000', '132640.022000', '132640.025000', '132640.028000', '132640.031000', '132640.034000', '132640.037000', '132640.040000', '132640.043000', '132640.046000', '132640.049000', '132640.052000', '132640.056000', '132640.059000', '132640.062000', '132640.065000', '132640.068000', '132640.071000', '132640.074000', '132640.077000', '132640.080000', '132640.083000', '132640.086000', '132640.089000', '132640.092000', '132640.095000', '132640.098000', '132640.101000', '132640.104000', '132640.107000', '132640.110000', '132640.113000', '132640.116000', '132640.119000', '132640.123000', '132640.126000', '132640.130000', '132640.132000', '132640.136000', '132640.138000', '132640.141000', '132640.144000', '132640.147000', '132640.150000', '132700.041000', '132700.044000', '132700.047000', '132700.050000', '132700.053000', '132700.056000', '132700.059000', '132700.062000', '132700.065000', '132700.068000', '132700.071000', '132700.073000', '132700.076000', '132700.079000', '132700.082000', '132700.085000', '132700.088000', '132700.091000', '132700.094000', '132700.097000', '132700.100000', '132700.103000', '132700.106000', '132700.108000', '132700.112000', '132700.115000', '132700.117000', '132700.120000', '132700.123000', '132700.126000', '132700.129000', '132700.132000', '132700.135000', '132700.138000', '132700.141000', '132700.144000', '132700.147000', '132700.150000', '132700.153000', '132700.156000', '132700.159000', '132700.162000', '132700.165000', '132700.168000', '132720.022000', '132720.025000', '132720.028000', '132720.031000', '132720.034000', '132720.037000', '132720.040000', '132720.043000', '132720.046000', '132720.049000', '132720.052000', '132720.055000', '132720.057000', '132720.060000', '132720.063000', '132720.066000', '132720.069000', '132720.072000', '132720.075000', '132720.078000', '132720.081000', '132720.084000', '132720.087000', '132720.102000', '132720.105000', '132720.108000', '132720.111000', '132720.114000', '132720.117000', '132720.120000', '132720.123000', '132720.125000', '132720.128000', '132720.131000', '132720.134000', '132720.137000', '132720.140000', '132720.145000', '132720.148000', '132720.151000', '132720.154000', '132720.157000', '132720.160000', '132740.022000', '132740.025000', '132740.028000', '132740.031000', '132740.034000', '132740.037000', '132740.040000', '132740.043000', '132740.046000', '132740.049000', '132740.052000', '132740.055000', '132740.058000', '132740.060000', '132740.063000', '132740.066000', '132740.069000', '132740.072000', '132740.075000', '132740.078000', '132740.081000', '132740.084000', '132740.087000', '132740.090000', '132740.093000', '132740.096000', '132740.099000', '132740.102000', '132740.104000', '132740.107000', '132740.110000', '132740.113000', '132740.116000', '132740.119000', '132740.122000', '132740.125000', '132740.128000', '132740.131000', '132740.134000', '132740.137000', '132740.140000', '132740.142000', '132740.145000', '132740.148000', '132800.022000', '132800.025000', '132800.028000', '132800.031000', '132800.034000', '132800.037000', '132800.040000', '132800.043000', '132800.046000', '132800.049000', '132800.052000', '132800.055000', '132800.058000', '132800.061000', '132800.064000', '132800.066000', '132800.069000', '132800.072000', '132800.075000', '132800.078000', '132800.081000', '132800.084000', '132800.087000', '132800.090000', '132800.094000', '132800.097000', '132800.100000', '132800.103000', '132800.106000', '132800.109000', '132800.112000', '132800.115000', '132800.118000', '132800.121000', '132800.123000', '132800.126000', '132800.129000', '132800.132000', '132800.135000', '132800.138000', '132800.141000', '132800.144000', '132800.147000', '132819.069000', '132819.073000', '132819.076000', '132819.080000', '132819.083000', '132819.087000', '132819.090000', '132819.093000', '132819.096000', '132819.099000', '132819.102000', '132819.105000', '132819.108000', '132819.111000', '132819.114000', '132819.118000', '132819.121000', '132819.125000', '132819.128000', '132819.131000', '132819.134000', '132819.137000', '132819.140000', '132819.143000', '132819.146000', '132819.149000', '132819.152000', '132819.155000', '132819.158000', '132819.201000', '132819.204000', '132819.207000', '132819.210000', '132819.213000', '132819.216000', '132819.219000', '132819.222000', '132819.225000', '132819.228000', '132819.231000', '132819.234000', '132819.237000'], 'InstanceCreationTime': ['132200.052000', '132200.062000', '132200.065000', '132200.068000', '132200.071000', '132200.074000', '132200.077000', '132200.079000', '132200.089000', '132200.092000', '132200.095000', '132200.098000', '132200.100000', '132200.103000', '132200.106000', '132200.109000', '132200.112000', '132200.116000', '132200.119000', '132200.121000', '132200.124000', '132200.128000', '132200.131000', '132200.133000', '132200.136000', '132200.139000', '132200.142000', '132200.145000', '132200.148000', '132200.151000', '132200.154000', '132200.157000', '132200.160000', '132200.163000', '132200.166000', '132200.168000', '132200.171000', '132200.174000', '132200.177000', '132200.180000', '132200.191000', '132200.194000', '132200.197000', '132200.200000', '132200.203000', '132200.206000', '132200.209000', '132200.212000', '132220.021000', '132220.024000', '132220.027000', '132220.030000', '132220.033000', '132220.036000', '132220.039000', '132220.042000', '132220.045000', '132220.047000', '132220.050000', '132220.053000', '132220.056000', '132220.059000', '132220.062000', '132220.065000', '132220.068000', '132220.071000', '132220.074000', '132220.077000', '132220.079000', '132220.082000', '132220.093000', '132220.096000', '132220.099000', '132220.102000', '132220.105000', '132220.108000', '132220.111000', '132220.113000', '132220.116000', '132220.119000', '132220.122000', '132220.125000', '132220.128000', '132220.131000', '132220.134000', '132220.137000', '132220.140000', '132220.143000', '132220.145000', '132220.148000', '132220.152000', '132240.021000', '132240.024000', '132240.027000', '132240.030000', '132240.033000', '132240.035000', '132240.038000', '132240.041000', '132240.044000', '132240.047000', '132240.050000', '132240.053000', '132240.056000', '132240.059000', '132240.062000', '132240.065000', '132240.068000', '132240.071000', '132240.073000', '132240.076000', '132240.079000', '132240.082000', '132240.085000', '132240.088000', '132240.091000', '132240.094000', '132240.097000', '132240.100000', '132240.103000', '132240.112000', '132240.115000', '132240.118000', '132240.121000', '132240.124000', '132240.127000', '132240.149000', '132240.152000', '132240.155000', '132240.158000', '132240.170000', '132240.173000', '132240.175000', '132240.178000', '132240.181000', '132300.022000', '132300.025000', '132300.028000', '132300.031000', '132300.034000', '132300.036000', '132300.039000', '132300.042000', '132300.045000', '132300.048000', '132300.051000', '132300.054000', '132300.057000', '132300.068000', '132300.071000', '132300.074000', '132300.077000', '132300.080000', '132300.083000', '132300.086000', '132300.089000', '132300.092000', '132300.095000', '132300.098000', '132300.100000', '132300.103000', '132300.107000', '132300.109000', '132300.112000', '132300.115000', '132300.118000', '132300.121000', '132300.124000', '132300.127000', '132300.130000', '132300.133000', '132300.136000', '132300.139000', '132300.142000', '132300.144000', '132300.147000', '132300.150000', '132300.153000', '132320.022000', '132320.025000', '132320.028000', '132320.033000', '132320.037000', '132320.040000', '132320.043000', '132320.046000', '132320.049000', '132320.052000', '132320.055000', '132320.058000', '132320.061000', '132320.064000', '132320.067000', '132320.070000', '132320.073000', '132320.076000', '132320.079000', '132320.082000', '132320.085000', '132320.088000', '132320.091000', '132320.094000', '132320.097000', '132320.100000', '132320.103000', '132320.105000', '132320.108000', '132320.111000', '132320.114000', '132320.117000', '132320.120000', '132320.123000', '132320.126000', '132320.129000', '132320.132000', '132320.134000', '132320.138000', '132320.140000', '132320.143000', '132320.146000', '132320.149000', '132340.022000', '132340.025000', '132340.028000', '132340.031000', '132340.034000', '132340.037000', '132340.040000', '132340.043000', '132340.046000', '132340.049000', '132340.052000', '132340.054000', '132340.057000', '132340.060000', '132340.063000', '132340.066000', '132340.069000', '132340.072000', '132340.075000', '132340.078000', '132340.081000', '132340.084000', '132340.086000', '132340.089000', '132340.092000', '132340.095000', '132340.098000', '132340.101000', '132340.104000', '132340.107000', '132340.110000', '132340.112000', '132340.115000', '132340.118000', '132340.121000', '132340.124000', '132340.127000', '132340.130000', '132340.133000', '132340.136000', '132340.139000', '132340.142000', '132340.144000', '132340.147000', '132400.022000', '132400.025000', '132400.028000', '132400.031000', '132400.034000', '132400.037000', '132400.040000', '132400.043000', '132400.046000', '132400.049000', '132400.052000', '132400.055000', '132400.058000', '132400.061000', '132400.064000', '132400.067000', '132400.070000', '132400.073000', '132400.076000', '132400.079000', '132400.082000', '132400.085000', '132400.087000', '132400.090000', '132400.093000', '132400.096000', '132400.099000', '132400.102000', '132400.105000', '132400.108000', '132400.111000', '132400.114000', '132400.117000', '132400.120000', '132400.123000', '132400.126000', '132400.128000', '132400.131000', '132400.134000', '132400.137000', '132400.140000', '132400.143000', '132400.146000', '132420.022000', '132420.025000', '132420.028000', '132420.031000', '132420.034000', '132420.037000', '132420.040000', '132420.042000', '132420.046000', '132420.048000', '132420.051000', '132420.054000', '132420.057000', '132420.060000', '132420.063000', '132420.076000', '132420.079000', '132420.082000', '132420.085000', '132420.088000', '132420.091000', '132420.094000', '132420.096000', '132420.099000', '132420.102000', '132420.105000', '132420.108000', '132420.111000', '132420.114000', '132420.117000', '132420.120000', '132420.135000', '132420.140000', '132420.143000', '132420.146000', '132420.149000', '132420.152000', '132420.155000', '132420.158000', '132420.161000', '132420.164000', '132420.166000', '132420.169000', '132420.172000', '132440.021000', '132440.024000', '132440.027000', '132440.030000', '132440.033000', '132440.036000', '132440.039000', '132440.042000', '132440.045000', '132440.048000', '132440.052000', '132440.056000', '132440.059000', '132440.062000', '132440.065000', '132440.068000', '132440.071000', '132440.074000', '132440.077000', '132440.080000', '132440.083000', '132440.086000', '132440.088000', '132440.091000', '132440.094000', '132440.097000', '132440.100000', '132440.103000', '132440.106000', '132440.109000', '132440.112000', '132440.115000', '132440.118000', '132440.121000', '132440.124000', '132440.127000', '132440.130000', '132440.133000', '132440.136000', '132440.138000', '132440.141000', '132440.144000', '132440.147000', '132500.021000', '132500.024000', '132500.027000', '132500.030000', '132500.033000', '132500.036000', '132500.039000', '132500.042000', '132500.047000', '132500.050000', '132500.053000', '132500.056000', '132500.059000', '132500.062000', '132500.064000', '132500.068000', '132500.070000', '132500.073000', '132500.076000', '132500.079000', '132500.082000', '132500.085000', '132500.088000', '132500.091000', '132500.094000', '132500.096000', '132500.099000', '132500.102000', '132500.106000', '132500.109000', '132500.112000', '132500.115000', '132500.118000', '132500.121000', '132500.123000', '132500.126000', '132500.129000', '132500.132000', '132500.135000', '132500.138000', '132500.141000', '132500.144000', '132500.147000', '132500.150000', '132520.022000', '132520.025000', '132520.028000', '132520.031000', '132520.034000', '132520.037000', '132520.040000', '132520.043000', '132520.046000', '132520.049000', '132520.052000', '132520.055000', '132520.058000', '132520.061000', '132520.064000', '132520.067000', '132520.070000', '132520.074000', '132520.078000', '132520.082000', '132520.085000', '132520.087000', '132520.090000', '132520.093000', '132520.096000', '132520.099000', '132520.102000', '132520.105000', '132520.108000', '132520.111000', '132520.114000', '132520.117000', '132520.120000', '132520.123000', '132520.125000', '132520.128000', '132520.131000', '132520.134000', '132520.137000', '132520.140000', '132520.143000', '132520.146000', '132520.149000', '132540.022000', '132540.025000', '132540.028000', '132540.031000', '132540.034000', '132540.037000', '132540.040000', '132540.043000', '132540.046000', '132540.049000', '132540.052000', '132540.055000', '132540.058000', '132540.060000', '132540.064000', '132540.067000', '132540.069000', '132540.072000', '132540.075000', '132540.078000', '132540.081000', '132540.084000', '132540.087000', '132540.090000', '132540.093000', '132540.096000', '132540.099000', '132540.102000', '132540.105000', '132540.107000', '132540.110000', '132540.113000', '132540.116000', '132540.119000', '132540.122000', '132540.125000', '132540.128000', '132540.131000', '132540.134000', '132540.136000', '132540.139000', '132540.142000', '132540.145000', '132540.148000', '132600.022000', '132600.025000', '132600.028000', '132600.031000', '132600.034000', '132600.037000', '132600.040000', '132600.042000', '132600.046000', '132600.049000', '132600.051000', '132600.054000', '132600.071000', '132600.073000', '132600.076000', '132600.079000', '132600.082000', '132600.085000', '132600.088000', '132600.091000', '132600.094000', '132600.097000', '132600.100000', '132600.103000', '132600.106000', '132600.112000', '132600.115000', '132600.118000', '132600.121000', '132600.124000', '132600.127000', '132600.130000', '132600.133000', '132600.135000', '132600.139000', '132600.141000', '132600.144000', '132600.147000', '132600.150000', '132600.153000', '132600.156000', '132600.159000', '132600.162000', '132620.022000', '132620.025000', '132620.028000', '132620.031000', '132620.034000', '132620.037000', '132620.040000', '132620.043000', '132620.046000', '132620.049000', '132620.052000', '132620.054000', '132620.057000', '132620.061000', '132620.063000', '132620.066000', '132620.069000', '132620.072000', '132620.075000', '132620.078000', '132620.081000', '132620.084000', '132620.087000', '132620.090000', '132620.093000', '132620.099000', '132620.102000', '132620.105000', '132620.108000', '132620.111000', '132620.114000', '132620.116000', '132620.119000', '132620.122000', '132620.125000', '132620.128000', '132620.131000', '132620.134000', '132620.137000', '132620.140000', '132620.143000', '132620.146000', '132620.148000', '132620.151000', '132640.022000', '132640.025000', '132640.028000', '132640.031000', '132640.034000', '132640.037000', '132640.040000', '132640.043000', '132640.046000', '132640.049000', '132640.052000', '132640.056000', '132640.059000', '132640.062000', '132640.065000', '132640.068000', '132640.071000', '132640.074000', '132640.077000', '132640.080000', '132640.083000', '132640.086000', '132640.089000', '132640.092000', '132640.095000', '132640.098000', '132640.101000', '132640.104000', '132640.107000', '132640.110000', '132640.113000', '132640.116000', '132640.119000', '132640.123000', '132640.126000', '132640.130000', '132640.132000', '132640.136000', '132640.138000', '132640.141000', '132640.144000', '132640.147000', '132640.150000', '132700.041000', '132700.044000', '132700.047000', '132700.050000', '132700.053000', '132700.056000', '132700.059000', '132700.062000', '132700.065000', '132700.068000', '132700.071000', '132700.073000', '132700.076000', '132700.079000', '132700.082000', '132700.085000', '132700.088000', '132700.091000', '132700.094000', '132700.097000', '132700.100000', '132700.103000', '132700.106000', '132700.108000', '132700.112000', '132700.115000', '132700.117000', '132700.120000', '132700.123000', '132700.126000', '132700.129000', '132700.132000', '132700.135000', '132700.138000', '132700.141000', '132700.144000', '132700.147000', '132700.150000', '132700.153000', '132700.156000', '132700.159000', '132700.162000', '132700.165000', '132700.168000', '132720.022000', '132720.025000', '132720.028000', '132720.031000', '132720.034000', '132720.037000', '132720.040000', '132720.043000', '132720.046000', '132720.049000', '132720.052000', '132720.055000', '132720.057000', '132720.060000', '132720.063000', '132720.066000', '132720.069000', '132720.072000', '132720.075000', '132720.078000', '132720.081000', '132720.084000', '132720.087000', '132720.102000', '132720.105000', '132720.108000', '132720.111000', '132720.114000', '132720.117000', '132720.120000', '132720.123000', '132720.125000', '132720.128000', '132720.131000', '132720.134000', '132720.137000', '132720.140000', '132720.145000', '132720.148000', '132720.151000', '132720.154000', '132720.157000', '132720.160000', '132740.022000', '132740.025000', '132740.028000', '132740.031000', '132740.034000', '132740.037000', '132740.040000', '132740.043000', '132740.046000', '132740.049000', '132740.052000', '132740.055000', '132740.058000', '132740.060000', '132740.063000', '132740.066000', '132740.069000', '132740.072000', '132740.075000', '132740.078000', '132740.081000', '132740.084000', '132740.087000', '132740.090000', '132740.093000', '132740.096000', '132740.099000', '132740.102000', '132740.104000', '132740.107000', '132740.110000', '132740.113000', '132740.116000', '132740.119000', '132740.122000', '132740.125000', '132740.128000', '132740.131000', '132740.134000', '132740.137000', '132740.140000', '132740.142000', '132740.145000', '132740.148000', '132800.022000', '132800.025000', '132800.028000', '132800.031000', '132800.034000', '132800.037000', '132800.040000', '132800.043000', '132800.046000', '132800.049000', '132800.052000', '132800.055000', '132800.058000', '132800.061000', '132800.064000', '132800.066000', '132800.069000', '132800.072000', '132800.075000', '132800.078000', '132800.081000', '132800.084000', '132800.087000', '132800.090000', '132800.094000', '132800.097000', '132800.100000', '132800.103000', '132800.106000', '132800.109000', '132800.112000', '132800.115000', '132800.118000', '132800.121000', '132800.123000', '132800.126000', '132800.129000', '132800.132000', '132800.135000', '132800.138000', '132800.141000', '132800.144000', '132800.147000', '132819.069000', '132819.073000', '132819.076000', '132819.080000', '132819.083000', '132819.087000', '132819.090000', '132819.093000', '132819.096000', '132819.099000', '132819.102000', '132819.105000', '132819.108000', '132819.111000', '132819.114000', '132819.118000', '132819.121000', '132819.125000', '132819.128000', '132819.131000', '132819.134000', '132819.137000', '132819.140000', '132819.143000', '132819.146000', '132819.149000', '132819.152000', '132819.155000', '132819.158000', '132819.201000', '132819.204000', '132819.207000', '132819.210000', '132819.213000', '132819.216000', '132819.219000', '132819.222000', '132819.225000', '132819.228000', '132819.231000', '132819.234000', '132819.237000'], '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': [10705, 11885, 12621, 11130, 11484, 11398, 15794, 11889, 14273, 11675, 12320, 11960, 12939, 11500, 12597, 11441, 12190, 11481, 13070, 11483, 12225, 11316, 11003, 12587, 11027, 17369, 11186, 18541, 10968, 13332, 11232, 12171, 11289, 11551, 10981, 10937, 11438, 11605, 11028, 11429, 11207, 11801, 11315, 11486, 9829, 9645, 11142, 10075, 12124, 11436, 11820, 10391, 10837, 10143, 11056, 14777, 11428, 15834, 10975, 12487, 10899, 12062, 11324, 14368, 10835, 11550, 10524, 11452, 10874, 11831, 10096, 10918, 11318, 11126, 12979, 11135, 11485, 11719, 13792, 11500, 14661, 11566, 11757, 10485, 11253, 10947, 14580, 10749, 10860, 9852, 10347, 10766, 10764, 12108, 11319, 11807, 11237, 12899, 11441, 13749, 11023, 12599, 11112, 13167, 11726, 13912, 11114, 12026, 10831, 10769, 10982, 10626, 10184, 10986, 11390, 11301, 12591, 11330, 12472, 11193, 13078, 11290, 14253, 11646, 13238, 11348, 12643, 11393, 13895, 11544, 13838, 11548, 12559, 11255, 13261, 11266, 13690, 11586, 12114, 11116, 11061, 16037, 11289, 15986, 11603, 12278, 11312, 9960, 10856, 10489, 10046, 10589, 10041, 10544, 10458, 11213, 15642, 11633, 15575, 11770, 12788, 11825, 13155, 11762, 13376, 11161, 11813, 11457, 13058, 11343, 13275, 11405, 11937, 10238, 11087, 20485, 11260, 19934, 11219, 14900, 11340, 13422, 11679, 12319, 11078, 12357, 11173, 13148, 11152, 11308, 10726, 11944, 11109, 12469, 10361, 10505, 11134, 10732, 19741, 11591, 16549, 12720, 12951, 11107, 13206, 11284, 12834, 11312, 11088, 10199, 10475, 16394, 11458, 13809, 11300, 11701, 10954, 11808, 11325, 11722, 10526, 11093, 12547, 10981, 13507, 11419, 12311, 11398, 11480, 11178, 11663, 10811, 10439, 10148, 10946, 13136, 11404, 14887, 11281, 10860, 10629, 10079, 9665, 11016, 10015, 11439, 11703, 11260, 15400, 11847, 14316, 11879, 13272, 11478, 12574, 14968, 11446, 20930, 11635, 14861, 11707, 12927, 11493, 10612, 10630, 9887, 9510, 11631, 14071, 11734, 13157, 11792, 12648, 11987, 14003, 11742, 11320, 11483, 10433, 10719, 11705, 13723, 11839, 12709, 11803, 14100, 11954, 12647, 11577, 13019, 11266, 12318, 10913, 10590, 9423, 11087, 16129, 11643, 12522, 11295, 10914, 11432, 12180, 11154, 12506, 11212, 11584, 10477, 11006, 19745, 13350, 17896, 14086, 13832, 11466, 12200, 10862, 10801, 18327, 11157, 13370, 11424, 13779, 11360, 11914, 11500, 10905, 10870, 10782, 10122, 11332, 14642, 11548, 11090, 16617, 11840, 11997, 10694, 10062, 9488, 9326, 9399, 11179, 15646, 11922, 13251, 11747, 10946, 15034, 11644, 16400, 11847, 11699, 11407, 10675, 10049, 12141, 15665, 11616, 12232, 11917, 12497, 11514, 11256, 14755, 11826, 15599, 11726, 12638, 11159, 11554, 20884, 11732, 13991, 11832, 11979, 10762, 9375, 9883, 11752, 10776, 11874, 13847, 11647, 12796, 11738, 12160, 11352, 11575, 21404, 12242, 14812, 11648, 12735, 11614, 11083, 11639, 11190, 15789, 11961, 13960, 12081, 11215, 11193, 11338, 16253, 11758, 12883, 11612, 11267, 15307, 12063, 12740, 12079, 10664, 10367, 12003, 14789, 12018, 10678, 10881, 11676, 15359, 12260, 12135, 11346, 10409, 11105, 11566, 10278, 12138, 14897, 12120, 12078, 12182, 12080, 11527, 11581, 11171, 10169, 9652, 11790, 16139, 12144, 13149, 11787, 11438, 10537, 11568, 18345, 11916, 13072, 11557, 12167, 10954, 11618, 10357, 10506, 8874, 11221, 12920, 11284, 13720, 11593, 12183, 10846, 12080, 16886, 11844, 16989, 11874, 12312, 11319, 10935, 18402, 11835, 13738, 11534, 11456, 11770, 12728, 11501, 12229, 11708, 11885, 10858, 11626, 17688, 11704, 13705, 11543, 11442, 11512, 11476, 10805, 11309, 10249, 11660, 9905, 11581, 10387, 11430, 9070, 11868, 10691, 11922, 14394, 11959, 13089, 11778, 13399, 11602, 13826, 12022, 12058, 11446, 11659, 10637, 10580, 10353, 10119, 10532, 11486, 11826, 11809, 15116, 11808, 11688, 20175, 11872, 14824, 11585, 11413, 19615, 11945, 11570, 10859, 11958, 11892, 12053, 13185, 11756, 11225, 10703, 11892, 14824, 11591, 10744, 10023, 12174, 15399, 11888, 12167, 10269, 12386, 15050, 12109, 12336, 10498, 10018, 8607, 11371, 14476, 11165, 11984, 13108, 11602, 14999, 10776, 11730, 19987, 11571, 16451, 10966, 10936, 11725, 11708, 16707, 11133, 11730, 9871, 11734, 16075, 11115, 11408, 13095, 11495, 13383, 11060, 11195, 9807, 11601, 10560, 11667, 13548, 11736, 13489, 11066, 11735, 17196, 12181, 15634, 11663, 12380, 18333, 11818, 17455, 11500, 11998, 10631, 11932, 14928, 11821, 12787, 11203, 10722, 9407, 11625, 14115, 11708, 11826, 11913, 11861, 11120, 10815, 10507, 9929, 10425, 11945, 15272, 12127, 15607, 12078, 13220, 11942, 13010, 9339, 13140, 12606, 11659, 12510, 12131, 12358, 14083, 12315, 11841, 12025, 10435, 11877, 11070, 10498, 10588, 10513, 10509, 11318, 10557, 11179, 11378, 11513, 11192, 12503, 10854, 12051, 11161, 11298, 11456, 11791, 14846, 11962, 15677, 12170, 12724, 12234, 12633, 11881, 12234, 12258, 11744, 12223, 12232, 12189, 12421, 11867, 11425, 12275, 12492, 12294, 13081, 11942, 11807, 12060, 12673, 11795, 12436, 11135, 11029, 9987, 10973, 9355, 11752, 12528, 11532, 12542, 11761, 15211, 11821, 15348, 11149, 12389, 11091, 11535, 10739, 11621, 9942, 10395, 9547, 9976, 9136, 11799, 10484, 11641, 11332, 11419, 13765, 12065, 13302, 11799, 12320, 11560, 12355, 10985, 12774, 10681, 10754, 10391, 11791, 20115, 11706, 15065, 11362, 11460, 11512, 11615, 11194, 11605, 11358, 11791, 14799, 12131, 12812, 11663, 11890, 10251, 11606, 16169, 11925, 12918, 11434, 11319, 14208, 11962, 13148, 12389, 12723, 11123, 11322, 10542, 9866, 10709, 11783, 10729, 12141, 10604, 10772, 10341, 11942, 20532, 11821, 16454, 12049, 12460, 11539, 11195, 10332, 11612, 21078, 11743, 15777, 11647, 12546, 11077, 11686, 10863, 11208, 10549, 11382, 9338, 10222, 9658, 11424, 13379, 11133, 15384, 11385, 12647, 11721, 12132, 10864, 11876, 10130, 10434, 10571, 10763, 9808, 11558, 16388, 11529, 13607, 11474, 13201, 11626, 12051, 10345, 10429, 10170, 11399, 10028, 11491, 14404, 11280, 12482, 12229, 11875, 11678, 11713, 10790, 11144, 11148, 11411, 15390, 11862, 14898, 11913, 12365, 11002, 10581, 10536, 11113, 10095, 10806, 9912, 11645, 10193, 11808, 14496, 11658, 13332, 11369, 10193, 11026, 11462, 10223, 12093, 17523, 11520, 12099, 11669, 11272, 11081, 11002, 10087, 11805], 'WindowCenter': [4427.0, 4424.0, 4409.0, 4398.0, 4392.0, 4395.0, 4413.0, 4394.0, 4401.0, 4383.0, 4392.0, 4393.0, 4392.0, 4393.0, 4393.0, 4383.0, 4392.0, 4379.0, 4404.0, 4383.0, 4393.0, 4381.0, 4382.0, 4380.0, 4383.0, 4412.0, 4381.0, 4410.0, 4370.0, 4387.0, 4381.0, 4380.0, 4382.0, 4381.0, 4383.0, 4382.0, 4395.0, 4382.0, 4395.0, 4393.0, 4394.0, 4393.0, 4394.0, 4382.0, 4373.0, 4371.0, 4383.0, 4373.0, 4394.0, 4382.0, 4392.0, 4371.0, 4382.0, 4371.0, 4382.0, 4401.0, 4382.0, 4400.0, 4383.0, 4390.0, 4381.0, 4381.0, 4382.0, 4402.0, 4372.0, 4378.0, 4371.0, 4380.0, 4372.0, 4379.0, 4370.0, 4369.0, 4370.0, 4380.0, 4391.0, 4381.0, 4381.0, 4393.0, 4403.0, 4394.0, 4413.0, 4396.0, 4380.0, 4373.0, 4383.0, 4385.0, 4400.0, 4372.0, 4372.0, 4361.0, 4360.0, 4371.0, 4371.0, 4381.0, 4370.0, 4380.0, 4370.0, 4389.0, 4382.0, 4390.0, 4371.0, 4390.0, 4381.0, 4391.0, 4393.0, 4401.0, 4382.0, 4391.0, 4381.0, 4383.0, 4385.0, 4382.0, 4371.0, 4382.0, 4381.0, 4381.0, 4392.0, 4383.0, 4392.0, 4383.0, 4393.0, 4382.0, 4402.0, 4383.0, 4390.0, 4383.0, 4390.0, 4382.0, 4390.0, 4382.0, 4388.0, 4382.0, 4379.0, 4370.0, 4390.0, 4380.0, 4393.0, 4371.0, 4378.0, 4368.0, 4370.0, 4398.0, 4370.0, 4397.0, 4370.0, 4380.0, 4369.0, 4359.0, 4370.0, 4371.0, 4370.0, 4382.0, 4371.0, 4384.0, 4384.0, 4395.0, 4414.0, 4396.0, 4413.0, 4394.0, 4393.0, 4396.0, 4403.0, 4393.0, 4403.0, 4384.0, 4393.0, 4393.0, 4403.0, 4384.0, 4404.0, 4382.0, 4383.0, 4372.0, 4384.0, 4432.0, 4381.0, 4422.0, 4381.0, 4399.0, 4381.0, 4390.0, 4382.0, 4380.0, 4383.0, 4391.0, 4393.0, 4392.0, 4383.0, 4382.0, 4383.0, 4393.0, 4383.0, 4394.0, 4371.0, 4371.0, 4381.0, 4382.0, 4422.0, 4381.0, 4402.0, 4381.0, 4379.0, 4370.0, 4378.0, 4369.0, 4381.0, 4369.0, 4371.0, 4358.0, 4370.0, 4398.0, 4369.0, 4388.0, 4369.0, 4368.0, 4367.0, 4370.0, 4370.0, 4380.0, 4360.0, 4371.0, 4376.0, 4370.0, 4389.0, 4381.0, 4379.0, 4381.0, 4382.0, 4380.0, 4392.0, 4371.0, 4371.0, 4370.0, 4384.0, 4390.0, 4383.0, 4399.0, 4381.0, 4370.0, 4369.0, 4362.0, 4359.0, 4385.0, 4372.0, 4395.0, 4392.0, 4394.0, 4413.0, 4396.0, 4414.0, 4394.0, 4394.0, 4381.0, 4394.0, 4401.0, 4382.0, 4421.0, 4381.0, 4389.0, 4379.0, 4380.0, 4369.0, 4360.0, 4358.0, 4361.0, 4359.0, 4383.0, 4401.0, 4383.0, 4391.0, 4382.0, 4391.0, 4392.0, 4403.0, 4383.0, 4371.0, 4380.0, 4371.0, 4371.0, 4381.0, 4390.0, 4383.0, 4391.0, 4393.0, 4402.0, 4394.0, 4392.0, 4382.0, 4392.0, 4383.0, 4392.0, 4370.0, 4370.0, 4349.0, 4381.0, 4399.0, 4382.0, 4380.0, 4382.0, 4382.0, 4393.0, 4394.0, 4384.0, 4392.0, 4382.0, 4384.0, 4371.0, 4384.0, 4421.0, 4392.0, 4412.0, 4390.0, 4379.0, 4368.0, 4369.0, 4358.0, 4359.0, 4396.0, 4367.0, 4375.0, 4369.0, 4377.0, 4369.0, 4369.0, 4368.0, 4358.0, 4368.0, 4370.0, 4359.0, 4370.0, 4400.0, 4369.0, 4369.0, 4398.0, 4368.0, 4368.0, 4368.0, 4360.0, 4358.0, 4360.0, 4360.0, 4384.0, 4413.0, 4395.0, 4396.0, 4382.0, 4372.0, 4400.0, 4382.0, 4402.0, 4382.0, 4380.0, 4370.0, 4371.0, 4361.0, 4393.0, 4401.0, 4382.0, 4380.0, 4382.0, 4392.0, 4381.0, 4382.0, 4398.0, 4381.0, 4400.0, 4380.0, 4381.0, 4370.0, 4370.0, 4419.0, 4379.0, 4388.0, 4370.0, 4380.0, 4368.0, 4351.0, 4360.0, 4390.0, 4382.0, 4393.0, 4402.0, 4382.0, 4391.0, 4381.0, 4392.0, 4371.0, 4383.0, 4421.0, 4382.0, 4389.0, 4370.0, 4379.0, 4368.0, 4369.0, 4367.0, 4370.0, 4387.0, 4368.0, 4379.0, 4369.0, 4358.0, 4356.0, 4368.0, 4387.0, 4367.0, 4367.0, 4357.0, 4358.0, 4387.0, 4366.0, 4367.0, 4367.0, 4358.0, 4355.0, 4378.0, 4387.0, 4369.0, 4360.0, 4358.0, 4369.0, 4389.0, 4380.0, 4380.0, 4369.0, 4360.0, 4368.0, 4371.0, 4359.0, 4382.0, 4390.0, 4381.0, 4381.0, 4383.0, 4382.0, 4380.0, 4382.0, 4371.0, 4374.0, 4361.0, 4384.0, 4402.0, 4382.0, 4381.0, 4381.0, 4371.0, 4360.0, 4382.0, 4411.0, 4382.0, 4380.0, 4372.0, 4380.0, 4371.0, 4383.0, 4361.0, 4372.0, 4350.0, 4383.0, 4391.0, 4383.0, 4392.0, 4383.0, 4382.0, 4373.0, 4395.0, 4401.0, 4381.0, 4402.0, 4370.0, 4371.0, 4359.0, 4360.0, 4398.0, 4369.0, 4377.0, 4368.0, 4368.0, 4381.0, 4392.0, 4382.0, 4381.0, 4381.0, 4382.0, 4370.0, 4370.0, 4401.0, 4371.0, 4378.0, 4369.0, 4370.0, 4369.0, 4370.0, 4358.0, 4370.0, 4358.0, 4369.0, 4349.0, 4383.0, 4360.0, 4382.0, 4362.0, 4394.0, 4373.0, 4394.0, 4402.0, 4385.0, 4392.0, 4383.0, 4393.0, 4384.0, 4393.0, 4381.0, 4381.0, 4370.0, 4381.0, 4372.0, 4372.0, 4372.0, 4373.0, 4371.0, 4385.0, 4383.0, 4383.0, 4402.0, 4382.0, 4383.0, 4411.0, 4370.0, 4391.0, 4358.0, 4369.0, 4398.0, 4365.0, 4358.0, 4357.0, 4369.0, 4367.0, 4380.0, 4380.0, 4379.0, 4372.0, 4360.0, 4382.0, 4391.0, 4371.0, 4371.0, 4359.0, 4382.0, 4390.0, 4381.0, 4383.0, 4360.0, 4382.0, 4391.0, 4381.0, 4381.0, 4372.0, 4363.0, 4352.0, 4385.0, 4402.0, 4384.0, 4395.0, 4393.0, 4384.0, 4403.0, 4373.0, 4384.0, 4421.0, 4382.0, 4402.0, 4360.0, 4370.0, 4369.0, 4380.0, 4401.0, 4370.0, 4368.0, 4350.0, 4380.0, 4400.0, 4369.0, 4370.0, 4379.0, 4372.0, 4389.0, 4381.0, 4370.0, 4362.0, 4383.0, 4372.0, 4382.0, 4392.0, 4393.0, 4404.0, 4384.0, 4381.0, 4413.0, 4382.0, 4402.0, 4372.0, 4383.0, 4399.0, 4370.0, 4400.0, 4368.0, 4369.0, 4358.0, 4370.0, 4388.0, 4369.0, 4378.0, 4369.0, 4369.0, 4349.0, 4381.0, 4390.0, 4382.0, 4379.0, 4382.0, 4383.0, 4370.0, 4373.0, 4371.0, 4363.0, 4371.0, 4384.0, 4402.0, 4393.0, 4402.0, 4383.0, 4391.0, 4382.0, 4393.0, 4362.0, 4393.0, 4393.0, 4381.0, 4393.0, 4382.0, 4394.0, 4392.0, 4383.0, 4382.0, 4391.0, 4371.0, 4394.0, 4382.0, 4370.0, 4371.0, 4372.0, 4372.0, 4382.0, 4371.0, 4372.0, 4381.0, 4382.0, 4382.0, 4393.0, 4372.0, 4384.0, 4371.0, 4372.0, 4370.0, 4383.0, 4390.0, 4371.0, 4390.0, 4381.0, 4379.0, 4381.0, 4380.0, 4383.0, 4380.0, 4381.0, 4381.0, 4383.0, 4381.0, 4394.0, 4394.0, 4383.0, 4382.0, 4394.0, 4393.0, 4394.0, 4394.0, 4383.0, 4382.0, 4384.0, 4393.0, 4395.0, 4395.0, 4372.0, 4373.0, 4362.0, 4373.0, 4362.0, 4384.0, 4382.0, 4384.0, 4382.0, 4384.0, 4401.0, 4383.0, 4400.0, 4372.0, 4381.0, 4371.0, 4370.0, 4369.0, 4372.0, 4360.0, 4361.0, 4360.0, 4363.0, 4362.0, 4394.0, 4373.0, 4386.0, 4383.0, 4396.0, 4404.0, 4396.0, 4394.0, 4385.0, 4392.0, 4384.0, 4394.0, 4384.0, 4394.0, 4371.0, 4373.0, 4362.0, 4383.0, 4423.0, 4381.0, 4391.0, 4370.0, 4369.0, 4371.0, 4370.0, 4369.0, 4383.0, 4371.0, 4383.0, 4389.0, 4382.0, 4381.0, 4371.0, 4384.0, 4360.0, 4371.0, 4401.0, 4381.0, 4380.0, 4371.0, 4372.0, 4390.0, 4370.0, 4379.0, 4381.0, 4380.0, 4371.0, 4371.0, 4373.0, 4362.0, 4385.0, 4395.0, 4385.0, 4396.0, 4385.0, 4385.0, 4374.0, 4395.0, 4435.0, 4385.0, 4415.0, 4381.0, 4381.0, 4371.0, 4372.0, 4360.0, 4372.0, 4421.0, 4371.0, 4400.0, 4371.0, 4380.0, 4383.0, 4382.0, 4372.0, 4372.0, 4371.0, 4384.0, 4364.0, 4374.0, 4364.0, 4385.0, 4393.0, 4384.0, 4404.0, 4383.0, 4379.0, 4382.0, 4381.0, 4384.0, 4383.0, 4362.0, 4371.0, 4372.0, 4373.0, 4361.0, 4383.0, 4413.0, 4383.0, 4391.0, 4382.0, 4380.0, 4371.0, 4382.0, 4361.0, 4360.0, 4359.0, 4371.0, 4358.0, 4373.0, 4391.0, 4372.0, 4380.0, 4382.0, 4381.0, 4372.0, 4380.0, 4371.0, 4371.0, 4370.0, 4372.0, 4390.0, 4371.0, 4390.0, 4371.0, 4380.0, 4359.0, 4359.0, 4359.0, 4370.0, 4359.0, 4372.0, 4360.0, 4382.0, 4361.0, 4384.0, 4392.0, 4383.0, 4394.0, 4372.0, 4361.0, 4369.0, 4382.0, 4361.0, 4383.0, 4412.0, 4371.0, 4369.0, 4370.0, 4371.0, 4369.0, 4373.0, 4361.0, 4382.0], 'WindowWidth': [9761.0, 9745.0, 9713.0, 9695.0, 9677.0, 9684.0, 9708.0, 9682.0, 9686.0, 9664.0, 9672.0, 9676.0, 9674.0, 9678.0, 9675.0, 9663.0, 9673.0, 9655.0, 9693.0, 9662.0, 9677.0, 9657.0, 9659.0, 9655.0, 9661.0, 9701.0, 9658.0, 9696.0, 9640.0, 9658.0, 9658.0, 9656.0, 9661.0, 9656.0, 9663.0, 9661.0, 9682.0, 9661.0, 9682.0, 9678.0, 9679.0, 9678.0, 9679.0, 9662.0, 9651.0, 9646.0, 9665.0, 9650.0, 9681.0, 9663.0, 9673.0, 9645.0, 9660.0, 9642.0, 9662.0, 9685.0, 9660.0, 9683.0, 9661.0, 9669.0, 9657.0, 9657.0, 9661.0, 9687.0, 9645.0, 9649.0, 9644.0, 9655.0, 9647.0, 9651.0, 9640.0, 9637.0, 9640.0, 9653.0, 9670.0, 9656.0, 9655.0, 9675.0, 9690.0, 9682.0, 9705.0, 9683.0, 9656.0, 9649.0, 9662.0, 9668.0, 9683.0, 9646.0, 9643.0, 9629.0, 9625.0, 9642.0, 9642.0, 9655.0, 9638.0, 9652.0, 9638.0, 9665.0, 9658.0, 9668.0, 9642.0, 9665.0, 9656.0, 9669.0, 9676.0, 9685.0, 9660.0, 9671.0, 9659.0, 9663.0, 9669.0, 9660.0, 9645.0, 9658.0, 9656.0, 9658.0, 9673.0, 9661.0, 9672.0, 9662.0, 9675.0, 9661.0, 9687.0, 9662.0, 9667.0, 9660.0, 9665.0, 9657.0, 9665.0, 9657.0, 9663.0, 9656.0, 9650.0, 9640.0, 9665.0, 9653.0, 9673.0, 9640.0, 9646.0, 9633.0, 9640.0, 9674.0, 9637.0, 9674.0, 9637.0, 9651.0, 9633.0, 9621.0, 9637.0, 9641.0, 9641.0, 9660.0, 9644.0, 9665.0, 9664.0, 9683.0, 9711.0, 9685.0, 9706.0, 9678.0, 9675.0, 9684.0, 9690.0, 9676.0, 9690.0, 9664.0, 9676.0, 9677.0, 9689.0, 9665.0, 9693.0, 9659.0, 9662.0, 9642.0, 9664.0, 9730.0, 9657.0, 9714.0, 9655.0, 9680.0, 9656.0, 9667.0, 9658.0, 9654.0, 9663.0, 9671.0, 9678.0, 9674.0, 9662.0, 9659.0, 9661.0, 9675.0, 9663.0, 9678.0, 9644.0, 9645.0, 9655.0, 9660.0, 9719.0, 9656.0, 9688.0, 9656.0, 9649.0, 9638.0, 9647.0, 9637.0, 9654.0, 9636.0, 9639.0, 9618.0, 9638.0, 9677.0, 9636.0, 9660.0, 9636.0, 9631.0, 9632.0, 9636.0, 9637.0, 9653.0, 9623.0, 9640.0, 9642.0, 9637.0, 9664.0, 9655.0, 9651.0, 9657.0, 9659.0, 9654.0, 9674.0, 9641.0, 9643.0, 9640.0, 9665.0, 9669.0, 9661.0, 9682.0, 9655.0, 9639.0, 9636.0, 9631.0, 9625.0, 9667.0, 9647.0, 9681.0, 9675.0, 9680.0, 9707.0, 9683.0, 9706.0, 9678.0, 9678.0, 9655.0, 9677.0, 9683.0, 9657.0, 9717.0, 9654.0, 9664.0, 9650.0, 9654.0, 9634.0, 9623.0, 9619.0, 9627.0, 9623.0, 9660.0, 9685.0, 9661.0, 9669.0, 9659.0, 9670.0, 9673.0, 9690.0, 9660.0, 9641.0, 9652.0, 9642.0, 9643.0, 9657.0, 9668.0, 9660.0, 9669.0, 9675.0, 9687.0, 9678.0, 9671.0, 9660.0, 9673.0, 9660.0, 9674.0, 9640.0, 9640.0, 9607.0, 9654.0, 9680.0, 9656.0, 9651.0, 9659.0, 9658.0, 9674.0, 9677.0, 9665.0, 9675.0, 9660.0, 9664.0, 9643.0, 9665.0, 9715.0, 9671.0, 9703.0, 9665.0, 9647.0, 9630.0, 9634.0, 9618.0, 9619.0, 9666.0, 9629.0, 9638.0, 9633.0, 9644.0, 9635.0, 9633.0, 9632.0, 9617.0, 9631.0, 9638.0, 9620.0, 9638.0, 9682.0, 9634.0, 9634.0, 9673.0, 9630.0, 9630.0, 9632.0, 9622.0, 9619.0, 9627.0, 9627.0, 9665.0, 9703.0, 9679.0, 9681.0, 9657.0, 9645.0, 9680.0, 9656.0, 9687.0, 9657.0, 9653.0, 9637.0, 9641.0, 9626.0, 9674.0, 9684.0, 9657.0, 9652.0, 9658.0, 9671.0, 9657.0, 9658.0, 9676.0, 9654.0, 9679.0, 9650.0, 9655.0, 9636.0, 9638.0, 9706.0, 9646.0, 9659.0, 9635.0, 9651.0, 9633.0, 9612.0, 9623.0, 9669.0, 9658.0, 9676.0, 9686.0, 9659.0, 9670.0, 9655.0, 9673.0, 9642.0, 9660.0, 9716.0, 9655.0, 9663.0, 9635.0, 9649.0, 9631.0, 9633.0, 9625.0, 9635.0, 9656.0, 9630.0, 9648.0, 9633.0, 9618.0, 9612.0, 9631.0, 9657.0, 9628.0, 9630.0, 9613.0, 9618.0, 9655.0, 9625.0, 9627.0, 9626.0, 9617.0, 9609.0, 9644.0, 9658.0, 9633.0, 9623.0, 9616.0, 9635.0, 9661.0, 9649.0, 9649.0, 9633.0, 9623.0, 9629.0, 9640.0, 9622.0, 9656.0, 9665.0, 9652.0, 9653.0, 9660.0, 9656.0, 9653.0, 9656.0, 9639.0, 9647.0, 9627.0, 9662.0, 9687.0, 9655.0, 9655.0, 9653.0, 9640.0, 9622.0, 9656.0, 9698.0, 9653.0, 9650.0, 9641.0, 9651.0, 9639.0, 9659.0, 9626.0, 9643.0, 9611.0, 9659.0, 9668.0, 9660.0, 9670.0, 9660.0, 9658.0, 9644.0, 9679.0, 9683.0, 9654.0, 9687.0, 9637.0, 9638.0, 9618.0, 9622.0, 9674.0, 9633.0, 9641.0, 9632.0, 9631.0, 9652.0, 9669.0, 9657.0, 9654.0, 9653.0, 9656.0, 9636.0, 9639.0, 9687.0, 9638.0, 9646.0, 9635.0, 9635.0, 9632.0, 9635.0, 9617.0, 9635.0, 9616.0, 9633.0, 9606.0, 9659.0, 9625.0, 9657.0, 9630.0, 9678.0, 9648.0, 9678.0, 9688.0, 9667.0, 9672.0, 9661.0, 9674.0, 9662.0, 9674.0, 9653.0, 9654.0, 9635.0, 9653.0, 9642.0, 9643.0, 9642.0, 9647.0, 9641.0, 9666.0, 9660.0, 9661.0, 9686.0, 9655.0, 9661.0, 9698.0, 9637.0, 9669.0, 9616.0, 9633.0, 9675.0, 9623.0, 9616.0, 9613.0, 9635.0, 9628.0, 9649.0, 9649.0, 9649.0, 9643.0, 9624.0, 9657.0, 9668.0, 9639.0, 9638.0, 9620.0, 9655.0, 9664.0, 9652.0, 9658.0, 9621.0, 9655.0, 9668.0, 9654.0, 9655.0, 9643.0, 9633.0, 9616.0, 9665.0, 9684.0, 9663.0, 9682.0, 9673.0, 9664.0, 9688.0, 9645.0, 9664.0, 9712.0, 9657.0, 9687.0, 9624.0, 9638.0, 9632.0, 9650.0, 9682.0, 9636.0, 9634.0, 9608.0, 9651.0, 9677.0, 9634.0, 9639.0, 9649.0, 9643.0, 9663.0, 9655.0, 9639.0, 9629.0, 9662.0, 9644.0, 9660.0, 9673.0, 9676.0, 9693.0, 9662.0, 9656.0, 9700.0, 9657.0, 9685.0, 9641.0, 9658.0, 9676.0, 9636.0, 9680.0, 9630.0, 9633.0, 9616.0, 9636.0, 9659.0, 9634.0, 9644.0, 9634.0, 9636.0, 9607.0, 9653.0, 9664.0, 9656.0, 9649.0, 9657.0, 9660.0, 9640.0, 9646.0, 9640.0, 9632.0, 9641.0, 9663.0, 9688.0, 9675.0, 9687.0, 9659.0, 9668.0, 9657.0, 9673.0, 9632.0, 9673.0, 9673.0, 9655.0, 9675.0, 9659.0, 9677.0, 9674.0, 9662.0, 9656.0, 9669.0, 9641.0, 9677.0, 9657.0, 9639.0, 9641.0, 9644.0, 9644.0, 9657.0, 9638.0, 9642.0, 9655.0, 9657.0, 9656.0, 9673.0, 9645.0, 9661.0, 9641.0, 9643.0, 9637.0, 9658.0, 9665.0, 9639.0, 9665.0, 9652.0, 9648.0, 9651.0, 9652.0, 9657.0, 9651.0, 9655.0, 9654.0, 9660.0, 9655.0, 9675.0, 9674.0, 9660.0, 9655.0, 9675.0, 9673.0, 9677.0, 9676.0, 9661.0, 9657.0, 9661.0, 9674.0, 9679.0, 9680.0, 9643.0, 9644.0, 9628.0, 9647.0, 9629.0, 9664.0, 9658.0, 9662.0, 9657.0, 9662.0, 9684.0, 9660.0, 9683.0, 9643.0, 9652.0, 9639.0, 9636.0, 9635.0, 9643.0, 9625.0, 9628.0, 9624.0, 9633.0, 9629.0, 9679.0, 9649.0, 9667.0, 9660.0, 9681.0, 9693.0, 9684.0, 9678.0, 9666.0, 9671.0, 9664.0, 9677.0, 9662.0, 9678.0, 9641.0, 9646.0, 9629.0, 9659.0, 9720.0, 9653.0, 9668.0, 9637.0, 9633.0, 9640.0, 9638.0, 9636.0, 9661.0, 9641.0, 9658.0, 9665.0, 9655.0, 9654.0, 9640.0, 9661.0, 9624.0, 9641.0, 9683.0, 9652.0, 9651.0, 9638.0, 9642.0, 9662.0, 9637.0, 9648.0, 9653.0, 9651.0, 9641.0, 9641.0, 9645.0, 9630.0, 9665.0, 9679.0, 9667.0, 9683.0, 9665.0, 9666.0, 9649.0, 9680.0, 9738.0, 9665.0, 9709.0, 9655.0, 9652.0, 9637.0, 9641.0, 9623.0, 9643.0, 9712.0, 9639.0, 9678.0, 9641.0, 9652.0, 9659.0, 9656.0, 9644.0, 9643.0, 9642.0, 9663.0, 9635.0, 9650.0, 9635.0, 9667.0, 9674.0, 9664.0, 9692.0, 9660.0, 9650.0, 9658.0, 9655.0, 9663.0, 9661.0, 9630.0, 9641.0, 9641.0, 9645.0, 9625.0, 9661.0, 9702.0, 9658.0, 9668.0, 9656.0, 9653.0, 9640.0, 9655.0, 9625.0, 9623.0, 9619.0, 9641.0, 9618.0, 9645.0, 9668.0, 9642.0, 9650.0, 9655.0, 9654.0, 9641.0, 9653.0, 9641.0, 9640.0, 9637.0, 9641.0, 9666.0, 9639.0, 9665.0, 9638.0, 9651.0, 9617.0, 9618.0, 9618.0, 9635.0, 9621.0, 9642.0, 9625.0, 9658.0, 9628.0, 9662.0, 9673.0, 9660.0, 9676.0, 9642.0, 9626.0, 9635.0, 9656.0, 9625.0, 9661.0, 9702.0, 9638.0, 9634.0, 9637.0, 9639.0, 9634.0, 9646.0, 9625.0, 9657.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.0003427157652474108</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020982472727272727</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.566767103732715</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2842119109907815</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9800449704032258</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4574</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7398.2856</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07893719156067676</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.23014959723820483</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4427535020468127</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3571719438006413</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6749219362248913</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2961666261149047</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00669937</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015240202657878399</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018297579139471054</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.929374006530149</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>28.1042</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0361</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.9609</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305291.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>808.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.3823</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3847</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.1541</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3611.7237</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3821.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71253.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1274.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4743.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.4127</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.60270981118083</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> |