=== 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-0016 --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-0016",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-04/func/sub-0016_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>9a68070fcc7e87998f8ade2084b4bcc6</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>12:46:48.992500</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.999594, -0.0200192, -0.0202672, 0.0211131, 0.998248, 0.0552821]</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.0934135</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7774, -7251, 586, -38, -177, -36, 98]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>236.691</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7360afe8-fbda-42f9-9d17-2e2f2be0a123||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.681838035583496, 0.056644923985004425, -0.05163734778761864, 112.11214447021484], [0.053710080683231354, 2.678225040435791, 0.15035638213157654, -93.75604248046875], [-0.05437532067298889, -0.14831778407096863, 2.6953155994415283, -63.75754165649414], [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': ['124648.992500', '124649.452500', '124649.912500', '124650.372500', '124650.832500', '124651.292500', '124651.752500', '124652.212500', '124652.672500', '124653.132500', '124653.592500', '124654.052500', '124654.512500', '124654.972500', '124655.432500', '124655.892500', '124656.352500', '124656.812500', '124657.272500', '124657.732500', '124658.192500', '124658.652500', '124659.112500', '124659.572500', '124700.032500', '124700.492500', '124700.952500', '124701.412500', '124701.872500', '124702.332500', '124702.792500', '124703.252500', '124703.712500', '124704.172500', '124704.632500', '124705.092500', '124705.552500', '124706.012500', '124706.472500', '124706.932500', '124707.392500', '124707.852500', '124708.312500', '124708.772500', '124709.232500', '124709.692500', '124710.152500', '124710.612500', '124711.072500', '124711.532500', '124711.992500', '124712.452500', '124712.912500', '124713.372500', '124713.832500', '124714.292500', '124714.752500', '124715.212500', '124715.672500', '124716.132500', '124716.592500', '124717.052500', '124717.512500', '124717.972500', '124718.432500', '124718.892500', '124719.352500', '124719.812500', '124720.272500', '124720.732500', '124721.192500', '124721.652500', '124722.112500', '124722.572500', '124723.032500', '124723.492500', '124723.952500', '124724.412500', '124724.872500', '124725.332500', '124725.792500', '124726.252500', '124726.712500', '124727.172500', '124727.632500', '124728.092500', '124728.552500', '124729.012500', '124729.472500', '124729.932500', '124730.392500', '124730.852500', '124731.312500', '124731.772500', '124732.232500', '124732.692500', '124733.152500', '124733.612500', '124734.072500', '124734.532500', '124734.992500', '124735.452500', '124735.912500', '124736.372500', '124736.832500', '124737.292500', '124737.752500', '124738.212500', '124738.672500', '124739.132500', '124739.592500', '124740.052500', '124740.512500', '124740.972500', '124741.432500', '124741.892500', '124742.352500', '124742.812500', '124743.272500', '124743.732500', '124744.192500', '124744.652500', '124745.112500', '124745.572500', '124746.032500', '124746.492500', '124746.952500', '124747.412500', '124747.872500', '124748.332500', '124748.792500', '124749.252500', '124749.712500', '124750.172500', '124750.632500', '124751.092500', '124751.552500', '124752.012500', '124752.472500', '124752.932500', '124753.392500', '124753.852500', '124754.312500', '124754.772500', '124755.232500', '124755.692500', '124756.152500', '124756.612500', '124757.072500', '124757.532500', '124757.992500', '124758.452500', '124758.912500', '124759.372500', '124759.832500', '124800.292500', '124800.752500', '124801.212500', '124801.672500', '124802.132500', '124802.592500', '124803.052500', '124803.512500', '124803.972500', '124804.432500', '124804.892500', '124805.352500', '124805.812500', '124806.272500', '124806.732500', '124807.192500', '124807.652500', '124808.112500', '124808.572500', '124809.032500', '124809.492500', '124809.952500', '124810.412500', '124810.872500', '124811.332500', '124811.792500', '124812.252500', '124812.712500', '124813.172500', '124813.632500', '124814.092500', '124814.552500', '124815.012500', '124815.472500', '124815.932500', '124816.392500', '124816.852500', '124817.312500', '124817.772500', '124818.232500', '124818.692500', '124819.152500', '124819.612500', '124820.072500', '124820.532500', '124820.992500', '124821.452500', '124821.912500', '124822.372500', '124822.832500', '124823.292500', '124823.752500', '124824.212500', '124824.672500', '124825.132500', '124825.592500', '124826.052500', '124826.512500', '124826.972500', '124827.432500', '124827.892500', '124828.352500', '124828.812500', '124829.272500', '124829.732500', '124830.192500', '124830.652500', '124831.112500', '124831.572500', '124832.032500', '124832.492500', '124832.952500', '124833.412500', '124833.872500', '124834.332500', '124834.792500', '124835.252500', '124835.712500', '124836.172500', '124836.632500', '124837.092500', '124837.552500', '124838.012500', '124838.472500', '124838.932500', '124839.392500', '124839.852500', '124840.312500', '124840.772500', '124841.232500', '124841.692500', '124842.152500', '124842.612500', '124843.072500', '124843.532500', '124843.992500', '124844.452500', '124844.912500', '124845.372500', '124845.832500', '124846.292500', '124846.752500', '124847.212500', '124847.672500', '124848.132500', '124848.592500', '124849.052500', '124849.512500', '124849.972500', '124850.432500', '124850.892500', '124851.352500', '124851.812500', '124852.272500', '124852.732500', '124853.192500', '124853.652500', '124854.112500', '124854.572500', '124855.032500', '124855.492500', '124855.952500', '124856.412500', '124856.872500', '124857.332500', '124857.792500', '124858.252500', '124858.712500', '124859.172500', '124859.632500', '124900.092500', '124900.552500', '124901.012500', '124901.472500', '124901.932500', '124902.392500', '124902.852500', '124903.312500', '124903.772500', '124904.232500', '124904.692500', '124905.152500', '124905.612500', '124906.072500', '124906.532500', '124906.992500', '124907.452500', '124907.912500', '124908.372500', '124908.832500', '124909.292500', '124909.752500', '124910.212500', '124910.672500', '124911.132500', '124911.592500', '124912.052500', '124912.512500', '124912.972500', '124913.432500', '124913.892500', '124914.352500', '124914.812500', '124915.272500', '124915.732500', '124916.192500', '124916.652500', '124917.112500', '124917.572500', '124918.032500', '124918.492500', '124918.952500', '124919.412500', '124919.872500', '124920.332500', '124920.792500', '124921.252500', '124921.712500', '124922.172500', '124922.632500', '124923.092500', '124923.552500', '124924.012500', '124924.472500', '124924.932500', '124925.392500', '124925.852500', '124926.312500', '124926.772500', '124927.232500', '124927.692500', '124928.152500', '124928.612500', '124929.072500', '124929.532500', '124929.992500', '124930.452500', '124930.912500', '124931.372500', '124931.832500', '124932.292500', '124932.752500', '124933.212500', '124933.672500', '124934.132500', '124934.592500', '124935.052500', '124935.512500', '124935.972500', '124936.432500', '124936.892500', '124937.352500', '124937.812500', '124938.272500', '124938.732500', '124939.192500', '124939.652500', '124940.112500', '124940.572500', '124941.032500', '124941.492500', '124941.952500', '124942.412500', '124942.872500', '124943.332500', '124943.792500', '124944.252500', '124944.712500', '124945.172500', '124945.632500', '124946.092500', '124946.552500', '124947.012500', '124947.472500', '124947.932500', '124948.392500', '124948.852500', '124949.312500', '124949.772500', '124950.232500', '124950.692500', '124951.152500', '124951.612500', '124952.072500', '124952.532500', '124952.992500', '124953.452500', '124953.912500', '124954.372500', '124954.832500', '124955.292500', '124955.752500', '124956.212500', '124956.672500', '124957.132500', '124957.592500', '124958.052500', '124958.512500', '124958.972500', '124959.432500', '124959.892500', '125000.352500', '125000.812500', '125001.272500', '125001.732500', '125002.192500', '125002.652500', '125003.112500', '125003.572500', '125004.032500', '125004.492500', '125004.952500', '125005.412500', '125005.872500', '125006.332500', '125006.792500', '125007.252500', '125007.712500', '125008.172500', '125008.632500', '125009.092500', '125009.552500', '125010.012500', '125010.472500', '125010.932500', '125011.392500', '125011.852500', '125012.312500', '125012.772500', '125013.232500', '125013.692500', '125014.152500', '125014.612500', '125015.072500', '125015.532500', '125015.992500', '125016.452500', '125016.912500', '125017.372500', '125017.832500', '125018.292500', '125018.752500', '125019.212500', '125019.672500', '125020.132500', '125020.592500', '125021.052500', '125021.512500', '125021.972500', '125022.432500', '125022.892500', '125023.352500', '125023.812500', '125024.272500', '125024.732500', '125025.192500', '125025.652500', '125026.112500', '125026.572500', '125027.032500', '125027.492500', '125027.952500', '125028.412500', '125028.872500', '125029.332500', '125029.792500', '125030.252500', '125030.712500', '125031.172500', '125031.632500', '125032.092500', '125032.552500', '125033.012500', '125033.472500', '125033.932500', '125034.392500', '125034.852500', '125035.312500', '125035.772500', '125036.232500', '125036.692500', '125037.152500', '125037.612500', '125038.072500', '125038.532500', '125038.992500', '125039.452500', '125039.912500', '125040.372500', '125040.832500', '125041.292500', '125041.752500', '125042.212500', '125042.672500', '125043.132500', '125043.592500', '125044.052500', '125044.512500', '125044.972500', '125045.432500', '125045.892500', '125046.352500', '125046.812500', '125047.272500', '125047.732500', '125048.192500', '125048.652500', '125049.112500', '125049.572500', '125050.032500', '125050.492500', '125050.952500', '125051.412500', '125051.872500', '125052.332500', '125052.792500', '125053.252500', '125053.712500', '125054.172500', '125054.632500', '125055.092500', '125055.552500', '125056.012500', '125056.472500', '125056.932500', '125057.392500', '125057.852500', '125058.312500', '125058.772500', '125059.232500', '125059.692500', '125100.152500', '125100.612500', '125101.072500', '125101.532500', '125101.992500', '125102.452500', '125102.912500', '125103.372500', '125103.832500', '125104.292500', '125104.752500', '125105.212500', '125105.672500', '125106.132500', '125106.592500', '125107.052500', '125107.512500', '125107.972500', '125108.432500', '125108.892500', '125109.352500', '125109.812500', '125110.272500', '125110.732500', '125111.192500', '125111.652500', '125112.112500', '125112.572500', '125113.032500', '125113.492500', '125113.952500', '125114.412500', '125114.872500', '125115.332500', '125115.792500', '125116.252500', '125116.712500', '125117.172500', '125117.632500', '125118.092500', '125118.552500', '125119.012500', '125119.472500', '125119.932500', '125120.392500', '125120.852500', '125121.312500', '125121.772500', '125122.232500', '125122.692500', '125123.152500', '125123.612500', '125124.072500', '125124.532500', '125124.992500', '125125.452500', '125125.912500', '125126.372500', '125126.832500', '125127.292500', '125127.752500', '125128.212500', '125128.672500', '125129.132500', '125129.592500', '125130.052500', '125130.512500', '125130.972500', '125131.432500', '125131.892500', '125132.352500', '125132.812500', '125133.272500', '125133.732500', '125134.192500', '125134.652500', '125135.112500', '125135.572500', '125136.032500', '125136.492500', '125136.952500', '125137.412500', '125137.872500', '125138.332500', '125138.792500', '125139.252500', '125139.712500', '125140.172500', '125140.632500', '125141.092500', '125141.552500', '125142.012500', '125142.472500', '125142.932500', '125143.392500', '125143.852500', '125144.312500', '125144.772500', '125145.232500', '125145.692500', '125146.152500', '125146.612500', '125147.072500', '125147.532500', '125147.992500', '125148.452500', '125148.912500', '125149.372500', '125149.832500', '125150.292500', '125150.752500', '125151.212500', '125151.672500', '125152.132500', '125152.592500', '125153.052500', '125153.512500', '125153.972500', '125154.432500', '125154.892500', '125155.352500', '125155.812500', '125156.272500', '125156.732500', '125157.192500', '125157.652500', '125158.112500', '125158.572500', '125159.032500', '125159.492500', '125159.952500', '125200.412500', '125200.872500', '125201.332500', '125201.792500', '125202.252500', '125202.712500', '125203.172500', '125203.632500', '125204.092500', '125204.552500', '125205.012500', '125205.472500', '125205.932500', '125206.392500', '125206.852500', '125207.312500', '125207.772500', '125208.232500', '125208.692500', '125209.152500', '125209.612500', '125210.072500', '125210.532500', '125210.992500', '125211.452500', '125211.912500', '125212.372500', '125212.832500', '125213.292500', '125213.752500', '125214.212500', '125214.672500', '125215.132500', '125215.592500', '125216.052500', '125216.512500', '125216.972500', '125217.432500', '125217.892500', '125218.352500', '125218.812500', '125219.272500', '125219.732500', '125220.192500', '125220.652500', '125221.112500', '125221.572500', '125222.032500', '125222.492500', '125222.952500', '125223.412500', '125223.872500', '125224.332500', '125224.792500', '125225.252500', '125225.712500', '125226.172500', '125226.632500', '125227.092500', '125227.552500', '125228.012500', '125228.472500', '125228.932500', '125229.392500', '125229.852500', '125230.312500', '125230.772500', '125231.232500', '125231.692500', '125232.152500', '125232.612500', '125233.072500', '125233.532500', '125233.992500', '125234.452500', '125234.912500', '125235.372500', '125235.832500', '125236.292500', '125236.752500', '125237.212500', '125237.672500', '125238.132500', '125238.592500', '125239.052500', '125239.512500', '125239.972500', '125240.432500', '125240.892500', '125241.352500', '125241.812500', '125242.272500', '125242.732500', '125243.192500', '125243.652500', '125244.112500', '125244.572500', '125245.032500', '125245.492500', '125245.952500', '125246.412500', '125246.872500', '125247.332500', '125247.792500', '125248.252500', '125248.712500', '125249.172500', '125249.632500', '125250.092500', '125250.552500', '125251.012500', '125251.472500', '125251.932500', '125252.392500', '125252.852500', '125253.312500', '125253.772500', '125254.232500', '125254.692500', '125255.152500', '125255.612500', '125256.072500', '125256.532500', '125256.992500', '125257.452500', '125257.912500', '125258.372500', '125258.832500', '125259.292500', '125259.752500', '125300.212500', '125300.672500', '125301.132500', '125301.592500', '125302.052500', '125302.512500', '125302.972500', '125303.432500', '125303.892500', '125304.352500', '125304.812500', '125305.272500', '125305.732500', '125306.192500', '125306.652500', '125307.112500', '125307.572500', '125308.032500', '125308.492500', '125308.952500', '125309.412500', '125309.872500', '125310.332500', '125310.792500', '125311.252500', '125311.712500', '125312.172500', '125312.632500', '125313.092500', '125313.552500', '125314.012500', '125314.472500', '125314.932500', '125315.392500', '125315.852500', '125316.312500', '125316.772500', '125317.232500', '125317.692500', '125318.152500', '125318.612500', '125319.072500', '125319.532500', '125319.992500', '125320.452500', '125320.912500', '125321.372500', '125321.832500', '125322.292500', '125322.752500', '125323.212500', '125323.672500', '125324.132500', '125324.592500', '125325.052500', '125325.512500', '125325.972500', '125326.432500', '125326.892500', '125327.352500', '125327.812500', '125328.272500', '125328.732500', '125329.192500', '125329.652500'], 'ContentTime': ['124705.675000', '124705.678000', '124705.682000', '124705.685000', '124705.687000', '124705.690000', '124705.693000', '124705.696000', '124705.699000', '124705.702000', '124705.705000', '124705.708000', '124705.711000', '124705.733000', '124705.736000', '124705.739000', '124705.742000', '124705.745000', '124705.748000', '124705.757000', '124705.760000', '124705.763000', '124705.766000', '124705.829000', '124705.832000', '124705.835000', '124705.838000', '124705.841000', '124705.844000', '124705.846000', '124705.849000', '124705.852000', '124705.855000', '124705.858000', '124705.872000', '124725.645000', '124725.648000', '124725.651000', '124725.653000', '124725.656000', '124725.659000', '124725.662000', '124725.665000', '124725.668000', '124725.674000', '124725.677000', '124725.680000', '124725.683000', '124725.686000', '124725.689000', '124725.692000', '124725.694000', '124725.697000', '124725.700000', '124725.703000', '124725.706000', '124725.709000', '124725.712000', '124725.714000', '124725.717000', '124725.720000', '124725.723000', '124725.726000', '124725.729000', '124725.732000', '124725.734000', '124725.737000', '124725.740000', '124725.743000', '124725.746000', '124725.749000', '124725.752000', '124725.754000', '124725.757000', '124725.760000', '124725.763000', '124725.766000', '124725.769000', '124725.772000', '124745.645000', '124745.648000', '124745.651000', '124745.654000', '124745.657000', '124745.659000', '124745.662000', '124745.665000', '124745.668000', '124745.671000', '124745.674000', '124745.681000', '124745.684000', '124745.687000', '124745.690000', '124745.693000', '124745.696000', '124745.699000', '124745.702000', '124745.704000', '124745.707000', '124745.710000', '124745.713000', '124745.716000', '124745.719000', '124745.722000', '124745.725000', '124745.727000', '124745.730000', '124745.733000', '124745.736000', '124745.739000', '124745.742000', '124745.745000', '124745.747000', '124745.750000', '124745.753000', '124745.756000', '124745.759000', '124745.762000', '124745.765000', '124745.768000', '124745.770000', '124805.645000', '124805.648000', '124805.651000', '124805.654000', '124805.656000', '124805.659000', '124805.662000', '124805.665000', '124805.668000', '124805.671000', '124805.674000', '124805.677000', '124805.680000', '124805.683000', '124805.685000', '124805.688000', '124805.691000', '124805.694000', '124805.697000', '124805.700000', '124805.703000', '124805.706000', '124805.709000', '124805.711000', '124805.714000', '124805.717000', '124805.720000', '124805.723000', '124805.726000', '124805.729000', '124805.732000', '124805.735000', '124805.737000', '124805.740000', '124805.743000', '124805.746000', '124805.749000', '124805.752000', '124805.755000', '124805.758000', '124805.761000', '124805.764000', '124805.767000', '124805.770000', '124825.645000', '124825.648000', '124825.651000', '124825.654000', '124825.657000', '124825.659000', '124825.662000', '124825.665000', '124825.668000', '124825.671000', '124825.674000', '124825.677000', '124825.680000', '124825.682000', '124825.685000', '124825.688000', '124825.691000', '124825.694000', '124825.697000', '124825.700000', '124825.703000', '124825.706000', '124825.709000', '124825.712000', '124825.714000', '124825.717000', '124825.720000', '124825.723000', '124825.726000', '124825.729000', '124825.732000', '124825.735000', '124825.738000', '124825.741000', '124825.744000', '124825.746000', '124825.749000', '124825.752000', '124825.755000', '124825.758000', '124825.761000', '124825.764000', '124825.766000', '124845.644000', '124845.647000', '124845.650000', '124845.653000', '124845.656000', '124845.659000', '124845.662000', '124845.665000', '124845.668000', '124845.671000', '124845.673000', '124845.676000', '124845.679000', '124845.682000', '124845.685000', '124845.688000', '124845.691000', '124845.712000', '124845.715000', '124845.717000', '124845.720000', '124845.723000', '124845.726000', '124845.729000', '124845.732000', '124845.735000', '124845.738000', '124845.741000', '124845.743000', '124845.751000', '124845.754000', '124845.757000', '124845.760000', '124845.763000', '124845.766000', '124845.800000', '124845.803000', '124845.806000', '124845.809000', '124845.812000', '124845.815000', '124845.818000', '124845.820000', '124905.644000', '124905.647000', '124905.650000', '124905.653000', '124905.656000', '124905.658000', '124905.661000', '124905.664000', '124905.667000', '124905.670000', '124905.673000', '124905.676000', '124905.679000', '124905.682000', '124905.684000', '124905.687000', '124905.690000', '124905.693000', '124905.696000', '124905.699000', '124905.702000', '124905.705000', '124905.708000', '124905.710000', '124905.713000', '124905.716000', '124905.719000', '124905.722000', '124905.725000', '124905.728000', '124905.731000', '124905.734000', '124905.737000', '124905.740000', '124905.742000', '124905.745000', '124905.748000', '124905.751000', '124905.754000', '124905.757000', '124905.760000', '124905.763000', '124905.765000', '124905.768000', '124925.644000', '124925.647000', '124925.650000', '124925.655000', '124925.659000', '124925.662000', '124925.665000', '124925.668000', '124925.671000', '124925.674000', '124925.676000', '124925.679000', '124925.682000', '124925.685000', '124925.688000', '124925.691000', '124925.694000', '124925.697000', '124925.700000', '124925.703000', '124925.706000', '124925.709000', '124925.711000', '124925.714000', '124925.717000', '124925.720000', '124925.723000', '124925.726000', '124925.729000', '124925.732000', '124925.735000', '124925.738000', '124925.740000', '124925.743000', '124925.746000', '124925.749000', '124925.752000', '124925.755000', '124925.758000', '124925.761000', '124925.763000', '124925.766000', '124925.822000', '124945.645000', '124945.648000', '124945.651000', '124945.654000', '124945.657000', '124945.659000', '124945.662000', '124945.665000', '124945.668000', '124945.671000', '124945.674000', '124945.677000', '124945.680000', '124945.682000', '124945.685000', '124945.688000', '124945.691000', '124945.694000', '124945.697000', '124945.700000', '124945.703000', '124945.706000', '124945.709000', '124945.712000', '124945.714000', '124945.717000', '124945.720000', '124945.723000', '124945.726000', '124945.729000', '124945.732000', '124945.735000', '124945.737000', '124945.740000', '124945.743000', '124945.746000', '124945.749000', '124945.752000', '124945.755000', '124945.758000', '124945.761000', '124945.764000', '124945.766000', '124945.827000', '125005.645000', '125005.648000', '125005.651000', '125005.654000', '125005.657000', '125005.660000', '125005.662000', '125005.665000', '125005.668000', '125005.671000', '125005.674000', '125005.677000', '125005.680000', '125005.683000', '125005.686000', '125005.689000', '125005.692000', '125005.695000', '125005.698000', '125005.701000', '125005.704000', '125005.706000', '125005.709000', '125005.712000', '125005.715000', '125005.718000', '125005.721000', '125005.724000', '125005.727000', '125005.730000', '125005.733000', '125005.735000', '125005.738000', '125005.741000', '125005.744000', '125005.747000', '125005.750000', '125005.753000', '125005.755000', '125005.758000', '125005.761000', '125005.764000', '125005.767000', '125025.645000', '125025.648000', '125025.651000', '125025.654000', '125025.657000', '125025.659000', '125025.662000', '125025.665000', '125025.668000', '125025.671000', '125025.674000', '125025.677000', '125025.680000', '125025.695000', '125025.698000', '125025.701000', '125025.704000', '125025.707000', '125025.710000', '125025.713000', '125025.715000', '125025.718000', '125025.721000', '125025.724000', '125025.727000', '125025.730000', '125025.733000', '125025.736000', '125025.739000', '125025.742000', '125025.745000', '125025.747000', '125025.750000', '125025.753000', '125025.756000', '125025.759000', '125025.762000', '125025.765000', '125025.768000', '125025.809000', '125025.812000', '125025.815000', '125025.818000', '125025.821000', '125045.645000', '125045.648000', '125045.651000', '125045.654000', '125045.657000', '125045.660000', '125045.663000', '125045.666000', '125045.668000', '125045.671000', '125045.674000', '125045.677000', '125045.680000', '125045.683000', '125045.686000', '125045.689000', '125045.692000', '125045.695000', '125045.698000', '125045.701000', '125045.704000', '125045.707000', '125045.710000', '125045.713000', '125045.716000', '125045.719000', '125045.722000', '125045.725000', '125045.728000', '125045.730000', '125045.733000', '125045.736000', '125045.739000', '125045.742000', '125045.745000', '125045.748000', '125045.751000', '125045.753000', '125045.756000', '125045.759000', '125045.762000', '125045.765000', '125045.768000', '125105.644000', '125105.647000', '125105.650000', '125105.653000', '125105.656000', '125105.658000', '125105.661000', '125105.664000', '125105.667000', '125105.670000', '125105.673000', '125105.676000', '125105.679000', '125105.682000', '125105.685000', '125105.688000', '125105.690000', '125105.693000', '125105.696000', '125105.699000', '125105.702000', '125105.705000', '125105.708000', '125105.711000', '125105.714000', '125105.717000', '125105.720000', '125105.723000', '125105.725000', '125105.728000', '125105.731000', '125105.734000', '125105.737000', '125105.740000', '125105.743000', '125105.746000', '125105.748000', '125105.751000', '125105.754000', '125105.757000', '125105.760000', '125105.763000', '125105.766000', '125105.823000', '125125.644000', '125125.647000', '125125.650000', '125125.653000', '125125.656000', '125125.659000', '125125.662000', '125125.665000', '125125.668000', '125125.671000', '125125.674000', '125125.677000', '125125.680000', '125125.682000', '125125.685000', '125125.688000', '125125.691000', '125125.694000', '125125.697000', '125125.700000', '125125.703000', '125125.705000', '125125.708000', '125125.711000', '125125.714000', '125125.717000', '125125.720000', '125125.723000', '125125.726000', '125125.729000', '125125.732000', '125125.735000', '125125.738000', '125125.741000', '125125.744000', '125125.747000', '125125.750000', '125125.753000', '125125.756000', '125125.759000', '125125.762000', '125125.764000', '125125.767000', '125145.644000', '125145.647000', '125145.650000', '125145.653000', '125145.656000', '125145.659000', '125145.661000', '125145.664000', '125145.667000', '125145.670000', '125145.673000', '125145.676000', '125145.679000', '125145.682000', '125145.685000', '125145.688000', '125145.690000', '125145.693000', '125145.696000', '125145.699000', '125145.702000', '125145.705000', '125145.708000', '125145.725000', '125145.728000', '125145.731000', '125145.734000', '125145.737000', '125145.740000', '125145.743000', '125145.746000', '125145.748000', '125145.751000', '125145.754000', '125145.757000', '125145.760000', '125145.763000', '125145.766000', '125145.769000', '125145.807000', '125145.810000', '125145.813000', '125145.816000', '125145.819000', '125205.645000', '125205.648000', '125205.651000', '125205.654000', '125205.657000', '125205.660000', '125205.663000', '125205.666000', '125205.669000', '125205.671000', '125205.674000', '125205.677000', '125205.680000', '125205.683000', '125205.686000', '125205.689000', '125205.692000', '125205.695000', '125205.698000', '125205.700000', '125205.703000', '125205.706000', '125205.709000', '125205.712000', '125205.715000', '125205.718000', '125205.721000', '125205.724000', '125205.727000', '125205.730000', '125205.732000', '125205.735000', '125205.738000', '125205.742000', '125205.745000', '125205.748000', '125205.751000', '125205.754000', '125205.757000', '125205.760000', '125205.763000', '125205.766000', '125205.769000', '125225.645000', '125225.648000', '125225.651000', '125225.654000', '125225.657000', '125225.660000', '125225.663000', '125225.666000', '125225.668000', '125225.671000', '125225.674000', '125225.677000', '125225.680000', '125225.683000', '125225.686000', '125225.689000', '125225.692000', '125225.695000', '125225.697000', '125225.700000', '125225.703000', '125225.706000', '125225.709000', '125225.712000', '125225.715000', '125225.718000', '125225.721000', '125225.724000', '125225.727000', '125225.729000', '125225.732000', '125225.735000', '125225.738000', '125225.741000', '125225.744000', '125225.747000', '125225.750000', '125225.753000', '125225.756000', '125225.759000', '125225.762000', '125225.764000', '125225.767000', '125225.821000', '125245.645000', '125245.648000', '125245.651000', '125245.654000', '125245.657000', '125245.660000', '125245.663000', '125245.666000', '125245.668000', '125245.671000', '125245.674000', '125245.677000', '125245.680000', '125245.683000', '125245.686000', '125245.689000', '125245.692000', '125245.696000', '125245.699000', '125245.702000', '125245.705000', '125245.708000', '125245.711000', '125245.716000', '125245.718000', '125245.721000', '125245.724000', '125245.727000', '125245.730000', '125245.733000', '125245.736000', '125245.739000', '125245.742000', '125245.745000', '125245.747000', '125245.751000', '125245.754000', '125245.757000', '125245.763000', '125245.766000', '125245.815000', '125245.818000', '125245.821000', '125305.645000', '125305.648000', '125305.651000', '125305.654000', '125305.657000', '125305.660000', '125305.663000', '125305.666000', '125305.669000', '125305.672000', '125305.675000', '125305.678000', '125305.681000', '125305.683000', '125305.686000', '125305.689000', '125305.692000', '125305.695000', '125305.698000', '125305.701000', '125305.704000', '125305.707000', '125305.709000', '125305.712000', '125305.715000', '125305.718000', '125305.721000', '125305.724000', '125305.727000', '125305.730000', '125305.733000', '125305.735000', '125305.738000', '125305.741000', '125305.744000', '125305.747000', '125305.750000', '125305.753000', '125305.756000', '125305.759000', '125305.762000', '125305.765000', '125305.767000', '125305.770000', '125325.644000', '125325.647000', '125325.650000', '125325.653000', '125325.656000', '125325.659000', '125325.662000', '125325.665000', '125325.668000', '125325.671000', '125325.674000', '125325.677000', '125325.679000', '125325.682000', '125325.685000', '125325.688000', '125325.691000', '125325.694000', '125325.697000', '125325.700000', '125325.703000', '125325.706000', '125325.709000', '125325.712000', '125325.714000', '125325.717000', '125325.720000', '125325.723000', '125325.726000', '125325.729000', '125325.732000', '125325.735000', '125325.738000', '125325.741000', '125325.743000', '125325.746000', '125325.749000', '125325.752000', '125325.755000', '125325.758000', '125325.761000', '125325.764000', '125325.767000', '125330.423000', '125330.426000', '125330.429000', '125330.433000', '125330.436000', '125330.439000', '125330.442000', '125330.445000', '125330.448000', '125330.451000', '125330.455000'], 'InstanceCreationTime': ['124705.675000', '124705.678000', '124705.682000', '124705.685000', '124705.687000', '124705.690000', '124705.693000', '124705.696000', '124705.699000', '124705.702000', '124705.705000', '124705.708000', '124705.711000', '124705.733000', '124705.736000', '124705.739000', '124705.742000', '124705.745000', '124705.748000', '124705.757000', '124705.760000', '124705.763000', '124705.766000', '124705.829000', '124705.832000', '124705.835000', '124705.838000', '124705.841000', '124705.844000', '124705.846000', '124705.849000', '124705.852000', '124705.855000', '124705.858000', '124705.872000', '124725.645000', '124725.648000', '124725.651000', '124725.653000', '124725.656000', '124725.659000', '124725.662000', '124725.665000', '124725.668000', '124725.674000', '124725.677000', '124725.680000', '124725.683000', '124725.686000', '124725.689000', '124725.692000', '124725.694000', '124725.697000', '124725.700000', '124725.703000', '124725.706000', '124725.709000', '124725.712000', '124725.714000', '124725.717000', '124725.720000', '124725.723000', '124725.726000', '124725.729000', '124725.732000', '124725.734000', '124725.737000', '124725.740000', '124725.743000', '124725.746000', '124725.749000', '124725.752000', '124725.754000', '124725.757000', '124725.760000', '124725.763000', '124725.766000', '124725.769000', '124725.772000', '124745.645000', '124745.648000', '124745.651000', '124745.654000', '124745.657000', '124745.659000', '124745.662000', '124745.665000', '124745.668000', '124745.671000', '124745.674000', '124745.681000', '124745.684000', '124745.687000', '124745.690000', '124745.693000', '124745.696000', '124745.699000', '124745.702000', '124745.704000', '124745.707000', '124745.710000', '124745.713000', '124745.716000', '124745.719000', '124745.722000', '124745.725000', '124745.727000', '124745.730000', '124745.733000', '124745.736000', '124745.739000', '124745.742000', '124745.745000', '124745.747000', '124745.750000', '124745.753000', '124745.756000', '124745.759000', '124745.762000', '124745.765000', '124745.768000', '124745.770000', '124805.645000', '124805.648000', '124805.651000', '124805.654000', '124805.656000', '124805.659000', '124805.662000', '124805.665000', '124805.668000', '124805.671000', '124805.674000', '124805.677000', '124805.680000', '124805.683000', '124805.685000', '124805.688000', '124805.691000', '124805.694000', '124805.697000', '124805.700000', '124805.703000', '124805.706000', '124805.709000', '124805.711000', '124805.714000', '124805.717000', '124805.720000', '124805.723000', '124805.726000', '124805.729000', '124805.732000', '124805.735000', '124805.737000', '124805.740000', '124805.743000', '124805.746000', '124805.749000', '124805.752000', '124805.755000', '124805.758000', '124805.761000', '124805.764000', '124805.767000', '124805.770000', '124825.645000', '124825.648000', '124825.651000', '124825.654000', '124825.657000', '124825.659000', '124825.662000', '124825.665000', '124825.668000', '124825.671000', '124825.674000', '124825.677000', '124825.680000', '124825.682000', '124825.685000', '124825.688000', '124825.691000', '124825.694000', '124825.697000', '124825.700000', '124825.703000', '124825.706000', '124825.709000', '124825.712000', '124825.714000', '124825.717000', '124825.720000', '124825.723000', '124825.726000', '124825.729000', '124825.732000', '124825.735000', '124825.738000', '124825.741000', '124825.744000', '124825.746000', '124825.749000', '124825.752000', '124825.755000', '124825.758000', '124825.761000', '124825.764000', '124825.766000', '124845.644000', '124845.647000', '124845.650000', '124845.653000', '124845.656000', '124845.659000', '124845.662000', '124845.665000', '124845.668000', '124845.671000', '124845.673000', '124845.676000', '124845.679000', '124845.682000', '124845.685000', '124845.688000', '124845.691000', '124845.712000', '124845.715000', '124845.717000', '124845.720000', '124845.723000', '124845.726000', '124845.729000', '124845.732000', '124845.735000', '124845.738000', '124845.741000', '124845.743000', '124845.751000', '124845.754000', '124845.757000', '124845.760000', '124845.763000', '124845.766000', '124845.800000', '124845.803000', '124845.806000', '124845.809000', '124845.812000', '124845.815000', '124845.818000', '124845.820000', '124905.644000', '124905.647000', '124905.650000', '124905.653000', '124905.656000', '124905.658000', '124905.661000', '124905.664000', '124905.667000', '124905.670000', '124905.673000', '124905.676000', '124905.679000', '124905.682000', '124905.684000', '124905.687000', '124905.690000', '124905.693000', '124905.696000', '124905.699000', '124905.702000', '124905.705000', '124905.708000', '124905.710000', '124905.713000', '124905.716000', '124905.719000', '124905.722000', '124905.725000', '124905.728000', '124905.731000', '124905.734000', '124905.737000', '124905.740000', '124905.742000', '124905.745000', '124905.748000', '124905.751000', '124905.754000', '124905.757000', '124905.760000', '124905.763000', '124905.765000', '124905.768000', '124925.644000', '124925.647000', '124925.650000', '124925.655000', '124925.659000', '124925.662000', '124925.665000', '124925.668000', '124925.671000', '124925.674000', '124925.676000', '124925.679000', '124925.682000', '124925.685000', '124925.688000', '124925.691000', '124925.694000', '124925.697000', '124925.700000', '124925.703000', '124925.706000', '124925.709000', '124925.711000', '124925.714000', '124925.717000', '124925.720000', '124925.723000', '124925.726000', '124925.729000', '124925.732000', '124925.735000', '124925.738000', '124925.740000', '124925.743000', '124925.746000', '124925.749000', '124925.752000', '124925.755000', '124925.758000', '124925.761000', '124925.763000', '124925.766000', '124925.822000', '124945.645000', '124945.648000', '124945.651000', '124945.654000', '124945.657000', '124945.659000', '124945.662000', '124945.665000', '124945.668000', '124945.671000', '124945.674000', '124945.677000', '124945.680000', '124945.682000', '124945.685000', '124945.688000', '124945.691000', '124945.694000', '124945.697000', '124945.700000', '124945.703000', '124945.706000', '124945.709000', '124945.712000', '124945.714000', '124945.717000', '124945.720000', '124945.723000', '124945.726000', '124945.729000', '124945.732000', '124945.735000', '124945.737000', '124945.740000', '124945.743000', '124945.746000', '124945.749000', '124945.752000', '124945.755000', '124945.758000', '124945.761000', '124945.764000', '124945.766000', '124945.827000', '125005.645000', '125005.648000', '125005.651000', '125005.654000', '125005.657000', '125005.660000', '125005.662000', '125005.665000', '125005.668000', '125005.671000', '125005.674000', '125005.677000', '125005.680000', '125005.683000', '125005.686000', '125005.689000', '125005.692000', '125005.695000', '125005.698000', '125005.701000', '125005.704000', '125005.706000', '125005.709000', '125005.712000', '125005.715000', '125005.718000', '125005.721000', '125005.724000', '125005.727000', '125005.730000', '125005.733000', '125005.735000', '125005.738000', '125005.741000', '125005.744000', '125005.747000', '125005.750000', '125005.753000', '125005.755000', '125005.758000', '125005.761000', '125005.764000', '125005.767000', '125025.645000', '125025.648000', '125025.651000', '125025.654000', '125025.657000', '125025.659000', '125025.662000', '125025.665000', '125025.668000', '125025.671000', '125025.674000', '125025.677000', '125025.680000', '125025.695000', '125025.698000', '125025.701000', '125025.704000', '125025.707000', '125025.710000', '125025.713000', '125025.715000', '125025.718000', '125025.721000', '125025.724000', '125025.727000', '125025.730000', '125025.733000', '125025.736000', '125025.739000', '125025.742000', '125025.745000', '125025.747000', '125025.750000', '125025.753000', '125025.756000', '125025.759000', '125025.762000', '125025.765000', '125025.768000', '125025.809000', '125025.812000', '125025.815000', '125025.818000', '125025.821000', '125045.645000', '125045.648000', '125045.651000', '125045.654000', '125045.657000', '125045.660000', '125045.663000', '125045.666000', '125045.668000', '125045.671000', '125045.674000', '125045.677000', '125045.680000', '125045.683000', '125045.686000', '125045.689000', '125045.692000', '125045.695000', '125045.698000', '125045.701000', '125045.704000', '125045.707000', '125045.710000', '125045.713000', '125045.716000', '125045.719000', '125045.722000', '125045.725000', '125045.728000', '125045.730000', '125045.733000', '125045.736000', '125045.739000', '125045.742000', '125045.745000', '125045.748000', '125045.751000', '125045.753000', '125045.756000', '125045.759000', '125045.762000', '125045.765000', '125045.768000', '125105.644000', '125105.647000', '125105.650000', '125105.653000', '125105.656000', '125105.658000', '125105.661000', '125105.664000', '125105.667000', '125105.670000', '125105.673000', '125105.676000', '125105.679000', '125105.682000', '125105.685000', '125105.688000', '125105.690000', '125105.693000', '125105.696000', '125105.699000', '125105.702000', '125105.705000', '125105.708000', '125105.711000', '125105.714000', '125105.717000', '125105.720000', '125105.723000', '125105.725000', '125105.728000', '125105.731000', '125105.734000', '125105.737000', '125105.740000', '125105.743000', '125105.746000', '125105.748000', '125105.751000', '125105.754000', '125105.757000', '125105.760000', '125105.763000', '125105.766000', '125105.823000', '125125.644000', '125125.647000', '125125.650000', '125125.653000', '125125.656000', '125125.659000', '125125.662000', '125125.665000', '125125.668000', '125125.671000', '125125.674000', '125125.677000', '125125.680000', '125125.682000', '125125.685000', '125125.688000', '125125.691000', '125125.694000', '125125.697000', '125125.700000', '125125.703000', '125125.705000', '125125.708000', '125125.711000', '125125.714000', '125125.717000', '125125.720000', '125125.723000', '125125.726000', '125125.729000', '125125.732000', '125125.735000', '125125.738000', '125125.741000', '125125.744000', '125125.747000', '125125.750000', '125125.753000', '125125.756000', '125125.759000', '125125.762000', '125125.764000', '125125.767000', '125145.644000', '125145.647000', '125145.650000', '125145.653000', '125145.656000', '125145.659000', '125145.661000', '125145.664000', '125145.667000', '125145.670000', '125145.673000', '125145.676000', '125145.679000', '125145.682000', '125145.685000', '125145.688000', '125145.690000', '125145.693000', '125145.696000', '125145.699000', '125145.702000', '125145.705000', '125145.708000', '125145.725000', '125145.728000', '125145.731000', '125145.734000', '125145.737000', '125145.740000', '125145.743000', '125145.746000', '125145.748000', '125145.751000', '125145.754000', '125145.757000', '125145.760000', '125145.763000', '125145.766000', '125145.769000', '125145.807000', '125145.810000', '125145.813000', '125145.816000', '125145.819000', '125205.645000', '125205.648000', '125205.651000', '125205.654000', '125205.657000', '125205.660000', '125205.663000', '125205.666000', '125205.669000', '125205.671000', '125205.674000', '125205.677000', '125205.680000', '125205.683000', '125205.686000', '125205.689000', '125205.692000', '125205.695000', '125205.698000', '125205.700000', '125205.703000', '125205.706000', '125205.709000', '125205.712000', '125205.715000', '125205.718000', '125205.721000', '125205.724000', '125205.727000', '125205.730000', '125205.732000', '125205.735000', '125205.738000', '125205.742000', '125205.745000', '125205.748000', '125205.751000', '125205.754000', '125205.757000', '125205.760000', '125205.763000', '125205.766000', '125205.769000', '125225.645000', '125225.648000', '125225.651000', '125225.654000', '125225.657000', '125225.660000', '125225.663000', '125225.666000', '125225.668000', '125225.671000', '125225.674000', '125225.677000', '125225.680000', '125225.683000', '125225.686000', '125225.689000', '125225.692000', '125225.695000', '125225.697000', '125225.700000', '125225.703000', '125225.706000', '125225.709000', '125225.712000', '125225.715000', '125225.718000', '125225.721000', '125225.724000', '125225.727000', '125225.729000', '125225.732000', '125225.735000', '125225.738000', '125225.741000', '125225.744000', '125225.747000', '125225.750000', '125225.753000', '125225.756000', '125225.759000', '125225.762000', '125225.764000', '125225.767000', '125225.821000', '125245.645000', '125245.648000', '125245.651000', '125245.654000', '125245.657000', '125245.660000', '125245.663000', '125245.666000', '125245.668000', '125245.671000', '125245.674000', '125245.677000', '125245.680000', '125245.683000', '125245.686000', '125245.689000', '125245.692000', '125245.696000', '125245.699000', '125245.702000', '125245.705000', '125245.708000', '125245.711000', '125245.716000', '125245.718000', '125245.721000', '125245.724000', '125245.727000', '125245.730000', '125245.733000', '125245.736000', '125245.739000', '125245.742000', '125245.745000', '125245.747000', '125245.751000', '125245.754000', '125245.757000', '125245.763000', '125245.766000', '125245.815000', '125245.818000', '125245.821000', '125305.645000', '125305.648000', '125305.651000', '125305.654000', '125305.657000', '125305.660000', '125305.663000', '125305.666000', '125305.669000', '125305.672000', '125305.675000', '125305.678000', '125305.681000', '125305.683000', '125305.686000', '125305.689000', '125305.692000', '125305.695000', '125305.698000', '125305.701000', '125305.704000', '125305.707000', '125305.709000', '125305.712000', '125305.715000', '125305.718000', '125305.721000', '125305.724000', '125305.727000', '125305.730000', '125305.733000', '125305.735000', '125305.738000', '125305.741000', '125305.744000', '125305.747000', '125305.750000', '125305.753000', '125305.756000', '125305.759000', '125305.762000', '125305.765000', '125305.767000', '125305.770000', '125325.644000', '125325.647000', '125325.650000', '125325.653000', '125325.656000', '125325.659000', '125325.662000', '125325.665000', '125325.668000', '125325.671000', '125325.674000', '125325.677000', '125325.679000', '125325.682000', '125325.685000', '125325.688000', '125325.691000', '125325.694000', '125325.697000', '125325.700000', '125325.703000', '125325.706000', '125325.709000', '125325.712000', '125325.714000', '125325.717000', '125325.720000', '125325.723000', '125325.726000', '125325.729000', '125325.732000', '125325.735000', '125325.738000', '125325.741000', '125325.743000', '125325.746000', '125325.749000', '125325.752000', '125325.755000', '125325.758000', '125325.761000', '125325.764000', '125325.767000', '125330.423000', '125330.426000', '125330.429000', '125330.433000', '125330.436000', '125330.439000', '125330.442000', '125330.445000', '125330.448000', '125330.451000', '125330.455000'], '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': [8303, 11654, 8374, 9865, 8708, 7900, 8231, 8294, 9451, 8596, 10761, 8299, 11199, 8465, 10390, 8399, 7983, 8232, 8623, 11139, 8376, 12021, 8325, 10681, 8186, 8746, 8251, 7969, 9205, 8080, 7594, 8622, 7570, 8669, 8422, 10822, 8348, 8371, 8295, 8402, 9705, 8450, 11216, 8395, 10877, 8265, 10932, 8260, 10933, 8148, 10737, 8487, 8373, 8384, 7938, 7816, 8682, 9272, 8473, 9678, 8156, 9097, 8370, 11352, 8301, 11321, 8524, 11165, 8631, 11222, 8664, 11522, 8571, 11153, 8634, 8243, 8466, 7986, 8439, 8400, 8213, 8562, 8698, 7964, 8539, 8408, 9335, 8579, 10130, 8413, 11330, 8643, 10730, 8482, 8837, 8641, 7601, 8529, 8513, 9592, 8905, 10788, 8631, 9919, 8666, 9375, 8681, 9229, 8710, 10023, 8787, 8490, 8360, 8086, 8309, 8000, 9429, 8466, 10469, 8481, 10872, 8686, 11463, 8296, 9436, 7581, 8270, 10618, 8514, 11175, 8020, 8855, 7621, 7944, 7681, 7746, 8026, 8079, 7867, 7572, 7853, 8716, 8396, 9447, 8267, 11597, 8419, 12270, 8324, 11896, 8649, 11938, 8771, 12086, 8545, 11266, 8407, 11019, 8420, 11097, 8415, 10778, 8547, 10576, 8492, 10109, 8416, 11236, 8466, 7782, 8376, 8192, 8256, 8403, 9325, 8630, 9750, 8705, 9639, 8496, 9291, 8570, 8925, 8665, 9674, 8526, 9252, 8397, 11156, 8037, 9889, 8247, 9630, 8391, 10297, 8482, 10085, 8484, 10364, 8535, 11152, 8274, 10520, 8387, 8961, 8507, 7778, 8278, 8568, 9214, 8774, 10142, 8551, 11637, 8353, 11506, 8298, 9728, 8468, 8465, 8022, 8427, 9829, 8474, 10252, 8313, 10059, 8461, 9197, 8264, 9839, 8506, 9442, 8358, 8276, 8207, 8210, 8634, 8288, 8616, 8589, 8546, 8221, 8192, 8370, 8094, 8089, 8280, 8308, 7371, 8265, 7518, 8465, 8351, 8398, 7881, 8613, 9014, 8553, 8977, 8312, 8166, 8514, 8318, 9284, 9350, 8423, 10266, 8270, 10222, 8516, 9106, 8431, 8480, 8352, 8918, 8401, 8811, 8293, 8940, 8572, 8712, 8667, 8510, 8340, 7912, 8325, 7990, 8388, 8451, 8388, 8765, 8439, 8169, 8351, 8255, 8742, 8642, 10919, 8582, 9812, 8389, 11807, 8398, 11780, 8642, 10601, 8395, 8531, 8472, 8175, 8352, 8537, 8294, 8719, 8421, 8341, 8368, 7962, 8042, 8390, 10017, 8236, 10290, 8355, 11544, 8654, 12089, 8532, 11474, 8464, 11110, 8640, 10941, 8701, 10005, 8458, 11246, 8352, 8796, 8411, 8471, 8271, 7841, 8800, 8691, 8361, 8686, 8295, 8725, 8360, 7740, 7992, 8460, 9418, 8652, 9694, 8529, 10420, 8594, 11232, 8425, 11454, 8643, 10555, 8552, 9014, 8443, 8370, 8263, 8126, 8501, 8195, 8518, 8434, 8707, 8458, 8876, 8668, 7421, 8336, 7873, 8451, 7704, 8543, 7988, 8719, 8412, 9905, 8432, 7919, 8285, 8335, 8274, 10691, 8174, 10626, 8576, 9593, 8518, 7979, 8453, 7987, 8402, 8739, 8290, 8631, 8430, 8429, 8750, 9444, 8482, 8349, 7816, 8310, 11019, 7970, 11538, 8345, 9722, 8400, 9053, 8539, 9453, 8381, 11167, 8163, 9282, 8623, 8808, 10816, 9035, 11218, 8239, 12751, 8281, 12937, 8174, 10864, 8440, 8372, 8352, 8460, 11713, 8118, 9561, 8437, 8358, 7978, 8578, 10611, 8340, 8224, 7828, 8118, 9068, 8320, 11203, 8142, 8460, 7369, 8409, 9599, 8201, 8502, 8111, 8541, 8124, 8575, 8062, 8512, 8157, 7866, 8737, 8404, 10615, 8311, 9039, 8284, 10264, 8384, 10799, 8518, 8420, 8336, 7753, 9724, 8578, 9487, 8865, 8569, 8561, 8489, 7525, 8484, 8351, 10427, 8382, 11315, 8443, 11434, 8583, 11818, 8603, 11251, 8467, 10928, 8577, 10653, 8879, 11117, 7935, 11199, 7899, 10449, 7893, 10909, 8300, 10316, 8385, 7562, 8172, 7224, 7979, 7304, 8602, 7407, 9511, 8418, 9565, 8800, 8591, 8342, 8481, 8422, 8364, 8361, 9043, 8346, 7552, 8335, 8627, 8754, 8670, 8209, 8774, 8267, 8710, 8155, 7910, 8486, 8372, 9830, 8429, 9500, 8433, 9441, 8276, 8377, 8346, 10372, 8244, 8341, 8323, 8307, 9933, 8367, 10761, 8324, 10654, 8172, 8985, 8221, 7757, 8431, 8589, 10573, 8637, 11487, 8135, 10248, 8279, 9803, 8236, 11290, 8230, 7766, 8002, 7536, 8127, 7745, 8834, 7771, 9366, 7928, 10763, 8453, 8601, 8617, 7889, 7980, 9997, 8179, 12777, 8190, 11663, 8106, 11499, 8090, 11724, 8156, 9389, 7947, 7886, 8400, 7966, 8184, 7648, 7865, 8137, 7880, 11443, 7986, 11834, 7863, 9404, 7965, 9150, 7948, 9332, 7934, 9288, 7790, 9575, 7706, 8012, 7715, 7764, 9345, 7887, 9713, 7517, 11120, 7721, 10893, 7772, 7936, 7581, 7923, 8770, 7954, 9806, 7802, 10133, 7659, 8238, 7560, 7659, 8573, 8183, 10746, 8058, 9986, 7708, 7906, 7441, 7651, 9707, 7645, 8140, 7862, 9097, 7784, 11067, 7825, 11274, 7834, 8054, 8181, 7773, 9351, 7863, 8001, 7965, 11803, 8184, 11631, 8194, 11056, 8184, 9477, 8079, 8424, 8264, 8858, 8074, 8357, 7725, 7861, 7927, 7860, 8117, 8116, 8900, 8020, 9359, 8059, 8776, 7787, 7771, 7856, 7785, 8616, 7936, 9252, 8546, 8172, 8037, 8087, 8355, 8209, 8620, 8495, 7626, 7654, 7523, 7767, 7459, 7758, 7933, 8331, 7679, 7809, 8119, 7906, 7997, 9455, 8037, 9320, 8338, 10200, 8280, 10070, 8029, 10378, 8392, 9606, 8308, 9045, 7656, 7890, 7911, 8038, 7860, 8560, 7770, 8215, 7889, 8139, 7824, 7997, 7753, 7904, 7954, 8248, 7989, 8442, 8175, 8477, 8108, 8269, 8185, 8740, 8271, 9145, 8081, 9386, 8214, 9961, 8269, 9870, 8279, 10109, 7902, 10766, 7734, 9066, 8044, 7980, 7939, 7788, 8060, 7701, 7931, 8001, 8199, 8554, 8043, 7889, 8062, 7612, 7928, 8004, 8720, 8144, 10010, 8350, 10415, 8216, 10390, 8296, 9857, 7982, 8107, 7916, 7653, 8841, 7674, 8513, 8411, 8127, 7572, 7848, 8086, 9360, 8107, 8536, 8065, 11450, 8120, 12104, 8350, 11454, 8357, 11307, 8105, 10118, 8194, 8568, 8591, 8085, 9498, 8328, 8988, 8385, 8672, 8434, 8048, 7764, 8408, 8172, 8840, 8219, 8315, 8238, 10226, 8049, 8474, 8225, 8128, 8276, 8122, 8195, 8025, 8068, 8108, 8268, 7820, 8748, 9091, 9143, 8084], 'WindowCenter': [4031.0, 4034.0, 3988.0, 3991.0, 3973.0, 3961.0, 3970.0, 3970.0, 3978.0, 3968.0, 3987.0, 3958.0, 3987.0, 3968.0, 3989.0, 3969.0, 3957.0, 3954.0, 3955.0, 3985.0, 3956.0, 3984.0, 3955.0, 3973.0, 3953.0, 3955.0, 3956.0, 3958.0, 3976.0, 3957.0, 3945.0, 3968.0, 3959.0, 3966.0, 3957.0, 3986.0, 3969.0, 3981.0, 3980.0, 3981.0, 3980.0, 3968.0, 3988.0, 3972.0, 3976.0, 3955.0, 3974.0, 3944.0, 3975.0, 3947.0, 3990.0, 3970.0, 3957.0, 3955.0, 3954.0, 3958.0, 3979.0, 3977.0, 3968.0, 3991.0, 3983.0, 3991.0, 3969.0, 4000.0, 3968.0, 3986.0, 3967.0, 3987.0, 3968.0, 3975.0, 3955.0, 3985.0, 3967.0, 3987.0, 3956.0, 3970.0, 3967.0, 3955.0, 3955.0, 3956.0, 3968.0, 3983.0, 3979.0, 3970.0, 3967.0, 3956.0, 3976.0, 3967.0, 3988.0, 3982.0, 3998.0, 3969.0, 3999.0, 3980.0, 3981.0, 3982.0, 3958.0, 3968.0, 3967.0, 3976.0, 3967.0, 3987.0, 3956.0, 3966.0, 3954.0, 3964.0, 3956.0, 3967.0, 3967.0, 3974.0, 3954.0, 3966.0, 3956.0, 3955.0, 3955.0, 3955.0, 3965.0, 3955.0, 3975.0, 3955.0, 3990.0, 3969.0, 3988.0, 3955.0, 3953.0, 3921.0, 3932.0, 3964.0, 3957.0, 3973.0, 3929.0, 3950.0, 3943.0, 3943.0, 3928.0, 3931.0, 3942.0, 3954.0, 3955.0, 3945.0, 3956.0, 3966.0, 3954.0, 3964.0, 3944.0, 3976.0, 3956.0, 3974.0, 3942.0, 3985.0, 3942.0, 3973.0, 3939.0, 3955.0, 3924.0, 3945.0, 3927.0, 3946.0, 3915.0, 3945.0, 3916.0, 3945.0, 3927.0, 3945.0, 3925.0, 3947.0, 3943.0, 3970.0, 3940.0, 3930.0, 3952.0, 3954.0, 3953.0, 3954.0, 3963.0, 3955.0, 3965.0, 3955.0, 3963.0, 3952.0, 3952.0, 3953.0, 3952.0, 3956.0, 3979.0, 3981.0, 3977.0, 3969.0, 3999.0, 3958.0, 3975.0, 3955.0, 3980.0, 3957.0, 3978.0, 3968.0, 3976.0, 3967.0, 3975.0, 3967.0, 3987.0, 3957.0, 3978.0, 3970.0, 3978.0, 3967.0, 3944.0, 3955.0, 3955.0, 3968.0, 3967.0, 3977.0, 3967.0, 3988.0, 3969.0, 3998.0, 3972.0, 3991.0, 3969.0, 3967.0, 3955.0, 3956.0, 3975.0, 3969.0, 3977.0, 3968.0, 3977.0, 3968.0, 3992.0, 3970.0, 3990.0, 3968.0, 3979.0, 3967.0, 3955.0, 3956.0, 3954.0, 3966.0, 3954.0, 3966.0, 3955.0, 3954.0, 3954.0, 3955.0, 3955.0, 3972.0, 3958.0, 3955.0, 3956.0, 3946.0, 3967.0, 3958.0, 3983.0, 3968.0, 3971.0, 3970.0, 3983.0, 3994.0, 3985.0, 3984.0, 3971.0, 3971.0, 3982.0, 3970.0, 3981.0, 3968.0, 3968.0, 3978.0, 3959.0, 3989.0, 3970.0, 3969.0, 3957.0, 3970.0, 3969.0, 3966.0, 3956.0, 3965.0, 3956.0, 3979.0, 3970.0, 3968.0, 3966.0, 3956.0, 3955.0, 3943.0, 3945.0, 3944.0, 3956.0, 3944.0, 3955.0, 3954.0, 3956.0, 3968.0, 3957.0, 3958.0, 3966.0, 3981.0, 3986.0, 3968.0, 3978.0, 3969.0, 4000.0, 3973.0, 4011.0, 3969.0, 3989.0, 3954.0, 3955.0, 3954.0, 3943.0, 3943.0, 3943.0, 3946.0, 3953.0, 3946.0, 3955.0, 3955.0, 3958.0, 3969.0, 3970.0, 3989.0, 3969.0, 3989.0, 3968.0, 3987.0, 3969.0, 3999.0, 3957.0, 3974.0, 3944.0, 3973.0, 3943.0, 3975.0, 3968.0, 3977.0, 3955.0, 3974.0, 3942.0, 3954.0, 3956.0, 3955.0, 3957.0, 3946.0, 3967.0, 3956.0, 3967.0, 3966.0, 3968.0, 3967.0, 3956.0, 3945.0, 3944.0, 3955.0, 3965.0, 3967.0, 3976.0, 3967.0, 3976.0, 3957.0, 3987.0, 3958.0, 4001.0, 3969.0, 3978.0, 3955.0, 3955.0, 3955.0, 3944.0, 3955.0, 3944.0, 3956.0, 3956.0, 3955.0, 3968.0, 3968.0, 3967.0, 3966.0, 3983.0, 3958.0, 3968.0, 3956.0, 3958.0, 3956.0, 3971.0, 3971.0, 3978.0, 3970.0, 3977.0, 3971.0, 3970.0, 3969.0, 3955.0, 3956.0, 3976.0, 3957.0, 3990.0, 3983.0, 3990.0, 3969.0, 3956.0, 3956.0, 3956.0, 3957.0, 3958.0, 3958.0, 3958.0, 3958.0, 3969.0, 3982.0, 3981.0, 3970.0, 3969.0, 3947.0, 3959.0, 3988.0, 3958.0, 3985.0, 3943.0, 3977.0, 3954.0, 3955.0, 3966.0, 3977.0, 3968.0, 3997.0, 3970.0, 3978.0, 3968.0, 3967.0, 3976.0, 3953.0, 3974.0, 3942.0, 3998.0, 3942.0, 3983.0, 3941.0, 3959.0, 3928.0, 3927.0, 3924.0, 3926.0, 3957.0, 3916.0, 3937.0, 3928.0, 3927.0, 3917.0, 3939.0, 3961.0, 3940.0, 3941.0, 3930.0, 3942.0, 3967.0, 3958.0, 3985.0, 3957.0, 3955.0, 3933.0, 3953.0, 3965.0, 3954.0, 3956.0, 3957.0, 3954.0, 3945.0, 3953.0, 3955.0, 3956.0, 3959.0, 3958.0, 3980.0, 3970.0, 3989.0, 3970.0, 3979.0, 3981.0, 4005.0, 3984.0, 4002.0, 3971.0, 3969.0, 3969.0, 3958.0, 3981.0, 3967.0, 3979.0, 3967.0, 3968.0, 3970.0, 3969.0, 3960.0, 3968.0, 3970.0, 3988.0, 3970.0, 3998.0, 3968.0, 3998.0, 3968.0, 3999.0, 3970.0, 3987.0, 3957.0, 3990.0, 3969.0, 3975.0, 3967.0, 3987.0, 3944.0, 3973.0, 3942.0, 3972.0, 3955.0, 4000.0, 3969.0, 3989.0, 3970.0, 3945.0, 3956.0, 3945.0, 3959.0, 3946.0, 3967.0, 3947.0, 3979.0, 3956.0, 3977.0, 3967.0, 3956.0, 3956.0, 3968.0, 3969.0, 3956.0, 3957.0, 3965.0, 3955.0, 3948.0, 3969.0, 3969.0, 3969.0, 3956.0, 3957.0, 3954.0, 3957.0, 3969.0, 3957.0, 3956.0, 3955.0, 3957.0, 3976.0, 3956.0, 3977.0, 3957.0, 3976.0, 3958.0, 3957.0, 3959.0, 3990.0, 3970.0, 3958.0, 3956.0, 3967.0, 3989.0, 3969.0, 3985.0, 3956.0, 3977.0, 3970.0, 3981.0, 3970.0, 3947.0, 3955.0, 3969.0, 3989.0, 3956.0, 3987.0, 3944.0, 3963.0, 3945.0, 3977.0, 3958.0, 3986.0, 3955.0, 3944.0, 3955.0, 3946.0, 3956.0, 3946.0, 3967.0, 3947.0, 3978.0, 3956.0, 4013.0, 3982.0, 3981.0, 3980.0, 3958.0, 3958.0, 3977.0, 3957.0, 3984.0, 3945.0, 3972.0, 3932.0, 3973.0, 3933.0, 3971.0, 3944.0, 3953.0, 3943.0, 3945.0, 3954.0, 3958.0, 3971.0, 3957.0, 3970.0, 3957.0, 3957.0, 3987.0, 3945.0, 3974.0, 3931.0, 3951.0, 3929.0, 3940.0, 3930.0, 3940.0, 3932.0, 3951.0, 3930.0, 3965.0, 3945.0, 3943.0, 3944.0, 3944.0, 3966.0, 3956.0, 3964.0, 3947.0, 3987.0, 3959.0, 3999.0, 3946.0, 3945.0, 3943.0, 3946.0, 3954.0, 3946.0, 3966.0, 3945.0, 3974.0, 3946.0, 3959.0, 3958.0, 3971.0, 3967.0, 3973.0, 4003.0, 3959.0, 3989.0, 3974.0, 3972.0, 3959.0, 3959.0, 3980.0, 3958.0, 3958.0, 3958.0, 3968.0, 3959.0, 3988.0, 3959.0, 4002.0, 3961.0, 3961.0, 3957.0, 3945.0, 3967.0, 3957.0, 3957.0, 3959.0, 4000.0, 3958.0, 3987.0, 3957.0, 3988.0, 3956.0, 3964.0, 3956.0, 3967.0, 3969.0, 3964.0, 3943.0, 3943.0, 3932.0, 3946.0, 3944.0, 3945.0, 3943.0, 3944.0, 3954.0, 3945.0, 3967.0, 3959.0, 3968.0, 3946.0, 3945.0, 3946.0, 3946.0, 3969.0, 3946.0, 3967.0, 3955.0, 3956.0, 3943.0, 3957.0, 3958.0, 3955.0, 3969.0, 3955.0, 3943.0, 3944.0, 3959.0, 3946.0, 3945.0, 3945.0, 3956.0, 3957.0, 3959.0, 3962.0, 3971.0, 3958.0, 3958.0, 3967.0, 3958.0, 3967.0, 3969.0, 3990.0, 3970.0, 3979.0, 3957.0, 3992.0, 3970.0, 3977.0, 3957.0, 3952.0, 3931.0, 3943.0, 3944.0, 3943.0, 3959.0, 3968.0, 3959.0, 3968.0, 3957.0, 3954.0, 3945.0, 3943.0, 3944.0, 3943.0, 3944.0, 3954.0, 3945.0, 3957.0, 3956.0, 3957.0, 3960.0, 3956.0, 3955.0, 3953.0, 3954.0, 3968.0, 3958.0, 3966.0, 3956.0, 3975.0, 3956.0, 3989.0, 3970.0, 3989.0, 3958.0, 3976.0, 3945.0, 3954.0, 3955.0, 3954.0, 3959.0, 3945.0, 3957.0, 3945.0, 3956.0, 3946.0, 3958.0, 3957.0, 3961.0, 3958.0, 3958.0, 3944.0, 3944.0, 3956.0, 3966.0, 3958.0, 3979.0, 3969.0, 3988.0, 3972.0, 3991.0, 3972.0, 3978.0, 3957.0, 3958.0, 3956.0, 3946.0, 3967.0, 3946.0, 3967.0, 3958.0, 3957.0, 3961.0, 3960.0, 3958.0, 3991.0, 3971.0, 3968.0, 3970.0, 3998.0, 3962.0, 3999.0, 3970.0, 4013.0, 3971.0, 4001.0, 3957.0, 3976.0, 3957.0, 3955.0, 3967.0, 3944.0, 3966.0, 3957.0, 3968.0, 3956.0, 3955.0, 3971.0, 3958.0, 3958.0, 3956.0, 3955.0, 3965.0, 3956.0, 3957.0, 3957.0, 3977.0, 3955.0, 3946.0, 3955.0, 3947.0, 3958.0, 3957.0, 3955.0, 3958.0, 3957.0, 3956.0, 3956.0, 3972.0, 3980.0, 3981.0, 3992.0, 3971.0], 'WindowWidth': [9010.0, 8995.0, 8918.0, 8909.0, 8884.0, 8864.0, 8875.0, 8874.0, 8883.0, 8870.0, 8892.0, 8856.0, 8890.0, 8870.0, 8899.0, 8871.0, 8851.0, 8843.0, 8845.0, 8884.0, 8849.0, 8881.0, 8845.0, 8866.0, 8840.0, 8847.0, 8850.0, 8856.0, 8877.0, 8851.0, 8833.0, 8867.0, 8856.0, 8862.0, 8849.0, 8890.0, 8871.0, 8893.0, 8890.0, 8892.0, 8887.0, 8870.0, 8895.0, 8882.0, 8875.0, 8843.0, 8867.0, 8827.0, 8869.0, 8835.0, 8901.0, 8874.0, 8850.0, 8844.0, 8843.0, 8859.0, 8886.0, 8879.0, 8868.0, 8905.0, 8899.0, 8905.0, 8873.0, 8913.0, 8869.0, 8889.0, 8863.0, 8891.0, 8865.0, 8871.0, 8844.0, 8883.0, 8865.0, 8890.0, 8848.0, 8874.0, 8865.0, 8845.0, 8848.0, 8849.0, 8871.0, 8897.0, 8888.0, 8873.0, 8864.0, 8850.0, 8876.0, 8864.0, 8895.0, 8896.0, 8908.0, 8871.0, 8910.0, 8889.0, 8891.0, 8894.0, 8856.0, 8867.0, 8864.0, 8876.0, 8864.0, 8889.0, 8847.0, 8861.0, 8841.0, 8853.0, 8849.0, 8865.0, 8864.0, 8870.0, 8841.0, 8860.0, 8850.0, 8848.0, 8847.0, 8846.0, 8858.0, 8846.0, 8871.0, 8847.0, 8901.0, 8873.0, 8895.0, 8845.0, 8837.0, 8791.0, 8804.0, 8851.0, 8846.0, 8864.0, 8800.0, 8829.0, 8824.0, 8825.0, 8798.0, 8808.0, 8822.0, 8843.0, 8845.0, 8835.0, 8850.0, 8861.0, 8842.0, 8856.0, 8828.0, 8871.0, 8848.0, 8867.0, 8821.0, 8883.0, 8822.0, 8861.0, 8811.0, 8826.0, 8781.0, 8810.0, 8790.0, 8815.0, 8772.0, 8811.0, 8773.0, 8811.0, 8790.0, 8813.0, 8787.0, 8816.0, 8826.0, 8855.0, 8819.0, 8806.0, 8835.0, 8845.0, 8841.0, 8842.0, 8852.0, 8844.0, 8858.0, 8845.0, 8852.0, 8836.0, 8835.0, 8839.0, 8837.0, 8847.0, 8884.0, 8891.0, 8880.0, 8871.0, 8914.0, 8853.0, 8872.0, 8845.0, 8886.0, 8852.0, 8876.0, 8869.0, 8874.0, 8863.0, 8872.0, 8863.0, 8889.0, 8849.0, 8877.0, 8873.0, 8883.0, 8864.0, 8831.0, 8845.0, 8847.0, 8867.0, 8866.0, 8875.0, 8865.0, 8893.0, 8875.0, 8907.0, 8880.0, 8904.0, 8872.0, 8865.0, 8847.0, 8847.0, 8872.0, 8870.0, 8878.0, 8869.0, 8879.0, 8869.0, 8909.0, 8876.0, 8901.0, 8871.0, 8884.0, 8866.0, 8845.0, 8848.0, 8843.0, 8860.0, 8843.0, 8860.0, 8844.0, 8843.0, 8842.0, 8845.0, 8846.0, 8881.0, 8856.0, 8846.0, 8847.0, 8835.0, 8866.0, 8858.0, 8897.0, 8869.0, 8877.0, 8875.0, 8896.0, 8914.0, 8903.0, 8897.0, 8878.0, 8875.0, 8892.0, 8874.0, 8891.0, 8867.0, 8869.0, 8877.0, 8856.0, 8896.0, 8874.0, 8870.0, 8852.0, 8873.0, 8871.0, 8860.0, 8849.0, 8858.0, 8849.0, 8886.0, 8875.0, 8869.0, 8863.0, 8845.0, 8843.0, 8826.0, 8830.0, 8826.0, 8847.0, 8827.0, 8843.0, 8841.0, 8847.0, 8868.0, 8851.0, 8853.0, 8863.0, 8894.0, 8891.0, 8869.0, 8879.0, 8871.0, 8911.0, 8883.0, 8931.0, 8870.0, 8895.0, 8843.0, 8842.0, 8841.0, 8823.0, 8827.0, 8823.0, 8832.0, 8837.0, 8831.0, 8845.0, 8847.0, 8856.0, 8872.0, 8876.0, 8899.0, 8872.0, 8895.0, 8869.0, 8890.0, 8869.0, 8910.0, 8851.0, 8868.0, 8826.0, 8862.0, 8824.0, 8871.0, 8867.0, 8876.0, 8846.0, 8867.0, 8822.0, 8839.0, 8847.0, 8844.0, 8851.0, 8833.0, 8864.0, 8846.0, 8867.0, 8860.0, 8869.0, 8868.0, 8850.0, 8833.0, 8828.0, 8844.0, 8857.0, 8865.0, 8876.0, 8864.0, 8873.0, 8850.0, 8888.0, 8852.0, 8915.0, 8872.0, 8879.0, 8846.0, 8842.0, 8845.0, 8827.0, 8845.0, 8830.0, 8847.0, 8846.0, 8845.0, 8868.0, 8867.0, 8867.0, 8862.0, 8897.0, 8856.0, 8870.0, 8850.0, 8853.0, 8848.0, 8877.0, 8880.0, 8884.0, 8874.0, 8877.0, 8878.0, 8875.0, 8871.0, 8846.0, 8850.0, 8874.0, 8852.0, 8901.0, 8896.0, 8900.0, 8870.0, 8849.0, 8850.0, 8846.0, 8854.0, 8852.0, 8855.0, 8851.0, 8854.0, 8871.0, 8893.0, 8890.0, 8874.0, 8871.0, 8837.0, 8855.0, 8891.0, 8853.0, 8881.0, 8823.0, 8876.0, 8840.0, 8842.0, 8862.0, 8878.0, 8868.0, 8906.0, 8873.0, 8885.0, 8869.0, 8866.0, 8874.0, 8837.0, 8866.0, 8819.0, 8904.0, 8821.0, 8877.0, 8818.0, 8839.0, 8794.0, 8791.0, 8784.0, 8787.0, 8828.0, 8775.0, 8804.0, 8794.0, 8792.0, 8780.0, 8812.0, 8842.0, 8816.0, 8817.0, 8803.0, 8822.0, 8861.0, 8853.0, 8886.0, 8850.0, 8845.0, 8813.0, 8841.0, 8856.0, 8843.0, 8845.0, 8851.0, 8841.0, 8830.0, 8838.0, 8845.0, 8847.0, 8856.0, 8855.0, 8888.0, 8875.0, 8896.0, 8874.0, 8883.0, 8891.0, 8929.0, 8902.0, 8919.0, 8876.0, 8871.0, 8873.0, 8855.0, 8888.0, 8865.0, 8882.0, 8864.0, 8867.0, 8874.0, 8870.0, 8860.0, 8867.0, 8873.0, 8893.0, 8874.0, 8908.0, 8868.0, 8907.0, 8868.0, 8909.0, 8871.0, 8891.0, 8852.0, 8900.0, 8873.0, 8873.0, 8862.0, 8890.0, 8827.0, 8863.0, 8822.0, 8863.0, 8846.0, 8915.0, 8875.0, 8899.0, 8872.0, 8832.0, 8848.0, 8832.0, 8856.0, 8837.0, 8867.0, 8837.0, 8881.0, 8848.0, 8877.0, 8861.0, 8847.0, 8848.0, 8866.0, 8870.0, 8850.0, 8851.0, 8859.0, 8846.0, 8838.0, 8870.0, 8871.0, 8869.0, 8846.0, 8848.0, 8842.0, 8849.0, 8870.0, 8852.0, 8850.0, 8845.0, 8849.0, 8872.0, 8849.0, 8875.0, 8852.0, 8875.0, 8854.0, 8851.0, 8857.0, 8899.0, 8874.0, 8854.0, 8848.0, 8866.0, 8896.0, 8869.0, 8887.0, 8850.0, 8876.0, 8875.0, 8892.0, 8873.0, 8839.0, 8847.0, 8870.0, 8896.0, 8848.0, 8887.0, 8828.0, 8852.0, 8831.0, 8878.0, 8854.0, 8886.0, 8844.0, 8827.0, 8849.0, 8834.0, 8848.0, 8835.0, 8863.0, 8837.0, 8883.0, 8850.0, 8941.0, 8894.0, 8889.0, 8888.0, 8854.0, 8854.0, 8876.0, 8850.0, 8882.0, 8827.0, 8861.0, 8808.0, 8862.0, 8809.0, 8858.0, 8825.0, 8836.0, 8826.0, 8830.0, 8842.0, 8854.0, 8876.0, 8853.0, 8876.0, 8853.0, 8850.0, 8888.0, 8829.0, 8866.0, 8804.0, 8830.0, 8798.0, 8814.0, 8801.0, 8814.0, 8806.0, 8830.0, 8805.0, 8858.0, 8832.0, 8827.0, 8827.0, 8830.0, 8859.0, 8847.0, 8855.0, 8838.0, 8889.0, 8858.0, 8910.0, 8835.0, 8831.0, 8827.0, 8832.0, 8840.0, 8832.0, 8858.0, 8832.0, 8869.0, 8836.0, 8856.0, 8855.0, 8880.0, 8865.0, 8881.0, 8922.0, 8858.0, 8896.0, 8887.0, 8880.0, 8859.0, 8858.0, 8885.0, 8857.0, 8854.0, 8856.0, 8867.0, 8858.0, 8894.0, 8858.0, 8921.0, 8865.0, 8862.0, 8851.0, 8835.0, 8863.0, 8852.0, 8852.0, 8858.0, 8911.0, 8853.0, 8891.0, 8851.0, 8893.0, 8848.0, 8857.0, 8850.0, 8868.0, 8870.0, 8856.0, 8825.0, 8827.0, 8809.0, 8834.0, 8829.0, 8832.0, 8825.0, 8829.0, 8841.0, 8830.0, 8864.0, 8856.0, 8868.0, 8836.0, 8830.0, 8834.0, 8833.0, 8868.0, 8834.0, 8864.0, 8843.0, 8847.0, 8826.0, 8851.0, 8853.0, 8845.0, 8869.0, 8846.0, 8825.0, 8830.0, 8857.0, 8835.0, 8833.0, 8834.0, 8848.0, 8852.0, 8858.0, 8866.0, 8878.0, 8854.0, 8854.0, 8864.0, 8855.0, 8865.0, 8873.0, 8903.0, 8875.0, 8883.0, 8850.0, 8906.0, 8874.0, 8878.0, 8848.0, 8834.0, 8807.0, 8824.0, 8826.0, 8825.0, 8857.0, 8868.0, 8857.0, 8868.0, 8853.0, 8844.0, 8830.0, 8825.0, 8828.0, 8826.0, 8828.0, 8842.0, 8832.0, 8848.0, 8846.0, 8848.0, 8859.0, 8849.0, 8847.0, 8838.0, 8841.0, 8867.0, 8856.0, 8861.0, 8848.0, 8872.0, 8850.0, 8899.0, 8876.0, 8897.0, 8855.0, 8873.0, 8831.0, 8841.0, 8847.0, 8843.0, 8855.0, 8833.0, 8850.0, 8833.0, 8849.0, 8834.0, 8853.0, 8850.0, 8862.0, 8856.0, 8851.0, 8829.0, 8828.0, 8849.0, 8863.0, 8856.0, 8885.0, 8872.0, 8895.0, 8880.0, 8902.0, 8879.0, 8881.0, 8851.0, 8851.0, 8851.0, 8837.0, 8865.0, 8836.0, 8864.0, 8853.0, 8851.0, 8864.0, 8860.0, 8857.0, 8906.0, 8879.0, 8870.0, 8874.0, 8908.0, 8865.0, 8909.0, 8874.0, 8937.0, 8879.0, 8915.0, 8852.0, 8873.0, 8851.0, 8844.0, 8864.0, 8830.0, 8862.0, 8847.0, 8864.0, 8845.0, 8846.0, 8875.0, 8855.0, 8854.0, 8847.0, 8843.0, 8858.0, 8850.0, 8849.0, 8852.0, 8876.0, 8846.0, 8833.0, 8846.0, 8836.0, 8854.0, 8852.0, 8844.0, 8855.0, 8849.0, 8849.0, 8849.0, 8884.0, 8888.0, 8890.0, 8906.0, 8876.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.001018448275862069</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019590946091954022</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.74931844223246</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2217519083659367</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.012876870782509</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4621</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5206.1519</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1081233023071244</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>92</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.574712643678161</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6091802839673233</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5839578474845535</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.823986750852727</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.419596253564689</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0164731</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012271678075194359</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018427802249789238</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7137318456618726</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>36.4684</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.7085</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.0442</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304841.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>725.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.1225</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9889</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.0741</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3183.4943</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3392.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71703.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>936.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4228.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.3606</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.106975342612714</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> |