=== 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-0038 --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-0038",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0038_ses-01_task-social_acq-mb8_run-02_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-0038_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-02_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-0038/ses-01/func/sub-0038_ses-01_task-social_acq-mb8_run-02_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>c6c489372e51ae9d64a7390b2629a993</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:11:58.417500</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.999291, -0.0017273, 0.0376102, -0.00174414, 0.995751, 0.0920724]</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-02_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.0990316</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7762, -7152, 561, -100, -91, -88, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>256.254</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2a47686e-3da9-49d4-852a-7284b87f704c||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.6810247898101807, -0.004679391160607338, 0.10154540836811066, 109.68830108642578], [0.0046342164278030396, 2.6715266704559326, 0.24859626591205597, -98.03394317626953], [0.10090538114309311, -0.24702343344688416, 2.686612844467163, -24.633638381958008], [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': ['131158.417500', '131158.877500', '131159.337500', '131159.797500', '131200.257500', '131200.717500', '131201.177500', '131201.637500', '131202.097500', '131202.557500', '131203.017500', '131203.477500', '131203.937500', '131204.397500', '131204.857500', '131205.317500', '131205.777500', '131206.237500', '131206.697500', '131207.157500', '131207.617500', '131208.077500', '131208.537500', '131208.997500', '131209.457500', '131209.917500', '131210.377500', '131210.837500', '131211.297500', '131211.757500', '131212.217500', '131212.677500', '131213.137500', '131213.597500', '131214.057500', '131214.517500', '131214.977500', '131215.437500', '131215.897500', '131216.357500', '131216.817500', '131217.277500', '131217.737500', '131218.197500', '131218.657500', '131219.117500', '131219.577500', '131220.037500', '131220.497500', '131220.957500', '131221.417500', '131221.877500', '131222.337500', '131222.797500', '131223.257500', '131223.717500', '131224.177500', '131224.637500', '131225.097500', '131225.557500', '131226.017500', '131226.477500', '131226.937500', '131227.397500', '131227.857500', '131228.317500', '131228.777500', '131229.237500', '131229.697500', '131230.157500', '131230.617500', '131231.077500', '131231.537500', '131231.997500', '131232.457500', '131232.917500', '131233.377500', '131233.837500', '131234.297500', '131234.757500', '131235.217500', '131235.677500', '131236.137500', '131236.597500', '131237.057500', '131237.517500', '131237.977500', '131238.437500', '131238.897500', '131239.357500', '131239.817500', '131240.277500', '131240.737500', '131241.197500', '131241.657500', '131242.117500', '131242.577500', '131243.037500', '131243.497500', '131243.957500', '131244.417500', '131244.877500', '131245.337500', '131245.797500', '131246.257500', '131246.717500', '131247.177500', '131247.637500', '131248.097500', '131248.557500', '131249.017500', '131249.477500', '131249.937500', '131250.397500', '131250.857500', '131251.317500', '131251.777500', '131252.237500', '131252.697500', '131253.157500', '131253.617500', '131254.077500', '131254.537500', '131254.997500', '131255.457500', '131255.917500', '131256.377500', '131256.837500', '131257.297500', '131257.757500', '131258.217500', '131258.677500', '131259.137500', '131259.597500', '131300.057500', '131300.517500', '131300.977500', '131301.437500', '131301.897500', '131302.357500', '131302.817500', '131303.277500', '131303.737500', '131304.197500', '131304.657500', '131305.117500', '131305.577500', '131306.037500', '131306.497500', '131306.957500', '131307.417500', '131307.877500', '131308.337500', '131308.797500', '131309.257500', '131309.717500', '131310.177500', '131310.637500', '131311.097500', '131311.557500', '131312.017500', '131312.477500', '131312.937500', '131313.397500', '131313.857500', '131314.317500', '131314.777500', '131315.237500', '131315.697500', '131316.157500', '131316.617500', '131317.077500', '131317.537500', '131317.997500', '131318.457500', '131318.917500', '131319.377500', '131319.837500', '131320.297500', '131320.757500', '131321.217500', '131321.677500', '131322.137500', '131322.597500', '131323.057500', '131323.517500', '131323.977500', '131324.437500', '131324.897500', '131325.357500', '131325.817500', '131326.277500', '131326.737500', '131327.197500', '131327.657500', '131328.117500', '131328.577500', '131329.037500', '131329.497500', '131329.957500', '131330.417500', '131330.877500', '131331.337500', '131331.797500', '131332.257500', '131332.717500', '131333.177500', '131333.637500', '131334.097500', '131334.557500', '131335.017500', '131335.477500', '131335.937500', '131336.397500', '131336.857500', '131337.317500', '131337.777500', '131338.237500', '131338.697500', '131339.157500', '131339.617500', '131340.077500', '131340.537500', '131340.997500', '131341.457500', '131341.917500', '131342.377500', '131342.837500', '131343.297500', '131343.757500', '131344.217500', '131344.677500', '131345.137500', '131345.597500', '131346.057500', '131346.517500', '131346.977500', '131347.437500', '131347.897500', '131348.357500', '131348.817500', '131349.277500', '131349.737500', '131350.197500', '131350.657500', '131351.117500', '131351.577500', '131352.037500', '131352.497500', '131352.957500', '131353.417500', '131353.877500', '131354.337500', '131354.797500', '131355.257500', '131355.717500', '131356.177500', '131356.637500', '131357.097500', '131357.557500', '131358.017500', '131358.477500', '131358.937500', '131359.397500', '131359.857500', '131400.317500', '131400.777500', '131401.237500', '131401.697500', '131402.157500', '131402.617500', '131403.077500', '131403.537500', '131403.997500', '131404.457500', '131404.917500', '131405.377500', '131405.837500', '131406.297500', '131406.757500', '131407.217500', '131407.677500', '131408.137500', '131408.597500', '131409.057500', '131409.517500', '131409.977500', '131410.437500', '131410.897500', '131411.357500', '131411.817500', '131412.277500', '131412.737500', '131413.197500', '131413.657500', '131414.117500', '131414.577500', '131415.037500', '131415.497500', '131415.957500', '131416.417500', '131416.877500', '131417.337500', '131417.797500', '131418.257500', '131418.717500', '131419.177500', '131419.637500', '131420.097500', '131420.557500', '131421.017500', '131421.477500', '131421.937500', '131422.397500', '131422.857500', '131423.317500', '131423.777500', '131424.237500', '131424.697500', '131425.157500', '131425.617500', '131426.077500', '131426.537500', '131426.997500', '131427.457500', '131427.917500', '131428.377500', '131428.837500', '131429.297500', '131429.757500', '131430.217500', '131430.677500', '131431.137500', '131431.597500', '131432.057500', '131432.517500', '131432.977500', '131433.437500', '131433.897500', '131434.357500', '131434.817500', '131435.277500', '131435.737500', '131436.197500', '131436.657500', '131437.117500', '131437.577500', '131438.037500', '131438.497500', '131438.957500', '131439.417500', '131439.877500', '131440.337500', '131440.797500', '131441.257500', '131441.717500', '131442.177500', '131442.637500', '131443.097500', '131443.557500', '131444.017500', '131444.477500', '131444.937500', '131445.397500', '131445.857500', '131446.317500', '131446.777500', '131447.237500', '131447.697500', '131448.157500', '131448.617500', '131449.077500', '131449.537500', '131449.997500', '131450.457500', '131450.917500', '131451.377500', '131451.837500', '131452.297500', '131452.757500', '131453.217500', '131453.677500', '131454.137500', '131454.597500', '131455.057500', '131455.517500', '131455.977500', '131456.437500', '131456.897500', '131457.357500', '131457.817500', '131458.277500', '131458.737500', '131459.197500', '131459.657500', '131500.117500', '131500.577500', '131501.037500', '131501.497500', '131501.957500', '131502.417500', '131502.877500', '131503.337500', '131503.797500', '131504.257500', '131504.717500', '131505.177500', '131505.637500', '131506.097500', '131506.557500', '131507.017500', '131507.477500', '131507.937500', '131508.397500', '131508.857500', '131509.317500', '131509.777500', '131510.237500', '131510.697500', '131511.157500', '131511.617500', '131512.077500', '131512.537500', '131512.997500', '131513.457500', '131513.917500', '131514.377500', '131514.837500', '131515.297500', '131515.757500', '131516.217500', '131516.677500', '131517.137500', '131517.597500', '131518.057500', '131518.517500', '131518.977500', '131519.437500', '131519.897500', '131520.357500', '131520.817500', '131521.277500', '131521.737500', '131522.197500', '131522.657500', '131523.117500', '131523.577500', '131524.037500', '131524.497500', '131524.957500', '131525.417500', '131525.877500', '131526.337500', '131526.797500', '131527.257500', '131527.717500', '131528.177500', '131528.637500', '131529.097500', '131529.557500', '131530.017500', '131530.477500', '131530.937500', '131531.397500', '131531.857500', '131532.317500', '131532.777500', '131533.237500', '131533.697500', '131534.157500', '131534.617500', '131535.077500', '131535.537500', '131535.997500', '131536.457500', '131536.917500', '131537.377500', '131537.837500', '131538.297500', '131538.757500', '131539.217500', '131539.677500', '131540.137500', '131540.597500', '131541.057500', '131541.517500', '131541.977500', '131542.437500', '131542.897500', '131543.357500', '131543.817500', '131544.277500', '131544.737500', '131545.197500', '131545.657500', '131546.117500', '131546.577500', '131547.037500', '131547.497500', '131547.957500', '131548.417500', '131548.877500', '131549.337500', '131549.797500', '131550.257500', '131550.717500', '131551.177500', '131551.637500', '131552.097500', '131552.557500', '131553.017500', '131553.477500', '131553.937500', '131554.397500', '131554.857500', '131555.317500', '131555.777500', '131556.237500', '131556.697500', '131557.157500', '131557.617500', '131558.077500', '131558.537500', '131558.997500', '131559.457500', '131559.917500', '131600.377500', '131600.837500', '131601.297500', '131601.757500', '131602.217500', '131602.677500', '131603.137500', '131603.597500', '131604.057500', '131604.517500', '131604.977500', '131605.437500', '131605.897500', '131606.357500', '131606.817500', '131607.277500', '131607.737500', '131608.197500', '131608.657500', '131609.117500', '131609.577500', '131610.037500', '131610.497500', '131610.957500', '131611.417500', '131611.877500', '131612.337500', '131612.797500', '131613.257500', '131613.717500', '131614.177500', '131614.637500', '131615.097500', '131615.557500', '131616.017500', '131616.477500', '131616.937500', '131617.397500', '131617.857500', '131618.317500', '131618.777500', '131619.237500', '131619.697500', '131620.157500', '131620.617500', '131621.077500', '131621.537500', '131621.997500', '131622.457500', '131622.917500', '131623.377500', '131623.837500', '131624.297500', '131624.757500', '131625.217500', '131625.677500', '131626.137500', '131626.597500', '131627.057500', '131627.517500', '131627.977500', '131628.437500', '131628.897500', '131629.357500', '131629.817500', '131630.277500', '131630.737500', '131631.197500', '131631.657500', '131632.117500', '131632.577500', '131633.037500', '131633.497500', '131633.957500', '131634.417500', '131634.877500', '131635.337500', '131635.797500', '131636.257500', '131636.717500', '131637.177500', '131637.637500', '131638.097500', '131638.557500', '131639.017500', '131639.477500', '131639.937500', '131640.397500', '131640.857500', '131641.317500', '131641.777500', '131642.237500', '131642.697500', '131643.157500', '131643.617500', '131644.077500', '131644.537500', '131644.997500', '131645.457500', '131645.917500', '131646.377500', '131646.837500', '131647.297500', '131647.757500', '131648.217500', '131648.677500', '131649.137500', '131649.597500', '131650.057500', '131650.517500', '131650.977500', '131651.437500', '131651.897500', '131652.357500', '131652.817500', '131653.277500', '131653.737500', '131654.197500', '131654.657500', '131655.117500', '131655.577500', '131656.037500', '131656.497500', '131656.957500', '131657.417500', '131657.877500', '131658.337500', '131658.797500', '131659.257500', '131659.717500', '131700.177500', '131700.637500', '131701.097500', '131701.557500', '131702.017500', '131702.477500', '131702.937500', '131703.397500', '131703.857500', '131704.317500', '131704.777500', '131705.237500', '131705.697500', '131706.157500', '131706.617500', '131707.077500', '131707.537500', '131707.997500', '131708.457500', '131708.917500', '131709.377500', '131709.837500', '131710.297500', '131710.757500', '131711.217500', '131711.677500', '131712.137500', '131712.597500', '131713.057500', '131713.517500', '131713.977500', '131714.437500', '131714.897500', '131715.357500', '131715.817500', '131716.277500', '131716.737500', '131717.197500', '131717.657500', '131718.117500', '131718.577500', '131719.037500', '131719.497500', '131719.957500', '131720.417500', '131720.877500', '131721.337500', '131721.797500', '131722.257500', '131722.717500', '131723.177500', '131723.637500', '131724.097500', '131724.557500', '131725.017500', '131725.477500', '131725.937500', '131726.397500', '131726.857500', '131727.317500', '131727.777500', '131728.237500', '131728.697500', '131729.157500', '131729.617500', '131730.077500', '131730.537500', '131730.997500', '131731.457500', '131731.917500', '131732.377500', '131732.837500', '131733.297500', '131733.757500', '131734.217500', '131734.677500', '131735.137500', '131735.597500', '131736.057500', '131736.517500', '131736.977500', '131737.437500', '131737.897500', '131738.357500', '131738.817500', '131739.277500', '131739.737500', '131740.197500', '131740.657500', '131741.117500', '131741.577500', '131742.037500', '131742.497500', '131742.957500', '131743.417500', '131743.877500', '131744.337500', '131744.797500', '131745.257500', '131745.717500', '131746.177500', '131746.637500', '131747.097500', '131747.557500', '131748.017500', '131748.477500', '131748.937500', '131749.397500', '131749.857500', '131750.317500', '131750.777500', '131751.237500', '131751.697500', '131752.157500', '131752.617500', '131753.077500', '131753.537500', '131753.997500', '131754.457500', '131754.917500', '131755.377500', '131755.837500', '131756.297500', '131756.757500', '131757.217500', '131757.677500', '131758.137500', '131758.597500', '131759.057500', '131759.517500', '131759.977500', '131800.437500', '131800.897500', '131801.357500', '131801.817500', '131802.277500', '131802.737500', '131803.197500', '131803.657500', '131804.117500', '131804.577500', '131805.037500', '131805.497500', '131805.957500', '131806.417500', '131806.877500', '131807.337500', '131807.797500', '131808.257500', '131808.717500', '131809.177500', '131809.637500', '131810.097500', '131810.557500', '131811.017500', '131811.477500', '131811.937500', '131812.397500', '131812.857500', '131813.317500', '131813.777500', '131814.237500', '131814.697500', '131815.157500', '131815.617500', '131816.077500', '131816.537500', '131816.997500', '131817.457500', '131817.917500', '131818.377500', '131818.837500', '131819.297500', '131819.757500', '131820.217500', '131820.677500', '131821.137500', '131821.597500', '131822.057500', '131822.517500', '131822.977500', '131823.437500', '131823.897500', '131824.357500', '131824.817500', '131825.277500', '131825.737500', '131826.197500', '131826.657500', '131827.117500', '131827.577500', '131828.037500', '131828.497500', '131828.957500', '131829.417500', '131829.877500', '131830.337500', '131830.797500', '131831.257500', '131831.717500', '131832.177500', '131832.637500', '131833.097500', '131833.557500', '131834.017500', '131834.477500', '131834.937500', '131835.397500', '131835.857500', '131836.317500', '131836.777500', '131837.237500', '131837.697500', '131838.157500', '131838.617500', '131839.077500'], 'ContentTime': ['131215.157000', '131215.161000', '131215.164000', '131215.166000', '131215.169000', '131215.172000', '131215.181000', '131215.183000', '131215.186000', '131215.189000', '131215.192000', '131215.194000', '131215.197000', '131215.200000', '131215.203000', '131215.206000', '131215.208000', '131215.211000', '131215.214000', '131215.217000', '131215.220000', '131215.223000', '131215.226000', '131215.228000', '131215.231000', '131215.234000', '131215.237000', '131215.239000', '131215.242000', '131215.245000', '131215.248000', '131215.251000', '131215.253000', '131215.256000', '131235.123000', '131235.126000', '131235.128000', '131235.131000', '131235.134000', '131235.137000', '131235.139000', '131235.142000', '131235.145000', '131235.148000', '131235.151000', '131235.153000', '131235.156000', '131235.159000', '131235.162000', '131235.164000', '131235.167000', '131235.170000', '131235.173000', '131235.176000', '131235.178000', '131235.181000', '131235.184000', '131235.187000', '131235.189000', '131235.192000', '131235.195000', '131235.198000', '131235.201000', '131235.204000', '131235.206000', '131235.209000', '131235.212000', '131235.215000', '131235.217000', '131235.220000', '131235.223000', '131235.226000', '131235.229000', '131235.231000', '131235.234000', '131235.237000', '131235.240000', '131255.123000', '131255.126000', '131255.128000', '131255.131000', '131255.134000', '131255.137000', '131255.140000', '131255.142000', '131255.145000', '131255.148000', '131255.151000', '131255.153000', '131255.156000', '131255.159000', '131255.162000', '131255.164000', '131255.170000', '131255.173000', '131255.176000', '131255.179000', '131255.181000', '131255.184000', '131255.187000', '131255.190000', '131255.193000', '131255.195000', '131255.198000', '131255.201000', '131255.204000', '131255.207000', '131255.209000', '131255.212000', '131255.215000', '131255.218000', '131255.220000', '131255.223000', '131255.226000', '131255.229000', '131255.232000', '131255.234000', '131255.237000', '131255.240000', '131255.242000', '131255.245000', '131315.123000', '131315.126000', '131315.129000', '131315.131000', '131315.134000', '131315.147000', '131315.150000', '131315.153000', '131315.156000', '131315.160000', '131315.162000', '131315.165000', '131315.168000', '131315.171000', '131315.174000', '131315.176000', '131315.179000', '131315.182000', '131315.185000', '131315.188000', '131315.190000', '131315.193000', '131315.196000', '131315.199000', '131315.202000', '131315.204000', '131315.207000', '131315.211000', '131315.214000', '131315.217000', '131315.220000', '131315.223000', '131315.226000', '131315.228000', '131315.231000', '131315.234000', '131315.237000', '131315.239000', '131315.242000', '131315.245000', '131315.248000', '131315.251000', '131315.254000', '131335.124000', '131335.127000', '131335.130000', '131335.132000', '131335.135000', '131335.138000', '131335.141000', '131335.144000', '131335.146000', '131335.149000', '131335.152000', '131335.155000', '131335.158000', '131335.161000', '131335.163000', '131335.166000', '131335.169000', '131335.172000', '131335.175000', '131335.177000', '131335.180000', '131335.183000', '131335.186000', '131335.189000', '131335.191000', '131335.194000', '131335.197000', '131335.200000', '131335.202000', '131335.205000', '131335.208000', '131335.211000', '131335.214000', '131335.216000', '131335.219000', '131335.222000', '131335.225000', '131335.228000', '131335.230000', '131335.233000', '131335.236000', '131335.239000', '131335.241000', '131335.244000', '131355.123000', '131355.126000', '131355.129000', '131355.132000', '131355.134000', '131355.137000', '131355.140000', '131355.143000', '131355.146000', '131355.148000', '131355.151000', '131355.154000', '131355.157000', '131355.160000', '131355.162000', '131355.165000', '131355.168000', '131355.171000', '131355.174000', '131355.176000', '131355.179000', '131355.182000', '131355.185000', '131355.188000', '131355.191000', '131355.193000', '131355.196000', '131355.199000', '131355.202000', '131355.205000', '131355.207000', '131355.210000', '131355.213000', '131355.216000', '131355.219000', '131355.221000', '131355.224000', '131355.227000', '131355.230000', '131355.233000', '131355.235000', '131355.238000', '131355.241000', '131415.123000', '131415.126000', '131415.129000', '131415.131000', '131415.134000', '131415.137000', '131415.140000', '131415.143000', '131415.145000', '131415.148000', '131415.151000', '131415.154000', '131415.156000', '131415.159000', '131415.162000', '131415.165000', '131415.168000', '131415.170000', '131415.173000', '131415.176000', '131415.179000', '131415.182000', '131415.184000', '131415.187000', '131415.190000', '131415.193000', '131415.196000', '131415.198000', '131415.201000', '131415.204000', '131415.207000', '131415.210000', '131415.212000', '131415.215000', '131415.218000', '131415.221000', '131415.224000', '131415.226000', '131415.229000', '131415.232000', '131415.235000', '131415.238000', '131415.240000', '131415.243000', '131435.123000', '131435.126000', '131435.129000', '131435.131000', '131435.134000', '131435.137000', '131435.140000', '131435.142000', '131435.145000', '131435.148000', '131435.151000', '131435.154000', '131435.156000', '131435.159000', '131435.162000', '131435.165000', '131435.168000', '131435.171000', '131435.173000', '131435.176000', '131435.179000', '131435.182000', '131435.184000', '131435.187000', '131435.190000', '131435.193000', '131435.197000', '131435.200000', '131435.203000', '131435.206000', '131435.209000', '131435.212000', '131435.215000', '131435.217000', '131435.220000', '131435.223000', '131435.226000', '131435.228000', '131435.231000', '131435.234000', '131435.237000', '131435.240000', '131435.242000', '131455.123000', '131455.138000', '131455.141000', '131455.143000', '131455.146000', '131455.149000', '131455.152000', '131455.155000', '131455.158000', '131455.160000', '131455.163000', '131455.166000', '131455.169000', '131455.172000', '131455.175000', '131455.178000', '131455.181000', '131455.183000', '131455.186000', '131455.189000', '131455.192000', '131455.195000', '131455.197000', '131455.200000', '131455.203000', '131455.206000', '131455.209000', '131455.211000', '131455.214000', '131455.217000', '131455.220000', '131455.223000', '131455.226000', '131455.228000', '131455.231000', '131455.234000', '131455.237000', '131455.239000', '131455.242000', '131455.245000', '131455.248000', '131455.251000', '131455.253000', '131455.256000', '131515.123000', '131515.126000', '131515.129000', '131515.132000', '131515.134000', '131515.137000', '131515.140000', '131515.143000', '131515.145000', '131515.148000', '131515.151000', '131515.154000', '131515.157000', '131515.159000', '131515.162000', '131515.165000', '131515.168000', '131515.171000', '131515.174000', '131515.176000', '131515.179000', '131515.182000', '131515.185000', '131515.188000', '131515.190000', '131515.193000', '131515.196000', '131515.199000', '131515.202000', '131515.204000', '131515.207000', '131515.210000', '131515.213000', '131515.216000', '131515.219000', '131515.221000', '131515.224000', '131515.227000', '131515.230000', '131515.233000', '131515.235000', '131515.238000', '131515.241000', '131535.123000', '131535.126000', '131535.129000', '131535.131000', '131535.134000', '131535.137000', '131535.140000', '131535.143000', '131535.145000', '131535.148000', '131535.151000', '131535.154000', '131535.157000', '131535.159000', '131535.162000', '131535.165000', '131535.168000', '131535.171000', '131535.174000', '131535.176000', '131535.179000', '131535.182000', '131535.185000', '131535.187000', '131535.190000', '131535.193000', '131535.196000', '131535.199000', '131535.202000', '131535.204000', '131535.207000', '131535.210000', '131535.213000', '131535.216000', '131535.219000', '131535.221000', '131535.224000', '131535.227000', '131535.230000', '131535.233000', '131535.235000', '131535.238000', '131535.241000', '131535.244000', '131555.124000', '131555.127000', '131555.130000', '131555.132000', '131555.135000', '131555.138000', '131555.141000', '131555.144000', '131555.146000', '131555.149000', '131555.152000', '131555.155000', '131555.158000', '131555.160000', '131555.163000', '131555.166000', '131555.169000', '131555.172000', '131555.174000', '131555.177000', '131555.180000', '131555.183000', '131555.186000', '131555.188000', '131555.191000', '131555.194000', '131555.197000', '131555.200000', '131555.203000', '131555.205000', '131555.208000', '131555.211000', '131555.214000', '131555.217000', '131555.219000', '131555.222000', '131555.225000', '131555.228000', '131555.231000', '131555.235000', '131555.238000', '131555.241000', '131555.244000', '131615.123000', '131615.126000', '131615.129000', '131615.131000', '131615.134000', '131615.137000', '131615.140000', '131615.142000', '131615.145000', '131615.148000', '131615.151000', '131615.154000', '131615.157000', '131615.160000', '131615.162000', '131615.165000', '131615.168000', '131615.171000', '131615.174000', '131615.176000', '131615.179000', '131615.182000', '131615.185000', '131615.188000', '131615.190000', '131615.193000', '131615.209000', '131615.212000', '131615.215000', '131615.218000', '131615.221000', '131615.223000', '131615.226000', '131615.229000', '131615.232000', '131615.235000', '131615.237000', '131615.240000', '131615.243000', '131615.246000', '131615.249000', '131615.251000', '131615.254000', '131615.257000', '131635.123000', '131635.126000', '131635.129000', '131635.131000', '131635.134000', '131635.137000', '131635.140000', '131635.143000', '131635.145000', '131635.148000', '131635.151000', '131635.154000', '131635.157000', '131635.160000', '131635.162000', '131635.165000', '131635.168000', '131635.171000', '131635.173000', '131635.176000', '131635.179000', '131635.182000', '131635.185000', '131635.188000', '131635.190000', '131635.193000', '131635.196000', '131635.199000', '131635.202000', '131635.204000', '131635.207000', '131635.210000', '131635.213000', '131635.216000', '131635.218000', '131635.221000', '131635.224000', '131635.227000', '131635.230000', '131635.233000', '131635.235000', '131635.238000', '131635.241000', '131655.123000', '131655.126000', '131655.128000', '131655.131000', '131655.134000', '131655.137000', '131655.140000', '131655.143000', '131655.153000', '131655.155000', '131655.158000', '131655.161000', '131655.164000', '131655.167000', '131655.170000', '131655.172000', '131655.175000', '131655.178000', '131655.181000', '131655.184000', '131655.187000', '131655.190000', '131655.192000', '131655.195000', '131655.198000', '131655.201000', '131655.204000', '131655.207000', '131655.209000', '131655.212000', '131655.215000', '131655.218000', '131655.221000', '131655.223000', '131655.226000', '131655.229000', '131655.232000', '131655.235000', '131655.237000', '131655.240000', '131655.243000', '131655.246000', '131655.249000', '131655.251000', '131715.123000', '131715.126000', '131715.129000', '131715.131000', '131715.134000', '131715.137000', '131715.140000', '131715.143000', '131715.146000', '131715.148000', '131715.151000', '131715.154000', '131715.157000', '131715.160000', '131715.163000', '131715.165000', '131715.168000', '131715.171000', '131715.174000', '131715.177000', '131715.179000', '131715.182000', '131715.185000', '131715.188000', '131715.191000', '131715.193000', '131715.196000', '131715.199000', '131715.202000', '131715.205000', '131715.208000', '131715.210000', '131715.213000', '131715.216000', '131715.219000', '131715.222000', '131715.224000', '131715.227000', '131715.230000', '131715.233000', '131715.236000', '131715.238000', '131715.241000', '131735.123000', '131735.126000', '131735.129000', '131735.131000', '131735.134000', '131735.137000', '131735.140000', '131735.143000', '131735.146000', '131735.148000', '131735.151000', '131735.154000', '131735.157000', '131735.160000', '131735.162000', '131735.165000', '131735.168000', '131735.171000', '131735.174000', '131735.176000', '131735.179000', '131735.182000', '131735.185000', '131735.188000', '131735.191000', '131735.193000', '131735.196000', '131735.199000', '131735.202000', '131735.205000', '131735.207000', '131735.210000', '131735.213000', '131735.216000', '131735.219000', '131735.222000', '131735.224000', '131735.227000', '131735.230000', '131735.233000', '131735.236000', '131735.238000', '131735.241000', '131735.244000', '131755.123000', '131755.126000', '131755.129000', '131755.131000', '131755.134000', '131755.137000', '131755.140000', '131755.143000', '131755.146000', '131755.148000', '131755.151000', '131755.154000', '131755.157000', '131755.160000', '131755.162000', '131755.165000', '131755.168000', '131755.171000', '131755.174000', '131755.176000', '131755.179000', '131755.182000', '131755.185000', '131755.188000', '131755.190000', '131755.193000', '131755.196000', '131755.199000', '131755.202000', '131755.204000', '131755.207000', '131755.210000', '131755.213000', '131755.216000', '131755.219000', '131755.221000', '131755.224000', '131755.227000', '131755.230000', '131755.233000', '131755.235000', '131755.238000', '131755.241000', '131815.124000', '131815.129000', '131815.132000', '131815.135000', '131815.137000', '131815.140000', '131815.145000', '131815.149000', '131815.152000', '131815.155000', '131815.158000', '131815.160000', '131815.163000', '131815.166000', '131815.181000', '131815.184000', '131815.186000', '131815.189000', '131815.192000', '131815.195000', '131815.198000', '131815.201000', '131815.204000', '131815.206000', '131815.209000', '131815.212000', '131815.215000', '131815.218000', '131815.221000', '131815.223000', '131815.226000', '131815.229000', '131815.232000', '131815.234000', '131815.237000', '131815.240000', '131815.243000', '131815.246000', '131815.248000', '131815.251000', '131815.254000', '131815.257000', '131815.260000', '131835.123000', '131835.126000', '131835.129000', '131835.131000', '131835.134000', '131835.137000', '131835.140000', '131835.143000', '131835.146000', '131835.148000', '131835.151000', '131835.154000', '131835.157000', '131835.160000', '131835.163000', '131835.165000', '131835.168000', '131835.171000', '131835.174000', '131835.177000', '131835.179000', '131835.182000', '131835.185000', '131835.188000', '131835.190000', '131835.193000', '131835.196000', '131835.199000', '131835.202000', '131835.205000', '131835.207000', '131835.210000', '131835.213000', '131835.216000', '131835.219000', '131835.222000', '131835.224000', '131835.227000', '131835.230000', '131835.233000', '131835.236000', '131835.238000', '131835.241000', '131835.244000', '131840.487000', '131840.491000', '131840.494000', '131840.497000', '131840.500000', '131840.503000', '131840.505000', '131840.508000', '131840.511000', '131840.514000', '131840.517000', '131840.520000'], 'InstanceCreationTime': ['131215.157000', '131215.161000', '131215.164000', '131215.166000', '131215.169000', '131215.172000', '131215.181000', '131215.183000', '131215.186000', '131215.189000', '131215.192000', '131215.194000', '131215.197000', '131215.200000', '131215.203000', '131215.206000', '131215.208000', '131215.211000', '131215.214000', '131215.217000', '131215.220000', '131215.223000', '131215.226000', '131215.228000', '131215.231000', '131215.234000', '131215.237000', '131215.239000', '131215.242000', '131215.245000', '131215.248000', '131215.251000', '131215.253000', '131215.256000', '131235.123000', '131235.126000', '131235.128000', '131235.131000', '131235.134000', '131235.137000', '131235.139000', '131235.142000', '131235.145000', '131235.148000', '131235.151000', '131235.153000', '131235.156000', '131235.159000', '131235.162000', '131235.164000', '131235.167000', '131235.170000', '131235.173000', '131235.176000', '131235.178000', '131235.181000', '131235.184000', '131235.187000', '131235.189000', '131235.192000', '131235.195000', '131235.198000', '131235.201000', '131235.204000', '131235.206000', '131235.209000', '131235.212000', '131235.215000', '131235.217000', '131235.220000', '131235.223000', '131235.226000', '131235.229000', '131235.231000', '131235.234000', '131235.237000', '131235.240000', '131255.123000', '131255.126000', '131255.128000', '131255.131000', '131255.134000', '131255.137000', '131255.140000', '131255.142000', '131255.145000', '131255.148000', '131255.151000', '131255.153000', '131255.156000', '131255.159000', '131255.162000', '131255.164000', '131255.170000', '131255.173000', '131255.176000', '131255.179000', '131255.181000', '131255.184000', '131255.187000', '131255.190000', '131255.193000', '131255.195000', '131255.198000', '131255.201000', '131255.204000', '131255.207000', '131255.209000', '131255.212000', '131255.215000', '131255.218000', '131255.220000', '131255.223000', '131255.226000', '131255.229000', '131255.232000', '131255.234000', '131255.237000', '131255.240000', '131255.242000', '131255.245000', '131315.123000', '131315.126000', '131315.129000', '131315.131000', '131315.134000', '131315.147000', '131315.150000', '131315.153000', '131315.156000', '131315.160000', '131315.162000', '131315.165000', '131315.168000', '131315.171000', '131315.174000', '131315.176000', '131315.179000', '131315.182000', '131315.185000', '131315.188000', '131315.190000', '131315.193000', '131315.196000', '131315.199000', '131315.202000', '131315.204000', '131315.207000', '131315.211000', '131315.214000', '131315.217000', '131315.220000', '131315.223000', '131315.226000', '131315.228000', '131315.231000', '131315.234000', '131315.237000', '131315.239000', '131315.242000', '131315.245000', '131315.248000', '131315.251000', '131315.254000', '131335.124000', '131335.127000', '131335.130000', '131335.132000', '131335.135000', '131335.138000', '131335.141000', '131335.144000', '131335.146000', '131335.149000', '131335.152000', '131335.155000', '131335.158000', '131335.161000', '131335.163000', '131335.166000', '131335.169000', '131335.172000', '131335.175000', '131335.177000', '131335.180000', '131335.183000', '131335.186000', '131335.189000', '131335.191000', '131335.194000', '131335.197000', '131335.200000', '131335.202000', '131335.205000', '131335.208000', '131335.211000', '131335.214000', '131335.216000', '131335.219000', '131335.222000', '131335.225000', '131335.228000', '131335.230000', '131335.233000', '131335.236000', '131335.239000', '131335.241000', '131335.244000', '131355.123000', '131355.126000', '131355.129000', '131355.132000', '131355.134000', '131355.137000', '131355.140000', '131355.143000', '131355.146000', '131355.148000', '131355.151000', '131355.154000', '131355.157000', '131355.160000', '131355.162000', '131355.165000', '131355.168000', '131355.171000', '131355.174000', '131355.176000', '131355.179000', '131355.182000', '131355.185000', '131355.188000', '131355.191000', '131355.193000', '131355.196000', '131355.199000', '131355.202000', '131355.205000', '131355.207000', '131355.210000', '131355.213000', '131355.216000', '131355.219000', '131355.221000', '131355.224000', '131355.227000', '131355.230000', '131355.233000', '131355.235000', '131355.238000', '131355.241000', '131415.123000', '131415.126000', '131415.129000', '131415.131000', '131415.134000', '131415.137000', '131415.140000', '131415.143000', '131415.145000', '131415.148000', '131415.151000', '131415.154000', '131415.156000', '131415.159000', '131415.162000', '131415.165000', '131415.168000', '131415.170000', '131415.173000', '131415.176000', '131415.179000', '131415.182000', '131415.184000', '131415.187000', '131415.190000', '131415.193000', '131415.196000', '131415.198000', '131415.201000', '131415.204000', '131415.207000', '131415.210000', '131415.212000', '131415.215000', '131415.218000', '131415.221000', '131415.224000', '131415.226000', '131415.229000', '131415.232000', '131415.235000', '131415.238000', '131415.240000', '131415.243000', '131435.123000', '131435.126000', '131435.129000', '131435.131000', '131435.134000', '131435.137000', '131435.140000', '131435.142000', '131435.145000', '131435.148000', '131435.151000', '131435.154000', '131435.156000', '131435.159000', '131435.162000', '131435.165000', '131435.168000', '131435.171000', '131435.173000', '131435.176000', '131435.179000', '131435.182000', '131435.184000', '131435.187000', '131435.190000', '131435.193000', '131435.197000', '131435.200000', '131435.203000', '131435.206000', '131435.209000', '131435.212000', '131435.215000', '131435.217000', '131435.220000', '131435.223000', '131435.226000', '131435.228000', '131435.231000', '131435.234000', '131435.237000', '131435.240000', '131435.242000', '131455.123000', '131455.138000', '131455.141000', '131455.143000', '131455.146000', '131455.149000', '131455.152000', '131455.155000', '131455.158000', '131455.160000', '131455.163000', '131455.166000', '131455.169000', '131455.172000', '131455.175000', '131455.178000', '131455.181000', '131455.183000', '131455.186000', '131455.189000', '131455.192000', '131455.195000', '131455.197000', '131455.200000', '131455.203000', '131455.206000', '131455.209000', '131455.211000', '131455.214000', '131455.217000', '131455.220000', '131455.223000', '131455.226000', '131455.228000', '131455.231000', '131455.234000', '131455.237000', '131455.239000', '131455.242000', '131455.245000', '131455.248000', '131455.251000', '131455.253000', '131455.256000', '131515.123000', '131515.126000', '131515.129000', '131515.132000', '131515.134000', '131515.137000', '131515.140000', '131515.143000', '131515.145000', '131515.148000', '131515.151000', '131515.154000', '131515.157000', '131515.159000', '131515.162000', '131515.165000', '131515.168000', '131515.171000', '131515.174000', '131515.176000', '131515.179000', '131515.182000', '131515.185000', '131515.188000', '131515.190000', '131515.193000', '131515.196000', '131515.199000', '131515.202000', '131515.204000', '131515.207000', '131515.210000', '131515.213000', '131515.216000', '131515.219000', '131515.221000', '131515.224000', '131515.227000', '131515.230000', '131515.233000', '131515.235000', '131515.238000', '131515.241000', '131535.123000', '131535.126000', '131535.129000', '131535.131000', '131535.134000', '131535.137000', '131535.140000', '131535.143000', '131535.145000', '131535.148000', '131535.151000', '131535.154000', '131535.157000', '131535.159000', '131535.162000', '131535.165000', '131535.168000', '131535.171000', '131535.174000', '131535.176000', '131535.179000', '131535.182000', '131535.185000', '131535.187000', '131535.190000', '131535.193000', '131535.196000', '131535.199000', '131535.202000', '131535.204000', '131535.207000', '131535.210000', '131535.213000', '131535.216000', '131535.219000', '131535.221000', '131535.224000', '131535.227000', '131535.230000', '131535.233000', '131535.235000', '131535.238000', '131535.241000', '131535.244000', '131555.124000', '131555.127000', '131555.130000', '131555.132000', '131555.135000', '131555.138000', '131555.141000', '131555.144000', '131555.146000', '131555.149000', '131555.152000', '131555.155000', '131555.158000', '131555.160000', '131555.163000', '131555.166000', '131555.169000', '131555.172000', '131555.174000', '131555.177000', '131555.180000', '131555.183000', '131555.186000', '131555.188000', '131555.191000', '131555.194000', '131555.197000', '131555.200000', '131555.203000', '131555.205000', '131555.208000', '131555.211000', '131555.214000', '131555.217000', '131555.219000', '131555.222000', '131555.225000', '131555.228000', '131555.231000', '131555.235000', '131555.238000', '131555.241000', '131555.244000', '131615.123000', '131615.126000', '131615.129000', '131615.131000', '131615.134000', '131615.137000', '131615.140000', '131615.142000', '131615.145000', '131615.148000', '131615.151000', '131615.154000', '131615.157000', '131615.160000', '131615.162000', '131615.165000', '131615.168000', '131615.171000', '131615.174000', '131615.176000', '131615.179000', '131615.182000', '131615.185000', '131615.188000', '131615.190000', '131615.193000', '131615.209000', '131615.212000', '131615.215000', '131615.218000', '131615.221000', '131615.223000', '131615.226000', '131615.229000', '131615.232000', '131615.235000', '131615.237000', '131615.240000', '131615.243000', '131615.246000', '131615.249000', '131615.251000', '131615.254000', '131615.257000', '131635.123000', '131635.126000', '131635.129000', '131635.131000', '131635.134000', '131635.137000', '131635.140000', '131635.143000', '131635.145000', '131635.148000', '131635.151000', '131635.154000', '131635.157000', '131635.160000', '131635.162000', '131635.165000', '131635.168000', '131635.171000', '131635.173000', '131635.176000', '131635.179000', '131635.182000', '131635.185000', '131635.188000', '131635.190000', '131635.193000', '131635.196000', '131635.199000', '131635.202000', '131635.204000', '131635.207000', '131635.210000', '131635.213000', '131635.216000', '131635.218000', '131635.221000', '131635.224000', '131635.227000', '131635.230000', '131635.233000', '131635.235000', '131635.238000', '131635.241000', '131655.123000', '131655.126000', '131655.128000', '131655.131000', '131655.134000', '131655.137000', '131655.140000', '131655.143000', '131655.153000', '131655.155000', '131655.158000', '131655.161000', '131655.164000', '131655.167000', '131655.170000', '131655.172000', '131655.175000', '131655.178000', '131655.181000', '131655.184000', '131655.187000', '131655.190000', '131655.192000', '131655.195000', '131655.198000', '131655.201000', '131655.204000', '131655.207000', '131655.209000', '131655.212000', '131655.215000', '131655.218000', '131655.221000', '131655.223000', '131655.226000', '131655.229000', '131655.232000', '131655.235000', '131655.237000', '131655.240000', '131655.243000', '131655.246000', '131655.249000', '131655.251000', '131715.123000', '131715.126000', '131715.129000', '131715.131000', '131715.134000', '131715.137000', '131715.140000', '131715.143000', '131715.146000', '131715.148000', '131715.151000', '131715.154000', '131715.157000', '131715.160000', '131715.163000', '131715.165000', '131715.168000', '131715.171000', '131715.174000', '131715.177000', '131715.179000', '131715.182000', '131715.185000', '131715.188000', '131715.191000', '131715.193000', '131715.196000', '131715.199000', '131715.202000', '131715.205000', '131715.208000', '131715.210000', '131715.213000', '131715.216000', '131715.219000', '131715.222000', '131715.224000', '131715.227000', '131715.230000', '131715.233000', '131715.236000', '131715.238000', '131715.241000', '131735.123000', '131735.126000', '131735.129000', '131735.131000', '131735.134000', '131735.137000', '131735.140000', '131735.143000', '131735.146000', '131735.148000', '131735.151000', '131735.154000', '131735.157000', '131735.160000', '131735.162000', '131735.165000', '131735.168000', '131735.171000', '131735.174000', '131735.176000', '131735.179000', '131735.182000', '131735.185000', '131735.188000', '131735.191000', '131735.193000', '131735.196000', '131735.199000', '131735.202000', '131735.205000', '131735.207000', '131735.210000', '131735.213000', '131735.216000', '131735.219000', '131735.222000', '131735.224000', '131735.227000', '131735.230000', '131735.233000', '131735.236000', '131735.238000', '131735.241000', '131735.244000', '131755.123000', '131755.126000', '131755.129000', '131755.131000', '131755.134000', '131755.137000', '131755.140000', '131755.143000', '131755.146000', '131755.148000', '131755.151000', '131755.154000', '131755.157000', '131755.160000', '131755.162000', '131755.165000', '131755.168000', '131755.171000', '131755.174000', '131755.176000', '131755.179000', '131755.182000', '131755.185000', '131755.188000', '131755.190000', '131755.193000', '131755.196000', '131755.199000', '131755.202000', '131755.204000', '131755.207000', '131755.210000', '131755.213000', '131755.216000', '131755.219000', '131755.221000', '131755.224000', '131755.227000', '131755.230000', '131755.233000', '131755.235000', '131755.238000', '131755.241000', '131815.124000', '131815.129000', '131815.132000', '131815.135000', '131815.137000', '131815.140000', '131815.145000', '131815.149000', '131815.152000', '131815.155000', '131815.158000', '131815.160000', '131815.163000', '131815.166000', '131815.181000', '131815.184000', '131815.186000', '131815.189000', '131815.192000', '131815.195000', '131815.198000', '131815.201000', '131815.204000', '131815.206000', '131815.209000', '131815.212000', '131815.215000', '131815.218000', '131815.221000', '131815.223000', '131815.226000', '131815.229000', '131815.232000', '131815.234000', '131815.237000', '131815.240000', '131815.243000', '131815.246000', '131815.248000', '131815.251000', '131815.254000', '131815.257000', '131815.260000', '131835.123000', '131835.126000', '131835.129000', '131835.131000', '131835.134000', '131835.137000', '131835.140000', '131835.143000', '131835.146000', '131835.148000', '131835.151000', '131835.154000', '131835.157000', '131835.160000', '131835.163000', '131835.165000', '131835.168000', '131835.171000', '131835.174000', '131835.177000', '131835.179000', '131835.182000', '131835.185000', '131835.188000', '131835.190000', '131835.193000', '131835.196000', '131835.199000', '131835.202000', '131835.205000', '131835.207000', '131835.210000', '131835.213000', '131835.216000', '131835.219000', '131835.222000', '131835.224000', '131835.227000', '131835.230000', '131835.233000', '131835.236000', '131835.238000', '131835.241000', '131835.244000', '131840.487000', '131840.491000', '131840.494000', '131840.497000', '131840.500000', '131840.503000', '131840.505000', '131840.508000', '131840.511000', '131840.514000', '131840.517000', '131840.520000'], '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': [13617, 9160, 12756, 9632, 12153, 9367, 8722, 8960, 9197, 9655, 9454, 14679, 9580, 11377, 8960, 8388, 8875, 9093, 8727, 8715, 10041, 9101, 13379, 9046, 11261, 8646, 9379, 9165, 11084, 9157, 10959, 8880, 9444, 9182, 9030, 8585, 9391, 12614, 9852, 14487, 9561, 13437, 9409, 11713, 9484, 9582, 8979, 9260, 11233, 9569, 13347, 9451, 10736, 9024, 8470, 8876, 8930, 8528, 9124, 12812, 8912, 12250, 9263, 10386, 8705, 9339, 9663, 9187, 13418, 9254, 12451, 9269, 10534, 8961, 8974, 8450, 9403, 12839, 9112, 12191, 9588, 10904, 8852, 9413, 9915, 9478, 14114, 9568, 11577, 8992, 9683, 8976, 8672, 8833, 9345, 9313, 9432, 10972, 9474, 13471, 9389, 12514, 9515, 10034, 8977, 9653, 14262, 9249, 13474, 9578, 10373, 9056, 9127, 8459, 9249, 14346, 9508, 11834, 9310, 8432, 8890, 9280, 8462, 9344, 13248, 9729, 12853, 9713, 10225, 8521, 9554, 11426, 9397, 13660, 9550, 11697, 9275, 8309, 9231, 9775, 9631, 9585, 13180, 9682, 13431, 9660, 12171, 9012, 10185, 9216, 9592, 8670, 9538, 13536, 9849, 13594, 9757, 11447, 9029, 8587, 8943, 9500, 14586, 9660, 12236, 9684, 10062, 9310, 8782, 8518, 9450, 13917, 9685, 13876, 9693, 9705, 8722, 9256, 10421, 9530, 14044, 9664, 11061, 9585, 8712, 9370, 9617, 8645, 9487, 12367, 9642, 13535, 9472, 10567, 9184, 8798, 9095, 9476, 14618, 9307, 12596, 9752, 10636, 9403, 8325, 8653, 9604, 10688, 9513, 14316, 9762, 11633, 9360, 8465, 9171, 9415, 9039, 9545, 13794, 9819, 13416, 9862, 11748, 9457, 9162, 9448, 9679, 9726, 9676, 13604, 9588, 12844, 9777, 11401, 9571, 9637, 12800, 9862, 14086, 9786, 11283, 9362, 8262, 8981, 9288, 12885, 9415, 12708, 9360, 11764, 9520, 9431, 9193, 9539, 13277, 9482, 13597, 9394, 12589, 9492, 9463, 9368, 9023, 9322, 8966, 9258, 9197, 9685, 12415, 9764, 14779, 9586, 14269, 9598, 10853, 12067, 9686, 15332, 9768, 14037, 9603, 13485, 9761, 12965, 9888, 10206, 9592, 8762, 9405, 9650, 9247, 9777, 14476, 9717, 13868, 9640, 11639, 9629, 9409, 13246, 9643, 14121, 9529, 10119, 9184, 8881, 9063, 9392, 11795, 9758, 13775, 9710, 13416, 9753, 10610, 9419, 9508, 10405, 9589, 15332, 9651, 13169, 9778, 9715, 9520, 9215, 9385, 9541, 10753, 9686, 15549, 9623, 13506, 9678, 12566, 9774, 12151, 9540, 9981, 9426, 9637, 9105, 8705, 9366, 9755, 9456, 10115, 9868, 10999, 9759, 9946, 15984, 9767, 13434, 10045, 11847, 9792, 9679, 14911, 9754, 14731, 9641, 12359, 9679, 10139, 9507, 8697, 9094, 8200, 9238, 9527, 10654, 9342, 14954, 9512, 13403, 9601, 12066, 9715, 10462, 9518, 9738, 10422, 9690, 9240, 9490, 14443, 9815, 13646, 9921, 12881, 9862, 9830, 9634, 9143, 9374, 8641, 9600, 9036, 9616, 11159, 10856, 9640, 10620, 9590, 14606, 9669, 13717, 9670, 13745, 9910, 13069, 9896, 11062, 9923, 9222, 9627, 9709, 15889, 9760, 12870, 9668, 9127, 9528, 8399, 9494, 9057, 9433, 9366, 9287, 8971, 9504, 9461, 14215, 9788, 13970, 10258, 12825, 9753, 11366, 9774, 9898, 11828, 9710, 15419, 9865, 13237, 9805, 11315, 9892, 9306, 9501, 9661, 11276, 9758, 12111, 9804, 13886, 9718, 11546, 9754, 9243, 9742, 10483, 9840, 11325, 9535, 9771, 9729, 9964, 14866, 9754, 13143, 10029, 12897, 9849, 12183, 10002, 12836, 9949, 10174, 9878, 9120, 9271, 9760, 10211, 9685, 11326, 9892, 13240, 10045, 9511, 9634, 9296, 9908, 14436, 9918, 13331, 9769, 13369, 9903, 12307, 9679, 9594, 12220, 9716, 13262, 9863, 10995, 9914, 12230, 9852, 12148, 10133, 11310, 10148, 11665, 9458, 9871, 15302, 9619, 14113, 9846, 11094, 9981, 9577, 9583, 9868, 15443, 10030, 12119, 9936, 9419, 9852, 9689, 9061, 9783, 10824, 9803, 14305, 9724, 12584, 9655, 13386, 9811, 12558, 10048, 11325, 9575, 9474, 9402, 9934, 14278, 9888, 13611, 12125, 9595, 8924, 9800, 9876, 11939, 9975, 14717, 9940, 11401, 10974, 9716, 15424, 10496, 13579, 9966, 9400, 15429, 9873, 13880, 9921, 9577, 9966, 9542, 10033, 8697, 9789, 9317, 9792, 9573, 14158, 9679, 13947, 9746, 11016, 9833, 9533, 9637, 9437, 15017, 9683, 12231, 9779, 10596, 9891, 11674, 9994, 12367, 9886, 10774, 9977, 10324, 9454, 9580, 10330, 9461, 14511, 9835, 12610, 9946, 10477, 9881, 12135, 9769, 12301, 9764, 13549, 9778, 9992, 9301, 9385, 9367, 9320, 16132, 9870, 14177, 9642, 13370, 9641, 13160, 9972, 12867, 9769, 10335, 9603, 9761, 11978, 9257, 14083, 9680, 12802, 9931, 11718, 9798, 13325, 9742, 12686, 10032, 13038, 9804, 12468, 9806, 9976, 12726, 9557, 14402, 9768, 13707, 9915, 11548, 9684, 9160, 9635, 9569, 11643, 9582, 11702, 9632, 13767, 9859, 13323, 9784, 9565, 9229, 9521, 14060, 9690, 13494, 9610, 12603, 9798, 10463, 9594, 9727, 9125, 9540, 14582, 9827, 13122, 9917, 11624, 9653, 9740, 9611, 9436, 11159, 9664, 14568, 9568, 13168, 9740, 11948, 9913, 8799, 9187, 9325, 14070, 9600, 13212, 9624, 11401, 9881, 8126, 9804, 8498, 9425, 9402, 9553, 9670, 13334, 9767, 13123, 9606, 12604, 9918, 9460, 9650, 9461, 14948, 9156, 12153, 9854, 8961, 9503, 9378, 12313, 9837, 13102, 9767, 12114, 9620, 10512, 9734, 8926, 9178, 9232, 12935, 9711, 13034, 9785, 12513, 9913, 11532, 9688, 9816, 9644, 9640, 10293, 9299, 15479, 9544, 13317, 9810, 12216, 9824, 9554, 9290, 9716, 14224, 9845, 13314, 9571, 10902, 9622, 8706, 9701, 8262, 9639, 9337, 12601, 9734, 13374, 9804, 10750, 9823, 9351, 11045, 9651, 12841, 9635, 11859, 9680, 8303, 9402, 8372, 9497, 9281, 10358, 9608, 11784, 9415, 9120, 8679, 9604, 9320, 9705, 13413, 9818, 10935, 9766, 9628, 12548, 9933, 14471, 10188, 13503, 9782, 11302, 10158, 8767, 9789, 8735, 9603, 9682, 13529, 9539, 12512, 9684, 12977, 9997, 12310, 9976, 10145, 9637, 9549, 12419, 9882, 12934, 9527, 13360, 9817, 12627, 9973, 9708, 9955, 9825, 10623, 9738, 13681, 9685, 13603, 9721, 9744, 9937, 9560, 13172, 9714, 13832, 9776, 10323, 9983, 8790, 9738, 8710, 10087, 9995, 9469], 'WindowCenter': [3986.0, 3954.0, 3970.0, 3940.0, 3946.0, 3925.0, 3915.0, 3914.0, 3923.0, 3924.0, 3924.0, 3942.0, 3913.0, 3934.0, 3914.0, 3903.0, 3910.0, 3913.0, 3902.0, 3915.0, 3923.0, 3914.0, 3956.0, 3942.0, 3934.0, 3916.0, 3926.0, 3937.0, 3946.0, 3937.0, 3949.0, 3929.0, 3937.0, 3927.0, 3926.0, 3916.0, 3928.0, 3946.0, 3926.0, 3943.0, 3913.0, 3942.0, 3914.0, 3933.0, 3912.0, 3911.0, 3900.0, 3911.0, 3933.0, 3911.0, 3929.0, 3910.0, 3919.0, 3911.0, 3902.0, 3911.0, 3911.0, 3901.0, 3912.0, 3943.0, 3925.0, 3944.0, 3924.0, 3923.0, 3911.0, 3925.0, 3924.0, 3924.0, 3944.0, 3925.0, 3944.0, 3924.0, 3935.0, 3914.0, 3912.0, 3903.0, 3924.0, 3944.0, 3925.0, 3945.0, 3925.0, 3934.0, 3914.0, 3926.0, 3926.0, 3925.0, 3944.0, 3924.0, 3934.0, 3924.0, 3925.0, 3914.0, 3915.0, 3914.0, 3926.0, 3924.0, 3926.0, 3935.0, 3925.0, 3945.0, 3926.0, 3947.0, 3925.0, 3924.0, 3912.0, 3914.0, 3953.0, 3925.0, 3944.0, 3913.0, 3922.0, 3913.0, 3913.0, 3901.0, 3912.0, 3941.0, 3913.0, 3933.0, 3925.0, 3902.0, 3912.0, 3925.0, 3902.0, 3926.0, 3956.0, 3924.0, 3944.0, 3925.0, 3925.0, 3912.0, 3925.0, 3932.0, 3924.0, 3943.0, 3923.0, 3945.0, 3925.0, 3904.0, 3925.0, 3925.0, 3925.0, 3936.0, 3955.0, 3925.0, 3945.0, 3925.0, 3944.0, 3926.0, 3926.0, 3924.0, 3925.0, 3913.0, 3924.0, 3943.0, 3924.0, 3945.0, 3924.0, 3946.0, 3927.0, 3915.0, 3913.0, 3925.0, 3943.0, 3923.0, 3944.0, 3922.0, 3922.0, 3912.0, 3912.0, 3911.0, 3925.0, 3945.0, 3924.0, 3943.0, 3912.0, 3912.0, 3903.0, 3914.0, 3921.0, 3911.0, 3932.0, 3911.0, 3933.0, 3923.0, 3903.0, 3913.0, 3912.0, 3901.0, 3923.0, 3933.0, 3913.0, 3942.0, 3913.0, 3922.0, 3913.0, 3901.0, 3902.0, 3913.0, 3942.0, 3913.0, 3933.0, 3913.0, 3920.0, 3911.0, 3902.0, 3903.0, 3924.0, 3922.0, 3914.0, 3943.0, 3923.0, 3934.0, 3925.0, 3904.0, 3912.0, 3913.0, 3912.0, 3926.0, 3955.0, 3925.0, 3944.0, 3923.0, 3932.0, 3922.0, 3914.0, 3914.0, 3914.0, 3912.0, 3912.0, 3943.0, 3923.0, 3932.0, 3912.0, 3920.0, 3911.0, 3911.0, 3932.0, 3912.0, 3941.0, 3910.0, 3920.0, 3912.0, 3901.0, 3900.0, 3914.0, 3932.0, 3911.0, 3930.0, 3913.0, 3932.0, 3914.0, 3913.0, 3912.0, 3925.0, 3943.0, 3936.0, 3957.0, 3926.0, 3946.0, 3925.0, 3925.0, 3924.0, 3927.0, 3925.0, 3925.0, 3926.0, 3927.0, 3940.0, 3960.0, 3953.0, 3971.0, 3938.0, 3958.0, 3927.0, 3938.0, 3947.0, 3924.0, 3945.0, 3924.0, 3943.0, 3914.0, 3942.0, 3912.0, 3931.0, 3914.0, 3912.0, 3913.0, 3916.0, 3913.0, 3913.0, 3913.0, 3913.0, 3943.0, 3925.0, 3944.0, 3913.0, 3922.0, 3911.0, 3914.0, 3932.0, 3913.0, 3943.0, 3913.0, 3912.0, 3912.0, 3913.0, 3913.0, 3916.0, 3932.0, 3926.0, 3946.0, 3926.0, 3945.0, 3913.0, 3925.0, 3913.0, 3926.0, 3922.0, 3912.0, 3943.0, 3913.0, 3944.0, 3925.0, 3914.0, 3912.0, 3914.0, 3913.0, 3924.0, 3933.0, 3924.0, 3954.0, 3913.0, 3945.0, 3926.0, 3931.0, 3924.0, 3932.0, 3925.0, 3924.0, 3924.0, 3925.0, 3912.0, 3903.0, 3913.0, 3924.0, 3926.0, 3938.0, 3927.0, 3936.0, 3925.0, 3924.0, 3956.0, 3926.0, 3943.0, 3912.0, 3921.0, 3899.0, 3901.0, 3942.0, 3899.0, 3930.0, 3899.0, 3920.0, 3910.0, 3920.0, 3912.0, 3903.0, 3903.0, 3904.0, 3913.0, 3937.0, 3936.0, 3928.0, 3957.0, 3925.0, 3945.0, 3926.0, 3945.0, 3915.0, 3924.0, 3910.0, 3914.0, 3923.0, 3912.0, 3913.0, 3914.0, 3944.0, 3922.0, 3946.0, 3924.0, 3933.0, 3912.0, 3912.0, 3913.0, 3913.0, 3913.0, 3902.0, 3914.0, 3914.0, 3925.0, 3938.0, 3935.0, 3924.0, 3924.0, 3915.0, 3943.0, 3925.0, 3945.0, 3914.0, 3943.0, 3913.0, 3932.0, 3913.0, 3922.0, 3911.0, 3900.0, 3899.0, 3909.0, 3940.0, 3911.0, 3930.0, 3911.0, 3899.0, 3900.0, 3889.0, 3909.0, 3901.0, 3913.0, 3914.0, 3927.0, 3927.0, 3926.0, 3928.0, 3956.0, 3927.0, 3958.0, 3925.0, 3933.0, 3914.0, 3923.0, 3911.0, 3922.0, 3921.0, 3912.0, 3940.0, 3910.0, 3930.0, 3913.0, 3921.0, 3912.0, 3902.0, 3909.0, 3912.0, 3932.0, 3914.0, 3933.0, 3923.0, 3944.0, 3926.0, 3935.0, 3925.0, 3914.0, 3925.0, 3934.0, 3937.0, 3938.0, 3924.0, 3925.0, 3913.0, 3925.0, 3945.0, 3925.0, 3943.0, 3925.0, 3933.0, 3924.0, 3934.0, 3924.0, 3945.0, 3925.0, 3924.0, 3914.0, 3911.0, 3911.0, 3925.0, 3922.0, 3913.0, 3922.0, 3923.0, 3944.0, 3924.0, 3912.0, 3923.0, 3913.0, 3925.0, 3954.0, 3925.0, 3944.0, 3924.0, 3945.0, 3925.0, 3946.0, 3913.0, 3912.0, 3933.0, 3913.0, 3933.0, 3925.0, 3922.0, 3926.0, 3934.0, 3936.0, 3947.0, 3939.0, 3936.0, 3937.0, 3946.0, 3925.0, 3928.0, 3956.0, 3914.0, 3943.0, 3911.0, 3922.0, 3912.0, 3912.0, 3900.0, 3912.0, 3940.0, 3911.0, 3933.0, 3910.0, 3900.0, 3909.0, 3910.0, 3911.0, 3924.0, 3922.0, 3922.0, 3943.0, 3924.0, 3944.0, 3926.0, 3944.0, 3925.0, 3944.0, 3926.0, 3936.0, 3914.0, 3915.0, 3912.0, 3923.0, 3943.0, 3926.0, 3957.0, 3934.0, 3924.0, 3913.0, 3922.0, 3925.0, 3932.0, 3913.0, 3943.0, 3911.0, 3935.0, 3924.0, 3914.0, 3943.0, 3911.0, 3931.0, 3898.0, 3897.0, 3927.0, 3898.0, 3917.0, 3897.0, 3897.0, 3897.0, 3899.0, 3911.0, 3888.0, 3910.0, 3900.0, 3898.0, 3911.0, 3941.0, 3909.0, 3929.0, 3898.0, 3909.0, 3908.0, 3911.0, 3898.0, 3897.0, 3929.0, 3909.0, 3930.0, 3920.0, 3920.0, 3923.0, 3933.0, 3925.0, 3947.0, 3937.0, 3936.0, 3925.0, 3926.0, 3924.0, 3926.0, 3923.0, 3924.0, 3943.0, 3925.0, 3947.0, 3924.0, 3924.0, 3925.0, 3944.0, 3938.0, 3958.0, 3938.0, 3958.0, 3926.0, 3926.0, 3926.0, 3925.0, 3915.0, 3915.0, 3954.0, 3926.0, 3955.0, 3923.0, 3944.0, 3913.0, 3933.0, 3925.0, 3945.0, 3923.0, 3923.0, 3913.0, 3924.0, 3934.0, 3926.0, 3956.0, 3924.0, 3943.0, 3926.0, 3944.0, 3937.0, 3957.0, 3927.0, 3958.0, 3941.0, 3959.0, 3938.0, 3948.0, 3926.0, 3937.0, 3947.0, 3926.0, 3945.0, 3923.0, 3943.0, 3927.0, 3935.0, 3914.0, 3914.0, 3912.0, 3925.0, 3937.0, 3927.0, 3934.0, 3926.0, 3946.0, 3926.0, 3947.0, 3925.0, 3914.0, 3912.0, 3912.0, 3944.0, 3925.0, 3944.0, 3913.0, 3934.0, 3923.0, 3924.0, 3925.0, 3927.0, 3914.0, 3925.0, 3955.0, 3926.0, 3947.0, 3927.0, 3934.0, 3925.0, 3925.0, 3924.0, 3927.0, 3937.0, 3925.0, 3944.0, 3926.0, 3944.0, 3926.0, 3935.0, 3924.0, 3904.0, 3913.0, 3913.0, 3946.0, 3925.0, 3945.0, 3926.0, 3934.0, 3925.0, 3905.0, 3924.0, 3915.0, 3915.0, 3926.0, 3925.0, 3927.0, 3959.0, 3938.0, 3947.0, 3927.0, 3946.0, 3925.0, 3927.0, 3915.0, 3914.0, 3945.0, 3914.0, 3934.0, 3925.0, 3916.0, 3914.0, 3914.0, 3931.0, 3924.0, 3945.0, 3926.0, 3936.0, 3926.0, 3923.0, 3924.0, 3916.0, 3915.0, 3915.0, 3945.0, 3915.0, 3946.0, 3926.0, 3946.0, 3925.0, 3936.0, 3925.0, 3926.0, 3927.0, 3926.0, 3926.0, 3915.0, 3945.0, 3912.0, 3943.0, 3925.0, 3934.0, 3911.0, 3913.0, 3900.0, 3910.0, 3944.0, 3923.0, 3932.0, 3913.0, 3922.0, 3911.0, 3901.0, 3924.0, 3905.0, 3915.0, 3914.0, 3934.0, 3925.0, 3946.0, 3925.0, 3924.0, 3923.0, 3914.0, 3923.0, 3924.0, 3945.0, 3915.0, 3932.0, 3912.0, 3901.0, 3914.0, 3904.0, 3924.0, 3925.0, 3923.0, 3927.0, 3947.0, 3928.0, 3926.0, 3927.0, 3940.0, 3939.0, 3951.0, 3974.0, 3943.0, 3951.0, 3928.0, 3928.0, 3948.0, 3927.0, 3948.0, 3925.0, 3934.0, 3914.0, 3922.0, 3923.0, 3902.0, 3911.0, 3902.0, 3911.0, 3914.0, 3942.0, 3912.0, 3934.0, 3925.0, 3944.0, 3928.0, 3949.0, 3928.0, 3927.0, 3926.0, 3927.0, 3947.0, 3938.0, 3946.0, 3928.0, 3946.0, 3926.0, 3946.0, 3928.0, 3925.0, 3925.0, 3926.0, 3924.0, 3927.0, 3946.0, 3925.0, 3944.0, 3914.0, 3914.0, 3924.0, 3924.0, 3934.0, 3913.0, 3934.0, 3912.0, 3923.0, 3925.0, 3904.0, 3914.0, 3912.0, 3925.0, 3938.0, 3927.0], 'WindowWidth': [8880.0, 8832.0, 8850.0, 8808.0, 8807.0, 8777.0, 8761.0, 8762.0, 8772.0, 8773.0, 8772.0, 8793.0, 8754.0, 8784.0, 8761.0, 8742.0, 8749.0, 8755.0, 8739.0, 8760.0, 8769.0, 8759.0, 8819.0, 8812.0, 8787.0, 8766.0, 8780.0, 8797.0, 8806.0, 8798.0, 8814.0, 8790.0, 8797.0, 8782.0, 8780.0, 8766.0, 8784.0, 8805.0, 8778.0, 8797.0, 8755.0, 8792.0, 8758.0, 8781.0, 8751.0, 8748.0, 8731.0, 8749.0, 8781.0, 8749.0, 8771.0, 8746.0, 8758.0, 8750.0, 8740.0, 8750.0, 8751.0, 8735.0, 8753.0, 8798.0, 8777.0, 8799.0, 8773.0, 8769.0, 8751.0, 8776.0, 8773.0, 8773.0, 8799.0, 8773.0, 8797.0, 8773.0, 8790.0, 8758.0, 8755.0, 8742.0, 8772.0, 8799.0, 8776.0, 8802.0, 8776.0, 8786.0, 8759.0, 8778.0, 8778.0, 8774.0, 8799.0, 8771.0, 8784.0, 8774.0, 8774.0, 8759.0, 8761.0, 8758.0, 8778.0, 8776.0, 8778.0, 8788.0, 8777.0, 8804.0, 8780.0, 8807.0, 8774.0, 8771.0, 8751.0, 8756.0, 8809.0, 8774.0, 8796.0, 8756.0, 8764.0, 8754.0, 8756.0, 8737.0, 8752.0, 8790.0, 8754.0, 8782.0, 8777.0, 8739.0, 8754.0, 8775.0, 8742.0, 8779.0, 8819.0, 8774.0, 8799.0, 8774.0, 8774.0, 8754.0, 8775.0, 8779.0, 8772.0, 8795.0, 8769.0, 8802.0, 8777.0, 8746.0, 8773.0, 8775.0, 8775.0, 8793.0, 8816.0, 8776.0, 8800.0, 8775.0, 8799.0, 8780.0, 8778.0, 8770.0, 8774.0, 8755.0, 8772.0, 8798.0, 8773.0, 8799.0, 8771.0, 8807.0, 8782.0, 8762.0, 8755.0, 8772.0, 8795.0, 8767.0, 8797.0, 8768.0, 8765.0, 8753.0, 8754.0, 8750.0, 8775.0, 8801.0, 8770.0, 8794.0, 8751.0, 8750.0, 8741.0, 8758.0, 8762.0, 8749.0, 8776.0, 8749.0, 8779.0, 8770.0, 8740.0, 8753.0, 8752.0, 8736.0, 8768.0, 8781.0, 8754.0, 8792.0, 8754.0, 8763.0, 8754.0, 8735.0, 8737.0, 8753.0, 8790.0, 8754.0, 8780.0, 8755.0, 8758.0, 8750.0, 8739.0, 8741.0, 8772.0, 8766.0, 8756.0, 8793.0, 8766.0, 8782.0, 8774.0, 8743.0, 8752.0, 8756.0, 8752.0, 8777.0, 8814.0, 8774.0, 8796.0, 8769.0, 8778.0, 8768.0, 8757.0, 8756.0, 8756.0, 8752.0, 8752.0, 8794.0, 8769.0, 8779.0, 8753.0, 8760.0, 8747.0, 8749.0, 8778.0, 8751.0, 8788.0, 8744.0, 8756.0, 8750.0, 8736.0, 8732.0, 8757.0, 8778.0, 8749.0, 8773.0, 8754.0, 8779.0, 8756.0, 8755.0, 8753.0, 8774.0, 8797.0, 8791.0, 8818.0, 8778.0, 8802.0, 8775.0, 8776.0, 8773.0, 8779.0, 8774.0, 8775.0, 8779.0, 8781.0, 8803.0, 8829.0, 8827.0, 8846.0, 8798.0, 8824.0, 8777.0, 8796.0, 8804.0, 8769.0, 8797.0, 8767.0, 8792.0, 8755.0, 8791.0, 8752.0, 8772.0, 8754.0, 8750.0, 8754.0, 8761.0, 8754.0, 8753.0, 8751.0, 8753.0, 8794.0, 8772.0, 8795.0, 8753.0, 8763.0, 8748.0, 8756.0, 8778.0, 8752.0, 8790.0, 8750.0, 8749.0, 8750.0, 8754.0, 8755.0, 8761.0, 8778.0, 8775.0, 8803.0, 8776.0, 8797.0, 8755.0, 8772.0, 8755.0, 8775.0, 8765.0, 8750.0, 8792.0, 8753.0, 8795.0, 8773.0, 8753.0, 8752.0, 8755.0, 8753.0, 8773.0, 8780.0, 8770.0, 8809.0, 8754.0, 8798.0, 8776.0, 8776.0, 8771.0, 8778.0, 8770.0, 8771.0, 8771.0, 8772.0, 8751.0, 8740.0, 8755.0, 8772.0, 8779.0, 8793.0, 8779.0, 8789.0, 8772.0, 8770.0, 8816.0, 8773.0, 8792.0, 8750.0, 8759.0, 8724.0, 8731.0, 8789.0, 8727.0, 8768.0, 8726.0, 8754.0, 8744.0, 8760.0, 8752.0, 8736.0, 8738.0, 8742.0, 8755.0, 8795.0, 8792.0, 8782.0, 8819.0, 8773.0, 8800.0, 8777.0, 8801.0, 8760.0, 8769.0, 8746.0, 8754.0, 8767.0, 8750.0, 8753.0, 8755.0, 8795.0, 8766.0, 8802.0, 8770.0, 8778.0, 8750.0, 8751.0, 8754.0, 8754.0, 8754.0, 8738.0, 8756.0, 8756.0, 8773.0, 8795.0, 8787.0, 8772.0, 8769.0, 8757.0, 8793.0, 8773.0, 8799.0, 8757.0, 8792.0, 8753.0, 8774.0, 8752.0, 8761.0, 8746.0, 8731.0, 8727.0, 8741.0, 8785.0, 8745.0, 8770.0, 8744.0, 8725.0, 8729.0, 8714.0, 8743.0, 8734.0, 8754.0, 8758.0, 8781.0, 8780.0, 8777.0, 8782.0, 8816.0, 8777.0, 8821.0, 8775.0, 8779.0, 8755.0, 8765.0, 8748.0, 8764.0, 8761.0, 8749.0, 8784.0, 8745.0, 8770.0, 8752.0, 8760.0, 8750.0, 8736.0, 8743.0, 8750.0, 8777.0, 8756.0, 8779.0, 8768.0, 8795.0, 8775.0, 8787.0, 8773.0, 8755.0, 8772.0, 8784.0, 8794.0, 8796.0, 8773.0, 8775.0, 8753.0, 8771.0, 8800.0, 8772.0, 8793.0, 8772.0, 8780.0, 8769.0, 8780.0, 8770.0, 8801.0, 8773.0, 8771.0, 8754.0, 8749.0, 8750.0, 8773.0, 8764.0, 8753.0, 8762.0, 8765.0, 8797.0, 8770.0, 8753.0, 8769.0, 8755.0, 8772.0, 8812.0, 8773.0, 8797.0, 8769.0, 8798.0, 8772.0, 8802.0, 8753.0, 8749.0, 8778.0, 8753.0, 8779.0, 8771.0, 8764.0, 8776.0, 8784.0, 8791.0, 8807.0, 8800.0, 8789.0, 8794.0, 8805.0, 8774.0, 8781.0, 8816.0, 8757.0, 8793.0, 8748.0, 8764.0, 8750.0, 8749.0, 8731.0, 8747.0, 8783.0, 8747.0, 8777.0, 8746.0, 8729.0, 8742.0, 8745.0, 8749.0, 8770.0, 8763.0, 8765.0, 8793.0, 8770.0, 8798.0, 8775.0, 8797.0, 8773.0, 8797.0, 8776.0, 8790.0, 8756.0, 8758.0, 8751.0, 8765.0, 8795.0, 8775.0, 8820.0, 8785.0, 8771.0, 8754.0, 8766.0, 8773.0, 8777.0, 8753.0, 8794.0, 8749.0, 8785.0, 8768.0, 8757.0, 8794.0, 8747.0, 8772.0, 8723.0, 8722.0, 8764.0, 8723.0, 8748.0, 8721.0, 8719.0, 8721.0, 8727.0, 8747.0, 8713.0, 8743.0, 8730.0, 8725.0, 8748.0, 8788.0, 8743.0, 8768.0, 8726.0, 8741.0, 8740.0, 8747.0, 8725.0, 8723.0, 8767.0, 8741.0, 8770.0, 8762.0, 8759.0, 8767.0, 8780.0, 8775.0, 8806.0, 8795.0, 8790.0, 8775.0, 8775.0, 8773.0, 8777.0, 8769.0, 8771.0, 8795.0, 8773.0, 8804.0, 8772.0, 8770.0, 8775.0, 8799.0, 8798.0, 8823.0, 8798.0, 8822.0, 8776.0, 8777.0, 8779.0, 8776.0, 8759.0, 8761.0, 8810.0, 8774.0, 8813.0, 8767.0, 8795.0, 8755.0, 8778.0, 8774.0, 8799.0, 8768.0, 8766.0, 8752.0, 8769.0, 8782.0, 8778.0, 8816.0, 8771.0, 8793.0, 8778.0, 8799.0, 8795.0, 8820.0, 8781.0, 8824.0, 8806.0, 8824.0, 8797.0, 8808.0, 8776.0, 8795.0, 8808.0, 8775.0, 8797.0, 8767.0, 8792.0, 8779.0, 8785.0, 8757.0, 8755.0, 8750.0, 8772.0, 8792.0, 8778.0, 8784.0, 8776.0, 8803.0, 8775.0, 8806.0, 8772.0, 8756.0, 8749.0, 8751.0, 8796.0, 8771.0, 8796.0, 8755.0, 8782.0, 8769.0, 8770.0, 8773.0, 8778.0, 8758.0, 8773.0, 8812.0, 8775.0, 8805.0, 8780.0, 8785.0, 8774.0, 8774.0, 8770.0, 8778.0, 8792.0, 8773.0, 8797.0, 8773.0, 8795.0, 8775.0, 8787.0, 8769.0, 8745.0, 8753.0, 8755.0, 8802.0, 8773.0, 8799.0, 8774.0, 8781.0, 8773.0, 8747.0, 8771.0, 8759.0, 8760.0, 8776.0, 8775.0, 8780.0, 8825.0, 8796.0, 8804.0, 8779.0, 8801.0, 8774.0, 8779.0, 8758.0, 8756.0, 8798.0, 8757.0, 8784.0, 8773.0, 8761.0, 8754.0, 8757.0, 8774.0, 8769.0, 8799.0, 8775.0, 8786.0, 8775.0, 8768.0, 8769.0, 8763.0, 8760.0, 8760.0, 8797.0, 8758.0, 8802.0, 8778.0, 8801.0, 8774.0, 8787.0, 8773.0, 8775.0, 8777.0, 8776.0, 8775.0, 8759.0, 8798.0, 8751.0, 8792.0, 8773.0, 8781.0, 8748.0, 8751.0, 8731.0, 8745.0, 8795.0, 8767.0, 8776.0, 8752.0, 8761.0, 8746.0, 8736.0, 8769.0, 8746.0, 8758.0, 8758.0, 8783.0, 8772.0, 8802.0, 8774.0, 8769.0, 8767.0, 8755.0, 8766.0, 8770.0, 8798.0, 8758.0, 8775.0, 8750.0, 8735.0, 8757.0, 8745.0, 8769.0, 8774.0, 8769.0, 8779.0, 8806.0, 8783.0, 8776.0, 8783.0, 8802.0, 8802.0, 8822.0, 8857.0, 8810.0, 8818.0, 8781.0, 8782.0, 8807.0, 8779.0, 8809.0, 8771.0, 8782.0, 8753.0, 8762.0, 8766.0, 8736.0, 8746.0, 8734.0, 8744.0, 8753.0, 8792.0, 8751.0, 8781.0, 8772.0, 8797.0, 8781.0, 8810.0, 8783.0, 8778.0, 8774.0, 8779.0, 8806.0, 8796.0, 8802.0, 8781.0, 8801.0, 8775.0, 8805.0, 8780.0, 8773.0, 8772.0, 8776.0, 8772.0, 8778.0, 8804.0, 8772.0, 8794.0, 8755.0, 8754.0, 8770.0, 8771.0, 8781.0, 8753.0, 8779.0, 8749.0, 8768.0, 8772.0, 8743.0, 8755.0, 8751.0, 8774.0, 8796.0, 8781.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.001497454128440367</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024590586926605505</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.920601653329506</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1963714574856494</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9876569063605051</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.449</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6328.0083</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10304750033917195</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.701834862385321</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3805803977735724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2946283089281616</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6752536634897095</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1718592209028453</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00957351</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0202780794352293</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0269599761813879</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.8194397016302357</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>40.887</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1163</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.6086</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309520.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>688.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.1694</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0512</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.1347</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3175.5229</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3395.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67024.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>995.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4171.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.8672</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.50273285288131</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> |