=== 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-04_task-social_acq-mb8_run-05_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-04_task-social_acq-mb8_run-05_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-05_session-04_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-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_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-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_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-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_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-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_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-05_session-04_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-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_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-05_session-04_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-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_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-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_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-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-05_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-04/func/sub-0038_ses-04_task-social_acq-mb8_run-05_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>9b893218b8a1b656117f291d9489567f</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:32:38.505000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998038, 0.0274333, 0.056277, -0.0315389, 0.996803, 0.0734117]</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-05_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.079509</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7225, 567, -77, -153, -72, 103]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.481</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1e99517c-c295-40cf-9385-a5bc7f34304f||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677663564682007, -0.08461656421422958, 0.14602459967136383, 116.06807708740234], [-0.07360165566205978, 2.674349308013916, 0.2026149481534958, -96.18214416503906], [0.1509871780872345, -0.19695815443992615, 2.6884241104125977, -59.43611145019531], [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': ['133238.505000', '133238.965000', '133239.425000', '133239.885000', '133240.345000', '133240.805000', '133241.265000', '133241.725000', '133242.185000', '133242.645000', '133243.105000', '133243.565000', '133244.025000', '133244.485000', '133244.945000', '133245.405000', '133245.865000', '133246.325000', '133246.785000', '133247.245000', '133247.705000', '133248.165000', '133248.625000', '133249.085000', '133249.545000', '133250.005000', '133250.465000', '133250.925000', '133251.385000', '133251.845000', '133252.305000', '133252.765000', '133253.225000', '133253.685000', '133254.145000', '133254.605000', '133255.065000', '133255.525000', '133255.985000', '133256.445000', '133256.905000', '133257.365000', '133257.825000', '133258.285000', '133258.745000', '133259.205000', '133259.665000', '133300.125000', '133300.585000', '133301.045000', '133301.505000', '133301.965000', '133302.425000', '133302.885000', '133303.345000', '133303.805000', '133304.265000', '133304.725000', '133305.185000', '133305.645000', '133306.105000', '133306.565000', '133307.025000', '133307.485000', '133307.945000', '133308.405000', '133308.865000', '133309.325000', '133309.785000', '133310.245000', '133310.705000', '133311.165000', '133311.625000', '133312.085000', '133312.545000', '133313.005000', '133313.465000', '133313.925000', '133314.385000', '133314.845000', '133315.305000', '133315.765000', '133316.225000', '133316.685000', '133317.145000', '133317.605000', '133318.065000', '133318.525000', '133318.985000', '133319.445000', '133319.905000', '133320.365000', '133320.825000', '133321.285000', '133321.745000', '133322.205000', '133322.665000', '133323.125000', '133323.585000', '133324.045000', '133324.505000', '133324.965000', '133325.425000', '133325.885000', '133326.345000', '133326.805000', '133327.265000', '133327.725000', '133328.185000', '133328.645000', '133329.105000', '133329.565000', '133330.025000', '133330.485000', '133330.945000', '133331.405000', '133331.865000', '133332.325000', '133332.785000', '133333.245000', '133333.705000', '133334.165000', '133334.625000', '133335.085000', '133335.545000', '133336.005000', '133336.465000', '133336.925000', '133337.385000', '133337.845000', '133338.305000', '133338.765000', '133339.225000', '133339.685000', '133340.145000', '133340.605000', '133341.065000', '133341.525000', '133341.985000', '133342.445000', '133342.905000', '133343.365000', '133343.825000', '133344.285000', '133344.745000', '133345.205000', '133345.665000', '133346.125000', '133346.585000', '133347.045000', '133347.505000', '133347.965000', '133348.425000', '133348.885000', '133349.345000', '133349.805000', '133350.265000', '133350.725000', '133351.185000', '133351.645000', '133352.105000', '133352.565000', '133353.025000', '133353.485000', '133353.945000', '133354.405000', '133354.865000', '133355.325000', '133355.785000', '133356.245000', '133356.705000', '133357.165000', '133357.625000', '133358.085000', '133358.545000', '133359.005000', '133359.465000', '133359.925000', '133400.385000', '133400.845000', '133401.305000', '133401.765000', '133402.225000', '133402.685000', '133403.145000', '133403.605000', '133404.065000', '133404.525000', '133404.985000', '133405.445000', '133405.905000', '133406.365000', '133406.825000', '133407.285000', '133407.745000', '133408.205000', '133408.665000', '133409.125000', '133409.585000', '133410.045000', '133410.505000', '133410.965000', '133411.425000', '133411.885000', '133412.345000', '133412.805000', '133413.265000', '133413.725000', '133414.185000', '133414.645000', '133415.105000', '133415.565000', '133416.025000', '133416.485000', '133416.945000', '133417.405000', '133417.865000', '133418.325000', '133418.785000', '133419.245000', '133419.705000', '133420.165000', '133420.625000', '133421.085000', '133421.545000', '133422.005000', '133422.465000', '133422.925000', '133423.385000', '133423.845000', '133424.305000', '133424.765000', '133425.225000', '133425.685000', '133426.145000', '133426.605000', '133427.065000', '133427.525000', '133427.985000', '133428.445000', '133428.905000', '133429.365000', '133429.825000', '133430.285000', '133430.745000', '133431.205000', '133431.665000', '133432.125000', '133432.585000', '133433.045000', '133433.505000', '133433.965000', '133434.425000', '133434.885000', '133435.345000', '133435.805000', '133436.265000', '133436.725000', '133437.185000', '133437.645000', '133438.105000', '133438.565000', '133439.025000', '133439.485000', '133439.945000', '133440.405000', '133440.865000', '133441.325000', '133441.785000', '133442.245000', '133442.705000', '133443.165000', '133443.625000', '133444.085000', '133444.545000', '133445.005000', '133445.465000', '133445.925000', '133446.385000', '133446.845000', '133447.305000', '133447.765000', '133448.225000', '133448.685000', '133449.145000', '133449.605000', '133450.065000', '133450.525000', '133450.985000', '133451.445000', '133451.905000', '133452.365000', '133452.825000', '133453.285000', '133453.745000', '133454.205000', '133454.665000', '133455.125000', '133455.585000', '133456.045000', '133456.505000', '133456.965000', '133457.425000', '133457.885000', '133458.345000', '133458.805000', '133459.265000', '133459.725000', '133500.185000', '133500.645000', '133501.105000', '133501.565000', '133502.025000', '133502.485000', '133502.945000', '133503.405000', '133503.865000', '133504.325000', '133504.785000', '133505.245000', '133505.705000', '133506.165000', '133506.625000', '133507.085000', '133507.545000', '133508.005000', '133508.465000', '133508.925000', '133509.385000', '133509.845000', '133510.305000', '133510.765000', '133511.225000', '133511.685000', '133512.145000', '133512.605000', '133513.065000', '133513.525000', '133513.985000', '133514.445000', '133514.905000', '133515.365000', '133515.825000', '133516.285000', '133516.745000', '133517.205000', '133517.665000', '133518.125000', '133518.585000', '133519.045000', '133519.505000', '133519.965000', '133520.425000', '133520.885000', '133521.345000', '133521.805000', '133522.265000', '133522.725000', '133523.185000', '133523.645000', '133524.105000', '133524.565000', '133525.025000', '133525.485000', '133525.945000', '133526.405000', '133526.865000', '133527.325000', '133527.785000', '133528.245000', '133528.705000', '133529.165000', '133529.625000', '133530.085000', '133530.545000', '133531.005000', '133531.465000', '133531.925000', '133532.385000', '133532.845000', '133533.305000', '133533.765000', '133534.225000', '133534.685000', '133535.145000', '133535.605000', '133536.065000', '133536.525000', '133536.985000', '133537.445000', '133537.905000', '133538.365000', '133538.825000', '133539.285000', '133539.745000', '133540.205000', '133540.665000', '133541.125000', '133541.585000', '133542.045000', '133542.505000', '133542.965000', '133543.425000', '133543.885000', '133544.345000', '133544.805000', '133545.265000', '133545.725000', '133546.185000', '133546.645000', '133547.105000', '133547.565000', '133548.025000', '133548.485000', '133548.945000', '133549.405000', '133549.865000', '133550.325000', '133550.785000', '133551.245000', '133551.705000', '133552.165000', '133552.625000', '133553.085000', '133553.545000', '133554.005000', '133554.465000', '133554.925000', '133555.385000', '133555.845000', '133556.305000', '133556.765000', '133557.225000', '133557.685000', '133558.145000', '133558.605000', '133559.065000', '133559.525000', '133559.985000', '133600.445000', '133600.905000', '133601.365000', '133601.825000', '133602.285000', '133602.745000', '133603.205000', '133603.665000', '133604.125000', '133604.585000', '133605.045000', '133605.505000', '133605.965000', '133606.425000', '133606.885000', '133607.345000', '133607.805000', '133608.265000', '133608.725000', '133609.185000', '133609.645000', '133610.105000', '133610.565000', '133611.025000', '133611.485000', '133611.945000', '133612.405000', '133612.865000', '133613.325000', '133613.785000', '133614.245000', '133614.705000', '133615.165000', '133615.625000', '133616.085000', '133616.545000', '133617.005000', '133617.465000', '133617.925000', '133618.385000', '133618.845000', '133619.305000', '133619.765000', '133620.225000', '133620.685000', '133621.145000', '133621.605000', '133622.065000', '133622.525000', '133622.985000', '133623.445000', '133623.905000', '133624.365000', '133624.825000', '133625.285000', '133625.745000', '133626.205000', '133626.665000', '133627.125000', '133627.585000', '133628.045000', '133628.505000', '133628.965000', '133629.425000', '133629.885000', '133630.345000', '133630.805000', '133631.265000', '133631.725000', '133632.185000', '133632.645000', '133633.105000', '133633.565000', '133634.025000', '133634.485000', '133634.945000', '133635.405000', '133635.865000', '133636.325000', '133636.785000', '133637.245000', '133637.705000', '133638.165000', '133638.625000', '133639.085000', '133639.545000', '133640.005000', '133640.465000', '133640.925000', '133641.385000', '133641.845000', '133642.305000', '133642.765000', '133643.225000', '133643.685000', '133644.145000', '133644.605000', '133645.065000', '133645.525000', '133645.985000', '133646.445000', '133646.905000', '133647.365000', '133647.825000', '133648.285000', '133648.745000', '133649.205000', '133649.665000', '133650.125000', '133650.585000', '133651.045000', '133651.505000', '133651.965000', '133652.425000', '133652.885000', '133653.345000', '133653.805000', '133654.265000', '133654.725000', '133655.185000', '133655.645000', '133656.105000', '133656.565000', '133657.025000', '133657.485000', '133657.945000', '133658.405000', '133658.865000', '133659.325000', '133659.785000', '133700.245000', '133700.705000', '133701.165000', '133701.625000', '133702.085000', '133702.545000', '133703.005000', '133703.465000', '133703.925000', '133704.385000', '133704.845000', '133705.305000', '133705.765000', '133706.225000', '133706.685000', '133707.145000', '133707.605000', '133708.065000', '133708.525000', '133708.985000', '133709.445000', '133709.905000', '133710.365000', '133710.825000', '133711.285000', '133711.745000', '133712.205000', '133712.665000', '133713.125000', '133713.585000', '133714.045000', '133714.505000', '133714.965000', '133715.425000', '133715.885000', '133716.345000', '133716.805000', '133717.265000', '133717.725000', '133718.185000', '133718.645000', '133719.105000', '133719.565000', '133720.025000', '133720.485000', '133720.945000', '133721.405000', '133721.865000', '133722.325000', '133722.785000', '133723.245000', '133723.705000', '133724.165000', '133724.625000', '133725.085000', '133725.545000', '133726.005000', '133726.465000', '133726.925000', '133727.385000', '133727.845000', '133728.305000', '133728.765000', '133729.225000', '133729.685000', '133730.145000', '133730.605000', '133731.065000', '133731.525000', '133731.985000', '133732.445000', '133732.905000', '133733.365000', '133733.825000', '133734.285000', '133734.745000', '133735.205000', '133735.665000', '133736.125000', '133736.585000', '133737.045000', '133737.505000', '133737.965000', '133738.425000', '133738.885000', '133739.345000', '133739.805000', '133740.265000', '133740.725000', '133741.185000', '133741.645000', '133742.105000', '133742.565000', '133743.025000', '133743.485000', '133743.945000', '133744.405000', '133744.865000', '133745.325000', '133745.785000', '133746.245000', '133746.705000', '133747.165000', '133747.625000', '133748.085000', '133748.545000', '133749.005000', '133749.465000', '133749.925000', '133750.385000', '133750.845000', '133751.305000', '133751.765000', '133752.225000', '133752.685000', '133753.145000', '133753.605000', '133754.065000', '133754.525000', '133754.985000', '133755.445000', '133755.905000', '133756.365000', '133756.825000', '133757.285000', '133757.745000', '133758.205000', '133758.665000', '133759.125000', '133759.585000', '133800.045000', '133800.505000', '133800.965000', '133801.425000', '133801.885000', '133802.345000', '133802.805000', '133803.265000', '133803.725000', '133804.185000', '133804.645000', '133805.105000', '133805.565000', '133806.025000', '133806.485000', '133806.945000', '133807.405000', '133807.865000', '133808.325000', '133808.785000', '133809.245000', '133809.705000', '133810.165000', '133810.625000', '133811.085000', '133811.545000', '133812.005000', '133812.465000', '133812.925000', '133813.385000', '133813.845000', '133814.305000', '133814.765000', '133815.225000', '133815.685000', '133816.145000', '133816.605000', '133817.065000', '133817.525000', '133817.985000', '133818.445000', '133818.905000', '133819.365000', '133819.825000', '133820.285000', '133820.745000', '133821.205000', '133821.665000', '133822.125000', '133822.585000', '133823.045000', '133823.505000', '133823.965000', '133824.425000', '133824.885000', '133825.345000', '133825.805000', '133826.265000', '133826.725000', '133827.185000', '133827.645000', '133828.105000', '133828.565000', '133829.025000', '133829.485000', '133829.945000', '133830.405000', '133830.865000', '133831.325000', '133831.785000', '133832.245000', '133832.705000', '133833.165000', '133833.625000', '133834.085000', '133834.545000', '133835.005000', '133835.465000', '133835.925000', '133836.385000', '133836.845000', '133837.305000', '133837.765000', '133838.225000', '133838.685000', '133839.145000', '133839.605000', '133840.065000', '133840.525000', '133840.985000', '133841.445000', '133841.905000', '133842.365000', '133842.825000', '133843.285000', '133843.745000', '133844.205000', '133844.665000', '133845.125000', '133845.585000', '133846.045000', '133846.505000', '133846.965000', '133847.425000', '133847.885000', '133848.345000', '133848.805000', '133849.265000', '133849.725000', '133850.185000', '133850.645000', '133851.105000', '133851.565000', '133852.025000', '133852.485000', '133852.945000', '133853.405000', '133853.865000', '133854.325000', '133854.785000', '133855.245000', '133855.705000', '133856.165000', '133856.625000', '133857.085000', '133857.545000', '133858.005000', '133858.465000', '133858.925000', '133859.385000', '133859.845000', '133900.305000', '133900.765000', '133901.225000', '133901.685000', '133902.145000', '133902.605000', '133903.065000', '133903.525000', '133903.985000', '133904.445000', '133904.905000', '133905.365000', '133905.825000', '133906.285000', '133906.745000', '133907.205000', '133907.665000', '133908.125000', '133908.585000', '133909.045000', '133909.505000', '133909.965000', '133910.425000', '133910.885000', '133911.345000', '133911.805000', '133912.265000', '133912.725000', '133913.185000', '133913.645000', '133914.105000', '133914.565000', '133915.025000', '133915.485000', '133915.945000', '133916.405000', '133916.865000', '133917.325000', '133917.785000', '133918.245000', '133918.705000', '133919.165000'], 'ContentTime': ['133301.558000', '133301.565000', '133301.568000', '133301.571000', '133301.574000', '133301.576000', '133301.579000', '133301.582000', '133301.584000', '133301.587000', '133301.589000', '133301.592000', '133301.594000', '133301.597000', '133301.600000', '133301.602000', '133301.605000', '133301.607000', '133301.610000', '133301.612000', '133301.615000', '133301.617000', '133301.620000', '133301.622000', '133301.625000', '133301.628000', '133301.630000', '133301.633000', '133301.635000', '133301.638000', '133301.640000', '133301.643000', '133301.646000', '133301.648000', '133301.651000', '133301.653000', '133301.656000', '133301.658000', '133301.661000', '133301.663000', '133301.666000', '133301.694000', '133301.697000', '133301.699000', '133301.702000', '133301.705000', '133301.707000', '133301.710000', '133321.526000', '133321.528000', '133321.531000', '133321.534000', '133321.536000', '133321.539000', '133321.541000', '133321.544000', '133321.546000', '133321.549000', '133321.552000', '133321.554000', '133321.557000', '133321.559000', '133321.562000', '133321.564000', '133321.567000', '133321.570000', '133321.572000', '133321.575000', '133321.577000', '133321.580000', '133321.582000', '133321.585000', '133321.587000', '133321.590000', '133321.592000', '133321.595000', '133321.598000', '133321.600000', '133321.608000', '133321.610000', '133321.613000', '133321.615000', '133321.618000', '133321.620000', '133321.623000', '133321.626000', '133321.628000', '133321.631000', '133321.633000', '133321.636000', '133321.639000', '133341.526000', '133341.529000', '133341.532000', '133341.534000', '133341.537000', '133341.540000', '133341.542000', '133341.545000', '133341.547000', '133341.550000', '133341.552000', '133341.555000', '133341.558000', '133341.560000', '133341.563000', '133341.565000', '133341.568000', '133341.570000', '133341.573000', '133341.576000', '133341.578000', '133341.593000', '133341.596000', '133341.598000', '133341.601000', '133341.603000', '133341.606000', '133341.608000', '133341.611000', '133341.614000', '133341.616000', '133341.619000', '133341.621000', '133341.630000', '133341.632000', '133341.635000', '133341.638000', '133341.640000', '133341.643000', '133341.645000', '133341.648000', '133341.650000', '133341.653000', '133341.655000', '133401.527000', '133401.530000', '133401.532000', '133401.535000', '133401.537000', '133401.540000', '133401.543000', '133401.546000', '133401.555000', '133401.558000', '133401.560000', '133401.563000', '133401.566000', '133401.568000', '133401.571000', '133401.573000', '133401.576000', '133401.578000', '133401.581000', '133401.583000', '133401.586000', '133401.589000', '133401.591000', '133401.594000', '133401.597000', '133401.599000', '133401.602000', '133401.605000', '133401.607000', '133401.610000', '133401.612000', '133401.615000', '133401.617000', '133401.620000', '133401.623000', '133401.625000', '133401.628000', '133401.630000', '133401.633000', '133401.635000', '133401.638000', '133401.641000', '133401.643000', '133421.527000', '133421.530000', '133421.533000', '133421.535000', '133421.538000', '133421.541000', '133421.543000', '133421.546000', '133421.548000', '133421.551000', '133421.554000', '133421.558000', '133421.560000', '133421.563000', '133421.566000', '133421.568000', '133421.578000', '133421.580000', '133421.583000', '133421.585000', '133421.588000', '133421.591000', '133421.593000', '133421.596000', '133421.598000', '133421.601000', '133421.603000', '133421.606000', '133421.609000', '133421.612000', '133421.614000', '133421.617000', '133421.619000', '133421.622000', '133421.625000', '133421.627000', '133421.630000', '133421.632000', '133421.635000', '133421.637000', '133421.640000', '133421.643000', '133421.645000', '133441.526000', '133441.529000', '133441.532000', '133441.534000', '133441.537000', '133441.540000', '133441.542000', '133441.545000', '133441.547000', '133441.550000', '133441.552000', '133441.555000', '133441.558000', '133441.560000', '133441.563000', '133441.565000', '133441.568000', '133441.570000', '133441.573000', '133441.575000', '133441.578000', '133441.581000', '133441.583000', '133441.586000', '133441.588000', '133441.591000', '133441.600000', '133441.603000', '133441.605000', '133441.608000', '133441.611000', '133441.613000', '133441.616000', '133441.618000', '133441.621000', '133441.624000', '133441.626000', '133441.629000', '133441.631000', '133441.634000', '133441.636000', '133441.639000', '133441.641000', '133441.644000', '133501.526000', '133501.529000', '133501.532000', '133501.534000', '133501.537000', '133501.540000', '133501.542000', '133501.545000', '133501.548000', '133501.550000', '133501.553000', '133501.555000', '133501.558000', '133501.560000', '133501.563000', '133501.566000', '133501.568000', '133501.571000', '133501.573000', '133501.576000', '133501.579000', '133501.581000', '133501.584000', '133501.586000', '133501.589000', '133501.591000', '133501.594000', '133501.597000', '133501.599000', '133501.602000', '133501.605000', '133501.607000', '133501.610000', '133501.612000', '133501.615000', '133501.618000', '133501.620000', '133501.623000', '133501.625000', '133501.628000', '133501.630000', '133501.633000', '133501.635000', '133501.638000', '133521.527000', '133521.529000', '133521.532000', '133521.535000', '133521.537000', '133521.540000', '133521.542000', '133521.545000', '133521.547000', '133521.550000', '133521.553000', '133521.555000', '133521.558000', '133521.560000', '133521.563000', '133521.565000', '133521.607000', '133521.610000', '133521.612000', '133521.615000', '133521.617000', '133521.620000', '133521.623000', '133521.625000', '133521.628000', '133521.630000', '133521.633000', '133521.635000', '133521.638000', '133521.641000', '133521.643000', '133521.646000', '133521.648000', '133521.651000', '133521.653000', '133521.656000', '133521.659000', '133521.661000', '133521.664000', '133521.666000', '133521.669000', '133521.671000', '133521.674000', '133541.526000', '133541.528000', '133541.531000', '133541.534000', '133541.536000', '133541.539000', '133541.542000', '133541.544000', '133541.547000', '133541.549000', '133541.552000', '133541.554000', '133541.557000', '133541.560000', '133541.562000', '133541.565000', '133541.568000', '133541.570000', '133541.573000', '133541.575000', '133541.579000', '133541.582000', '133541.584000', '133541.587000', '133541.590000', '133541.593000', '133541.596000', '133541.599000', '133541.601000', '133541.604000', '133541.606000', '133541.609000', '133541.612000', '133541.614000', '133541.617000', '133541.619000', '133541.622000', '133541.624000', '133541.627000', '133541.630000', '133541.632000', '133541.635000', '133541.637000', '133601.527000', '133601.530000', '133601.532000', '133601.535000', '133601.537000', '133601.540000', '133601.542000', '133601.545000', '133601.547000', '133601.550000', '133601.553000', '133601.555000', '133601.558000', '133601.560000', '133601.563000', '133601.566000', '133601.568000', '133601.571000', '133601.573000', '133601.576000', '133601.578000', '133601.581000', '133601.584000', '133601.586000', '133601.589000', '133601.591000', '133601.594000', '133601.596000', '133601.599000', '133601.602000', '133601.604000', '133601.607000', '133601.609000', '133601.612000', '133601.615000', '133601.617000', '133601.620000', '133601.623000', '133601.625000', '133601.628000', '133601.630000', '133601.633000', '133601.635000', '133601.638000', '133621.527000', '133621.530000', '133621.532000', '133621.535000', '133621.537000', '133621.541000', '133621.544000', '133621.547000', '133621.549000', '133621.552000', '133621.554000', '133621.557000', '133621.560000', '133621.562000', '133621.565000', '133621.568000', '133621.570000', '133621.573000', '133621.575000', '133621.578000', '133621.581000', '133621.583000', '133621.586000', '133621.588000', '133621.591000', '133621.593000', '133621.596000', '133621.599000', '133621.602000', '133621.604000', '133621.607000', '133621.609000', '133621.612000', '133621.615000', '133621.617000', '133621.620000', '133621.622000', '133621.625000', '133621.628000', '133621.630000', '133621.633000', '133621.635000', '133621.638000', '133641.527000', '133641.529000', '133641.532000', '133641.535000', '133641.537000', '133641.540000', '133641.542000', '133641.545000', '133641.547000', '133641.550000', '133641.553000', '133641.555000', '133641.558000', '133641.560000', '133641.563000', '133641.565000', '133641.568000', '133641.571000', '133641.573000', '133641.576000', '133641.578000', '133641.581000', '133641.583000', '133641.586000', '133641.589000', '133641.591000', '133641.594000', '133641.596000', '133641.599000', '133641.601000', '133641.604000', '133641.607000', '133641.609000', '133641.612000', '133641.614000', '133641.617000', '133641.619000', '133641.622000', '133641.625000', '133641.627000', '133641.630000', '133641.632000', '133641.635000', '133641.637000', '133701.526000', '133701.529000', '133701.532000', '133701.534000', '133701.537000', '133701.540000', '133701.542000', '133701.545000', '133701.547000', '133701.550000', '133701.553000', '133701.555000', '133701.558000', '133701.560000', '133701.563000', '133701.565000', '133701.568000', '133701.571000', '133701.574000', '133701.577000', '133701.580000', '133701.583000', '133701.585000', '133701.588000', '133701.590000', '133701.593000', '133701.596000', '133701.598000', '133701.601000', '133701.603000', '133701.606000', '133701.608000', '133701.611000', '133701.614000', '133701.616000', '133701.619000', '133701.622000', '133701.624000', '133701.627000', '133701.629000', '133701.632000', '133701.636000', '133701.639000', '133721.527000', '133721.529000', '133721.532000', '133721.535000', '133721.537000', '133721.540000', '133721.542000', '133721.545000', '133721.547000', '133721.550000', '133721.553000', '133721.555000', '133721.558000', '133721.560000', '133721.563000', '133721.565000', '133721.568000', '133721.571000', '133721.573000', '133721.576000', '133721.578000', '133721.581000', '133721.583000', '133721.586000', '133721.588000', '133721.591000', '133721.594000', '133721.596000', '133721.599000', '133721.602000', '133721.604000', '133721.607000', '133721.610000', '133721.612000', '133721.615000', '133721.618000', '133721.620000', '133721.623000', '133721.625000', '133721.628000', '133721.630000', '133721.633000', '133721.636000', '133721.638000', '133741.527000', '133741.530000', '133741.532000', '133741.535000', '133741.538000', '133741.540000', '133741.543000', '133741.545000', '133741.548000', '133741.551000', '133741.553000', '133741.556000', '133741.558000', '133741.561000', '133741.564000', '133741.566000', '133741.569000', '133741.571000', '133741.574000', '133741.576000', '133741.579000', '133741.582000', '133741.584000', '133741.587000', '133741.589000', '133741.592000', '133741.595000', '133741.598000', '133741.601000', '133741.603000', '133741.606000', '133741.609000', '133741.611000', '133741.614000', '133741.616000', '133741.619000', '133741.622000', '133741.624000', '133741.627000', '133741.629000', '133741.632000', '133741.635000', '133741.637000', '133801.526000', '133801.528000', '133801.531000', '133801.534000', '133801.536000', '133801.539000', '133801.541000', '133801.544000', '133801.546000', '133801.549000', '133801.552000', '133801.554000', '133801.557000', '133801.559000', '133801.562000', '133801.564000', '133801.567000', '133801.570000', '133801.572000', '133801.575000', '133801.577000', '133801.580000', '133801.583000', '133801.585000', '133801.588000', '133801.590000', '133801.593000', '133801.596000', '133801.598000', '133801.601000', '133801.603000', '133801.606000', '133801.608000', '133801.611000', '133801.614000', '133801.616000', '133801.619000', '133801.621000', '133801.624000', '133801.627000', '133801.629000', '133801.632000', '133801.634000', '133801.637000', '133821.527000', '133821.529000', '133821.532000', '133821.535000', '133821.537000', '133821.540000', '133821.542000', '133821.545000', '133821.548000', '133821.550000', '133821.553000', '133821.555000', '133821.558000', '133821.561000', '133821.563000', '133821.566000', '133821.568000', '133821.571000', '133821.574000', '133821.576000', '133821.579000', '133821.581000', '133821.584000', '133821.597000', '133821.600000', '133821.602000', '133821.605000', '133821.608000', '133821.610000', '133821.613000', '133821.615000', '133821.618000', '133821.621000', '133821.623000', '133821.626000', '133821.628000', '133821.631000', '133821.633000', '133821.636000', '133821.639000', '133821.641000', '133821.644000', '133821.647000', '133841.527000', '133841.529000', '133841.532000', '133841.535000', '133841.537000', '133841.540000', '133841.542000', '133841.545000', '133841.547000', '133841.550000', '133841.553000', '133841.555000', '133841.558000', '133841.560000', '133841.563000', '133841.565000', '133841.568000', '133841.570000', '133841.573000', '133841.575000', '133841.578000', '133841.581000', '133841.583000', '133841.586000', '133841.588000', '133841.591000', '133841.593000', '133841.596000', '133841.598000', '133841.601000', '133841.604000', '133841.606000', '133841.609000', '133841.611000', '133841.614000', '133841.617000', '133841.619000', '133841.622000', '133841.624000', '133841.627000', '133841.629000', '133841.632000', '133841.635000', '133841.637000', '133901.527000', '133901.530000', '133901.532000', '133901.535000', '133901.537000', '133901.540000', '133901.543000', '133901.545000', '133901.548000', '133901.551000', '133901.553000', '133901.556000', '133901.558000', '133901.561000', '133901.564000', '133901.566000', '133901.569000', '133901.571000', '133901.574000', '133901.577000', '133901.579000', '133901.582000', '133901.584000', '133901.587000', '133901.590000', '133901.592000', '133901.595000', '133901.597000', '133901.600000', '133901.603000', '133901.605000', '133901.608000', '133901.611000', '133901.613000', '133901.616000', '133901.618000', '133901.621000', '133901.624000', '133901.626000', '133901.629000', '133901.631000', '133901.634000', '133901.637000', '133920.524000', '133920.527000', '133920.529000', '133920.532000', '133920.534000', '133920.537000', '133920.540000', '133920.542000', '133920.545000', '133920.548000', '133920.550000', '133920.553000', '133920.555000', '133920.558000', '133920.561000', '133920.564000', '133920.567000', '133920.569000', '133920.572000', '133920.574000', '133920.577000', '133920.580000', '133920.582000', '133920.585000', '133920.587000', '133920.590000', '133920.593000', '133920.595000', '133920.598000', '133920.601000', '133920.604000', '133920.608000', '133920.612000', '133920.616000', '133920.619000', '133920.622000', '133920.625000', '133920.628000', '133920.631000', '133920.633000', '133920.636000', '133920.639000'], 'InstanceCreationTime': ['133301.558000', '133301.565000', '133301.568000', '133301.571000', '133301.574000', '133301.576000', '133301.579000', '133301.582000', '133301.584000', '133301.587000', '133301.589000', '133301.592000', '133301.594000', '133301.597000', '133301.600000', '133301.602000', '133301.605000', '133301.607000', '133301.610000', '133301.612000', '133301.615000', '133301.617000', '133301.620000', '133301.622000', '133301.625000', '133301.628000', '133301.630000', '133301.633000', '133301.635000', '133301.638000', '133301.640000', '133301.643000', '133301.646000', '133301.648000', '133301.651000', '133301.653000', '133301.656000', '133301.658000', '133301.661000', '133301.663000', '133301.666000', '133301.694000', '133301.697000', '133301.699000', '133301.702000', '133301.705000', '133301.707000', '133301.710000', '133321.526000', '133321.528000', '133321.531000', '133321.534000', '133321.536000', '133321.539000', '133321.541000', '133321.544000', '133321.546000', '133321.549000', '133321.552000', '133321.554000', '133321.557000', '133321.559000', '133321.562000', '133321.564000', '133321.567000', '133321.570000', '133321.572000', '133321.575000', '133321.577000', '133321.580000', '133321.582000', '133321.585000', '133321.587000', '133321.590000', '133321.592000', '133321.595000', '133321.598000', '133321.600000', '133321.608000', '133321.610000', '133321.613000', '133321.615000', '133321.618000', '133321.620000', '133321.623000', '133321.626000', '133321.628000', '133321.631000', '133321.633000', '133321.636000', '133321.639000', '133341.526000', '133341.529000', '133341.532000', '133341.534000', '133341.537000', '133341.540000', '133341.542000', '133341.545000', '133341.547000', '133341.550000', '133341.552000', '133341.555000', '133341.558000', '133341.560000', '133341.563000', '133341.565000', '133341.568000', '133341.570000', '133341.573000', '133341.576000', '133341.578000', '133341.593000', '133341.596000', '133341.598000', '133341.601000', '133341.603000', '133341.606000', '133341.608000', '133341.611000', '133341.614000', '133341.616000', '133341.619000', '133341.621000', '133341.630000', '133341.632000', '133341.635000', '133341.638000', '133341.640000', '133341.643000', '133341.645000', '133341.648000', '133341.650000', '133341.653000', '133341.655000', '133401.527000', '133401.530000', '133401.532000', '133401.535000', '133401.537000', '133401.540000', '133401.543000', '133401.546000', '133401.555000', '133401.558000', '133401.560000', '133401.563000', '133401.566000', '133401.568000', '133401.571000', '133401.573000', '133401.576000', '133401.578000', '133401.581000', '133401.583000', '133401.586000', '133401.589000', '133401.591000', '133401.594000', '133401.597000', '133401.599000', '133401.602000', '133401.605000', '133401.607000', '133401.610000', '133401.612000', '133401.615000', '133401.617000', '133401.620000', '133401.623000', '133401.625000', '133401.628000', '133401.630000', '133401.633000', '133401.635000', '133401.638000', '133401.641000', '133401.643000', '133421.527000', '133421.530000', '133421.533000', '133421.535000', '133421.538000', '133421.541000', '133421.543000', '133421.546000', '133421.548000', '133421.551000', '133421.554000', '133421.558000', '133421.560000', '133421.563000', '133421.566000', '133421.568000', '133421.578000', '133421.580000', '133421.583000', '133421.585000', '133421.588000', '133421.591000', '133421.593000', '133421.596000', '133421.598000', '133421.601000', '133421.603000', '133421.606000', '133421.609000', '133421.612000', '133421.614000', '133421.617000', '133421.619000', '133421.622000', '133421.625000', '133421.627000', '133421.630000', '133421.632000', '133421.635000', '133421.637000', '133421.640000', '133421.643000', '133421.645000', '133441.526000', '133441.529000', '133441.532000', '133441.534000', '133441.537000', '133441.540000', '133441.542000', '133441.545000', '133441.547000', '133441.550000', '133441.552000', '133441.555000', '133441.558000', '133441.560000', '133441.563000', '133441.565000', '133441.568000', '133441.570000', '133441.573000', '133441.575000', '133441.578000', '133441.581000', '133441.583000', '133441.586000', '133441.588000', '133441.591000', '133441.600000', '133441.603000', '133441.605000', '133441.608000', '133441.611000', '133441.613000', '133441.616000', '133441.618000', '133441.621000', '133441.624000', '133441.626000', '133441.629000', '133441.631000', '133441.634000', '133441.636000', '133441.639000', '133441.641000', '133441.644000', '133501.526000', '133501.529000', '133501.532000', '133501.534000', '133501.537000', '133501.540000', '133501.542000', '133501.545000', '133501.548000', '133501.550000', '133501.553000', '133501.555000', '133501.558000', '133501.560000', '133501.563000', '133501.566000', '133501.568000', '133501.571000', '133501.573000', '133501.576000', '133501.579000', '133501.581000', '133501.584000', '133501.586000', '133501.589000', '133501.591000', '133501.594000', '133501.597000', '133501.599000', '133501.602000', '133501.605000', '133501.607000', '133501.610000', '133501.612000', '133501.615000', '133501.618000', '133501.620000', '133501.623000', '133501.625000', '133501.628000', '133501.630000', '133501.633000', '133501.635000', '133501.638000', '133521.527000', '133521.529000', '133521.532000', '133521.535000', '133521.537000', '133521.540000', '133521.542000', '133521.545000', '133521.547000', '133521.550000', '133521.553000', '133521.555000', '133521.558000', '133521.560000', '133521.563000', '133521.565000', '133521.607000', '133521.610000', '133521.612000', '133521.615000', '133521.617000', '133521.620000', '133521.623000', '133521.625000', '133521.628000', '133521.630000', '133521.633000', '133521.635000', '133521.638000', '133521.641000', '133521.643000', '133521.646000', '133521.648000', '133521.651000', '133521.653000', '133521.656000', '133521.659000', '133521.661000', '133521.664000', '133521.666000', '133521.669000', '133521.671000', '133521.674000', '133541.526000', '133541.528000', '133541.531000', '133541.534000', '133541.536000', '133541.539000', '133541.542000', '133541.544000', '133541.547000', '133541.549000', '133541.552000', '133541.554000', '133541.557000', '133541.560000', '133541.562000', '133541.565000', '133541.568000', '133541.570000', '133541.573000', '133541.575000', '133541.579000', '133541.582000', '133541.584000', '133541.587000', '133541.590000', '133541.593000', '133541.596000', '133541.599000', '133541.601000', '133541.604000', '133541.606000', '133541.609000', '133541.612000', '133541.614000', '133541.617000', '133541.619000', '133541.622000', '133541.624000', '133541.627000', '133541.630000', '133541.632000', '133541.635000', '133541.637000', '133601.527000', '133601.530000', '133601.532000', '133601.535000', '133601.537000', '133601.540000', '133601.542000', '133601.545000', '133601.547000', '133601.550000', '133601.553000', '133601.555000', '133601.558000', '133601.560000', '133601.563000', '133601.566000', '133601.568000', '133601.571000', '133601.573000', '133601.576000', '133601.578000', '133601.581000', '133601.584000', '133601.586000', '133601.589000', '133601.591000', '133601.594000', '133601.596000', '133601.599000', '133601.602000', '133601.604000', '133601.607000', '133601.609000', '133601.612000', '133601.615000', '133601.617000', '133601.620000', '133601.623000', '133601.625000', '133601.628000', '133601.630000', '133601.633000', '133601.635000', '133601.638000', '133621.527000', '133621.530000', '133621.532000', '133621.535000', '133621.537000', '133621.541000', '133621.544000', '133621.547000', '133621.549000', '133621.552000', '133621.554000', '133621.557000', '133621.560000', '133621.562000', '133621.565000', '133621.568000', '133621.570000', '133621.573000', '133621.575000', '133621.578000', '133621.581000', '133621.583000', '133621.586000', '133621.588000', '133621.591000', '133621.593000', '133621.596000', '133621.599000', '133621.602000', '133621.604000', '133621.607000', '133621.609000', '133621.612000', '133621.615000', '133621.617000', '133621.620000', '133621.622000', '133621.625000', '133621.628000', '133621.630000', '133621.633000', '133621.635000', '133621.638000', '133641.527000', '133641.529000', '133641.532000', '133641.535000', '133641.537000', '133641.540000', '133641.542000', '133641.545000', '133641.547000', '133641.550000', '133641.553000', '133641.555000', '133641.558000', '133641.560000', '133641.563000', '133641.565000', '133641.568000', '133641.571000', '133641.573000', '133641.576000', '133641.578000', '133641.581000', '133641.583000', '133641.586000', '133641.589000', '133641.591000', '133641.594000', '133641.596000', '133641.599000', '133641.601000', '133641.604000', '133641.607000', '133641.609000', '133641.612000', '133641.614000', '133641.617000', '133641.619000', '133641.622000', '133641.625000', '133641.627000', '133641.630000', '133641.632000', '133641.635000', '133641.637000', '133701.526000', '133701.529000', '133701.532000', '133701.534000', '133701.537000', '133701.540000', '133701.542000', '133701.545000', '133701.547000', '133701.550000', '133701.553000', '133701.555000', '133701.558000', '133701.560000', '133701.563000', '133701.565000', '133701.568000', '133701.571000', '133701.574000', '133701.577000', '133701.580000', '133701.583000', '133701.585000', '133701.588000', '133701.590000', '133701.593000', '133701.596000', '133701.598000', '133701.601000', '133701.603000', '133701.606000', '133701.608000', '133701.611000', '133701.614000', '133701.616000', '133701.619000', '133701.622000', '133701.624000', '133701.627000', '133701.629000', '133701.632000', '133701.636000', '133701.639000', '133721.527000', '133721.529000', '133721.532000', '133721.535000', '133721.537000', '133721.540000', '133721.542000', '133721.545000', '133721.547000', '133721.550000', '133721.553000', '133721.555000', '133721.558000', '133721.560000', '133721.563000', '133721.565000', '133721.568000', '133721.571000', '133721.573000', '133721.576000', '133721.578000', '133721.581000', '133721.583000', '133721.586000', '133721.588000', '133721.591000', '133721.594000', '133721.596000', '133721.599000', '133721.602000', '133721.604000', '133721.607000', '133721.610000', '133721.612000', '133721.615000', '133721.618000', '133721.620000', '133721.623000', '133721.625000', '133721.628000', '133721.630000', '133721.633000', '133721.636000', '133721.638000', '133741.527000', '133741.530000', '133741.532000', '133741.535000', '133741.538000', '133741.540000', '133741.543000', '133741.545000', '133741.548000', '133741.551000', '133741.553000', '133741.556000', '133741.558000', '133741.561000', '133741.564000', '133741.566000', '133741.569000', '133741.571000', '133741.574000', '133741.576000', '133741.579000', '133741.582000', '133741.584000', '133741.587000', '133741.589000', '133741.592000', '133741.595000', '133741.598000', '133741.601000', '133741.603000', '133741.606000', '133741.609000', '133741.611000', '133741.614000', '133741.616000', '133741.619000', '133741.622000', '133741.624000', '133741.627000', '133741.629000', '133741.632000', '133741.635000', '133741.637000', '133801.526000', '133801.528000', '133801.531000', '133801.534000', '133801.536000', '133801.539000', '133801.541000', '133801.544000', '133801.546000', '133801.549000', '133801.552000', '133801.554000', '133801.557000', '133801.559000', '133801.562000', '133801.564000', '133801.567000', '133801.570000', '133801.572000', '133801.575000', '133801.577000', '133801.580000', '133801.583000', '133801.585000', '133801.588000', '133801.590000', '133801.593000', '133801.596000', '133801.598000', '133801.601000', '133801.603000', '133801.606000', '133801.608000', '133801.611000', '133801.614000', '133801.616000', '133801.619000', '133801.621000', '133801.624000', '133801.627000', '133801.629000', '133801.632000', '133801.634000', '133801.637000', '133821.527000', '133821.529000', '133821.532000', '133821.535000', '133821.537000', '133821.540000', '133821.542000', '133821.545000', '133821.548000', '133821.550000', '133821.553000', '133821.555000', '133821.558000', '133821.561000', '133821.563000', '133821.566000', '133821.568000', '133821.571000', '133821.574000', '133821.576000', '133821.579000', '133821.581000', '133821.584000', '133821.597000', '133821.600000', '133821.602000', '133821.605000', '133821.608000', '133821.610000', '133821.613000', '133821.615000', '133821.618000', '133821.621000', '133821.623000', '133821.626000', '133821.628000', '133821.631000', '133821.633000', '133821.636000', '133821.639000', '133821.641000', '133821.644000', '133821.647000', '133841.527000', '133841.529000', '133841.532000', '133841.535000', '133841.537000', '133841.540000', '133841.542000', '133841.545000', '133841.547000', '133841.550000', '133841.553000', '133841.555000', '133841.558000', '133841.560000', '133841.563000', '133841.565000', '133841.568000', '133841.570000', '133841.573000', '133841.575000', '133841.578000', '133841.581000', '133841.583000', '133841.586000', '133841.588000', '133841.591000', '133841.593000', '133841.596000', '133841.598000', '133841.601000', '133841.604000', '133841.606000', '133841.609000', '133841.611000', '133841.614000', '133841.617000', '133841.619000', '133841.622000', '133841.624000', '133841.627000', '133841.629000', '133841.632000', '133841.635000', '133841.637000', '133901.527000', '133901.530000', '133901.532000', '133901.535000', '133901.537000', '133901.540000', '133901.543000', '133901.545000', '133901.548000', '133901.551000', '133901.553000', '133901.556000', '133901.558000', '133901.561000', '133901.564000', '133901.566000', '133901.569000', '133901.571000', '133901.574000', '133901.577000', '133901.579000', '133901.582000', '133901.584000', '133901.587000', '133901.590000', '133901.592000', '133901.595000', '133901.597000', '133901.600000', '133901.603000', '133901.605000', '133901.608000', '133901.611000', '133901.613000', '133901.616000', '133901.618000', '133901.621000', '133901.624000', '133901.626000', '133901.629000', '133901.631000', '133901.634000', '133901.637000', '133920.524000', '133920.527000', '133920.529000', '133920.532000', '133920.534000', '133920.537000', '133920.540000', '133920.542000', '133920.545000', '133920.548000', '133920.550000', '133920.553000', '133920.555000', '133920.558000', '133920.561000', '133920.564000', '133920.567000', '133920.569000', '133920.572000', '133920.574000', '133920.577000', '133920.580000', '133920.582000', '133920.585000', '133920.587000', '133920.590000', '133920.593000', '133920.595000', '133920.598000', '133920.601000', '133920.604000', '133920.608000', '133920.612000', '133920.616000', '133920.619000', '133920.622000', '133920.625000', '133920.628000', '133920.631000', '133920.633000', '133920.636000', '133920.639000'], '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': [8475, 12035, 8328, 10918, 8417, 10744, 8379, 8504, 9028, 8439, 9245, 8634, 9791, 8800, 10533, 8612, 11290, 8918, 11770, 9016, 10891, 8847, 11117, 9000, 11677, 8874, 10150, 8566, 8905, 8388, 8705, 9111, 8893, 9414, 8788, 9388, 9558, 9994, 8630, 9644, 9376, 9249, 9503, 9114, 9386, 9012, 9349, 9273, 8706, 9538, 8893, 9945, 9500, 9766, 11198, 9564, 12576, 9471, 12679, 11034, 10652, 13120, 11565, 11937, 9231, 10104, 9239, 9614, 8699, 9945, 8886, 9878, 8457, 9707, 8946, 9616, 9014, 9311, 8916, 9325, 8948, 9532, 9075, 9725, 8507, 9398, 8481, 9263, 8511, 9397, 9542, 8759, 9377, 9097, 9289, 8883, 9366, 8743, 9622, 8896, 9450, 10665, 9415, 10939, 9465, 11352, 9422, 11183, 9275, 12148, 9316, 12158, 9246, 11650, 9047, 11644, 9202, 10579, 8995, 10313, 9049, 9777, 9065, 9747, 8851, 11536, 9126, 11897, 9243, 11652, 9434, 9238, 9185, 8984, 9249, 10219, 8937, 8878, 9235, 9151, 8901, 9394, 9116, 9210, 8833, 9729, 8914, 9427, 9388, 9336, 9811, 9249, 11651, 9111, 12473, 8983, 10522, 8959, 9334, 8910, 9284, 9354, 9364, 10911, 8811, 9139, 8780, 9209, 9391, 9214, 10535, 9031, 10677, 8978, 9504, 9137, 9507, 9503, 9337, 10693, 9119, 11435, 9076, 9535, 8887, 9440, 9720, 9302, 11134, 9642, 11896, 9381, 9726, 9166, 8904, 9447, 8582, 9235, 8761, 8664, 10083, 9262, 10783, 8996, 9434, 8934, 9135, 8955, 9383, 8732, 9309, 8702, 9330, 10087, 9542, 11392, 9267, 13300, 8892, 13449, 9097, 14372, 8862, 12035, 8900, 12137, 8969, 9234, 8601, 9255, 9210, 9159, 9608, 8950, 10596, 9092, 10611, 8878, 9282, 8962, 9154, 8842, 8916, 9046, 9074, 10501, 8930, 9173, 8845, 9232, 9252, 9152, 10033, 8974, 9537, 8911, 9215, 9608, 9037, 10898, 8742, 8722, 9268, 9537, 9493, 9124, 11123, 9210, 12043, 9458, 12834, 9389, 13059, 9388, 13989, 9883, 14382, 11035, 15195, 10430, 12465, 9279, 9871, 9058, 8976, 8395, 9379, 8532, 10188, 8539, 11261, 8735, 9414, 8769, 8934, 8634, 9155, 8545, 9483, 9449, 8766, 9234, 9281, 8875, 8721, 8625, 8753, 8858, 8915, 9369, 9233, 11034, 8992, 8511, 8791, 8849, 11268, 9345, 13140, 8988, 12061, 10496, 8977, 8759, 8933, 8482, 8795, 8740, 8952, 8565, 8745, 8744, 9039, 9263, 8965, 8742, 9166, 9398, 8784, 9601, 8969, 10631, 8878, 10867, 9152, 10270, 9344, 9615, 9005, 8878, 8921, 11341, 8583, 13223, 8719, 8613, 9013, 8615, 9043, 11748, 9177, 11963, 9072, 11509, 9477, 12660, 9312, 13808, 8959, 14185, 10352, 14423, 11345, 15231, 11583, 15356, 10350, 8769, 8403, 8613, 8835, 8846, 8954, 8991, 10947, 8817, 11561, 8850, 11633, 8974, 10960, 9021, 9424, 8923, 9757, 9062, 9635, 9282, 9506, 9222, 8516, 9092, 8828, 9035, 8816, 8736, 8780, 8724, 9393, 9265, 8820, 8970, 8989, 9188, 8922, 9503, 9332, 9978, 9279, 10901, 9161, 9293, 9143, 8970, 8992, 8543, 9237, 9085, 10384, 9327, 12991, 9401, 14281, 8943, 12993, 10128, 13242, 11129, 8785, 8687, 8850, 9205, 9190, 9009, 8948, 10057, 8996, 10483, 9237, 11023, 8906, 8468, 8854, 8930, 8981, 9233, 11213, 9264, 12503, 9184, 12135, 9017, 9471, 11676, 9100, 14799, 9545, 12892, 9152, 10733, 8997, 8277, 9159, 8743, 9209, 9107, 8868, 10929, 8841, 12446, 9118, 12488, 8666, 12475, 9409, 12672, 8347, 8972, 8858, 8293, 8981, 8850, 12226, 8885, 11336, 8915, 9623, 8985, 8578, 8717, 8659, 8393, 8374, 9119, 9056, 10905, 9108, 11403, 9206, 12134, 8814, 9947, 8622, 13195, 10114, 9848, 8517, 8557, 8119, 8721, 9689, 8883, 9121, 9024, 10103, 8985, 11659, 8877, 11918, 8852, 12326, 8892, 8504, 8336, 8747, 8866, 8896, 8838, 9070, 9183, 9095, 9947, 9030, 10074, 8856, 9242, 9039, 10371, 8915, 11399, 8907, 11551, 9076, 11690, 8796, 8422, 9180, 8222, 8825, 9073, 8781, 8804, 8811, 8931, 9789, 8858, 11516, 8980, 11463, 9128, 9588, 8695, 13742, 9959, 8987, 8611, 9316, 8731, 13762, 8927, 12368, 9131, 13051, 9034, 12900, 8817, 13027, 9972, 12334, 9733, 9984, 8850, 9909, 8515, 10138, 8703, 8790, 8539, 8903, 8250, 8953, 8467, 8340, 8628, 7730, 8568, 8586, 8559, 8511, 8395, 9139, 8798, 8936, 8740, 10276, 8506, 11092, 8696, 8268, 8269, 8732, 8381, 8805, 10389, 8412, 8567, 9132, 8878, 8896, 8688, 8845, 12347, 8474, 8631, 8185, 8338, 11440, 8767, 13183, 8566, 12619, 8667, 9960, 8324, 8770, 8656, 8838, 9536, 9061, 10682, 8901, 8116, 8839, 8904, 8709, 9138, 10752, 8907, 11687, 9112, 12844, 8997, 11595, 8675, 11892, 8804, 11227, 9317, 8953, 9358, 8342, 9191, 9284, 9151, 8547, 8802, 8801, 9049, 11101, 9147, 11575, 8747, 8302, 10550, 8371, 13913, 8913, 12728, 8682, 10035, 9087, 9102, 9069, 8219, 9130, 8668, 9104, 8755, 9150, 9755, 8738, 8830, 8589, 8716, 9302, 9074, 12415, 8773, 8698, 10098, 8233, 9261, 8154, 8797, 9239, 8775, 9745, 8475, 8739, 9037, 9904, 8925, 9898, 8838, 9728, 9104, 9990, 9007, 11337, 8716, 11856, 8855, 12173, 8874, 11663, 8818, 11714, 8966, 10946, 8861, 11363, 9076, 11762, 9112, 9627, 9114, 8926, 9253, 9012, 9062, 9033, 9487, 8397, 9542, 8857, 9480, 8590, 9250, 8721, 9291, 8711, 9573, 8698, 9134, 9776, 9318, 10989, 9428, 11750, 9120, 12674, 10267, 9718, 12638, 9295, 13151, 8949, 14612, 11899, 11533, 9904, 9241, 11164, 9253, 13028, 9045, 11896, 8818, 12438, 9522, 12780, 9075, 10766, 8523, 9493, 9113, 9303, 9234, 8881, 10825, 8980, 11462, 9054, 10564, 8829, 9335, 8932, 9209, 8719, 9141, 8395, 9313, 8485, 9180, 8454, 9226, 9654, 9174, 9087, 8857, 9250, 8606, 9867, 9840, 10431, 9037, 14220, 9201, 13356, 9703, 12644, 8748, 11547, 9658, 8749, 9168, 8486, 9274, 8954, 8941, 10813, 8925, 9240, 8042, 8976, 8798, 8837, 10582, 8811, 11856, 8778, 12641, 9331, 9506, 9264, 9248, 9658, 8988, 11476, 9270, 9377, 8636, 8745, 8811, 9102, 8623, 9260, 9486, 8945, 9294, 10336, 9443], 'WindowCenter': [4013.0, 4039.0, 3995.0, 4014.0, 3984.0, 4014.0, 3983.0, 3992.0, 3991.0, 3994.0, 4004.0, 4006.0, 4013.0, 4007.0, 4017.0, 4008.0, 4027.0, 4008.0, 4036.0, 4008.0, 4026.0, 4007.0, 4027.0, 4007.0, 4027.0, 4008.0, 4017.0, 4008.0, 4008.0, 4008.0, 4008.0, 4009.0, 4008.0, 4006.0, 4006.0, 4016.0, 4018.0, 4017.0, 4010.0, 4028.0, 4020.0, 4019.0, 4018.0, 4019.0, 4030.0, 4020.0, 4030.0, 4031.0, 4031.0, 4042.0, 4034.0, 4044.0, 4045.0, 4046.0, 4056.0, 4034.0, 4054.0, 4019.0, 4041.0, 4018.0, 4018.0, 4025.0, 4015.0, 4012.0, 3992.0, 3991.0, 3992.0, 3990.0, 3982.0, 4003.0, 3994.0, 4003.0, 3995.0, 4006.0, 4006.0, 4017.0, 4007.0, 4007.0, 4007.0, 4004.0, 4007.0, 4005.0, 4007.0, 4004.0, 3995.0, 4005.0, 4008.0, 4019.0, 4007.0, 4020.0, 4017.0, 4008.0, 4016.0, 4009.0, 4008.0, 4008.0, 4019.0, 4008.0, 4019.0, 4018.0, 4030.0, 4042.0, 4020.0, 4042.0, 4020.0, 4041.0, 4019.0, 4042.0, 4021.0, 4051.0, 4019.0, 4040.0, 4018.0, 4027.0, 4007.0, 4027.0, 4006.0, 4017.0, 4008.0, 4018.0, 4008.0, 4016.0, 4007.0, 4016.0, 4007.0, 4026.0, 4008.0, 4037.0, 4006.0, 4025.0, 4006.0, 4004.0, 4007.0, 4005.0, 4018.0, 4027.0, 4021.0, 4032.0, 4033.0, 4033.0, 4033.0, 4033.0, 4034.0, 4032.0, 4022.0, 4032.0, 4020.0, 4020.0, 4021.0, 4020.0, 4020.0, 4018.0, 4038.0, 4008.0, 4039.0, 4008.0, 4027.0, 4007.0, 4016.0, 4007.0, 4017.0, 4017.0, 4019.0, 4038.0, 4018.0, 4031.0, 4021.0, 4031.0, 4031.0, 4032.0, 4043.0, 4034.0, 4043.0, 4033.0, 4033.0, 4032.0, 4032.0, 4032.0, 4031.0, 4043.0, 4032.0, 4052.0, 4022.0, 4031.0, 4033.0, 4044.0, 4045.0, 4046.0, 4066.0, 4046.0, 4066.0, 4034.0, 4033.0, 4032.0, 4021.0, 4020.0, 4009.0, 4018.0, 4010.0, 4020.0, 4031.0, 4021.0, 4041.0, 4020.0, 4020.0, 4020.0, 4020.0, 4021.0, 4021.0, 4022.0, 4022.0, 4021.0, 4020.0, 4031.0, 4030.0, 4042.0, 4020.0, 4052.0, 4019.0, 4064.0, 4020.0, 4061.0, 4008.0, 4037.0, 4008.0, 4037.0, 4007.0, 4006.0, 4006.0, 4017.0, 4018.0, 4018.0, 4018.0, 4019.0, 4028.0, 4019.0, 4042.0, 4022.0, 4018.0, 4020.0, 4020.0, 4019.0, 4019.0, 4019.0, 4021.0, 4028.0, 4020.0, 4021.0, 4020.0, 4020.0, 4020.0, 4032.0, 4032.0, 4033.0, 4030.0, 4022.0, 4032.0, 4033.0, 4034.0, 4068.0, 4047.0, 4035.0, 4034.0, 4044.0, 4043.0, 4045.0, 4054.0, 4034.0, 4053.0, 4033.0, 4054.0, 4033.0, 4065.0, 4023.0, 4062.0, 4031.0, 4050.0, 4029.0, 4049.0, 4029.0, 4037.0, 4006.0, 4017.0, 4008.0, 4006.0, 3997.0, 4005.0, 3996.0, 4014.0, 3994.0, 4014.0, 3994.0, 4005.0, 3995.0, 4006.0, 4005.0, 4030.0, 4009.0, 4029.0, 4019.0, 4008.0, 4019.0, 4020.0, 4022.0, 4020.0, 4021.0, 4021.0, 4021.0, 4020.0, 4020.0, 4033.0, 4042.0, 4034.0, 4022.0, 4022.0, 4021.0, 4043.0, 4033.0, 4051.0, 4021.0, 4052.0, 4032.0, 4020.0, 4008.0, 4008.0, 4007.0, 4006.0, 4008.0, 4006.0, 3997.0, 3994.0, 3996.0, 4005.0, 4007.0, 4007.0, 4006.0, 4018.0, 4031.0, 4022.0, 4033.0, 4034.0, 4043.0, 4035.0, 4056.0, 4046.0, 4045.0, 4033.0, 4034.0, 4033.0, 4034.0, 4034.0, 4054.0, 4022.0, 4053.0, 4023.0, 4022.0, 4034.0, 4034.0, 4036.0, 4066.0, 4060.0, 4068.0, 4050.0, 4079.0, 4059.0, 4065.0, 4045.0, 4065.0, 4023.0, 4052.0, 4031.0, 4052.0, 4041.0, 4049.0, 4030.0, 4048.0, 4019.0, 4007.0, 3996.0, 4006.0, 4004.0, 4005.0, 4004.0, 4006.0, 4026.0, 4007.0, 4026.0, 4008.0, 4027.0, 4007.0, 4026.0, 4007.0, 4007.0, 4019.0, 4029.0, 4020.0, 4029.0, 4031.0, 4030.0, 4032.0, 4022.0, 4033.0, 4033.0, 4034.0, 4044.0, 4035.0, 4036.0, 4035.0, 4046.0, 4045.0, 4035.0, 4035.0, 4034.0, 4034.0, 4034.0, 4032.0, 4032.0, 4033.0, 4034.0, 4054.0, 4036.0, 4034.0, 4036.0, 4033.0, 4035.0, 4023.0, 4034.0, 4034.0, 4043.0, 4034.0, 4064.0, 4035.0, 4064.0, 4033.0, 4063.0, 4042.0, 4061.0, 4042.0, 4009.0, 4009.0, 4018.0, 4020.0, 4031.0, 4032.0, 4031.0, 4032.0, 4033.0, 4053.0, 4046.0, 4055.0, 4034.0, 4023.0, 4021.0, 4033.0, 4022.0, 4033.0, 4042.0, 4032.0, 4053.0, 4033.0, 4054.0, 4021.0, 4033.0, 4041.0, 4020.0, 4059.0, 4016.0, 4035.0, 4006.0, 4015.0, 4005.0, 3995.0, 4017.0, 4007.0, 4019.0, 4019.0, 4019.0, 4041.0, 4022.0, 4040.0, 4020.0, 4051.0, 4010.0, 4038.0, 4006.0, 4026.0, 3993.0, 3995.0, 3991.0, 3995.0, 3992.0, 4004.0, 4024.0, 4004.0, 4013.0, 4005.0, 4016.0, 4017.0, 4007.0, 4007.0, 4008.0, 4007.0, 4010.0, 4021.0, 4021.0, 4040.0, 4019.0, 4041.0, 4032.0, 4051.0, 4021.0, 4029.0, 4009.0, 4051.0, 4030.0, 4018.0, 4009.0, 4007.0, 3997.0, 4008.0, 4017.0, 4007.0, 4017.0, 4018.0, 4028.0, 4019.0, 4037.0, 4020.0, 4039.0, 4020.0, 4039.0, 4019.0, 4008.0, 4008.0, 4019.0, 4020.0, 4020.0, 4020.0, 4021.0, 4031.0, 4033.0, 4032.0, 4020.0, 4030.0, 4021.0, 4030.0, 4033.0, 4032.0, 4034.0, 4052.0, 4034.0, 4054.0, 4035.0, 4054.0, 4024.0, 4037.0, 4047.0, 4023.0, 4033.0, 4034.0, 4035.0, 4035.0, 4033.0, 4035.0, 4044.0, 4035.0, 4055.0, 4036.0, 4056.0, 4035.0, 4035.0, 4035.0, 4066.0, 4047.0, 4033.0, 4024.0, 4034.0, 4035.0, 4063.0, 4022.0, 4052.0, 4033.0, 4053.0, 4023.0, 4053.0, 4020.0, 4052.0, 4017.0, 4039.0, 4006.0, 4005.0, 3993.0, 4005.0, 3995.0, 4004.0, 3994.0, 3994.0, 3993.0, 4004.0, 3996.0, 4006.0, 3995.0, 3994.0, 4005.0, 3997.0, 3995.0, 3995.0, 3994.0, 3995.0, 3994.0, 4004.0, 4007.0, 4006.0, 4008.0, 4028.0, 4009.0, 4040.0, 4022.0, 4010.0, 4010.0, 4021.0, 4021.0, 4021.0, 4031.0, 4023.0, 4032.0, 4032.0, 4033.0, 4033.0, 4022.0, 4035.0, 4063.0, 4024.0, 4023.0, 4009.0, 4012.0, 4052.0, 4021.0, 4051.0, 4020.0, 4051.0, 4022.0, 4030.0, 4009.0, 4020.0, 4021.0, 4021.0, 4032.0, 4034.0, 4044.0, 4034.0, 4024.0, 4034.0, 4033.0, 4035.0, 4047.0, 4066.0, 4047.0, 4067.0, 4035.0, 4066.0, 4024.0, 4041.0, 4022.0, 4043.0, 4020.0, 4029.0, 4021.0, 4021.0, 4007.0, 3997.0, 4008.0, 4019.0, 4019.0, 4023.0, 4033.0, 4021.0, 4020.0, 4041.0, 4020.0, 4042.0, 4009.0, 4009.0, 4017.0, 3997.0, 4036.0, 4007.0, 4036.0, 4007.0, 4016.0, 4006.0, 4005.0, 4006.0, 4008.0, 4019.0, 4008.0, 4019.0, 4018.0, 4032.0, 4031.0, 4022.0, 4032.0, 4022.0, 4032.0, 4033.0, 4022.0, 4066.0, 4022.0, 4023.0, 4031.0, 4010.0, 4019.0, 3999.0, 4010.0, 4021.0, 4021.0, 4031.0, 4010.0, 4010.0, 4019.0, 4019.0, 4020.0, 4030.0, 4021.0, 4019.0, 4020.0, 4030.0, 4022.0, 4041.0, 4021.0, 4041.0, 4023.0, 4051.0, 4023.0, 4042.0, 4023.0, 4041.0, 4022.0, 4040.0, 4032.0, 4053.0, 4034.0, 4052.0, 4033.0, 4044.0, 4034.0, 4033.0, 4045.0, 4034.0, 4045.0, 4049.0, 4059.0, 4037.0, 4058.0, 4047.0, 4046.0, 4036.0, 4034.0, 4035.0, 4034.0, 4036.0, 4045.0, 4035.0, 4046.0, 4058.0, 4049.0, 4059.0, 4046.0, 4067.0, 4047.0, 4068.0, 4057.0, 4046.0, 4067.0, 4034.0, 4063.0, 4036.0, 4064.0, 4056.0, 4041.0, 4032.0, 4019.0, 4042.0, 4020.0, 4051.0, 4009.0, 4027.0, 4008.0, 4039.0, 4020.0, 4037.0, 4009.0, 4028.0, 4009.0, 4019.0, 4009.0, 4017.0, 4020.0, 4020.0, 4041.0, 4023.0, 4041.0, 4022.0, 4040.0, 4020.0, 4020.0, 4022.0, 4020.0, 4022.0, 4021.0, 4011.0, 4032.0, 4020.0, 4031.0, 4022.0, 4034.0, 4044.0, 4034.0, 4033.0, 4033.0, 4033.0, 4035.0, 4043.0, 4046.0, 4044.0, 4022.0, 4063.0, 4022.0, 4065.0, 4033.0, 4049.0, 4023.0, 4053.0, 4031.0, 4020.0, 4019.0, 4007.0, 4020.0, 4020.0, 4022.0, 4039.0, 4035.0, 4023.0, 4013.0, 4035.0, 4025.0, 4022.0, 4032.0, 4020.0, 4039.0, 4009.0, 4038.0, 4022.0, 4018.0, 4021.0, 4020.0, 4032.0, 4021.0, 4040.0, 4032.0, 4031.0, 4023.0, 4033.0, 4022.0, 4033.0, 4023.0, 4034.0, 4047.0, 4047.0, 4048.0, 4060.0, 4034.0], 'WindowWidth': [8966.0, 8991.0, 8926.0, 8948.0, 8907.0, 8947.0, 8904.0, 8915.0, 8914.0, 8921.0, 8935.0, 8940.0, 8946.0, 8943.0, 8956.0, 8946.0, 8970.0, 8946.0, 8981.0, 8945.0, 8968.0, 8945.0, 8968.0, 8945.0, 8968.0, 8947.0, 8957.0, 8947.0, 8946.0, 8948.0, 8946.0, 8949.0, 8947.0, 8942.0, 8942.0, 8955.0, 8962.0, 8960.0, 8956.0, 8979.0, 8969.0, 8967.0, 8963.0, 8968.0, 8983.0, 8970.0, 8986.0, 8988.0, 8990.0, 9004.0, 8997.0, 9011.0, 9014.0, 9015.0, 9027.0, 8993.0, 9020.0, 8963.0, 8996.0, 8958.0, 8956.0, 8962.0, 8948.0, 8940.0, 8912.0, 8911.0, 8912.0, 8908.0, 8900.0, 8929.0, 8919.0, 8932.0, 8925.0, 8939.0, 8939.0, 8955.0, 8944.0, 8941.0, 8941.0, 8935.0, 8941.0, 8937.0, 8941.0, 8935.0, 8924.0, 8938.0, 8947.0, 8966.0, 8945.0, 8965.0, 8958.0, 8947.0, 8955.0, 8948.0, 8946.0, 8947.0, 8961.0, 8947.0, 8963.0, 8963.0, 8981.0, 9000.0, 8968.0, 9000.0, 8966.0, 8996.0, 8966.0, 8999.0, 8969.0, 9012.0, 8963.0, 8994.0, 8961.0, 8972.0, 8945.0, 8970.0, 8942.0, 8954.0, 8947.0, 8959.0, 8948.0, 8955.0, 8944.0, 8954.0, 8944.0, 8969.0, 8945.0, 8983.0, 8940.0, 8964.0, 8939.0, 8934.0, 8943.0, 8939.0, 8960.0, 8973.0, 8973.0, 8992.0, 8992.0, 8991.0, 8992.0, 8992.0, 8991.0, 8988.0, 8974.0, 8986.0, 8969.0, 8967.0, 8970.0, 8966.0, 8966.0, 8961.0, 8988.0, 8949.0, 8989.0, 8949.0, 8970.0, 8943.0, 8955.0, 8945.0, 8960.0, 8961.0, 8965.0, 8988.0, 8965.0, 8984.0, 8972.0, 8985.0, 8985.0, 8988.0, 9004.0, 8994.0, 9004.0, 8992.0, 8991.0, 8990.0, 8988.0, 8988.0, 8986.0, 9003.0, 8989.0, 9013.0, 8974.0, 8985.0, 8990.0, 9010.0, 9012.0, 9017.0, 9042.0, 9015.0, 9039.0, 8993.0, 8993.0, 8987.0, 8971.0, 8966.0, 8949.0, 8962.0, 8953.0, 8969.0, 8983.0, 8970.0, 8996.0, 8968.0, 8968.0, 8970.0, 8969.0, 8971.0, 8971.0, 8974.0, 8973.0, 8974.0, 8970.0, 8987.0, 8982.0, 9002.0, 8967.0, 9014.0, 8967.0, 9034.0, 8969.0, 9025.0, 8949.0, 8985.0, 8949.0, 8986.0, 8947.0, 8943.0, 8943.0, 8958.0, 8961.0, 8963.0, 8962.0, 8966.0, 8975.0, 8968.0, 9002.0, 8975.0, 8963.0, 8966.0, 8967.0, 8967.0, 8967.0, 8966.0, 8971.0, 8978.0, 8970.0, 8972.0, 8970.0, 8968.0, 8968.0, 8989.0, 8988.0, 8991.0, 8984.0, 8974.0, 8988.0, 8991.0, 8998.0, 9047.0, 9020.0, 9001.0, 8996.0, 9008.0, 9006.0, 9011.0, 9021.0, 8996.0, 9020.0, 8993.0, 9021.0, 8989.0, 9036.0, 8977.0, 9030.0, 8984.0, 9009.0, 8979.0, 9005.0, 8979.0, 8985.0, 8943.0, 8958.0, 8949.0, 8941.0, 8932.0, 8939.0, 8929.0, 8949.0, 8922.0, 8950.0, 8923.0, 8939.0, 8926.0, 8943.0, 8943.0, 8984.0, 8953.0, 8978.0, 8965.0, 8950.0, 8968.0, 8971.0, 8974.0, 8969.0, 8972.0, 8970.0, 8971.0, 8970.0, 8970.0, 8992.0, 9001.0, 8994.0, 8977.0, 8978.0, 8973.0, 9004.0, 8992.0, 9011.0, 8973.0, 9016.0, 8987.0, 8968.0, 8951.0, 8946.0, 8946.0, 8943.0, 8947.0, 8940.0, 8930.0, 8924.0, 8929.0, 8941.0, 8944.0, 8946.0, 8945.0, 8965.0, 8987.0, 8978.0, 8991.0, 8996.0, 9006.0, 9000.0, 9027.0, 9014.0, 9009.0, 8993.0, 8995.0, 8992.0, 8994.0, 8995.0, 9020.0, 8975.0, 9017.0, 8977.0, 8974.0, 8995.0, 8996.0, 9001.0, 9039.0, 9040.0, 9048.0, 9029.0, 9066.0, 9038.0, 9040.0, 9013.0, 9037.0, 8978.0, 9014.0, 8985.0, 9013.0, 8999.0, 9004.0, 8979.0, 9003.0, 8963.0, 8943.0, 8929.0, 8941.0, 8937.0, 8940.0, 8936.0, 8943.0, 8966.0, 8945.0, 8967.0, 8947.0, 8971.0, 8944.0, 8967.0, 8945.0, 8943.0, 8966.0, 8979.0, 8971.0, 8979.0, 8985.0, 8984.0, 8990.0, 8975.0, 8991.0, 8992.0, 8997.0, 9012.0, 9001.0, 9002.0, 9000.0, 9015.0, 9013.0, 8997.0, 8997.0, 8994.0, 8994.0, 8995.0, 8989.0, 8990.0, 8990.0, 8993.0, 9020.0, 9000.0, 8995.0, 9000.0, 8993.0, 8996.0, 8980.0, 8996.0, 8992.0, 9004.0, 8996.0, 9036.0, 8998.0, 9034.0, 8992.0, 9030.0, 9002.0, 9029.0, 9001.0, 8952.0, 8953.0, 8964.0, 8968.0, 8986.0, 8990.0, 8988.0, 8988.0, 8993.0, 9020.0, 9016.0, 9025.0, 8997.0, 8978.0, 8972.0, 8989.0, 8975.0, 8990.0, 9000.0, 8989.0, 9018.0, 8992.0, 9022.0, 8972.0, 8989.0, 8998.0, 8968.0, 9020.0, 8958.0, 8979.0, 8940.0, 8949.0, 8940.0, 8925.0, 8960.0, 8946.0, 8967.0, 8966.0, 8968.0, 8997.0, 8974.0, 8995.0, 8967.0, 9009.0, 8953.0, 8984.0, 8942.0, 8967.0, 8920.0, 8923.0, 8914.0, 8927.0, 8918.0, 8936.0, 8962.0, 8937.0, 8947.0, 8938.0, 8956.0, 8961.0, 8946.0, 8947.0, 8950.0, 8949.0, 8955.0, 8972.0, 8971.0, 8995.0, 8967.0, 8998.0, 8988.0, 9009.0, 8972.0, 8980.0, 8952.0, 9011.0, 8982.0, 8961.0, 8950.0, 8946.0, 8933.0, 8948.0, 8961.0, 8945.0, 8958.0, 8963.0, 8974.0, 8965.0, 8985.0, 8969.0, 8990.0, 8967.0, 8992.0, 8966.0, 8950.0, 8951.0, 8967.0, 8969.0, 8968.0, 8969.0, 8973.0, 8985.0, 8992.0, 8987.0, 8971.0, 8982.0, 8972.0, 8983.0, 8991.0, 8986.0, 8995.0, 9015.0, 8994.0, 9020.0, 8999.0, 9021.0, 8981.0, 9006.0, 9020.0, 8979.0, 8993.0, 8995.0, 8999.0, 8998.0, 8994.0, 8999.0, 9010.0, 9000.0, 9025.0, 9001.0, 9025.0, 8997.0, 8997.0, 8998.0, 9038.0, 9016.0, 8992.0, 8979.0, 8994.0, 8997.0, 9033.0, 8976.0, 9015.0, 8992.0, 9016.0, 8977.0, 9018.0, 8967.0, 9014.0, 8959.0, 8993.0, 8939.0, 8938.0, 8919.0, 8939.0, 8924.0, 8937.0, 8923.0, 8922.0, 8920.0, 8937.0, 8928.0, 8944.0, 8926.0, 8924.0, 8940.0, 8931.0, 8925.0, 8927.0, 8922.0, 8923.0, 8924.0, 8937.0, 8945.0, 8942.0, 8948.0, 8975.0, 8952.0, 8992.0, 8973.0, 8955.0, 8956.0, 8970.0, 8970.0, 8970.0, 8984.0, 8977.0, 8990.0, 8989.0, 8992.0, 8991.0, 8975.0, 8999.0, 9032.0, 8983.0, 8976.0, 8956.0, 8960.0, 9015.0, 8973.0, 9010.0, 8970.0, 9010.0, 8972.0, 8979.0, 8953.0, 8968.0, 8972.0, 8971.0, 8986.0, 8995.0, 9008.0, 8997.0, 8982.0, 8995.0, 8994.0, 8998.0, 9019.0, 9042.0, 9019.0, 9042.0, 9000.0, 9038.0, 8980.0, 9000.0, 8972.0, 9004.0, 8967.0, 8980.0, 8969.0, 8969.0, 8945.0, 8931.0, 8947.0, 8963.0, 8962.0, 8977.0, 8993.0, 8971.0, 8966.0, 8996.0, 8966.0, 8999.0, 8948.0, 8949.0, 8956.0, 8928.0, 8982.0, 8944.0, 8979.0, 8943.0, 8953.0, 8943.0, 8939.0, 8943.0, 8946.0, 8962.0, 8949.0, 8967.0, 8965.0, 8991.0, 8986.0, 8976.0, 8988.0, 8975.0, 8991.0, 8993.0, 8974.0, 9038.0, 8971.0, 8975.0, 8983.0, 8953.0, 8964.0, 8937.0, 8953.0, 8969.0, 8969.0, 8983.0, 8953.0, 8954.0, 8964.0, 8964.0, 8967.0, 8980.0, 8970.0, 8964.0, 8968.0, 8980.0, 8973.0, 8997.0, 8972.0, 8996.0, 8976.0, 9010.0, 8978.0, 8998.0, 8976.0, 8998.0, 8974.0, 8995.0, 8989.0, 9015.0, 8993.0, 9015.0, 8992.0, 9007.0, 8994.0, 8992.0, 9011.0, 8994.0, 9013.0, 9024.0, 9036.0, 9005.0, 9033.0, 9017.0, 9012.0, 9002.0, 8995.0, 8998.0, 8995.0, 8999.0, 9009.0, 8998.0, 9016.0, 9033.0, 9023.0, 9034.0, 9014.0, 9042.0, 9016.0, 9045.0, 9032.0, 9013.0, 9042.0, 8995.0, 9032.0, 8998.0, 9034.0, 9026.0, 8998.0, 8984.0, 8965.0, 8999.0, 8966.0, 9008.0, 8949.0, 8971.0, 8948.0, 8989.0, 8965.0, 8986.0, 8950.0, 8974.0, 8951.0, 8965.0, 8951.0, 8961.0, 8967.0, 8969.0, 8999.0, 8977.0, 8998.0, 8975.0, 8996.0, 8969.0, 8968.0, 8972.0, 8968.0, 8972.0, 8972.0, 8957.0, 8986.0, 8970.0, 8984.0, 8975.0, 8995.0, 9007.0, 8995.0, 8991.0, 8993.0, 8990.0, 8997.0, 9006.0, 9013.0, 9005.0, 8975.0, 9030.0, 8973.0, 9035.0, 8990.0, 9005.0, 8977.0, 9018.0, 8988.0, 8968.0, 8967.0, 8947.0, 8967.0, 8967.0, 8976.0, 8992.0, 8999.0, 8975.0, 8965.0, 8998.0, 8985.0, 8975.0, 8987.0, 8968.0, 8989.0, 8952.0, 8986.0, 8971.0, 8963.0, 8968.0, 8968.0, 8989.0, 8974.0, 8996.0, 8986.0, 8985.0, 8979.0, 8994.0, 8975.0, 8990.0, 8978.0, 8996.0, 9016.0, 9020.0, 9021.0, 9039.0, 8994.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.0009676349024110219</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02745647876004592</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.56199524547125</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2070008894252877</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0051843574597703</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4505</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7020.7427</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09972565195535846</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.7405281285878305</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4035065375951117</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.308832944953133</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.692779299435502</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2089073683966998</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0188459</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017175782471895218</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02840973064303398</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.864249058002755</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>36.3951</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.4999</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.4357</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308605.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>712.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.1073</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1725</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.2379</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3288.3753</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3508.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67939.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1048.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4308.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.8023</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.86220837617293</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> |