=== 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-0024 --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-0024",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0024_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0024_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-04/func/sub-0024_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>fe7e56296a1c9cd7401359af7659ee6e</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>15:20:53.167500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99863, -0.0420988, 0.0310892, 0.0399346, 0.996938, 0.067229]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0838411</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4165, -7784, -7264, 601, -50, -349, 103, 43]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.544</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>aa27d55c-d03e-4bd9-b647-89c17b73ecca||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792502403259277, 0.10714151710271835, 0.09132548421621323, 107.06795501708984], [0.11294810473918915, 2.6747119426727295, 0.17791734635829926, -100.92023468017578], [0.08341000974178314, -0.18037042021751404, 2.6925833225250244, -70.30757141113281], [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': ['152053.167500', '152053.627500', '152054.087500', '152054.547500', '152055.007500', '152055.467500', '152055.927500', '152056.387500', '152056.847500', '152057.307500', '152057.767500', '152058.227500', '152058.687500', '152059.147500', '152059.607500', '152100.067500', '152100.527500', '152100.987500', '152101.447500', '152101.907500', '152102.367500', '152102.827500', '152103.287500', '152103.747500', '152104.207500', '152104.667500', '152105.127500', '152105.587500', '152106.047500', '152106.507500', '152106.967500', '152107.427500', '152107.887500', '152108.347500', '152108.807500', '152109.267500', '152109.727500', '152110.187500', '152110.647500', '152111.107500', '152111.567500', '152112.027500', '152112.487500', '152112.947500', '152113.407500', '152113.867500', '152114.327500', '152114.787500', '152115.247500', '152115.707500', '152116.167500', '152116.627500', '152117.087500', '152117.547500', '152118.007500', '152118.467500', '152118.927500', '152119.387500', '152119.847500', '152120.307500', '152120.767500', '152121.227500', '152121.687500', '152122.147500', '152122.607500', '152123.067500', '152123.527500', '152123.987500', '152124.447500', '152124.907500', '152125.367500', '152125.827500', '152126.287500', '152126.747500', '152127.207500', '152127.667500', '152128.127500', '152128.587500', '152129.047500', '152129.507500', '152129.967500', '152130.427500', '152130.887500', '152131.347500', '152131.807500', '152132.267500', '152132.727500', '152133.187500', '152133.647500', '152134.107500', '152134.567500', '152135.027500', '152135.487500', '152135.947500', '152136.407500', '152136.867500', '152137.327500', '152137.787500', '152138.247500', '152138.707500', '152139.167500', '152139.627500', '152140.087500', '152140.547500', '152141.007500', '152141.467500', '152141.927500', '152142.387500', '152142.847500', '152143.307500', '152143.767500', '152144.227500', '152144.687500', '152145.147500', '152145.607500', '152146.067500', '152146.527500', '152146.987500', '152147.447500', '152147.907500', '152148.367500', '152148.827500', '152149.287500', '152149.747500', '152150.207500', '152150.667500', '152151.127500', '152151.587500', '152152.047500', '152152.507500', '152152.967500', '152153.427500', '152153.887500', '152154.347500', '152154.807500', '152155.267500', '152155.727500', '152156.187500', '152156.647500', '152157.107500', '152157.567500', '152158.027500', '152158.487500', '152158.947500', '152159.407500', '152159.867500', '152200.327500', '152200.787500', '152201.247500', '152201.707500', '152202.167500', '152202.627500', '152203.087500', '152203.547500', '152204.007500', '152204.467500', '152204.927500', '152205.387500', '152205.847500', '152206.307500', '152206.767500', '152207.227500', '152207.687500', '152208.147500', '152208.607500', '152209.067500', '152209.527500', '152209.987500', '152210.447500', '152210.907500', '152211.367500', '152211.827500', '152212.287500', '152212.747500', '152213.207500', '152213.667500', '152214.127500', '152214.587500', '152215.047500', '152215.507500', '152215.967500', '152216.427500', '152216.887500', '152217.347500', '152217.807500', '152218.267500', '152218.727500', '152219.187500', '152219.647500', '152220.107500', '152220.567500', '152221.027500', '152221.487500', '152221.947500', '152222.407500', '152222.867500', '152223.327500', '152223.787500', '152224.247500', '152224.707500', '152225.167500', '152225.627500', '152226.087500', '152226.547500', '152227.007500', '152227.467500', '152227.927500', '152228.387500', '152228.847500', '152229.307500', '152229.767500', '152230.227500', '152230.687500', '152231.147500', '152231.607500', '152232.067500', '152232.527500', '152232.987500', '152233.447500', '152233.907500', '152234.367500', '152234.827500', '152235.287500', '152235.747500', '152236.207500', '152236.667500', '152237.127500', '152237.587500', '152238.047500', '152238.507500', '152238.967500', '152239.427500', '152239.887500', '152240.347500', '152240.807500', '152241.267500', '152241.727500', '152242.187500', '152242.647500', '152243.107500', '152243.567500', '152244.027500', '152244.487500', '152244.947500', '152245.407500', '152245.867500', '152246.327500', '152246.787500', '152247.247500', '152247.707500', '152248.167500', '152248.627500', '152249.087500', '152249.547500', '152250.007500', '152250.467500', '152250.927500', '152251.387500', '152251.847500', '152252.307500', '152252.767500', '152253.227500', '152253.687500', '152254.147500', '152254.607500', '152255.067500', '152255.527500', '152255.987500', '152256.447500', '152256.907500', '152257.367500', '152257.827500', '152258.287500', '152258.747500', '152259.207500', '152259.667500', '152300.127500', '152300.587500', '152301.047500', '152301.507500', '152301.967500', '152302.427500', '152302.887500', '152303.347500', '152303.807500', '152304.267500', '152304.727500', '152305.187500', '152305.647500', '152306.107500', '152306.567500', '152307.027500', '152307.487500', '152307.947500', '152308.407500', '152308.867500', '152309.327500', '152309.787500', '152310.247500', '152310.707500', '152311.167500', '152311.627500', '152312.087500', '152312.547500', '152313.007500', '152313.467500', '152313.927500', '152314.387500', '152314.847500', '152315.307500', '152315.767500', '152316.227500', '152316.687500', '152317.147500', '152317.607500', '152318.067500', '152318.527500', '152318.987500', '152319.447500', '152319.907500', '152320.367500', '152320.827500', '152321.287500', '152321.747500', '152322.207500', '152322.667500', '152323.127500', '152323.587500', '152324.047500', '152324.507500', '152324.967500', '152325.427500', '152325.887500', '152326.347500', '152326.807500', '152327.267500', '152327.727500', '152328.187500', '152328.647500', '152329.107500', '152329.567500', '152330.027500', '152330.487500', '152330.947500', '152331.407500', '152331.867500', '152332.327500', '152332.787500', '152333.247500', '152333.707500', '152334.167500', '152334.627500', '152335.087500', '152335.547500', '152336.007500', '152336.467500', '152336.927500', '152337.387500', '152337.847500', '152338.307500', '152338.767500', '152339.227500', '152339.687500', '152340.147500', '152340.607500', '152341.067500', '152341.527500', '152341.987500', '152342.447500', '152342.907500', '152343.367500', '152343.827500', '152344.287500', '152344.747500', '152345.207500', '152345.667500', '152346.127500', '152346.587500', '152347.047500', '152347.507500', '152347.967500', '152348.427500', '152348.887500', '152349.347500', '152349.807500', '152350.267500', '152350.727500', '152351.187500', '152351.647500', '152352.107500', '152352.567500', '152353.027500', '152353.487500', '152353.947500', '152354.407500', '152354.867500', '152355.327500', '152355.787500', '152356.247500', '152356.707500', '152357.167500', '152357.627500', '152358.087500', '152358.547500', '152359.007500', '152359.467500', '152359.927500', '152400.387500', '152400.847500', '152401.307500', '152401.767500', '152402.227500', '152402.687500', '152403.147500', '152403.607500', '152404.067500', '152404.527500', '152404.987500', '152405.447500', '152405.907500', '152406.367500', '152406.827500', '152407.287500', '152407.747500', '152408.207500', '152408.667500', '152409.127500', '152409.587500', '152410.047500', '152410.507500', '152410.967500', '152411.427500', '152411.887500', '152412.347500', '152412.807500', '152413.267500', '152413.727500', '152414.187500', '152414.647500', '152415.107500', '152415.567500', '152416.027500', '152416.487500', '152416.947500', '152417.407500', '152417.867500', '152418.327500', '152418.787500', '152419.247500', '152419.707500', '152420.167500', '152420.627500', '152421.087500', '152421.547500', '152422.007500', '152422.467500', '152422.927500', '152423.387500', '152423.847500', '152424.307500', '152424.767500', '152425.227500', '152425.687500', '152426.147500', '152426.607500', '152427.067500', '152427.527500', '152427.987500', '152428.447500', '152428.907500', '152429.367500', '152429.827500', '152430.287500', '152430.747500', '152431.207500', '152431.667500', '152432.127500', '152432.587500', '152433.047500', '152433.507500', '152433.967500', '152434.427500', '152434.887500', '152435.347500', '152435.807500', '152436.267500', '152436.727500', '152437.187500', '152437.647500', '152438.107500', '152438.567500', '152439.027500', '152439.487500', '152439.947500', '152440.407500', '152440.867500', '152441.327500', '152441.787500', '152442.247500', '152442.707500', '152443.167500', '152443.627500', '152444.087500', '152444.547500', '152445.007500', '152445.467500', '152445.927500', '152446.387500', '152446.847500', '152447.307500', '152447.767500', '152448.227500', '152448.687500', '152449.147500', '152449.607500', '152450.067500', '152450.527500', '152450.987500', '152451.447500', '152451.907500', '152452.367500', '152452.827500', '152453.287500', '152453.747500', '152454.207500', '152454.667500', '152455.127500', '152455.587500', '152456.047500', '152456.507500', '152456.967500', '152457.427500', '152457.887500', '152458.347500', '152458.807500', '152459.267500', '152459.727500', '152500.187500', '152500.647500', '152501.107500', '152501.567500', '152502.027500', '152502.487500', '152502.947500', '152503.407500', '152503.867500', '152504.327500', '152504.787500', '152505.247500', '152505.707500', '152506.167500', '152506.627500', '152507.087500', '152507.547500', '152508.007500', '152508.467500', '152508.927500', '152509.387500', '152509.847500', '152510.307500', '152510.767500', '152511.227500', '152511.687500', '152512.147500', '152512.607500', '152513.067500', '152513.527500', '152513.987500', '152514.447500', '152514.907500', '152515.367500', '152515.827500', '152516.287500', '152516.747500', '152517.207500', '152517.667500', '152518.127500', '152518.587500', '152519.047500', '152519.507500', '152519.967500', '152520.427500', '152520.887500', '152521.347500', '152521.807500', '152522.267500', '152522.727500', '152523.187500', '152523.647500', '152524.107500', '152524.567500', '152525.027500', '152525.487500', '152525.947500', '152526.407500', '152526.867500', '152527.327500', '152527.787500', '152528.247500', '152528.707500', '152529.167500', '152529.627500', '152530.087500', '152530.547500', '152531.007500', '152531.467500', '152531.927500', '152532.387500', '152532.847500', '152533.307500', '152533.767500', '152534.227500', '152534.687500', '152535.147500', '152535.607500', '152536.067500', '152536.527500', '152536.987500', '152537.447500', '152537.907500', '152538.367500', '152538.827500', '152539.287500', '152539.747500', '152540.207500', '152540.667500', '152541.127500', '152541.587500', '152542.047500', '152542.507500', '152542.967500', '152543.427500', '152543.887500', '152544.347500', '152544.807500', '152545.267500', '152545.727500', '152546.187500', '152546.647500', '152547.107500', '152547.567500', '152548.027500', '152548.487500', '152548.947500', '152549.407500', '152549.867500', '152550.327500', '152550.787500', '152551.247500', '152551.707500', '152552.167500', '152552.627500', '152553.087500', '152553.547500', '152554.007500', '152554.467500', '152554.927500', '152555.387500', '152555.847500', '152556.307500', '152556.767500', '152557.227500', '152557.687500', '152558.147500', '152558.607500', '152559.067500', '152559.527500', '152559.987500', '152600.447500', '152600.907500', '152601.367500', '152601.827500', '152602.287500', '152602.747500', '152603.207500', '152603.667500', '152604.127500', '152604.587500', '152605.047500', '152605.507500', '152605.967500', '152606.427500', '152606.887500', '152607.347500', '152607.807500', '152608.267500', '152608.727500', '152609.187500', '152609.647500', '152610.107500', '152610.567500', '152611.027500', '152611.487500', '152611.947500', '152612.407500', '152612.867500', '152613.327500', '152613.787500', '152614.247500', '152614.707500', '152615.167500', '152615.627500', '152616.087500', '152616.547500', '152617.007500', '152617.467500', '152617.927500', '152618.387500', '152618.847500', '152619.307500', '152619.767500', '152620.227500', '152620.687500', '152621.147500', '152621.607500', '152622.067500', '152622.527500', '152622.987500', '152623.447500', '152623.907500', '152624.367500', '152624.827500', '152625.287500', '152625.747500', '152626.207500', '152626.667500', '152627.127500', '152627.587500', '152628.047500', '152628.507500', '152628.967500', '152629.427500', '152629.887500', '152630.347500', '152630.807500', '152631.267500', '152631.727500', '152632.187500', '152632.647500', '152633.107500', '152633.567500', '152634.027500', '152634.487500', '152634.947500', '152635.407500', '152635.867500', '152636.327500', '152636.787500', '152637.247500', '152637.707500', '152638.167500', '152638.627500', '152639.087500', '152639.547500', '152640.007500', '152640.467500', '152640.927500', '152641.387500', '152641.847500', '152642.307500', '152642.767500', '152643.227500', '152643.687500', '152644.147500', '152644.607500', '152645.067500', '152645.527500', '152645.987500', '152646.447500', '152646.907500', '152647.367500', '152647.827500', '152648.287500', '152648.747500', '152649.207500', '152649.667500', '152650.127500', '152650.587500', '152651.047500', '152651.507500', '152651.967500', '152652.427500', '152652.887500', '152653.347500', '152653.807500', '152654.267500', '152654.727500', '152655.187500', '152655.647500', '152656.107500', '152656.567500', '152657.027500', '152657.487500', '152657.947500', '152658.407500', '152658.867500', '152659.327500', '152659.787500', '152700.247500', '152700.707500', '152701.167500', '152701.627500', '152702.087500', '152702.547500', '152703.007500', '152703.467500', '152703.927500', '152704.387500', '152704.847500', '152705.307500', '152705.767500', '152706.227500', '152706.687500', '152707.147500', '152707.607500', '152708.067500', '152708.527500', '152708.987500', '152709.447500', '152709.907500', '152710.367500', '152710.827500', '152711.287500', '152711.747500', '152712.207500', '152712.667500', '152713.127500', '152713.587500', '152714.047500', '152714.507500', '152714.967500', '152715.427500', '152715.887500', '152716.347500', '152716.807500', '152717.267500', '152717.727500', '152718.187500', '152718.647500', '152719.107500', '152719.567500', '152720.027500', '152720.487500', '152720.947500', '152721.407500', '152721.867500', '152722.327500', '152722.787500', '152723.247500', '152723.707500', '152724.167500', '152724.627500', '152725.087500', '152725.547500', '152726.007500', '152726.467500', '152726.927500', '152727.387500', '152727.847500', '152728.307500', '152728.767500', '152729.227500', '152729.687500', '152730.147500', '152730.607500', '152731.067500', '152731.527500', '152731.987500', '152732.447500', '152732.907500', '152733.367500', '152733.827500'], 'ContentTime': ['152120.474000', '152120.477000', '152120.480000', '152120.483000', '152120.486000', '152120.489000', '152120.491000', '152120.494000', '152120.497000', '152120.500000', '152120.503000', '152120.505000', '152120.508000', '152120.511000', '152120.514000', '152120.517000', '152120.519000', '152120.522000', '152120.525000', '152120.528000', '152120.530000', '152120.541000', '152120.544000', '152120.547000', '152120.550000', '152120.553000', '152120.556000', '152120.559000', '152120.562000', '152120.564000', '152120.567000', '152120.570000', '152120.573000', '152120.576000', '152120.578000', '152120.581000', '152120.584000', '152120.587000', '152120.589000', '152120.594000', '152120.596000', '152120.599000', '152120.602000', '152120.605000', '152120.607000', '152120.610000', '152120.613000', '152120.616000', '152120.619000', '152120.621000', '152120.624000', '152120.627000', '152120.630000', '152120.632000', '152120.635000', '152120.638000', '152120.641000', '152140.441000', '152140.444000', '152140.447000', '152140.449000', '152140.452000', '152140.455000', '152140.458000', '152140.460000', '152140.463000', '152140.466000', '152140.469000', '152140.471000', '152140.474000', '152140.477000', '152140.480000', '152140.483000', '152140.491000', '152140.494000', '152140.497000', '152140.500000', '152140.503000', '152140.505000', '152140.508000', '152140.511000', '152140.514000', '152140.517000', '152140.519000', '152140.538000', '152140.541000', '152140.543000', '152140.546000', '152140.549000', '152140.552000', '152140.555000', '152140.557000', '152140.560000', '152140.563000', '152140.566000', '152140.569000', '152140.571000', '152140.574000', '152140.577000', '152140.580000', '152140.583000', '152200.441000', '152200.444000', '152200.447000', '152200.450000', '152200.452000', '152200.455000', '152200.458000', '152200.461000', '152200.464000', '152200.466000', '152200.469000', '152200.472000', '152200.476000', '152200.479000', '152200.488000', '152200.491000', '152200.494000', '152200.497000', '152200.499000', '152200.502000', '152200.505000', '152200.508000', '152200.511000', '152200.513000', '152200.516000', '152200.519000', '152200.522000', '152200.525000', '152200.528000', '152200.531000', '152200.533000', '152200.536000', '152200.539000', '152200.542000', '152200.544000', '152200.547000', '152200.550000', '152200.553000', '152200.556000', '152200.559000', '152200.562000', '152200.565000', '152200.568000', '152220.441000', '152220.444000', '152220.447000', '152220.449000', '152220.452000', '152220.455000', '152220.458000', '152220.461000', '152220.464000', '152220.466000', '152220.469000', '152220.472000', '152220.475000', '152220.478000', '152220.481000', '152220.484000', '152220.487000', '152220.490000', '152220.493000', '152220.495000', '152220.498000', '152220.501000', '152220.504000', '152220.507000', '152220.509000', '152220.513000', '152220.515000', '152220.518000', '152220.521000', '152220.524000', '152220.527000', '152220.529000', '152220.532000', '152220.535000', '152220.538000', '152220.540000', '152220.543000', '152220.546000', '152220.549000', '152220.552000', '152220.555000', '152220.557000', '152220.560000', '152220.563000', '152240.440000', '152240.443000', '152240.446000', '152240.448000', '152240.451000', '152240.454000', '152240.457000', '152240.460000', '152240.462000', '152240.465000', '152240.468000', '152240.471000', '152240.474000', '152240.481000', '152240.483000', '152240.486000', '152240.489000', '152240.492000', '152240.494000', '152240.497000', '152240.500000', '152240.503000', '152240.506000', '152240.509000', '152240.511000', '152240.514000', '152240.517000', '152240.520000', '152240.523000', '152240.525000', '152240.528000', '152240.531000', '152240.534000', '152240.537000', '152240.539000', '152240.542000', '152240.545000', '152240.548000', '152240.550000', '152240.553000', '152240.556000', '152240.559000', '152240.562000', '152300.440000', '152300.443000', '152300.445000', '152300.448000', '152300.451000', '152300.454000', '152300.457000', '152300.460000', '152300.462000', '152300.465000', '152300.468000', '152300.471000', '152300.474000', '152300.477000', '152300.479000', '152300.482000', '152300.485000', '152300.488000', '152300.491000', '152300.493000', '152300.496000', '152300.499000', '152300.502000', '152300.505000', '152300.508000', '152300.510000', '152300.513000', '152300.516000', '152300.519000', '152300.521000', '152300.524000', '152300.527000', '152300.530000', '152300.533000', '152300.535000', '152300.538000', '152300.541000', '152300.544000', '152300.547000', '152300.549000', '152300.552000', '152300.555000', '152300.558000', '152300.561000', '152320.440000', '152320.443000', '152320.445000', '152320.448000', '152320.451000', '152320.454000', '152320.457000', '152320.460000', '152320.463000', '152320.465000', '152320.468000', '152320.471000', '152320.474000', '152320.477000', '152320.480000', '152320.482000', '152320.485000', '152320.488000', '152320.491000', '152320.494000', '152320.497000', '152320.500000', '152320.515000', '152320.518000', '152320.529000', '152320.532000', '152320.535000', '152320.538000', '152320.541000', '152320.543000', '152320.546000', '152320.549000', '152320.552000', '152320.555000', '152320.557000', '152320.560000', '152320.563000', '152320.566000', '152320.570000', '152320.573000', '152320.576000', '152320.579000', '152320.582000', '152340.440000', '152340.443000', '152340.445000', '152340.448000', '152340.451000', '152340.454000', '152340.457000', '152340.460000', '152340.463000', '152340.465000', '152340.468000', '152340.471000', '152340.474000', '152340.477000', '152340.481000', '152340.483000', '152340.486000', '152340.489000', '152340.492000', '152340.495000', '152340.498000', '152340.500000', '152340.503000', '152340.506000', '152340.509000', '152340.512000', '152340.514000', '152340.517000', '152340.520000', '152340.523000', '152340.526000', '152340.529000', '152340.531000', '152340.534000', '152340.537000', '152340.546000', '152340.549000', '152340.552000', '152340.554000', '152340.557000', '152340.560000', '152340.563000', '152340.566000', '152340.569000', '152400.441000', '152400.444000', '152400.447000', '152400.449000', '152400.452000', '152400.455000', '152400.458000', '152400.461000', '152400.464000', '152400.466000', '152400.469000', '152400.472000', '152400.475000', '152400.478000', '152400.480000', '152400.483000', '152400.486000', '152400.489000', '152400.492000', '152400.495000', '152400.497000', '152400.500000', '152400.503000', '152400.506000', '152400.509000', '152400.512000', '152400.514000', '152400.517000', '152400.520000', '152400.523000', '152400.525000', '152400.528000', '152400.531000', '152400.534000', '152400.537000', '152400.540000', '152400.542000', '152400.545000', '152400.548000', '152400.551000', '152400.554000', '152400.556000', '152400.559000', '152420.441000', '152420.444000', '152420.446000', '152420.449000', '152420.452000', '152420.455000', '152420.458000', '152420.461000', '152420.464000', '152420.466000', '152420.469000', '152420.472000', '152420.475000', '152420.478000', '152420.480000', '152420.483000', '152420.486000', '152420.489000', '152420.492000', '152420.494000', '152420.497000', '152420.500000', '152420.503000', '152420.506000', '152420.509000', '152420.511000', '152420.514000', '152420.517000', '152420.520000', '152420.523000', '152420.525000', '152420.529000', '152420.532000', '152420.535000', '152420.538000', '152420.540000', '152420.543000', '152420.546000', '152420.549000', '152420.552000', '152420.555000', '152420.557000', '152420.560000', '152420.563000', '152440.441000', '152440.444000', '152440.447000', '152440.449000', '152440.452000', '152440.455000', '152440.458000', '152440.461000', '152440.464000', '152440.467000', '152440.469000', '152440.472000', '152440.475000', '152440.478000', '152440.481000', '152440.483000', '152440.486000', '152440.489000', '152440.492000', '152440.495000', '152440.498000', '152440.500000', '152440.503000', '152440.506000', '152440.509000', '152440.512000', '152440.514000', '152440.517000', '152440.520000', '152440.523000', '152440.526000', '152440.528000', '152440.531000', '152440.534000', '152440.537000', '152440.540000', '152440.543000', '152440.545000', '152440.548000', '152440.552000', '152440.555000', '152440.558000', '152440.561000', '152500.440000', '152500.443000', '152500.445000', '152500.448000', '152500.466000', '152500.469000', '152500.472000', '152500.475000', '152500.478000', '152500.481000', '152500.483000', '152500.486000', '152500.489000', '152500.498000', '152500.500000', '152500.503000', '152500.506000', '152500.509000', '152500.512000', '152500.515000', '152500.518000', '152500.521000', '152500.523000', '152500.526000', '152500.529000', '152500.532000', '152500.535000', '152500.538000', '152500.540000', '152500.543000', '152500.546000', '152500.549000', '152500.552000', '152500.555000', '152500.558000', '152500.560000', '152500.563000', '152500.566000', '152500.569000', '152500.572000', '152500.574000', '152500.577000', '152500.580000', '152500.583000', '152520.440000', '152520.443000', '152520.446000', '152520.448000', '152520.451000', '152520.454000', '152520.457000', '152520.460000', '152520.463000', '152520.465000', '152520.468000', '152520.471000', '152520.474000', '152520.477000', '152520.480000', '152520.482000', '152520.485000', '152520.488000', '152520.491000', '152520.494000', '152520.497000', '152520.499000', '152520.502000', '152520.505000', '152520.508000', '152520.511000', '152520.513000', '152520.516000', '152520.519000', '152520.522000', '152520.525000', '152520.528000', '152520.530000', '152520.533000', '152520.536000', '152520.539000', '152520.541000', '152520.544000', '152520.547000', '152520.550000', '152520.553000', '152520.556000', '152520.559000', '152540.440000', '152540.443000', '152540.446000', '152540.448000', '152540.451000', '152540.454000', '152540.457000', '152540.460000', '152540.463000', '152540.465000', '152540.468000', '152540.471000', '152540.474000', '152540.477000', '152540.479000', '152540.482000', '152540.485000', '152540.488000', '152540.491000', '152540.494000', '152540.496000', '152540.499000', '152540.502000', '152540.505000', '152540.508000', '152540.510000', '152540.513000', '152540.516000', '152540.519000', '152540.522000', '152540.525000', '152540.527000', '152540.530000', '152540.533000', '152540.536000', '152540.539000', '152540.541000', '152540.544000', '152540.547000', '152540.550000', '152540.553000', '152540.556000', '152540.558000', '152540.561000', '152600.440000', '152600.443000', '152600.446000', '152600.449000', '152600.451000', '152600.454000', '152600.457000', '152600.460000', '152600.463000', '152600.465000', '152600.468000', '152600.471000', '152600.474000', '152600.477000', '152600.479000', '152600.482000', '152600.485000', '152600.488000', '152600.491000', '152600.494000', '152600.496000', '152600.499000', '152600.502000', '152600.505000', '152600.508000', '152600.510000', '152600.513000', '152600.516000', '152600.519000', '152600.522000', '152600.525000', '152600.527000', '152600.530000', '152600.533000', '152600.536000', '152600.539000', '152600.542000', '152600.544000', '152600.547000', '152600.550000', '152600.553000', '152600.556000', '152600.558000', '152620.441000', '152620.444000', '152620.447000', '152620.450000', '152620.452000', '152620.455000', '152620.458000', '152620.461000', '152620.464000', '152620.467000', '152620.469000', '152620.472000', '152620.475000', '152620.478000', '152620.481000', '152620.484000', '152620.486000', '152620.489000', '152620.492000', '152620.495000', '152620.498000', '152620.501000', '152620.503000', '152620.506000', '152620.509000', '152620.512000', '152620.515000', '152620.517000', '152620.520000', '152620.538000', '152620.541000', '152620.544000', '152620.547000', '152620.550000', '152620.553000', '152620.556000', '152620.559000', '152620.562000', '152620.565000', '152620.567000', '152620.570000', '152620.573000', '152620.576000', '152640.441000', '152640.444000', '152640.447000', '152640.450000', '152640.452000', '152640.455000', '152640.458000', '152640.461000', '152640.464000', '152640.467000', '152640.469000', '152640.472000', '152640.475000', '152640.478000', '152640.481000', '152640.484000', '152640.486000', '152640.489000', '152640.492000', '152640.495000', '152640.498000', '152640.501000', '152640.503000', '152640.506000', '152640.509000', '152640.512000', '152640.515000', '152640.518000', '152640.520000', '152640.523000', '152640.526000', '152640.529000', '152640.532000', '152640.535000', '152640.537000', '152640.540000', '152640.543000', '152640.546000', '152640.549000', '152640.551000', '152640.554000', '152640.557000', '152640.560000', '152640.563000', '152700.441000', '152700.448000', '152700.451000', '152700.454000', '152700.457000', '152700.460000', '152700.463000', '152700.465000', '152700.470000', '152700.473000', '152700.476000', '152700.479000', '152700.482000', '152700.485000', '152700.488000', '152700.490000', '152700.493000', '152700.496000', '152700.499000', '152700.502000', '152700.505000', '152700.507000', '152700.510000', '152700.513000', '152700.516000', '152700.519000', '152700.522000', '152700.525000', '152700.527000', '152700.530000', '152700.533000', '152700.536000', '152700.539000', '152700.542000', '152700.544000', '152700.547000', '152700.550000', '152700.553000', '152700.556000', '152700.559000', '152700.561000', '152700.564000', '152700.567000', '152720.440000', '152720.443000', '152720.446000', '152720.449000', '152720.452000', '152720.454000', '152720.457000', '152720.460000', '152720.463000', '152720.466000', '152720.468000', '152720.471000', '152720.474000', '152720.477000', '152720.480000', '152720.483000', '152720.485000', '152720.488000', '152720.491000', '152720.494000', '152720.497000', '152720.499000', '152720.502000', '152720.505000', '152720.508000', '152720.511000', '152720.514000', '152720.516000', '152720.519000', '152720.522000', '152720.525000', '152720.528000', '152720.530000', '152720.533000', '152720.536000', '152720.539000', '152720.542000', '152720.544000', '152720.547000', '152720.550000', '152720.553000', '152720.556000', '152720.559000', '152720.561000', '152735.009000', '152735.012000', '152735.015000', '152735.018000', '152735.021000', '152735.024000', '152735.027000', '152735.030000', '152735.033000', '152735.036000', '152735.039000', '152735.042000', '152735.045000', '152735.048000', '152735.051000', '152735.054000', '152735.057000', '152735.060000', '152735.063000', '152735.065000', '152735.068000', '152735.071000', '152735.075000', '152735.079000', '152735.083000', '152735.086000', '152735.089000', '152735.091000', '152735.094000', '152735.097000', '152735.100000', '152735.103000'], 'InstanceCreationTime': ['152120.474000', '152120.477000', '152120.480000', '152120.483000', '152120.486000', '152120.489000', '152120.491000', '152120.494000', '152120.497000', '152120.500000', '152120.503000', '152120.505000', '152120.508000', '152120.511000', '152120.514000', '152120.517000', '152120.519000', '152120.522000', '152120.525000', '152120.528000', '152120.530000', '152120.541000', '152120.544000', '152120.547000', '152120.550000', '152120.553000', '152120.556000', '152120.559000', '152120.562000', '152120.564000', '152120.567000', '152120.570000', '152120.573000', '152120.576000', '152120.578000', '152120.581000', '152120.584000', '152120.587000', '152120.589000', '152120.594000', '152120.596000', '152120.599000', '152120.602000', '152120.605000', '152120.607000', '152120.610000', '152120.613000', '152120.616000', '152120.619000', '152120.621000', '152120.624000', '152120.627000', '152120.630000', '152120.632000', '152120.635000', '152120.638000', '152120.641000', '152140.441000', '152140.444000', '152140.447000', '152140.449000', '152140.452000', '152140.455000', '152140.458000', '152140.460000', '152140.463000', '152140.466000', '152140.469000', '152140.471000', '152140.474000', '152140.477000', '152140.480000', '152140.483000', '152140.491000', '152140.494000', '152140.497000', '152140.500000', '152140.503000', '152140.505000', '152140.508000', '152140.511000', '152140.514000', '152140.517000', '152140.519000', '152140.538000', '152140.541000', '152140.543000', '152140.546000', '152140.549000', '152140.552000', '152140.555000', '152140.557000', '152140.560000', '152140.563000', '152140.566000', '152140.569000', '152140.571000', '152140.574000', '152140.577000', '152140.580000', '152140.583000', '152200.441000', '152200.444000', '152200.447000', '152200.450000', '152200.452000', '152200.455000', '152200.458000', '152200.461000', '152200.464000', '152200.466000', '152200.469000', '152200.472000', '152200.476000', '152200.479000', '152200.488000', '152200.491000', '152200.494000', '152200.497000', '152200.499000', '152200.502000', '152200.505000', '152200.508000', '152200.511000', '152200.513000', '152200.516000', '152200.519000', '152200.522000', '152200.525000', '152200.528000', '152200.531000', '152200.533000', '152200.536000', '152200.539000', '152200.542000', '152200.544000', '152200.547000', '152200.550000', '152200.553000', '152200.556000', '152200.559000', '152200.562000', '152200.565000', '152200.568000', '152220.441000', '152220.444000', '152220.447000', '152220.449000', '152220.452000', '152220.455000', '152220.458000', '152220.461000', '152220.464000', '152220.466000', '152220.469000', '152220.472000', '152220.475000', '152220.478000', '152220.481000', '152220.484000', '152220.487000', '152220.490000', '152220.493000', '152220.495000', '152220.498000', '152220.501000', '152220.504000', '152220.507000', '152220.509000', '152220.513000', '152220.515000', '152220.518000', '152220.521000', '152220.524000', '152220.527000', '152220.529000', '152220.532000', '152220.535000', '152220.538000', '152220.540000', '152220.543000', '152220.546000', '152220.549000', '152220.552000', '152220.555000', '152220.557000', '152220.560000', '152220.563000', '152240.440000', '152240.443000', '152240.446000', '152240.448000', '152240.451000', '152240.454000', '152240.457000', '152240.460000', '152240.462000', '152240.465000', '152240.468000', '152240.471000', '152240.474000', '152240.481000', '152240.483000', '152240.486000', '152240.489000', '152240.492000', '152240.494000', '152240.497000', '152240.500000', '152240.503000', '152240.506000', '152240.509000', '152240.511000', '152240.514000', '152240.517000', '152240.520000', '152240.523000', '152240.525000', '152240.528000', '152240.531000', '152240.534000', '152240.537000', '152240.539000', '152240.542000', '152240.545000', '152240.548000', '152240.550000', '152240.553000', '152240.556000', '152240.559000', '152240.562000', '152300.440000', '152300.443000', '152300.445000', '152300.448000', '152300.451000', '152300.454000', '152300.457000', '152300.460000', '152300.462000', '152300.465000', '152300.468000', '152300.471000', '152300.474000', '152300.477000', '152300.479000', '152300.482000', '152300.485000', '152300.488000', '152300.491000', '152300.493000', '152300.496000', '152300.499000', '152300.502000', '152300.505000', '152300.508000', '152300.510000', '152300.513000', '152300.516000', '152300.519000', '152300.521000', '152300.524000', '152300.527000', '152300.530000', '152300.533000', '152300.535000', '152300.538000', '152300.541000', '152300.544000', '152300.547000', '152300.549000', '152300.552000', '152300.555000', '152300.558000', '152300.561000', '152320.440000', '152320.443000', '152320.445000', '152320.448000', '152320.451000', '152320.454000', '152320.457000', '152320.460000', '152320.463000', '152320.465000', '152320.468000', '152320.471000', '152320.474000', '152320.477000', '152320.480000', '152320.482000', '152320.485000', '152320.488000', '152320.491000', '152320.494000', '152320.497000', '152320.500000', '152320.515000', '152320.518000', '152320.529000', '152320.532000', '152320.535000', '152320.538000', '152320.541000', '152320.543000', '152320.546000', '152320.549000', '152320.552000', '152320.555000', '152320.557000', '152320.560000', '152320.563000', '152320.566000', '152320.570000', '152320.573000', '152320.576000', '152320.579000', '152320.582000', '152340.440000', '152340.443000', '152340.445000', '152340.448000', '152340.451000', '152340.454000', '152340.457000', '152340.460000', '152340.463000', '152340.465000', '152340.468000', '152340.471000', '152340.474000', '152340.477000', '152340.481000', '152340.483000', '152340.486000', '152340.489000', '152340.492000', '152340.495000', '152340.498000', '152340.500000', '152340.503000', '152340.506000', '152340.509000', '152340.512000', '152340.514000', '152340.517000', '152340.520000', '152340.523000', '152340.526000', '152340.529000', '152340.531000', '152340.534000', '152340.537000', '152340.546000', '152340.549000', '152340.552000', '152340.554000', '152340.557000', '152340.560000', '152340.563000', '152340.566000', '152340.569000', '152400.441000', '152400.444000', '152400.447000', '152400.449000', '152400.452000', '152400.455000', '152400.458000', '152400.461000', '152400.464000', '152400.466000', '152400.469000', '152400.472000', '152400.475000', '152400.478000', '152400.480000', '152400.483000', '152400.486000', '152400.489000', '152400.492000', '152400.495000', '152400.497000', '152400.500000', '152400.503000', '152400.506000', '152400.509000', '152400.512000', '152400.514000', '152400.517000', '152400.520000', '152400.523000', '152400.525000', '152400.528000', '152400.531000', '152400.534000', '152400.537000', '152400.540000', '152400.542000', '152400.545000', '152400.548000', '152400.551000', '152400.554000', '152400.556000', '152400.559000', '152420.441000', '152420.444000', '152420.446000', '152420.449000', '152420.452000', '152420.455000', '152420.458000', '152420.461000', '152420.464000', '152420.466000', '152420.469000', '152420.472000', '152420.475000', '152420.478000', '152420.480000', '152420.483000', '152420.486000', '152420.489000', '152420.492000', '152420.494000', '152420.497000', '152420.500000', '152420.503000', '152420.506000', '152420.509000', '152420.511000', '152420.514000', '152420.517000', '152420.520000', '152420.523000', '152420.525000', '152420.529000', '152420.532000', '152420.535000', '152420.538000', '152420.540000', '152420.543000', '152420.546000', '152420.549000', '152420.552000', '152420.555000', '152420.557000', '152420.560000', '152420.563000', '152440.441000', '152440.444000', '152440.447000', '152440.449000', '152440.452000', '152440.455000', '152440.458000', '152440.461000', '152440.464000', '152440.467000', '152440.469000', '152440.472000', '152440.475000', '152440.478000', '152440.481000', '152440.483000', '152440.486000', '152440.489000', '152440.492000', '152440.495000', '152440.498000', '152440.500000', '152440.503000', '152440.506000', '152440.509000', '152440.512000', '152440.514000', '152440.517000', '152440.520000', '152440.523000', '152440.526000', '152440.528000', '152440.531000', '152440.534000', '152440.537000', '152440.540000', '152440.543000', '152440.545000', '152440.548000', '152440.552000', '152440.555000', '152440.558000', '152440.561000', '152500.440000', '152500.443000', '152500.445000', '152500.448000', '152500.466000', '152500.469000', '152500.472000', '152500.475000', '152500.478000', '152500.481000', '152500.483000', '152500.486000', '152500.489000', '152500.498000', '152500.500000', '152500.503000', '152500.506000', '152500.509000', '152500.512000', '152500.515000', '152500.518000', '152500.521000', '152500.523000', '152500.526000', '152500.529000', '152500.532000', '152500.535000', '152500.538000', '152500.540000', '152500.543000', '152500.546000', '152500.549000', '152500.552000', '152500.555000', '152500.558000', '152500.560000', '152500.563000', '152500.566000', '152500.569000', '152500.572000', '152500.574000', '152500.577000', '152500.580000', '152500.583000', '152520.440000', '152520.443000', '152520.446000', '152520.448000', '152520.451000', '152520.454000', '152520.457000', '152520.460000', '152520.463000', '152520.465000', '152520.468000', '152520.471000', '152520.474000', '152520.477000', '152520.480000', '152520.482000', '152520.485000', '152520.488000', '152520.491000', '152520.494000', '152520.497000', '152520.499000', '152520.502000', '152520.505000', '152520.508000', '152520.511000', '152520.513000', '152520.516000', '152520.519000', '152520.522000', '152520.525000', '152520.528000', '152520.530000', '152520.533000', '152520.536000', '152520.539000', '152520.541000', '152520.544000', '152520.547000', '152520.550000', '152520.553000', '152520.556000', '152520.559000', '152540.440000', '152540.443000', '152540.446000', '152540.448000', '152540.451000', '152540.454000', '152540.457000', '152540.460000', '152540.463000', '152540.465000', '152540.468000', '152540.471000', '152540.474000', '152540.477000', '152540.479000', '152540.482000', '152540.485000', '152540.488000', '152540.491000', '152540.494000', '152540.496000', '152540.499000', '152540.502000', '152540.505000', '152540.508000', '152540.510000', '152540.513000', '152540.516000', '152540.519000', '152540.522000', '152540.525000', '152540.527000', '152540.530000', '152540.533000', '152540.536000', '152540.539000', '152540.541000', '152540.544000', '152540.547000', '152540.550000', '152540.553000', '152540.556000', '152540.558000', '152540.561000', '152600.440000', '152600.443000', '152600.446000', '152600.449000', '152600.451000', '152600.454000', '152600.457000', '152600.460000', '152600.463000', '152600.465000', '152600.468000', '152600.471000', '152600.474000', '152600.477000', '152600.479000', '152600.482000', '152600.485000', '152600.488000', '152600.491000', '152600.494000', '152600.496000', '152600.499000', '152600.502000', '152600.505000', '152600.508000', '152600.510000', '152600.513000', '152600.516000', '152600.519000', '152600.522000', '152600.525000', '152600.527000', '152600.530000', '152600.533000', '152600.536000', '152600.539000', '152600.542000', '152600.544000', '152600.547000', '152600.550000', '152600.553000', '152600.556000', '152600.558000', '152620.441000', '152620.444000', '152620.447000', '152620.450000', '152620.452000', '152620.455000', '152620.458000', '152620.461000', '152620.464000', '152620.467000', '152620.469000', '152620.472000', '152620.475000', '152620.478000', '152620.481000', '152620.484000', '152620.486000', '152620.489000', '152620.492000', '152620.495000', '152620.498000', '152620.501000', '152620.503000', '152620.506000', '152620.509000', '152620.512000', '152620.515000', '152620.517000', '152620.520000', '152620.538000', '152620.541000', '152620.544000', '152620.547000', '152620.550000', '152620.553000', '152620.556000', '152620.559000', '152620.562000', '152620.565000', '152620.567000', '152620.570000', '152620.573000', '152620.576000', '152640.441000', '152640.444000', '152640.447000', '152640.450000', '152640.452000', '152640.455000', '152640.458000', '152640.461000', '152640.464000', '152640.467000', '152640.469000', '152640.472000', '152640.475000', '152640.478000', '152640.481000', '152640.484000', '152640.486000', '152640.489000', '152640.492000', '152640.495000', '152640.498000', '152640.501000', '152640.503000', '152640.506000', '152640.509000', '152640.512000', '152640.515000', '152640.518000', '152640.520000', '152640.523000', '152640.526000', '152640.529000', '152640.532000', '152640.535000', '152640.537000', '152640.540000', '152640.543000', '152640.546000', '152640.549000', '152640.551000', '152640.554000', '152640.557000', '152640.560000', '152640.563000', '152700.441000', '152700.448000', '152700.451000', '152700.454000', '152700.457000', '152700.460000', '152700.463000', '152700.465000', '152700.470000', '152700.473000', '152700.476000', '152700.479000', '152700.482000', '152700.485000', '152700.488000', '152700.490000', '152700.493000', '152700.496000', '152700.499000', '152700.502000', '152700.505000', '152700.507000', '152700.510000', '152700.513000', '152700.516000', '152700.519000', '152700.522000', '152700.525000', '152700.527000', '152700.530000', '152700.533000', '152700.536000', '152700.539000', '152700.542000', '152700.544000', '152700.547000', '152700.550000', '152700.553000', '152700.556000', '152700.559000', '152700.561000', '152700.564000', '152700.567000', '152720.440000', '152720.443000', '152720.446000', '152720.449000', '152720.452000', '152720.454000', '152720.457000', '152720.460000', '152720.463000', '152720.466000', '152720.468000', '152720.471000', '152720.474000', '152720.477000', '152720.480000', '152720.483000', '152720.485000', '152720.488000', '152720.491000', '152720.494000', '152720.497000', '152720.499000', '152720.502000', '152720.505000', '152720.508000', '152720.511000', '152720.514000', '152720.516000', '152720.519000', '152720.522000', '152720.525000', '152720.528000', '152720.530000', '152720.533000', '152720.536000', '152720.539000', '152720.542000', '152720.544000', '152720.547000', '152720.550000', '152720.553000', '152720.556000', '152720.559000', '152720.561000', '152735.009000', '152735.012000', '152735.015000', '152735.018000', '152735.021000', '152735.024000', '152735.027000', '152735.030000', '152735.033000', '152735.036000', '152735.039000', '152735.042000', '152735.045000', '152735.048000', '152735.051000', '152735.054000', '152735.057000', '152735.060000', '152735.063000', '152735.065000', '152735.068000', '152735.071000', '152735.075000', '152735.079000', '152735.083000', '152735.086000', '152735.089000', '152735.091000', '152735.094000', '152735.097000', '152735.100000', '152735.103000'], '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': [12351, 17495, 10494, 13400, 9326, 10319, 9971, 10506, 17383, 12264, 14555, 9432, 13491, 9225, 11870, 9390, 13942, 9810, 10458, 12590, 9662, 14370, 11258, 13094, 10041, 12487, 9579, 11536, 9429, 12037, 17149, 11540, 14065, 9960, 13053, 9982, 12221, 10088, 12895, 9624, 12040, 8862, 10699, 14287, 10438, 15391, 11257, 10238, 10264, 8850, 10758, 15316, 10691, 14008, 11818, 13469, 9848, 13335, 9735, 13108, 9761, 14075, 9705, 13112, 9219, 12025, 11588, 11635, 16612, 12714, 14215, 10514, 13371, 10268, 13015, 9815, 13313, 9514, 12850, 9124, 12173, 8765, 13801, 9999, 13323, 9980, 14745, 11154, 9304, 11972, 10556, 13288, 15585, 12424, 10240, 10791, 13586, 10488, 14631, 11873, 14753, 11021, 13784, 10136, 13352, 10137, 12327, 9437, 12958, 9334, 12648, 9027, 12567, 9831, 11664, 15990, 12213, 14560, 10947, 13774, 10503, 13407, 10501, 13087, 9984, 13067, 9401, 12300, 9242, 12431, 11802, 12311, 13485, 11353, 16298, 11281, 14171, 12130, 13527, 10780, 13706, 9810, 13278, 9725, 11992, 14595, 11407, 15307, 10645, 13798, 10500, 13310, 11432, 13765, 10869, 13701, 10551, 15051, 11170, 14903, 12324, 11012, 11643, 10667, 11847, 16556, 12844, 15883, 12021, 14580, 11321, 13519, 10784, 12858, 9992, 12564, 9448, 11996, 9159, 12103, 9359, 13800, 9593, 12810, 8951, 12004, 9245, 13745, 10082, 13923, 9347, 13549, 9578, 13167, 9770, 14865, 9884, 12847, 9411, 11528, 14373, 12140, 15091, 10713, 14657, 10897, 13757, 12043, 13679, 11021, 13274, 10390, 13169, 10913, 13719, 11442, 13577, 10517, 13183, 9797, 13436, 10006, 13426, 9565, 11100, 9105, 11910, 13402, 12358, 10515, 11101, 13228, 10910, 15592, 11291, 14739, 10894, 13967, 10316, 12982, 10193, 13097, 11070, 13108, 10049, 12989, 9933, 12972, 9743, 13375, 9375, 12798, 9378, 11230, 14270, 11311, 15532, 11775, 14334, 10715, 13778, 10113, 12716, 9819, 13132, 9233, 13017, 9268, 11259, 15656, 11369, 13582, 10948, 13317, 9600, 11728, 14621, 10720, 14659, 10813, 8803, 9985, 8403, 11429, 10142, 12475, 11517, 11461, 15091, 12157, 14353, 12206, 14592, 10062, 12906, 10103, 12129, 15873, 12169, 15009, 11129, 14051, 11353, 13983, 11839, 13255, 11163, 13474, 10736, 13381, 11102, 13512, 9821, 13430, 9019, 11999, 9069, 12729, 9407, 13596, 9727, 13868, 11563, 12836, 9189, 12487, 9111, 12304, 14786, 12445, 15744, 11484, 13423, 10178, 12426, 9506, 12540, 9140, 10468, 9225, 10923, 15684, 11816, 14716, 10923, 14043, 10902, 13454, 10456, 13938, 9885, 12782, 9679, 12752, 9470, 13940, 10078, 13904, 9539, 9608, 8847, 10804, 16880, 10633, 14646, 11326, 14254, 10653, 13210, 9740, 12560, 9816, 13433, 10327, 14071, 10775, 13620, 10148, 13438, 10231, 14207, 11442, 14034, 10596, 13943, 10345, 13317, 9924, 14331, 10073, 13395, 9489, 12116, 8982, 12614, 12674, 12492, 13682, 11327, 15360, 11194, 13939, 10588, 13360, 9700, 13208, 9765, 11414, 14672, 10851, 14493, 11596, 13409, 10227, 12654, 10332, 12880, 11473, 13353, 10532, 14076, 11336, 13391, 11745, 15258, 11665, 12862, 10188, 13361, 10676, 14043, 12072, 14479, 10639, 11245, 10541, 15023, 11098, 14615, 12269, 15243, 11027, 14112, 10655, 13254, 11335, 13516, 11679, 13919, 10476, 12664, 10242, 12944, 10942, 13944, 10571, 12799, 9481, 11733, 9165, 10455, 12601, 10700, 14637, 10356, 13604, 10790, 12817, 9774, 12575, 9101, 11869, 8909, 10724, 10388, 11377, 15269, 11963, 15345, 11447, 13836, 11216, 12519, 9801, 11987, 8874, 12483, 8862, 11831, 9828, 12061, 12435, 12039, 15742, 11298, 13797, 11626, 13423, 11516, 14149, 10653, 13300, 9852, 12600, 10788, 15045, 11594, 11967, 9827, 12668, 10268, 14615, 11451, 13851, 10803, 13955, 10220, 14327, 11472, 15595, 11596, 10647, 10511, 10525, 12175, 11366, 13322, 9352, 13280, 9716, 13764, 10036, 15028, 10500, 14864, 9193, 12555, 9867, 10927, 15853, 11665, 15103, 12362, 13222, 10347, 12015, 9505, 11664, 9412, 12177, 9327, 11261, 8855, 10399, 9264, 11513, 9616, 13645, 10882, 13462, 10456, 12851, 9820, 13539, 9932, 11914, 11244, 10156, 13967, 10503, 13005, 9830, 12101, 9051, 11086, 8784, 9976, 10454, 10077, 11566, 10563, 8671, 11233, 9843, 11083, 15115, 11884, 13248, 10925, 12850, 10996, 16095, 12440, 15217, 11810, 13102, 9920, 12032, 9323, 12673, 9655, 12690, 9390, 12415, 10684, 11557, 16234, 12570, 14216, 10750, 14207, 10557, 13000, 11445, 14366, 11609, 10892, 9541, 9142, 10467, 11699, 11558, 14385, 11663, 13758, 10558, 14000, 11396, 14249, 11306, 13028, 9493, 11436, 9539, 10521, 15942, 11528, 12952, 10152, 11779, 9382, 12060, 9124, 11634, 9210, 11144, 9321, 11273, 15131, 11863, 14584, 10836, 13069, 11161, 12554, 10103, 12332, 9603, 12232, 9213, 11306, 9759, 12135, 9832, 11740, 10107, 10565, 13252, 10856, 14883, 12070, 10622, 11541, 12036, 11509, 16225, 13105, 14792, 11200, 12708, 9809, 11449, 9410, 10025, 14318, 10876, 13203, 10380, 12761, 10212, 11969, 9318, 11630, 9474, 11313, 12931, 9822, 13418, 10031, 12267, 10482, 11564, 9904, 11969, 9897, 12465, 10184, 14041, 9926, 13046, 9745, 13018, 9560, 13175, 10381, 14412, 10187, 12190, 9474, 10943, 14199, 10629, 11559, 11125, 13428, 13263, 10270, 12200, 10413, 11461, 15835, 11971, 13734, 10559, 12235, 9113, 11162, 9264, 10246, 14231, 10282, 12278, 9619, 11659, 8901, 10902, 8701, 9801, 8537, 10215, 10644, 10487, 11116, 10000, 14052, 10834, 13725, 11731, 15155, 10446, 12932, 10166, 12242, 10307, 12687, 12582, 10958, 15322, 10630, 13424, 11809, 12656, 10682, 12394, 9700, 12057, 9590, 13867, 10043, 12230, 9227, 11115, 9370, 11635, 14226, 11874, 11367, 10277, 14155, 10437, 14365, 12147, 13041, 10533, 12877, 10245, 12303, 10079, 12739, 9405, 11182, 11461, 10085, 15415, 11921, 12599, 9725, 11556, 9023, 9865, 10135, 10237, 14887, 10657, 12984, 10320, 12529, 9698, 11327, 9834, 10710, 13299, 9887, 14378, 9960, 12318, 10674, 12198, 10701, 12652, 10083, 12546, 9924, 12497, 10614, 13505, 10768, 11814, 15740, 11279, 15166, 11872, 13122, 9659, 11505, 9995, 10026, 13811, 10640, 11415, 9765, 11236, 9424, 11477, 9738, 11910, 9979, 12935, 10123, 12344, 9938, 12473, 13771, 13800, 13518, 11121, 15359, 11033, 14030, 11797, 14500, 10035], 'WindowCenter': [4820.0, 4822.0, 4756.0, 4775.0, 4720.0, 4726.0, 4714.0, 4725.0, 4753.0, 4732.0, 4741.0, 4702.0, 4730.0, 4690.0, 4720.0, 4689.0, 4728.0, 4686.0, 4698.0, 4706.0, 4688.0, 4727.0, 4708.0, 4717.0, 4698.0, 4707.0, 4686.0, 4706.0, 4687.0, 4707.0, 4735.0, 4707.0, 4714.0, 4687.0, 4705.0, 4687.0, 4706.0, 4698.0, 4718.0, 4688.0, 4717.0, 4688.0, 4709.0, 4737.0, 4712.0, 4739.0, 4710.0, 4700.0, 4710.0, 4690.0, 4723.0, 4751.0, 4724.0, 4743.0, 4733.0, 4731.0, 4713.0, 4731.0, 4713.0, 4733.0, 4713.0, 4743.0, 4702.0, 4732.0, 4692.0, 4721.0, 4722.0, 4724.0, 4740.0, 4722.0, 4728.0, 4710.0, 4716.0, 4698.0, 4729.0, 4701.0, 4730.0, 4700.0, 4730.0, 4701.0, 4729.0, 4704.0, 4744.0, 4714.0, 4746.0, 4714.0, 4754.0, 4736.0, 4715.0, 4746.0, 4728.0, 4759.0, 4755.0, 4736.0, 4712.0, 4719.0, 4730.0, 4714.0, 4743.0, 4724.0, 4742.0, 4722.0, 4730.0, 4712.0, 4732.0, 4712.0, 4732.0, 4705.0, 4734.0, 4703.0, 4741.0, 4703.0, 4743.0, 4714.0, 4735.0, 4753.0, 4731.0, 4742.0, 4725.0, 4744.0, 4724.0, 4743.0, 4736.0, 4745.0, 4714.0, 4745.0, 4714.0, 4744.0, 4715.0, 4745.0, 4734.0, 4745.0, 4744.0, 4736.0, 4753.0, 4738.0, 4756.0, 4746.0, 4745.0, 4735.0, 4744.0, 4715.0, 4744.0, 4715.0, 4745.0, 4742.0, 4733.0, 4751.0, 4725.0, 4741.0, 4723.0, 4741.0, 4736.0, 4756.0, 4738.0, 4754.0, 4736.0, 4767.0, 4747.0, 4766.0, 4759.0, 4737.0, 4737.0, 4727.0, 4747.0, 4764.0, 4745.0, 4753.0, 4734.0, 4742.0, 4721.0, 4730.0, 4722.0, 4731.0, 4701.0, 4721.0, 4700.0, 4718.0, 4699.0, 4732.0, 4702.0, 4741.0, 4711.0, 4730.0, 4700.0, 4731.0, 4701.0, 4742.0, 4723.0, 4753.0, 4728.0, 4758.0, 4740.0, 4745.0, 4714.0, 4756.0, 4713.0, 4745.0, 4701.0, 4722.0, 4740.0, 4734.0, 4755.0, 4723.0, 4739.0, 4722.0, 4740.0, 4733.0, 4741.0, 4725.0, 4741.0, 4714.0, 4731.0, 4721.0, 4742.0, 4723.0, 4731.0, 4713.0, 4733.0, 4712.0, 4733.0, 4712.0, 4732.0, 4700.0, 4719.0, 4703.0, 4732.0, 4728.0, 4731.0, 4709.0, 4723.0, 4730.0, 4723.0, 4750.0, 4734.0, 4752.0, 4724.0, 4742.0, 4725.0, 4744.0, 4728.0, 4743.0, 4733.0, 4745.0, 4726.0, 4743.0, 4725.0, 4746.0, 4726.0, 4746.0, 4715.0, 4744.0, 4703.0, 4736.0, 4753.0, 4736.0, 4754.0, 4731.0, 4750.0, 4726.0, 4743.0, 4725.0, 4744.0, 4724.0, 4744.0, 4713.0, 4743.0, 4716.0, 4737.0, 4754.0, 4736.0, 4757.0, 4749.0, 4758.0, 4727.0, 4747.0, 4766.0, 4735.0, 4756.0, 4737.0, 4718.0, 4736.0, 4731.0, 4773.0, 4752.0, 4773.0, 4762.0, 4761.0, 4783.0, 4762.0, 4770.0, 4748.0, 4760.0, 4726.0, 4744.0, 4714.0, 4736.0, 4767.0, 4733.0, 4754.0, 4723.0, 4740.0, 4723.0, 4741.0, 4722.0, 4742.0, 4724.0, 4743.0, 4735.0, 4745.0, 4732.0, 4733.0, 4701.0, 4732.0, 4690.0, 4709.0, 4688.0, 4729.0, 4699.0, 4758.0, 4727.0, 4745.0, 4719.0, 4730.0, 4700.0, 4728.0, 4689.0, 4732.0, 4742.0, 4731.0, 4739.0, 4721.0, 4730.0, 4710.0, 4730.0, 4700.0, 4732.0, 4699.0, 4709.0, 4701.0, 4723.0, 4750.0, 4733.0, 4752.0, 4724.0, 4740.0, 4725.0, 4755.0, 4751.0, 4782.0, 4730.0, 4743.0, 4712.0, 4741.0, 4713.0, 4768.0, 4752.0, 4786.0, 4757.0, 4731.0, 4693.0, 4710.0, 4741.0, 4686.0, 4691.0, 4685.0, 4704.0, 4696.0, 4715.0, 4686.0, 4690.0, 4684.0, 4714.0, 4710.0, 4742.0, 4721.0, 4741.0, 4723.0, 4740.0, 4725.0, 4741.0, 4722.0, 4743.0, 4723.0, 4741.0, 4713.0, 4743.0, 4711.0, 4744.0, 4712.0, 4732.0, 4710.0, 4729.0, 4702.0, 4732.0, 4732.0, 4733.0, 4740.0, 4723.0, 4741.0, 4722.0, 4741.0, 4722.0, 4742.0, 4700.0, 4731.0, 4699.0, 4732.0, 4754.0, 4723.0, 4739.0, 4720.0, 4728.0, 4712.0, 4740.0, 4724.0, 4743.0, 4735.0, 4754.0, 4736.0, 4755.0, 4747.0, 4768.0, 4748.0, 4753.0, 4734.0, 4730.0, 4722.0, 4744.0, 4736.0, 4768.0, 4761.0, 4755.0, 4736.0, 4732.0, 4724.0, 4752.0, 4737.0, 4766.0, 4746.0, 4752.0, 4722.0, 4740.0, 4723.0, 4741.0, 4735.0, 4742.0, 4734.0, 4743.0, 4721.0, 4729.0, 4711.0, 4744.0, 4735.0, 4742.0, 4722.0, 4732.0, 4712.0, 4722.0, 4714.0, 4735.0, 4743.0, 4725.0, 4751.0, 4725.0, 4743.0, 4732.0, 4743.0, 4715.0, 4733.0, 4704.0, 4732.0, 4705.0, 4733.0, 4724.0, 4747.0, 4764.0, 4746.0, 4763.0, 4743.0, 4754.0, 4736.0, 4745.0, 4725.0, 4733.0, 4703.0, 4743.0, 4714.0, 4744.0, 4738.0, 4747.0, 4757.0, 4748.0, 4765.0, 4736.0, 4756.0, 4747.0, 4755.0, 4736.0, 4755.0, 4736.0, 4754.0, 4724.0, 4742.0, 4738.0, 4765.0, 4748.0, 4747.0, 4729.0, 4745.0, 4727.0, 4753.0, 4746.0, 4758.0, 4738.0, 4754.0, 4737.0, 4769.0, 4746.0, 4766.0, 4737.0, 4725.0, 4735.0, 4724.0, 4745.0, 4749.0, 4782.0, 4727.0, 4758.0, 4724.0, 4756.0, 4713.0, 4755.0, 4724.0, 4745.0, 4700.0, 4731.0, 4701.0, 4713.0, 4750.0, 4722.0, 4739.0, 4731.0, 4727.0, 4710.0, 4718.0, 4700.0, 4720.0, 4701.0, 4720.0, 4698.0, 4716.0, 4700.0, 4712.0, 4712.0, 4733.0, 4726.0, 4753.0, 4734.0, 4743.0, 4725.0, 4758.0, 4738.0, 4757.0, 4713.0, 4732.0, 4719.0, 4724.0, 4741.0, 4725.0, 4755.0, 4725.0, 4734.0, 4701.0, 4734.0, 4704.0, 4724.0, 4734.0, 4725.0, 4747.0, 4749.0, 4717.0, 4747.0, 4753.0, 4774.0, 4778.0, 4759.0, 4757.0, 4738.0, 4746.0, 4751.0, 4776.0, 4748.0, 4756.0, 4734.0, 4731.0, 4711.0, 4732.0, 4700.0, 4733.0, 4711.0, 4741.0, 4702.0, 4744.0, 4710.0, 4734.0, 4752.0, 4732.0, 4743.0, 4723.0, 4742.0, 4724.0, 4742.0, 4732.0, 4741.0, 4734.0, 4720.0, 4714.0, 4716.0, 4734.0, 4735.0, 4735.0, 4753.0, 4735.0, 4741.0, 4723.0, 4740.0, 4732.0, 4743.0, 4721.0, 4730.0, 4700.0, 4720.0, 4699.0, 4724.0, 4748.0, 4720.0, 4716.0, 4711.0, 4721.0, 4701.0, 4732.0, 4701.0, 4732.0, 4711.0, 4733.0, 4715.0, 4734.0, 4751.0, 4732.0, 4741.0, 4724.0, 4732.0, 4734.0, 4744.0, 4722.0, 4732.0, 4711.0, 4734.0, 4713.0, 4734.0, 4713.0, 4744.0, 4721.0, 4743.0, 4721.0, 4724.0, 4755.0, 4738.0, 4762.0, 4746.0, 4736.0, 4737.0, 4744.0, 4747.0, 4766.0, 4744.0, 4741.0, 4721.0, 4742.0, 4711.0, 4722.0, 4698.0, 4722.0, 4752.0, 4724.0, 4743.0, 4725.0, 4742.0, 4720.0, 4733.0, 4728.0, 4744.0, 4713.0, 4733.0, 4743.0, 4712.0, 4742.0, 4726.0, 4744.0, 4734.0, 4735.0, 4737.0, 4746.0, 4737.0, 4770.0, 4777.0, 4795.0, 4743.0, 4760.0, 4727.0, 4745.0, 4713.0, 4744.0, 4714.0, 4754.0, 4724.0, 4734.0, 4712.0, 4726.0, 4741.0, 4720.0, 4732.0, 4735.0, 4754.0, 4745.0, 4723.0, 4743.0, 4722.0, 4733.0, 4752.0, 4732.0, 4742.0, 4711.0, 4731.0, 4700.0, 4721.0, 4701.0, 4725.0, 4743.0, 4736.0, 4743.0, 4713.0, 4734.0, 4714.0, 4733.0, 4716.0, 4735.0, 4718.0, 4749.0, 4748.0, 4764.0, 4761.0, 4750.0, 4770.0, 4764.0, 4769.0, 4759.0, 4769.0, 4736.0, 4746.0, 4735.0, 4760.0, 4737.0, 4747.0, 4746.0, 4735.0, 4753.0, 4722.0, 4743.0, 4734.0, 4742.0, 4725.0, 4732.0, 4713.0, 4735.0, 4714.0, 4755.0, 4713.0, 4732.0, 4703.0, 4732.0, 4713.0, 4734.0, 4754.0, 4734.0, 4730.0, 4711.0, 4741.0, 4724.0, 4751.0, 4743.0, 4743.0, 4723.0, 4741.0, 4722.0, 4745.0, 4712.0, 4744.0, 4703.0, 4724.0, 4732.0, 4733.0, 4764.0, 4734.0, 4728.0, 4712.0, 4730.0, 4702.0, 4723.0, 4736.0, 4734.0, 4764.0, 4736.0, 4756.0, 4736.0, 4746.0, 4740.0, 4750.0, 4725.0, 4737.0, 4755.0, 4738.0, 4765.0, 4740.0, 4758.0, 4750.0, 4761.0, 4748.0, 4757.0, 4749.0, 4760.0, 4739.0, 4759.0, 4739.0, 4757.0, 4736.0, 4759.0, 4766.0, 4737.0, 4766.0, 4746.0, 4744.0, 4715.0, 4736.0, 4724.0, 4724.0, 4754.0, 4733.0, 4734.0, 4724.0, 4735.0, 4739.0, 4760.0, 4741.0, 4760.0, 4742.0, 4760.0, 4740.0, 4760.0, 4739.0, 4761.0, 4757.0, 4757.0, 4744.0, 4735.0, 4753.0, 4734.0, 4755.0, 4735.0, 4751.0, 4713.0], 'WindowWidth': [10513.0, 10502.0, 10395.0, 10418.0, 10330.0, 10332.0, 10312.0, 10328.0, 10367.0, 10335.0, 10346.0, 10290.0, 10327.0, 10272.0, 10314.0, 10267.0, 10323.0, 10261.0, 10279.0, 10288.0, 10266.0, 10318.0, 10294.0, 10304.0, 10279.0, 10289.0, 10260.0, 10288.0, 10261.0, 10289.0, 10330.0, 10290.0, 10298.0, 10261.0, 10283.0, 10262.0, 10289.0, 10279.0, 10308.0, 10266.0, 10306.0, 10265.0, 10296.0, 10336.0, 10304.0, 10340.0, 10300.0, 10284.0, 10301.0, 10272.0, 10321.0, 10359.0, 10325.0, 10348.0, 10336.0, 10331.0, 10309.0, 10330.0, 10308.0, 10336.0, 10307.0, 10349.0, 10290.0, 10333.0, 10276.0, 10316.0, 10318.0, 10323.0, 10345.0, 10318.0, 10323.0, 10299.0, 10302.0, 10282.0, 10325.0, 10287.0, 10326.0, 10287.0, 10326.0, 10289.0, 10327.0, 10298.0, 10355.0, 10312.0, 10356.0, 10312.0, 10366.0, 10344.0, 10315.0, 10360.0, 10337.0, 10381.0, 10371.0, 10343.0, 10305.0, 10313.0, 10328.0, 10310.0, 10351.0, 10323.0, 10348.0, 10320.0, 10328.0, 10306.0, 10331.0, 10305.0, 10334.0, 10299.0, 10337.0, 10296.0, 10347.0, 10296.0, 10352.0, 10311.0, 10342.0, 10369.0, 10333.0, 10350.0, 10327.0, 10351.0, 10325.0, 10352.0, 10346.0, 10358.0, 10313.0, 10356.0, 10314.0, 10354.0, 10315.0, 10357.0, 10340.0, 10357.0, 10354.0, 10344.0, 10366.0, 10349.0, 10376.0, 10361.0, 10354.0, 10343.0, 10355.0, 10313.0, 10353.0, 10318.0, 10357.0, 10350.0, 10336.0, 10361.0, 10328.0, 10347.0, 10326.0, 10347.0, 10346.0, 10373.0, 10352.0, 10370.0, 10348.0, 10392.0, 10365.0, 10391.0, 10382.0, 10349.0, 10348.0, 10334.0, 10361.0, 10386.0, 10359.0, 10368.0, 10340.0, 10348.0, 10317.0, 10328.0, 10319.0, 10330.0, 10288.0, 10315.0, 10286.0, 10310.0, 10285.0, 10335.0, 10293.0, 10346.0, 10304.0, 10330.0, 10287.0, 10332.0, 10291.0, 10349.0, 10323.0, 10365.0, 10339.0, 10380.0, 10360.0, 10359.0, 10313.0, 10377.0, 10311.0, 10355.0, 10290.0, 10318.0, 10344.0, 10339.0, 10372.0, 10324.0, 10342.0, 10321.0, 10343.0, 10336.0, 10348.0, 10330.0, 10345.0, 10310.0, 10330.0, 10318.0, 10348.0, 10322.0, 10331.0, 10308.0, 10336.0, 10310.0, 10338.0, 10305.0, 10334.0, 10286.0, 10311.0, 10294.0, 10335.0, 10325.0, 10330.0, 10300.0, 10323.0, 10330.0, 10324.0, 10361.0, 10340.0, 10363.0, 10329.0, 10349.0, 10329.0, 10353.0, 10336.0, 10353.0, 10339.0, 10356.0, 10333.0, 10352.0, 10332.0, 10362.0, 10333.0, 10359.0, 10314.0, 10353.0, 10296.0, 10346.0, 10369.0, 10347.0, 10371.0, 10335.0, 10361.0, 10331.0, 10352.0, 10329.0, 10354.0, 10326.0, 10355.0, 10311.0, 10353.0, 10318.0, 10346.0, 10371.0, 10348.0, 10377.0, 10371.0, 10381.0, 10335.0, 10363.0, 10390.0, 10346.0, 10374.0, 10350.0, 10326.0, 10352.0, 10353.0, 10412.0, 10381.0, 10412.0, 10393.0, 10394.0, 10423.0, 10392.0, 10403.0, 10367.0, 10387.0, 10333.0, 10355.0, 10312.0, 10346.0, 10393.0, 10339.0, 10369.0, 10324.0, 10346.0, 10323.0, 10344.0, 10320.0, 10350.0, 10326.0, 10354.0, 10342.0, 10357.0, 10337.0, 10338.0, 10289.0, 10332.0, 10270.0, 10295.0, 10265.0, 10324.0, 10285.0, 10380.0, 10336.0, 10358.0, 10313.0, 10329.0, 10287.0, 10323.0, 10270.0, 10335.0, 10348.0, 10330.0, 10342.0, 10317.0, 10326.0, 10303.0, 10330.0, 10287.0, 10332.0, 10284.0, 10298.0, 10289.0, 10324.0, 10360.0, 10338.0, 10361.0, 10326.0, 10344.0, 10329.0, 10374.0, 10377.0, 10425.0, 10344.0, 10352.0, 10310.0, 10346.0, 10312.0, 10396.0, 10382.0, 10434.0, 10395.0, 10345.0, 10278.0, 10297.0, 10343.0, 10252.0, 10251.0, 10252.0, 10276.0, 10271.0, 10296.0, 10257.0, 10255.0, 10252.0, 10298.0, 10298.0, 10350.0, 10319.0, 10345.0, 10325.0, 10344.0, 10328.0, 10346.0, 10322.0, 10350.0, 10323.0, 10346.0, 10307.0, 10351.0, 10307.0, 10357.0, 10307.0, 10334.0, 10302.0, 10328.0, 10295.0, 10335.0, 10334.0, 10338.0, 10344.0, 10323.0, 10346.0, 10321.0, 10346.0, 10321.0, 10347.0, 10287.0, 10331.0, 10283.0, 10335.0, 10369.0, 10324.0, 10341.0, 10316.0, 10325.0, 10308.0, 10345.0, 10329.0, 10353.0, 10346.0, 10370.0, 10348.0, 10371.0, 10365.0, 10399.0, 10369.0, 10369.0, 10339.0, 10330.0, 10325.0, 10355.0, 10349.0, 10397.0, 10390.0, 10377.0, 10347.0, 10335.0, 10327.0, 10365.0, 10350.0, 10391.0, 10361.0, 10366.0, 10322.0, 10343.0, 10324.0, 10347.0, 10343.0, 10351.0, 10342.0, 10350.0, 10320.0, 10327.0, 10306.0, 10353.0, 10345.0, 10351.0, 10321.0, 10335.0, 10306.0, 10321.0, 10312.0, 10347.0, 10354.0, 10328.0, 10362.0, 10329.0, 10352.0, 10337.0, 10351.0, 10314.0, 10340.0, 10299.0, 10335.0, 10300.0, 10340.0, 10328.0, 10362.0, 10383.0, 10360.0, 10383.0, 10355.0, 10368.0, 10350.0, 10359.0, 10329.0, 10339.0, 10298.0, 10356.0, 10315.0, 10358.0, 10353.0, 10365.0, 10378.0, 10366.0, 10388.0, 10346.0, 10375.0, 10366.0, 10372.0, 10347.0, 10373.0, 10347.0, 10369.0, 10330.0, 10354.0, 10353.0, 10390.0, 10368.0, 10362.0, 10340.0, 10358.0, 10335.0, 10369.0, 10362.0, 10381.0, 10354.0, 10372.0, 10352.0, 10399.0, 10363.0, 10388.0, 10350.0, 10328.0, 10344.0, 10327.0, 10358.0, 10367.0, 10425.0, 10340.0, 10379.0, 10330.0, 10372.0, 10311.0, 10374.0, 10325.0, 10358.0, 10290.0, 10333.0, 10290.0, 10306.0, 10359.0, 10320.0, 10342.0, 10331.0, 10322.0, 10300.0, 10310.0, 10287.0, 10317.0, 10289.0, 10315.0, 10283.0, 10308.0, 10287.0, 10307.0, 10307.0, 10339.0, 10333.0, 10368.0, 10342.0, 10352.0, 10328.0, 10380.0, 10355.0, 10378.0, 10312.0, 10335.0, 10312.0, 10323.0, 10347.0, 10331.0, 10373.0, 10331.0, 10340.0, 10292.0, 10341.0, 10299.0, 10328.0, 10343.0, 10333.0, 10364.0, 10370.0, 10326.0, 10369.0, 10381.0, 10416.0, 10413.0, 10386.0, 10378.0, 10351.0, 10359.0, 10373.0, 10407.0, 10366.0, 10375.0, 10339.0, 10332.0, 10305.0, 10333.0, 10289.0, 10338.0, 10307.0, 10347.0, 10294.0, 10353.0, 10303.0, 10339.0, 10366.0, 10335.0, 10350.0, 10323.0, 10348.0, 10326.0, 10347.0, 10337.0, 10349.0, 10340.0, 10317.0, 10313.0, 10321.0, 10345.0, 10344.0, 10345.0, 10369.0, 10345.0, 10349.0, 10322.0, 10345.0, 10335.0, 10351.0, 10318.0, 10330.0, 10288.0, 10316.0, 10286.0, 10327.0, 10355.0, 10313.0, 10305.0, 10303.0, 10316.0, 10291.0, 10334.0, 10291.0, 10335.0, 10305.0, 10338.0, 10314.0, 10344.0, 10363.0, 10336.0, 10346.0, 10324.0, 10334.0, 10341.0, 10354.0, 10324.0, 10335.0, 10307.0, 10342.0, 10310.0, 10342.0, 10311.0, 10357.0, 10321.0, 10353.0, 10319.0, 10326.0, 10372.0, 10351.0, 10379.0, 10362.0, 10346.0, 10349.0, 10354.0, 10364.0, 10392.0, 10356.0, 10348.0, 10320.0, 10350.0, 10304.0, 10321.0, 10286.0, 10323.0, 10367.0, 10327.0, 10350.0, 10328.0, 10348.0, 10320.0, 10340.0, 10341.0, 10358.0, 10311.0, 10339.0, 10351.0, 10311.0, 10351.0, 10332.0, 10354.0, 10342.0, 10344.0, 10352.0, 10362.0, 10354.0, 10404.0, 10427.0, 10449.0, 10369.0, 10385.0, 10336.0, 10357.0, 10309.0, 10354.0, 10312.0, 10370.0, 10326.0, 10340.0, 10308.0, 10328.0, 10346.0, 10317.0, 10336.0, 10345.0, 10369.0, 10359.0, 10323.0, 10353.0, 10321.0, 10338.0, 10365.0, 10337.0, 10350.0, 10304.0, 10331.0, 10287.0, 10319.0, 10291.0, 10330.0, 10352.0, 10350.0, 10352.0, 10311.0, 10342.0, 10315.0, 10340.0, 10321.0, 10349.0, 10328.0, 10372.0, 10369.0, 10397.0, 10391.0, 10376.0, 10403.0, 10398.0, 10402.0, 10386.0, 10399.0, 10350.0, 10363.0, 10346.0, 10388.0, 10353.0, 10363.0, 10361.0, 10342.0, 10366.0, 10323.0, 10352.0, 10341.0, 10349.0, 10330.0, 10336.0, 10311.0, 10342.0, 10314.0, 10373.0, 10310.0, 10336.0, 10296.0, 10335.0, 10310.0, 10340.0, 10369.0, 10339.0, 10329.0, 10306.0, 10346.0, 10327.0, 10363.0, 10354.0, 10353.0, 10325.0, 10347.0, 10325.0, 10357.0, 10309.0, 10354.0, 10295.0, 10325.0, 10336.0, 10343.0, 10386.0, 10341.0, 10326.0, 10306.0, 10331.0, 10293.0, 10326.0, 10348.0, 10347.0, 10385.0, 10350.0, 10378.0, 10351.0, 10363.0, 10363.0, 10372.0, 10333.0, 10350.0, 10373.0, 10353.0, 10388.0, 10359.0, 10382.0, 10376.0, 10389.0, 10371.0, 10380.0, 10371.0, 10387.0, 10356.0, 10386.0, 10354.0, 10379.0, 10348.0, 10384.0, 10389.0, 10349.0, 10390.0, 10360.0, 10355.0, 10314.0, 10345.0, 10327.0, 10329.0, 10372.0, 10342.0, 10342.0, 10331.0, 10346.0, 10360.0, 10390.0, 10366.0, 10389.0, 10364.0, 10388.0, 10361.0, 10388.0, 10360.0, 10391.0, 10379.0, 10378.0, 10357.0, 10343.0, 10368.0, 10343.0, 10373.0, 10343.0, 10363.0, 10309.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.0009802768166089965</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023719957208765862</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.540609527067005</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3427369268937641</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004592293418014</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4747</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6803.772</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09263968052170099</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.5374855824682814</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4354601678015313</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.398883851897061</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5936152108906674</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.313881440616865</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0155363</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016047989949584007</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027403680607676506</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.119634981243136</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>23.7767</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3631</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.4541</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297230.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>854.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.2746</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1244</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.8357</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3924.2176</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4120.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79314.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1514.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5062.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.0823</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.36122818826698</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> |