=== 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-0035 --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-0035",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0035_ses-03_task-social_acq-mb8_run-04_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-0035_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-04_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-0035/ses-03/func/sub-0035_ses-03_task-social_acq-mb8_run-04_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>9f8a8fd864636de5d3650f23cfefdc9e</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>17:45:52.995000</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.996565, 0.00711865, 0.0825096, -0.0163512, 0.9936, 0.111768]</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-04_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.104864</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4159, -7735, -7206, 627, -14, -59, 96, 48]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>258.164</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>194c047f-4c55-49c4-ad38-6a38601cec32||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.673710584640503, -0.04386912286281586, 0.2192019373178482, 109.48077392578125], [-0.01909881830215454, 2.6657555103302, 0.3043804168701172, -104.3335189819336], [0.22136728465557098, -0.2998661696910858, 2.6738181114196777, -51.4133186340332], [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': ['174552.995000', '174553.455000', '174553.915000', '174554.375000', '174554.835000', '174555.295000', '174555.755000', '174556.215000', '174556.675000', '174557.135000', '174557.595000', '174558.055000', '174558.515000', '174558.975000', '174559.435000', '174559.895000', '174600.355000', '174600.815000', '174601.275000', '174601.735000', '174602.195000', '174602.655000', '174603.115000', '174603.575000', '174604.035000', '174604.495000', '174604.955000', '174605.415000', '174605.875000', '174606.335000', '174606.795000', '174607.255000', '174607.715000', '174608.175000', '174608.635000', '174609.095000', '174609.555000', '174610.015000', '174610.475000', '174610.935000', '174611.395000', '174611.855000', '174612.315000', '174612.775000', '174613.235000', '174613.695000', '174614.155000', '174614.615000', '174615.075000', '174615.535000', '174615.995000', '174616.455000', '174616.915000', '174617.375000', '174617.835000', '174618.295000', '174618.755000', '174619.215000', '174619.675000', '174620.135000', '174620.595000', '174621.055000', '174621.515000', '174621.975000', '174622.435000', '174622.895000', '174623.355000', '174623.815000', '174624.275000', '174624.735000', '174625.195000', '174625.655000', '174626.115000', '174626.575000', '174627.035000', '174627.495000', '174627.955000', '174628.415000', '174628.875000', '174629.335000', '174629.795000', '174630.255000', '174630.715000', '174631.175000', '174631.635000', '174632.095000', '174632.555000', '174633.015000', '174633.475000', '174633.935000', '174634.395000', '174634.855000', '174635.315000', '174635.775000', '174636.235000', '174636.695000', '174637.155000', '174637.615000', '174638.075000', '174638.535000', '174638.995000', '174639.455000', '174639.915000', '174640.375000', '174640.835000', '174641.295000', '174641.755000', '174642.215000', '174642.675000', '174643.135000', '174643.595000', '174644.055000', '174644.515000', '174644.975000', '174645.435000', '174645.895000', '174646.355000', '174646.815000', '174647.275000', '174647.735000', '174648.195000', '174648.655000', '174649.115000', '174649.575000', '174650.035000', '174650.495000', '174650.955000', '174651.415000', '174651.875000', '174652.335000', '174652.795000', '174653.255000', '174653.715000', '174654.175000', '174654.635000', '174655.095000', '174655.555000', '174656.015000', '174656.475000', '174656.935000', '174657.395000', '174657.855000', '174658.315000', '174658.775000', '174659.235000', '174659.695000', '174700.155000', '174700.615000', '174701.075000', '174701.535000', '174701.995000', '174702.455000', '174702.915000', '174703.375000', '174703.835000', '174704.295000', '174704.755000', '174705.215000', '174705.675000', '174706.135000', '174706.595000', '174707.055000', '174707.515000', '174707.975000', '174708.435000', '174708.895000', '174709.355000', '174709.815000', '174710.275000', '174710.735000', '174711.195000', '174711.655000', '174712.115000', '174712.575000', '174713.035000', '174713.495000', '174713.955000', '174714.415000', '174714.875000', '174715.335000', '174715.795000', '174716.255000', '174716.715000', '174717.175000', '174717.635000', '174718.095000', '174718.555000', '174719.015000', '174719.475000', '174719.935000', '174720.395000', '174720.855000', '174721.315000', '174721.775000', '174722.235000', '174722.695000', '174723.155000', '174723.615000', '174724.075000', '174724.535000', '174724.995000', '174725.455000', '174725.915000', '174726.375000', '174726.835000', '174727.295000', '174727.755000', '174728.215000', '174728.675000', '174729.135000', '174729.595000', '174730.055000', '174730.515000', '174730.975000', '174731.435000', '174731.895000', '174732.355000', '174732.815000', '174733.275000', '174733.735000', '174734.195000', '174734.655000', '174735.115000', '174735.575000', '174736.035000', '174736.495000', '174736.955000', '174737.415000', '174737.875000', '174738.335000', '174738.795000', '174739.255000', '174739.715000', '174740.175000', '174740.635000', '174741.095000', '174741.555000', '174742.015000', '174742.475000', '174742.935000', '174743.395000', '174743.855000', '174744.315000', '174744.775000', '174745.235000', '174745.695000', '174746.155000', '174746.615000', '174747.075000', '174747.535000', '174747.995000', '174748.455000', '174748.915000', '174749.375000', '174749.835000', '174750.295000', '174750.755000', '174751.215000', '174751.675000', '174752.135000', '174752.595000', '174753.055000', '174753.515000', '174753.975000', '174754.435000', '174754.895000', '174755.355000', '174755.815000', '174756.275000', '174756.735000', '174757.195000', '174757.655000', '174758.115000', '174758.575000', '174759.035000', '174759.495000', '174759.955000', '174800.415000', '174800.875000', '174801.335000', '174801.795000', '174802.255000', '174802.715000', '174803.175000', '174803.635000', '174804.095000', '174804.555000', '174805.015000', '174805.475000', '174805.935000', '174806.395000', '174806.855000', '174807.315000', '174807.775000', '174808.235000', '174808.695000', '174809.155000', '174809.615000', '174810.075000', '174810.535000', '174810.995000', '174811.455000', '174811.915000', '174812.375000', '174812.835000', '174813.295000', '174813.755000', '174814.215000', '174814.675000', '174815.135000', '174815.595000', '174816.055000', '174816.515000', '174816.975000', '174817.435000', '174817.895000', '174818.355000', '174818.815000', '174819.275000', '174819.735000', '174820.195000', '174820.655000', '174821.115000', '174821.575000', '174822.035000', '174822.495000', '174822.955000', '174823.415000', '174823.875000', '174824.335000', '174824.795000', '174825.255000', '174825.715000', '174826.175000', '174826.635000', '174827.095000', '174827.555000', '174828.015000', '174828.475000', '174828.935000', '174829.395000', '174829.855000', '174830.315000', '174830.775000', '174831.235000', '174831.695000', '174832.155000', '174832.615000', '174833.075000', '174833.535000', '174833.995000', '174834.455000', '174834.915000', '174835.375000', '174835.835000', '174836.295000', '174836.755000', '174837.215000', '174837.675000', '174838.135000', '174838.595000', '174839.055000', '174839.515000', '174839.975000', '174840.435000', '174840.895000', '174841.355000', '174841.815000', '174842.275000', '174842.735000', '174843.195000', '174843.655000', '174844.115000', '174844.575000', '174845.035000', '174845.495000', '174845.955000', '174846.415000', '174846.875000', '174847.335000', '174847.795000', '174848.255000', '174848.715000', '174849.175000', '174849.635000', '174850.095000', '174850.555000', '174851.015000', '174851.475000', '174851.935000', '174852.395000', '174852.855000', '174853.315000', '174853.775000', '174854.235000', '174854.695000', '174855.155000', '174855.615000', '174856.075000', '174856.535000', '174856.995000', '174857.455000', '174857.915000', '174858.375000', '174858.835000', '174859.295000', '174859.755000', '174900.215000', '174900.675000', '174901.135000', '174901.595000', '174902.055000', '174902.515000', '174902.975000', '174903.435000', '174903.895000', '174904.355000', '174904.815000', '174905.275000', '174905.735000', '174906.195000', '174906.655000', '174907.115000', '174907.575000', '174908.035000', '174908.495000', '174908.955000', '174909.415000', '174909.875000', '174910.335000', '174910.795000', '174911.255000', '174911.715000', '174912.175000', '174912.635000', '174913.095000', '174913.555000', '174914.015000', '174914.475000', '174914.935000', '174915.395000', '174915.855000', '174916.315000', '174916.775000', '174917.235000', '174917.695000', '174918.155000', '174918.615000', '174919.075000', '174919.535000', '174919.995000', '174920.455000', '174920.915000', '174921.375000', '174921.835000', '174922.295000', '174922.755000', '174923.215000', '174923.675000', '174924.135000', '174924.595000', '174925.055000', '174925.515000', '174925.975000', '174926.435000', '174926.895000', '174927.355000', '174927.815000', '174928.275000', '174928.735000', '174929.195000', '174929.655000', '174930.115000', '174930.575000', '174931.035000', '174931.495000', '174931.955000', '174932.415000', '174932.875000', '174933.335000', '174933.795000', '174934.255000', '174934.715000', '174935.175000', '174935.635000', '174936.095000', '174936.555000', '174937.015000', '174937.475000', '174937.935000', '174938.395000', '174938.855000', '174939.315000', '174939.775000', '174940.235000', '174940.695000', '174941.155000', '174941.615000', '174942.075000', '174942.535000', '174942.995000', '174943.455000', '174943.915000', '174944.375000', '174944.835000', '174945.295000', '174945.755000', '174946.215000', '174946.675000', '174947.135000', '174947.595000', '174948.055000', '174948.515000', '174948.975000', '174949.435000', '174949.895000', '174950.355000', '174950.815000', '174951.275000', '174951.735000', '174952.195000', '174952.655000', '174953.115000', '174953.575000', '174954.035000', '174954.495000', '174954.955000', '174955.415000', '174955.875000', '174956.335000', '174956.795000', '174957.255000', '174957.715000', '174958.175000', '174958.635000', '174959.095000', '174959.555000', '175000.015000', '175000.475000', '175000.935000', '175001.395000', '175001.855000', '175002.315000', '175002.775000', '175003.235000', '175003.695000', '175004.155000', '175004.615000', '175005.075000', '175005.535000', '175005.995000', '175006.455000', '175006.915000', '175007.375000', '175007.835000', '175008.295000', '175008.755000', '175009.215000', '175009.675000', '175010.135000', '175010.595000', '175011.055000', '175011.515000', '175011.975000', '175012.435000', '175012.895000', '175013.355000', '175013.815000', '175014.275000', '175014.735000', '175015.195000', '175015.655000', '175016.115000', '175016.575000', '175017.035000', '175017.495000', '175017.955000', '175018.415000', '175018.875000', '175019.335000', '175019.795000', '175020.255000', '175020.715000', '175021.175000', '175021.635000', '175022.095000', '175022.555000', '175023.015000', '175023.475000', '175023.935000', '175024.395000', '175024.855000', '175025.315000', '175025.775000', '175026.235000', '175026.695000', '175027.155000', '175027.615000', '175028.075000', '175028.535000', '175028.995000', '175029.455000', '175029.915000', '175030.375000', '175030.835000', '175031.295000', '175031.755000', '175032.215000', '175032.675000', '175033.135000', '175033.595000', '175034.055000', '175034.515000', '175034.975000', '175035.435000', '175035.895000', '175036.355000', '175036.815000', '175037.275000', '175037.735000', '175038.195000', '175038.655000', '175039.115000', '175039.575000', '175040.035000', '175040.495000', '175040.955000', '175041.415000', '175041.875000', '175042.335000', '175042.795000', '175043.255000', '175043.715000', '175044.175000', '175044.635000', '175045.095000', '175045.555000', '175046.015000', '175046.475000', '175046.935000', '175047.395000', '175047.855000', '175048.315000', '175048.775000', '175049.235000', '175049.695000', '175050.155000', '175050.615000', '175051.075000', '175051.535000', '175051.995000', '175052.455000', '175052.915000', '175053.375000', '175053.835000', '175054.295000', '175054.755000', '175055.215000', '175055.675000', '175056.135000', '175056.595000', '175057.055000', '175057.515000', '175057.975000', '175058.435000', '175058.895000', '175059.355000', '175059.815000', '175100.275000', '175100.735000', '175101.195000', '175101.655000', '175102.115000', '175102.575000', '175103.035000', '175103.495000', '175103.955000', '175104.415000', '175104.875000', '175105.335000', '175105.795000', '175106.255000', '175106.715000', '175107.175000', '175107.635000', '175108.095000', '175108.555000', '175109.015000', '175109.475000', '175109.935000', '175110.395000', '175110.855000', '175111.315000', '175111.775000', '175112.235000', '175112.695000', '175113.155000', '175113.615000', '175114.075000', '175114.535000', '175114.995000', '175115.455000', '175115.915000', '175116.375000', '175116.835000', '175117.295000', '175117.755000', '175118.215000', '175118.675000', '175119.135000', '175119.595000', '175120.055000', '175120.515000', '175120.975000', '175121.435000', '175121.895000', '175122.355000', '175122.815000', '175123.275000', '175123.735000', '175124.195000', '175124.655000', '175125.115000', '175125.575000', '175126.035000', '175126.495000', '175126.955000', '175127.415000', '175127.875000', '175128.335000', '175128.795000', '175129.255000', '175129.715000', '175130.175000', '175130.635000', '175131.095000', '175131.555000', '175132.015000', '175132.475000', '175132.935000', '175133.395000', '175133.855000', '175134.315000', '175134.775000', '175135.235000', '175135.695000', '175136.155000', '175136.615000', '175137.075000', '175137.535000', '175137.995000', '175138.455000', '175138.915000', '175139.375000', '175139.835000', '175140.295000', '175140.755000', '175141.215000', '175141.675000', '175142.135000', '175142.595000', '175143.055000', '175143.515000', '175143.975000', '175144.435000', '175144.895000', '175145.355000', '175145.815000', '175146.275000', '175146.735000', '175147.195000', '175147.655000', '175148.115000', '175148.575000', '175149.035000', '175149.495000', '175149.955000', '175150.415000', '175150.875000', '175151.335000', '175151.795000', '175152.255000', '175152.715000', '175153.175000', '175153.635000', '175154.095000', '175154.555000', '175155.015000', '175155.475000', '175155.935000', '175156.395000', '175156.855000', '175157.315000', '175157.775000', '175158.235000', '175158.695000', '175159.155000', '175159.615000', '175200.075000', '175200.535000', '175200.995000', '175201.455000', '175201.915000', '175202.375000', '175202.835000', '175203.295000', '175203.755000', '175204.215000', '175204.675000', '175205.135000', '175205.595000', '175206.055000', '175206.515000', '175206.975000', '175207.435000', '175207.895000', '175208.355000', '175208.815000', '175209.275000', '175209.735000', '175210.195000', '175210.655000', '175211.115000', '175211.575000', '175212.035000', '175212.495000', '175212.955000', '175213.415000', '175213.875000', '175214.335000', '175214.795000', '175215.255000', '175215.715000', '175216.175000', '175216.635000', '175217.095000', '175217.555000', '175218.015000', '175218.475000', '175218.935000', '175219.395000', '175219.855000', '175220.315000', '175220.775000', '175221.235000', '175221.695000', '175222.155000', '175222.615000', '175223.075000', '175223.535000', '175223.995000', '175224.455000', '175224.915000', '175225.375000', '175225.835000', '175226.295000', '175226.755000', '175227.215000', '175227.675000', '175228.135000', '175228.595000', '175229.055000', '175229.515000', '175229.975000', '175230.435000', '175230.895000', '175231.355000', '175231.815000', '175232.275000', '175232.735000', '175233.195000', '175233.655000'], 'ContentTime': ['174620.412000', '174620.416000', '174620.419000', '174620.421000', '174620.424000', '174620.427000', '174620.430000', '174620.433000', '174620.435000', '174620.438000', '174620.441000', '174620.444000', '174620.447000', '174620.450000', '174620.452000', '174620.455000', '174620.458000', '174620.472000', '174620.475000', '174620.478000', '174620.480000', '174620.483000', '174620.486000', '174620.489000', '174620.492000', '174620.494000', '174620.497000', '174620.500000', '174620.503000', '174620.506000', '174620.508000', '174620.511000', '174620.514000', '174620.517000', '174620.519000', '174620.522000', '174620.525000', '174620.528000', '174620.531000', '174620.533000', '174620.536000', '174620.539000', '174620.542000', '174620.545000', '174620.547000', '174620.550000', '174620.554000', '174620.557000', '174620.560000', '174620.562000', '174620.565000', '174620.568000', '174620.571000', '174620.574000', '174620.576000', '174620.579000', '174620.582000', '174620.585000', '174640.375000', '174640.378000', '174640.381000', '174640.384000', '174640.386000', '174640.389000', '174640.395000', '174640.398000', '174640.401000', '174640.404000', '174640.407000', '174640.410000', '174640.412000', '174640.415000', '174640.418000', '174640.421000', '174640.424000', '174640.426000', '174640.429000', '174640.432000', '174640.435000', '174640.437000', '174640.440000', '174640.443000', '174640.446000', '174640.449000', '174640.452000', '174640.454000', '174640.457000', '174640.460000', '174640.463000', '174640.466000', '174640.468000', '174640.471000', '174640.474000', '174640.477000', '174640.479000', '174640.482000', '174640.485000', '174640.488000', '174640.491000', '174640.493000', '174640.496000', '174700.376000', '174700.379000', '174700.382000', '174700.384000', '174700.387000', '174700.390000', '174700.393000', '174700.396000', '174700.398000', '174700.401000', '174700.404000', '174700.407000', '174700.409000', '174700.412000', '174700.415000', '174700.418000', '174700.421000', '174700.424000', '174700.426000', '174700.429000', '174700.432000', '174700.435000', '174700.438000', '174700.440000', '174700.443000', '174700.446000', '174700.449000', '174700.452000', '174700.454000', '174700.457000', '174700.460000', '174700.463000', '174700.466000', '174700.468000', '174700.471000', '174700.474000', '174700.477000', '174700.480000', '174700.482000', '174700.496000', '174700.499000', '174700.502000', '174700.504000', '174700.507000', '174720.376000', '174720.379000', '174720.382000', '174720.385000', '174720.387000', '174720.390000', '174720.393000', '174720.396000', '174720.399000', '174720.401000', '174720.404000', '174720.408000', '174720.411000', '174720.413000', '174720.416000', '174720.419000', '174720.422000', '174720.425000', '174720.428000', '174720.431000', '174720.434000', '174720.437000', '174720.439000', '174720.442000', '174720.445000', '174720.448000', '174720.451000', '174720.453000', '174720.456000', '174720.459000', '174720.462000', '174720.465000', '174720.467000', '174720.470000', '174720.473000', '174720.476000', '174720.479000', '174720.481000', '174720.484000', '174720.487000', '174720.490000', '174720.493000', '174720.496000', '174740.376000', '174740.379000', '174740.382000', '174740.384000', '174740.387000', '174740.390000', '174740.393000', '174740.396000', '174740.398000', '174740.401000', '174740.404000', '174740.407000', '174740.410000', '174740.413000', '174740.415000', '174740.418000', '174740.421000', '174740.424000', '174740.427000', '174740.430000', '174740.432000', '174740.435000', '174740.438000', '174740.441000', '174740.444000', '174740.447000', '174740.449000', '174740.452000', '174740.455000', '174740.458000', '174740.461000', '174740.463000', '174740.466000', '174740.469000', '174740.472000', '174740.474000', '174740.477000', '174740.480000', '174740.483000', '174740.486000', '174740.488000', '174740.491000', '174740.494000', '174740.497000', '174800.375000', '174800.378000', '174800.381000', '174800.384000', '174800.386000', '174800.389000', '174800.392000', '174800.395000', '174800.398000', '174800.400000', '174800.403000', '174800.406000', '174800.409000', '174800.412000', '174800.414000', '174800.417000', '174800.442000', '174800.445000', '174800.448000', '174800.451000', '174800.454000', '174800.456000', '174800.459000', '174800.462000', '174800.465000', '174800.468000', '174800.470000', '174800.473000', '174800.476000', '174800.479000', '174800.482000', '174800.484000', '174800.487000', '174800.490000', '174800.493000', '174800.496000', '174800.498000', '174800.501000', '174800.504000', '174800.507000', '174800.510000', '174800.512000', '174800.515000', '174820.375000', '174820.378000', '174820.381000', '174820.383000', '174820.386000', '174820.389000', '174820.392000', '174820.395000', '174820.397000', '174820.400000', '174820.403000', '174820.406000', '174820.409000', '174820.411000', '174820.414000', '174820.417000', '174820.420000', '174820.423000', '174820.425000', '174820.428000', '174820.431000', '174820.434000', '174820.437000', '174820.440000', '174820.442000', '174820.445000', '174820.448000', '174820.451000', '174820.454000', '174820.457000', '174820.460000', '174820.462000', '174820.465000', '174820.468000', '174820.471000', '174820.474000', '174820.477000', '174820.479000', '174820.482000', '174820.485000', '174820.488000', '174820.491000', '174820.493000', '174820.496000', '174840.375000', '174840.378000', '174840.381000', '174840.383000', '174840.386000', '174840.390000', '174840.393000', '174840.396000', '174840.399000', '174840.402000', '174840.405000', '174840.413000', '174840.416000', '174840.419000', '174840.422000', '174840.424000', '174840.427000', '174840.430000', '174840.433000', '174840.436000', '174840.439000', '174840.441000', '174840.444000', '174840.447000', '174840.450000', '174840.454000', '174840.459000', '174840.462000', '174840.465000', '174840.468000', '174840.471000', '174840.473000', '174840.476000', '174840.479000', '174840.482000', '174840.494000', '174840.497000', '174840.499000', '174840.502000', '174840.505000', '174840.508000', '174840.511000', '174840.513000', '174900.375000', '174900.378000', '174900.381000', '174900.384000', '174900.386000', '174900.389000', '174900.392000', '174900.395000', '174900.398000', '174900.401000', '174900.403000', '174900.406000', '174900.409000', '174900.412000', '174900.414000', '174900.417000', '174900.420000', '174900.423000', '174900.426000', '174900.428000', '174900.431000', '174900.434000', '174900.437000', '174900.440000', '174900.443000', '174900.445000', '174900.448000', '174900.451000', '174900.454000', '174900.457000', '174900.459000', '174900.462000', '174900.465000', '174900.468000', '174900.471000', '174900.473000', '174900.476000', '174900.479000', '174900.482000', '174900.485000', '174900.487000', '174900.490000', '174900.493000', '174900.496000', '174920.376000', '174920.379000', '174920.382000', '174920.390000', '174920.393000', '174920.396000', '174920.399000', '174920.401000', '174920.404000', '174920.407000', '174920.410000', '174920.413000', '174920.415000', '174920.418000', '174920.421000', '174920.424000', '174920.426000', '174920.429000', '174920.432000', '174920.435000', '174920.438000', '174920.441000', '174920.443000', '174920.446000', '174920.449000', '174920.452000', '174920.455000', '174920.457000', '174920.460000', '174920.463000', '174920.469000', '174920.473000', '174920.476000', '174920.478000', '174920.481000', '174920.484000', '174920.487000', '174920.490000', '174920.492000', '174920.495000', '174920.498000', '174920.501000', '174920.504000', '174940.376000', '174940.379000', '174940.382000', '174940.384000', '174940.387000', '174940.390000', '174940.393000', '174940.396000', '174940.399000', '174940.401000', '174940.404000', '174940.407000', '174940.410000', '174940.412000', '174940.415000', '174940.418000', '174940.421000', '174940.424000', '174940.427000', '174940.429000', '174940.432000', '174940.435000', '174940.438000', '174940.441000', '174940.444000', '174940.447000', '174940.449000', '174940.452000', '174940.455000', '174940.458000', '174940.461000', '174940.463000', '174940.466000', '174940.469000', '174940.472000', '174940.475000', '174940.478000', '174940.480000', '174940.483000', '174940.486000', '174940.489000', '174940.492000', '174940.494000', '174940.497000', '175000.376000', '175000.379000', '175000.382000', '175000.385000', '175000.387000', '175000.390000', '175000.393000', '175000.396000', '175000.399000', '175000.401000', '175000.404000', '175000.407000', '175000.410000', '175000.413000', '175000.415000', '175000.418000', '175000.421000', '175000.424000', '175000.428000', '175000.431000', '175000.434000', '175000.436000', '175000.439000', '175000.442000', '175000.445000', '175000.448000', '175000.451000', '175000.453000', '175000.456000', '175000.459000', '175000.462000', '175000.465000', '175000.468000', '175000.470000', '175000.473000', '175000.476000', '175000.479000', '175000.482000', '175000.484000', '175000.487000', '175000.490000', '175000.493000', '175000.496000', '175020.375000', '175020.378000', '175020.381000', '175020.384000', '175020.386000', '175020.389000', '175020.392000', '175020.396000', '175020.399000', '175020.401000', '175020.404000', '175020.407000', '175020.410000', '175020.413000', '175020.415000', '175020.418000', '175020.442000', '175020.444000', '175020.447000', '175020.450000', '175020.453000', '175020.456000', '175020.458000', '175020.461000', '175020.464000', '175020.467000', '175020.470000', '175020.472000', '175020.475000', '175020.478000', '175020.481000', '175020.484000', '175020.487000', '175020.490000', '175020.493000', '175020.496000', '175020.499000', '175020.502000', '175020.504000', '175020.507000', '175020.510000', '175020.513000', '175020.516000', '175020.518000', '175040.375000', '175040.378000', '175040.381000', '175040.384000', '175040.386000', '175040.389000', '175040.392000', '175040.395000', '175040.398000', '175040.401000', '175040.403000', '175040.406000', '175040.409000', '175040.412000', '175040.414000', '175040.417000', '175040.420000', '175040.423000', '175040.426000', '175040.429000', '175040.431000', '175040.434000', '175040.437000', '175040.440000', '175040.443000', '175040.446000', '175040.448000', '175040.451000', '175040.454000', '175040.457000', '175040.460000', '175040.462000', '175040.465000', '175040.468000', '175040.471000', '175040.474000', '175040.476000', '175040.479000', '175040.482000', '175040.485000', '175040.488000', '175040.490000', '175040.493000', '175100.375000', '175100.378000', '175100.381000', '175100.384000', '175100.386000', '175100.389000', '175100.392000', '175100.395000', '175100.398000', '175100.400000', '175100.403000', '175100.406000', '175100.409000', '175100.412000', '175100.414000', '175100.418000', '175100.421000', '175100.424000', '175100.426000', '175100.429000', '175100.432000', '175100.435000', '175100.438000', '175100.440000', '175100.443000', '175100.446000', '175100.449000', '175100.452000', '175100.455000', '175100.458000', '175100.460000', '175100.463000', '175100.466000', '175100.469000', '175100.472000', '175100.474000', '175100.477000', '175100.480000', '175100.483000', '175100.486000', '175100.488000', '175100.491000', '175100.494000', '175100.497000', '175120.375000', '175120.378000', '175120.381000', '175120.384000', '175120.386000', '175120.389000', '175120.392000', '175120.395000', '175120.397000', '175120.400000', '175120.403000', '175120.406000', '175120.409000', '175120.411000', '175120.414000', '175120.417000', '175120.420000', '175120.423000', '175120.425000', '175120.428000', '175120.431000', '175120.434000', '175120.437000', '175120.439000', '175120.442000', '175120.445000', '175120.448000', '175120.451000', '175120.454000', '175120.456000', '175120.459000', '175120.462000', '175120.466000', '175120.469000', '175120.472000', '175120.474000', '175120.477000', '175120.480000', '175120.483000', '175120.486000', '175120.489000', '175120.491000', '175120.494000', '175140.376000', '175140.379000', '175140.382000', '175140.385000', '175140.387000', '175140.390000', '175140.393000', '175140.396000', '175140.399000', '175140.402000', '175140.404000', '175140.407000', '175140.410000', '175140.413000', '175140.416000', '175140.419000', '175140.421000', '175140.424000', '175140.427000', '175140.430000', '175140.433000', '175140.435000', '175140.438000', '175140.441000', '175140.444000', '175140.447000', '175140.449000', '175140.479000', '175140.482000', '175140.485000', '175140.487000', '175140.490000', '175140.493000', '175140.496000', '175140.499000', '175140.501000', '175140.504000', '175140.507000', '175140.510000', '175140.513000', '175140.515000', '175140.518000', '175140.521000', '175140.524000', '175200.376000', '175200.379000', '175200.382000', '175200.385000', '175200.388000', '175200.390000', '175200.393000', '175200.396000', '175200.399000', '175200.402000', '175200.404000', '175200.407000', '175200.410000', '175200.413000', '175200.416000', '175200.419000', '175200.421000', '175200.424000', '175200.427000', '175200.430000', '175200.434000', '175200.437000', '175200.440000', '175200.443000', '175200.446000', '175200.448000', '175200.451000', '175200.454000', '175200.457000', '175200.460000', '175200.463000', '175200.465000', '175200.468000', '175200.471000', '175200.474000', '175200.476000', '175200.479000', '175200.482000', '175200.485000', '175200.488000', '175200.491000', '175200.493000', '175200.496000', '175220.376000', '175220.379000', '175220.382000', '175220.385000', '175220.387000', '175220.390000', '175220.393000', '175220.396000', '175220.399000', '175220.401000', '175220.404000', '175220.407000', '175220.410000', '175220.413000', '175220.415000', '175220.418000', '175220.421000', '175220.424000', '175220.427000', '175220.429000', '175220.432000', '175220.435000', '175220.438000', '175220.441000', '175220.443000', '175220.446000', '175220.449000', '175220.452000', '175220.455000', '175220.458000', '175220.460000', '175220.463000', '175220.466000', '175220.469000', '175220.472000', '175220.474000', '175220.477000', '175220.480000', '175220.483000', '175220.486000', '175220.489000', '175220.491000', '175220.494000', '175220.497000', '175234.641000', '175234.644000', '175234.648000', '175234.651000', '175234.654000', '175234.658000', '175234.661000', '175234.664000', '175234.667000', '175234.670000', '175234.673000', '175234.676000', '175234.679000', '175234.682000', '175234.685000', '175234.688000', '175234.691000', '175234.694000', '175234.697000', '175234.699000', '175234.702000', '175234.705000', '175234.708000', '175234.711000', '175234.714000', '175234.717000', '175234.720000', '175234.723000', '175234.726000', '175234.728000', '175234.731000'], 'InstanceCreationTime': ['174620.412000', '174620.416000', '174620.419000', '174620.421000', '174620.424000', '174620.427000', '174620.430000', '174620.433000', '174620.435000', '174620.438000', '174620.441000', '174620.444000', '174620.447000', '174620.450000', '174620.452000', '174620.455000', '174620.458000', '174620.472000', '174620.475000', '174620.478000', '174620.480000', '174620.483000', '174620.486000', '174620.489000', '174620.492000', '174620.494000', '174620.497000', '174620.500000', '174620.503000', '174620.506000', '174620.508000', '174620.511000', '174620.514000', '174620.517000', '174620.519000', '174620.522000', '174620.525000', '174620.528000', '174620.531000', '174620.533000', '174620.536000', '174620.539000', '174620.542000', '174620.545000', '174620.547000', '174620.550000', '174620.554000', '174620.557000', '174620.560000', '174620.562000', '174620.565000', '174620.568000', '174620.571000', '174620.574000', '174620.576000', '174620.579000', '174620.582000', '174620.585000', '174640.375000', '174640.378000', '174640.381000', '174640.384000', '174640.386000', '174640.389000', '174640.395000', '174640.398000', '174640.401000', '174640.404000', '174640.407000', '174640.410000', '174640.412000', '174640.415000', '174640.418000', '174640.421000', '174640.424000', '174640.426000', '174640.429000', '174640.432000', '174640.435000', '174640.437000', '174640.440000', '174640.443000', '174640.446000', '174640.449000', '174640.452000', '174640.454000', '174640.457000', '174640.460000', '174640.463000', '174640.466000', '174640.468000', '174640.471000', '174640.474000', '174640.477000', '174640.479000', '174640.482000', '174640.485000', '174640.488000', '174640.491000', '174640.493000', '174640.496000', '174700.376000', '174700.379000', '174700.382000', '174700.384000', '174700.387000', '174700.390000', '174700.393000', '174700.396000', '174700.398000', '174700.401000', '174700.404000', '174700.407000', '174700.409000', '174700.412000', '174700.415000', '174700.418000', '174700.421000', '174700.424000', '174700.426000', '174700.429000', '174700.432000', '174700.435000', '174700.438000', '174700.440000', '174700.443000', '174700.446000', '174700.449000', '174700.452000', '174700.454000', '174700.457000', '174700.460000', '174700.463000', '174700.466000', '174700.468000', '174700.471000', '174700.474000', '174700.477000', '174700.480000', '174700.482000', '174700.496000', '174700.499000', '174700.502000', '174700.504000', '174700.507000', '174720.376000', '174720.379000', '174720.382000', '174720.385000', '174720.387000', '174720.390000', '174720.393000', '174720.396000', '174720.399000', '174720.401000', '174720.404000', '174720.408000', '174720.411000', '174720.413000', '174720.416000', '174720.419000', '174720.422000', '174720.425000', '174720.428000', '174720.431000', '174720.434000', '174720.437000', '174720.439000', '174720.442000', '174720.445000', '174720.448000', '174720.451000', '174720.453000', '174720.456000', '174720.459000', '174720.462000', '174720.465000', '174720.467000', '174720.470000', '174720.473000', '174720.476000', '174720.479000', '174720.481000', '174720.484000', '174720.487000', '174720.490000', '174720.493000', '174720.496000', '174740.376000', '174740.379000', '174740.382000', '174740.384000', '174740.387000', '174740.390000', '174740.393000', '174740.396000', '174740.398000', '174740.401000', '174740.404000', '174740.407000', '174740.410000', '174740.413000', '174740.415000', '174740.418000', '174740.421000', '174740.424000', '174740.427000', '174740.430000', '174740.432000', '174740.435000', '174740.438000', '174740.441000', '174740.444000', '174740.447000', '174740.449000', '174740.452000', '174740.455000', '174740.458000', '174740.461000', '174740.463000', '174740.466000', '174740.469000', '174740.472000', '174740.474000', '174740.477000', '174740.480000', '174740.483000', '174740.486000', '174740.488000', '174740.491000', '174740.494000', '174740.497000', '174800.375000', '174800.378000', '174800.381000', '174800.384000', '174800.386000', '174800.389000', '174800.392000', '174800.395000', '174800.398000', '174800.400000', '174800.403000', '174800.406000', '174800.409000', '174800.412000', '174800.414000', '174800.417000', '174800.442000', '174800.445000', '174800.448000', '174800.451000', '174800.454000', '174800.456000', '174800.459000', '174800.462000', '174800.465000', '174800.468000', '174800.470000', '174800.473000', '174800.476000', '174800.479000', '174800.482000', '174800.484000', '174800.487000', '174800.490000', '174800.493000', '174800.496000', '174800.498000', '174800.501000', '174800.504000', '174800.507000', '174800.510000', '174800.512000', '174800.515000', '174820.375000', '174820.378000', '174820.381000', '174820.383000', '174820.386000', '174820.389000', '174820.392000', '174820.395000', '174820.397000', '174820.400000', '174820.403000', '174820.406000', '174820.409000', '174820.411000', '174820.414000', '174820.417000', '174820.420000', '174820.423000', '174820.425000', '174820.428000', '174820.431000', '174820.434000', '174820.437000', '174820.440000', '174820.442000', '174820.445000', '174820.448000', '174820.451000', '174820.454000', '174820.457000', '174820.460000', '174820.462000', '174820.465000', '174820.468000', '174820.471000', '174820.474000', '174820.477000', '174820.479000', '174820.482000', '174820.485000', '174820.488000', '174820.491000', '174820.493000', '174820.496000', '174840.375000', '174840.378000', '174840.381000', '174840.383000', '174840.386000', '174840.390000', '174840.393000', '174840.396000', '174840.399000', '174840.402000', '174840.405000', '174840.413000', '174840.416000', '174840.419000', '174840.422000', '174840.424000', '174840.427000', '174840.430000', '174840.433000', '174840.436000', '174840.439000', '174840.441000', '174840.444000', '174840.447000', '174840.450000', '174840.454000', '174840.459000', '174840.462000', '174840.465000', '174840.468000', '174840.471000', '174840.473000', '174840.476000', '174840.479000', '174840.482000', '174840.494000', '174840.497000', '174840.499000', '174840.502000', '174840.505000', '174840.508000', '174840.511000', '174840.513000', '174900.375000', '174900.378000', '174900.381000', '174900.384000', '174900.386000', '174900.389000', '174900.392000', '174900.395000', '174900.398000', '174900.401000', '174900.403000', '174900.406000', '174900.409000', '174900.412000', '174900.414000', '174900.417000', '174900.420000', '174900.423000', '174900.426000', '174900.428000', '174900.431000', '174900.434000', '174900.437000', '174900.440000', '174900.443000', '174900.445000', '174900.448000', '174900.451000', '174900.454000', '174900.457000', '174900.459000', '174900.462000', '174900.465000', '174900.468000', '174900.471000', '174900.473000', '174900.476000', '174900.479000', '174900.482000', '174900.485000', '174900.487000', '174900.490000', '174900.493000', '174900.496000', '174920.376000', '174920.379000', '174920.382000', '174920.390000', '174920.393000', '174920.396000', '174920.399000', '174920.401000', '174920.404000', '174920.407000', '174920.410000', '174920.413000', '174920.415000', '174920.418000', '174920.421000', '174920.424000', '174920.426000', '174920.429000', '174920.432000', '174920.435000', '174920.438000', '174920.441000', '174920.443000', '174920.446000', '174920.449000', '174920.452000', '174920.455000', '174920.457000', '174920.460000', '174920.463000', '174920.469000', '174920.473000', '174920.476000', '174920.478000', '174920.481000', '174920.484000', '174920.487000', '174920.490000', '174920.492000', '174920.495000', '174920.498000', '174920.501000', '174920.504000', '174940.376000', '174940.379000', '174940.382000', '174940.384000', '174940.387000', '174940.390000', '174940.393000', '174940.396000', '174940.399000', '174940.401000', '174940.404000', '174940.407000', '174940.410000', '174940.412000', '174940.415000', '174940.418000', '174940.421000', '174940.424000', '174940.427000', '174940.429000', '174940.432000', '174940.435000', '174940.438000', '174940.441000', '174940.444000', '174940.447000', '174940.449000', '174940.452000', '174940.455000', '174940.458000', '174940.461000', '174940.463000', '174940.466000', '174940.469000', '174940.472000', '174940.475000', '174940.478000', '174940.480000', '174940.483000', '174940.486000', '174940.489000', '174940.492000', '174940.494000', '174940.497000', '175000.376000', '175000.379000', '175000.382000', '175000.385000', '175000.387000', '175000.390000', '175000.393000', '175000.396000', '175000.399000', '175000.401000', '175000.404000', '175000.407000', '175000.410000', '175000.413000', '175000.415000', '175000.418000', '175000.421000', '175000.424000', '175000.428000', '175000.431000', '175000.434000', '175000.436000', '175000.439000', '175000.442000', '175000.445000', '175000.448000', '175000.451000', '175000.453000', '175000.456000', '175000.459000', '175000.462000', '175000.465000', '175000.468000', '175000.470000', '175000.473000', '175000.476000', '175000.479000', '175000.482000', '175000.484000', '175000.487000', '175000.490000', '175000.493000', '175000.496000', '175020.375000', '175020.378000', '175020.381000', '175020.384000', '175020.386000', '175020.389000', '175020.392000', '175020.396000', '175020.399000', '175020.401000', '175020.404000', '175020.407000', '175020.410000', '175020.413000', '175020.415000', '175020.418000', '175020.442000', '175020.444000', '175020.447000', '175020.450000', '175020.453000', '175020.456000', '175020.458000', '175020.461000', '175020.464000', '175020.467000', '175020.470000', '175020.472000', '175020.475000', '175020.478000', '175020.481000', '175020.484000', '175020.487000', '175020.490000', '175020.493000', '175020.496000', '175020.499000', '175020.502000', '175020.504000', '175020.507000', '175020.510000', '175020.513000', '175020.516000', '175020.518000', '175040.375000', '175040.378000', '175040.381000', '175040.384000', '175040.386000', '175040.389000', '175040.392000', '175040.395000', '175040.398000', '175040.401000', '175040.403000', '175040.406000', '175040.409000', '175040.412000', '175040.414000', '175040.417000', '175040.420000', '175040.423000', '175040.426000', '175040.429000', '175040.431000', '175040.434000', '175040.437000', '175040.440000', '175040.443000', '175040.446000', '175040.448000', '175040.451000', '175040.454000', '175040.457000', '175040.460000', '175040.462000', '175040.465000', '175040.468000', '175040.471000', '175040.474000', '175040.476000', '175040.479000', '175040.482000', '175040.485000', '175040.488000', '175040.490000', '175040.493000', '175100.375000', '175100.378000', '175100.381000', '175100.384000', '175100.386000', '175100.389000', '175100.392000', '175100.395000', '175100.398000', '175100.400000', '175100.403000', '175100.406000', '175100.409000', '175100.412000', '175100.414000', '175100.418000', '175100.421000', '175100.424000', '175100.426000', '175100.429000', '175100.432000', '175100.435000', '175100.438000', '175100.440000', '175100.443000', '175100.446000', '175100.449000', '175100.452000', '175100.455000', '175100.458000', '175100.460000', '175100.463000', '175100.466000', '175100.469000', '175100.472000', '175100.474000', '175100.477000', '175100.480000', '175100.483000', '175100.486000', '175100.488000', '175100.491000', '175100.494000', '175100.497000', '175120.375000', '175120.378000', '175120.381000', '175120.384000', '175120.386000', '175120.389000', '175120.392000', '175120.395000', '175120.397000', '175120.400000', '175120.403000', '175120.406000', '175120.409000', '175120.411000', '175120.414000', '175120.417000', '175120.420000', '175120.423000', '175120.425000', '175120.428000', '175120.431000', '175120.434000', '175120.437000', '175120.439000', '175120.442000', '175120.445000', '175120.448000', '175120.451000', '175120.454000', '175120.456000', '175120.459000', '175120.462000', '175120.466000', '175120.469000', '175120.472000', '175120.474000', '175120.477000', '175120.480000', '175120.483000', '175120.486000', '175120.489000', '175120.491000', '175120.494000', '175140.376000', '175140.379000', '175140.382000', '175140.385000', '175140.387000', '175140.390000', '175140.393000', '175140.396000', '175140.399000', '175140.402000', '175140.404000', '175140.407000', '175140.410000', '175140.413000', '175140.416000', '175140.419000', '175140.421000', '175140.424000', '175140.427000', '175140.430000', '175140.433000', '175140.435000', '175140.438000', '175140.441000', '175140.444000', '175140.447000', '175140.449000', '175140.479000', '175140.482000', '175140.485000', '175140.487000', '175140.490000', '175140.493000', '175140.496000', '175140.499000', '175140.501000', '175140.504000', '175140.507000', '175140.510000', '175140.513000', '175140.515000', '175140.518000', '175140.521000', '175140.524000', '175200.376000', '175200.379000', '175200.382000', '175200.385000', '175200.388000', '175200.390000', '175200.393000', '175200.396000', '175200.399000', '175200.402000', '175200.404000', '175200.407000', '175200.410000', '175200.413000', '175200.416000', '175200.419000', '175200.421000', '175200.424000', '175200.427000', '175200.430000', '175200.434000', '175200.437000', '175200.440000', '175200.443000', '175200.446000', '175200.448000', '175200.451000', '175200.454000', '175200.457000', '175200.460000', '175200.463000', '175200.465000', '175200.468000', '175200.471000', '175200.474000', '175200.476000', '175200.479000', '175200.482000', '175200.485000', '175200.488000', '175200.491000', '175200.493000', '175200.496000', '175220.376000', '175220.379000', '175220.382000', '175220.385000', '175220.387000', '175220.390000', '175220.393000', '175220.396000', '175220.399000', '175220.401000', '175220.404000', '175220.407000', '175220.410000', '175220.413000', '175220.415000', '175220.418000', '175220.421000', '175220.424000', '175220.427000', '175220.429000', '175220.432000', '175220.435000', '175220.438000', '175220.441000', '175220.443000', '175220.446000', '175220.449000', '175220.452000', '175220.455000', '175220.458000', '175220.460000', '175220.463000', '175220.466000', '175220.469000', '175220.472000', '175220.474000', '175220.477000', '175220.480000', '175220.483000', '175220.486000', '175220.489000', '175220.491000', '175220.494000', '175220.497000', '175234.641000', '175234.644000', '175234.648000', '175234.651000', '175234.654000', '175234.658000', '175234.661000', '175234.664000', '175234.667000', '175234.670000', '175234.673000', '175234.676000', '175234.679000', '175234.682000', '175234.685000', '175234.688000', '175234.691000', '175234.694000', '175234.697000', '175234.699000', '175234.702000', '175234.705000', '175234.708000', '175234.711000', '175234.714000', '175234.717000', '175234.720000', '175234.723000', '175234.726000', '175234.728000', '175234.731000'], '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': [10307, 13876, 11249, 13984, 9729, 12523, 9379, 12265, 9267, 12086, 9335, 11194, 9166, 11292, 9396, 11664, 9571, 12677, 9090, 11357, 9176, 11839, 9524, 13293, 10444, 12952, 9646, 12137, 9549, 12598, 9827, 14707, 9788, 12647, 9494, 10870, 14763, 10788, 17121, 12684, 12869, 11004, 8531, 11645, 8901, 12660, 9869, 13163, 9691, 11112, 8519, 10388, 10783, 10177, 15390, 12222, 14097, 9451, 10561, 9453, 12882, 10867, 13271, 9716, 12069, 9862, 12116, 9235, 12636, 9929, 12024, 9703, 10833, 8628, 10756, 10844, 10087, 15066, 9029, 12650, 9625, 11623, 9069, 11746, 9328, 10090, 9200, 10916, 9386, 12064, 9499, 11853, 9471, 11059, 9036, 10869, 10226, 10332, 17122, 9696, 12542, 9303, 10934, 9608, 9776, 14405, 10102, 12153, 9231, 11040, 9228, 10561, 8438, 10637, 8145, 9488, 10072, 8550, 12855, 8858, 11584, 8664, 10553, 11743, 9190, 13226, 9321, 11983, 9365, 10576, 8868, 10821, 9040, 11738, 9581, 11973, 9189, 11293, 9216, 11638, 9187, 12730, 9250, 11717, 9208, 11446, 9081, 12024, 9471, 13443, 9327, 9915, 10571, 9673, 14335, 9886, 12447, 8872, 11777, 8713, 11239, 8453, 11401, 8945, 11281, 8624, 11116, 8649, 11885, 9208, 12756, 8861, 12332, 8824, 11563, 9160, 11938, 9265, 11031, 8649, 11191, 8805, 11263, 8773, 12442, 8614, 11626, 8230, 10617, 8661, 10535, 8361, 10033, 7852, 9732, 7939, 10781, 8254, 11175, 8132, 9766, 7456, 8522, 13746, 7961, 11750, 9332, 13649, 8701, 8825, 11453, 7551, 12900, 7628, 11299, 7904, 8296, 12934, 7192, 11374, 7604, 10933, 7888, 10012, 7721, 8598, 9726, 8064, 14781, 9692, 13464, 8909, 11842, 7584, 9888, 8373, 9932, 13417, 10100, 10843, 8338, 8462, 8926, 9898, 10434, 12415, 9799, 10124, 8258, 10405, 8639, 11474, 10221, 11857, 8676, 13592, 8406, 12837, 8794, 11809, 7964, 10348, 7889, 8732, 11836, 8201, 13568, 9551, 13735, 7670, 13081, 7621, 12908, 9373, 12893, 7920, 13045, 7912, 12474, 9218, 12622, 8161, 12402, 8077, 11954, 8820, 12771, 8405, 12055, 8362, 13112, 10052, 12110, 10783, 8597, 10369, 7656, 12130, 9222, 13024, 8136, 11867, 8499, 12592, 9080, 14303, 8711, 10240, 9151, 9828, 11584, 8920, 10980, 8245, 10831, 8253, 11748, 9761, 12075, 8342, 10989, 7923, 11453, 8177, 12687, 9005, 12634, 8171, 11981, 8215, 12183, 9499, 13224, 9859, 9967, 7879, 10363, 10359, 10815, 10498, 9045, 11396, 8664, 13686, 9416, 12811, 8974, 12288, 8131, 11693, 8065, 11271, 8560, 11392, 7872, 9920, 7906, 11384, 9324, 12281, 8133, 12159, 7769, 11544, 8880, 12476, 8429, 12178, 8145, 10685, 8532, 10937, 13394, 9880, 10023, 8278, 9978, 8893, 10984, 10243, 7507, 9168, 9492, 8694, 14336, 9944, 12607, 7677, 11659, 7655, 10805, 7643, 10659, 7717, 9637, 7230, 9814, 10006, 9857, 14561, 9824, 12987, 8016, 12302, 8510, 12963, 14949, 9394, 13429, 7928, 12183, 7890, 11197, 8294, 9346, 7910, 9152, 7548, 8783, 10088, 9217, 11536, 9587, 12889, 7504, 12047, 7806, 10388, 11383, 8756, 14478, 7785, 12290, 7862, 11777, 8601, 10705, 7332, 9351, 7577, 8787, 10604, 9271, 12345, 9071, 13246, 7518, 11911, 9222, 12244, 10020, 11997, 9030, 8141, 13355, 12090, 8883, 11462, 8967, 9102, 12212, 9379, 14526, 10375, 15468, 11143, 14321, 11522, 10494, 15917, 10328, 15642, 11464, 16917, 9144, 12313, 9006, 11058, 9040, 11430, 9506, 10948, 8707, 10996, 8543, 10832, 8687, 9677, 12125, 8308, 11900, 8172, 10848, 8398, 10669, 8384, 9780, 7638, 9291, 10692, 8724, 13249, 8748, 11648, 8288, 11496, 7816, 11045, 9465, 10412, 7651, 9450, 7548, 11093, 8871, 12181, 8272, 11406, 7458, 11289, 8802, 11664, 9730, 10737, 7875, 11047, 7860, 12153, 9435, 12693, 8875, 11359, 8319, 12246, 8340, 12814, 10214, 14372, 9882, 8808, 9492, 7450, 10937, 8192, 11597, 8965, 11613, 8316, 11486, 7868, 10364, 11031, 9308, 14575, 7967, 12262, 7735, 11010, 7903, 11422, 7817, 9690, 7867, 9676, 8259, 9750, 14023, 9033, 12108, 7849, 11286, 8346, 8877, 12868, 9491, 12615, 8672, 11710, 7620, 10860, 7682, 10580, 7968, 10292, 7599, 9198, 9409, 8160, 13284, 8965, 12078, 7898, 10148, 7430, 10583, 8624, 10989, 7436, 9454, 7219, 9676, 8269, 9966, 12427, 8768, 13040, 7705, 12990, 10286, 13013, 8942, 11886, 7630, 12096, 9020, 12561, 8091, 11108, 7466, 10014, 8134, 12447, 8438, 10514, 7852, 7297, 10394, 8020, 11967, 8415, 11890, 8163, 11473, 8639, 12587, 10996, 14629, 8098, 12699, 7990, 11946, 8343, 11711, 9175, 12947, 7775, 11246, 7750, 11554, 8009, 11861, 10253, 12411, 9662, 8469, 11551, 7906, 7856, 10642, 8672, 13393, 9601, 14956, 9975, 13860, 9707, 14496, 10211, 16433, 11911, 17251, 9207, 15440, 9443, 13030, 10444, 12604, 10037, 13529, 8732, 9525, 8232, 8987, 8527, 11573, 9380, 12273, 8119, 11432, 8268, 11245, 8714, 10968, 8879, 9477, 11127, 8622, 13486, 8758, 13472, 8797, 12444, 7665, 12627, 7802, 12272, 9861, 11266, 7690, 11130, 7998, 10480, 10805, 9210, 15312, 7862, 11965, 7867, 11621, 8453, 10488, 8105, 8792, 13010, 7722, 11185, 7560, 11661, 8049, 8913, 9097, 7853, 13012, 7600, 12752, 8495, 11865, 8226, 9498, 7912, 11411, 8514, 12749, 9442, 13355, 8183, 11539, 8047, 10976, 8306, 14194, 9714, 10695, 8124, 10889, 8470, 12880, 10211, 12892, 8152, 10364, 8718, 14188, 10088, 14070, 8743, 13773, 7995, 9206, 13497, 7921, 11591, 9298, 11453, 7654, 9812, 7519, 9360, 7590, 10396, 7710, 10002, 7444, 9165, 9199, 8384, 13792, 9634, 12969, 8682, 11135, 8044, 10270, 7408, 11189, 8783, 10844, 7978, 11873, 8880, 9036, 9337, 7605, 10069, 9451, 9642, 9813, 9346, 10160, 8971, 10319, 9542, 11991, 10420, 13336, 10252, 12568, 9305, 12163, 9121, 11948, 8640, 12652, 8795, 13464, 8790, 13294, 9669, 13485, 10514, 14811, 8376, 11944, 8554, 11584, 8528, 10063, 7227, 9428, 9541, 8712, 10701, 8291, 9640, 9518, 7788, 12602, 7879, 7771, 9415, 7297, 11945, 8738, 13543, 9428, 13962, 8611, 12432, 9370, 12380, 9124, 13471, 10885, 14345, 9033, 10938, 8686, 11565, 8982, 12289, 8989, 11671], 'WindowCenter': [4251.0, 4255.0, 4217.0, 4236.0, 4193.0, 4210.0, 4179.0, 4210.0, 4179.0, 4209.0, 4167.0, 4188.0, 4178.0, 4187.0, 4179.0, 4199.0, 4191.0, 4212.0, 4181.0, 4200.0, 4180.0, 4198.0, 4179.0, 4210.0, 4192.0, 4221.0, 4192.0, 4210.0, 4192.0, 4212.0, 4179.0, 4221.0, 4190.0, 4211.0, 4179.0, 4189.0, 4219.0, 4176.0, 4231.0, 4208.0, 4207.0, 4185.0, 4167.0, 4195.0, 4179.0, 4221.0, 4190.0, 4208.0, 4176.0, 4187.0, 4165.0, 4176.0, 4186.0, 4174.0, 4220.0, 4185.0, 4194.0, 4163.0, 4161.0, 4162.0, 4193.0, 4175.0, 4195.0, 4163.0, 4182.0, 4161.0, 4181.0, 4164.0, 4193.0, 4163.0, 4183.0, 4176.0, 4184.0, 4154.0, 4184.0, 4172.0, 4174.0, 4203.0, 4150.0, 4181.0, 4161.0, 4183.0, 4149.0, 4183.0, 4151.0, 4160.0, 4161.0, 4171.0, 4164.0, 4195.0, 4175.0, 4196.0, 4164.0, 4183.0, 4152.0, 4185.0, 4174.0, 4174.0, 4216.0, 4150.0, 4181.0, 4150.0, 4159.0, 4149.0, 4162.0, 4191.0, 4148.0, 4169.0, 4137.0, 4156.0, 4138.0, 4159.0, 4127.0, 4173.0, 4141.0, 4162.0, 4162.0, 4154.0, 4196.0, 4165.0, 4187.0, 4155.0, 4176.0, 4184.0, 4166.0, 4197.0, 4164.0, 4199.0, 4179.0, 4173.0, 4149.0, 4171.0, 4150.0, 4184.0, 4177.0, 4183.0, 4163.0, 4185.0, 4164.0, 4185.0, 4165.0, 4195.0, 4164.0, 4196.0, 4167.0, 4197.0, 4165.0, 4184.0, 4151.0, 4194.0, 4151.0, 4148.0, 4147.0, 4137.0, 4179.0, 4147.0, 4168.0, 4136.0, 4167.0, 4138.0, 4171.0, 4142.0, 4183.0, 4151.0, 4183.0, 4152.0, 4172.0, 4154.0, 4184.0, 4166.0, 4185.0, 4153.0, 4182.0, 4151.0, 4170.0, 4165.0, 4172.0, 4150.0, 4171.0, 4141.0, 4171.0, 4154.0, 4174.0, 4141.0, 4171.0, 4140.0, 4157.0, 4127.0, 4160.0, 4138.0, 4159.0, 4129.0, 4149.0, 4128.0, 4149.0, 4141.0, 4173.0, 4141.0, 4174.0, 4142.0, 4163.0, 4131.0, 4141.0, 4192.0, 4131.0, 4171.0, 4139.0, 4180.0, 4127.0, 4138.0, 4159.0, 4117.0, 4179.0, 4130.0, 4171.0, 4128.0, 4140.0, 4178.0, 4108.0, 4168.0, 4131.0, 4172.0, 4130.0, 4175.0, 4131.0, 4152.0, 4162.0, 4143.0, 4207.0, 4164.0, 4196.0, 4152.0, 4172.0, 4131.0, 4151.0, 4140.0, 4151.0, 4181.0, 4164.0, 4159.0, 4127.0, 4126.0, 4138.0, 4146.0, 4148.0, 4171.0, 4149.0, 4148.0, 4126.0, 4146.0, 4137.0, 4159.0, 4161.0, 4157.0, 4126.0, 4166.0, 4126.0, 4181.0, 4127.0, 4156.0, 4113.0, 4133.0, 4102.0, 4126.0, 4157.0, 4138.0, 4180.0, 4150.0, 4177.0, 4128.0, 4179.0, 4141.0, 4192.0, 4179.0, 4194.0, 4154.0, 4195.0, 4154.0, 4195.0, 4178.0, 4196.0, 4154.0, 4184.0, 4142.0, 4184.0, 4154.0, 4196.0, 4142.0, 4184.0, 4142.0, 4192.0, 4163.0, 4184.0, 4173.0, 4142.0, 4161.0, 4131.0, 4183.0, 4165.0, 4196.0, 4143.0, 4172.0, 4141.0, 4181.0, 4154.0, 4194.0, 4141.0, 4162.0, 4162.0, 4162.0, 4173.0, 4154.0, 4173.0, 4141.0, 4161.0, 4142.0, 4183.0, 4163.0, 4196.0, 4142.0, 4173.0, 4141.0, 4172.0, 4142.0, 4193.0, 4154.0, 4183.0, 4152.0, 4182.0, 4142.0, 4183.0, 4152.0, 4196.0, 4150.0, 4150.0, 4128.0, 4160.0, 4150.0, 4172.0, 4159.0, 4139.0, 4171.0, 4139.0, 4194.0, 4151.0, 4184.0, 4142.0, 4181.0, 4130.0, 4182.0, 4141.0, 4160.0, 4153.0, 4171.0, 4129.0, 4148.0, 4130.0, 4172.0, 4164.0, 4197.0, 4144.0, 4194.0, 4144.0, 4197.0, 4166.0, 4197.0, 4156.0, 4195.0, 4142.0, 4161.0, 4140.0, 4172.0, 4195.0, 4162.0, 4150.0, 4140.0, 4149.0, 4139.0, 4171.0, 4173.0, 4131.0, 4152.0, 4162.0, 4155.0, 4208.0, 4164.0, 4183.0, 4129.0, 4169.0, 4118.0, 4160.0, 4128.0, 4175.0, 4143.0, 4163.0, 4132.0, 4175.0, 4175.0, 4164.0, 4207.0, 4162.0, 4182.0, 4128.0, 4183.0, 4140.0, 4180.0, 4179.0, 4126.0, 4166.0, 4102.0, 4152.0, 4116.0, 4145.0, 4114.0, 4137.0, 4114.0, 4135.0, 4115.0, 4139.0, 4161.0, 4150.0, 4171.0, 4151.0, 4181.0, 4120.0, 4169.0, 4119.0, 4149.0, 4157.0, 4139.0, 4178.0, 4117.0, 4167.0, 4127.0, 4158.0, 4126.0, 4160.0, 4105.0, 4136.0, 4115.0, 4138.0, 4158.0, 4150.0, 4182.0, 4139.0, 4180.0, 4131.0, 4183.0, 4153.0, 4184.0, 4147.0, 4166.0, 4150.0, 4141.0, 4210.0, 4210.0, 4177.0, 4222.0, 4179.0, 4190.0, 4211.0, 4179.0, 4221.0, 4177.0, 4218.0, 4185.0, 4206.0, 4184.0, 4174.0, 4200.0, 4148.0, 4188.0, 4170.0, 4188.0, 4147.0, 4166.0, 4136.0, 4155.0, 4137.0, 4169.0, 4149.0, 4170.0, 4139.0, 4159.0, 4150.0, 4159.0, 4138.0, 4150.0, 4168.0, 4125.0, 4156.0, 4127.0, 4158.0, 4138.0, 4172.0, 4140.0, 4161.0, 4130.0, 4163.0, 4174.0, 4155.0, 4195.0, 4155.0, 4186.0, 4154.0, 4184.0, 4146.0, 4186.0, 4179.0, 4187.0, 4145.0, 4165.0, 4144.0, 4186.0, 4166.0, 4210.0, 4155.0, 4196.0, 4134.0, 4186.0, 4166.0, 4199.0, 4165.0, 4185.0, 4143.0, 4185.0, 4156.0, 4208.0, 4176.0, 4210.0, 4165.0, 4187.0, 4155.0, 4184.0, 4153.0, 4196.0, 4176.0, 4206.0, 4175.0, 4154.0, 4163.0, 4145.0, 4174.0, 4157.0, 4186.0, 4153.0, 4184.0, 4142.0, 4173.0, 4143.0, 4175.0, 4171.0, 4150.0, 4189.0, 4127.0, 4168.0, 4127.0, 4159.0, 4129.0, 4183.0, 4131.0, 4161.0, 4142.0, 4163.0, 4155.0, 4164.0, 4194.0, 4152.0, 4182.0, 4131.0, 4160.0, 4127.0, 4138.0, 4169.0, 4147.0, 4183.0, 4140.0, 4170.0, 4130.0, 4171.0, 4144.0, 4175.0, 4144.0, 4163.0, 4130.0, 4151.0, 4148.0, 4140.0, 4194.0, 4154.0, 4186.0, 4142.0, 4162.0, 4130.0, 4173.0, 4152.0, 4173.0, 4131.0, 4162.0, 4131.0, 4163.0, 4141.0, 4164.0, 4182.0, 4140.0, 4180.0, 4129.0, 4179.0, 4163.0, 4182.0, 4151.0, 4181.0, 4130.0, 4181.0, 4153.0, 4184.0, 4130.0, 4186.0, 4147.0, 4160.0, 4142.0, 4197.0, 4142.0, 4173.0, 4142.0, 4132.0, 4174.0, 4144.0, 4185.0, 4143.0, 4185.0, 4154.0, 4185.0, 4156.0, 4183.0, 4173.0, 4193.0, 4129.0, 4181.0, 4117.0, 4170.0, 4127.0, 4157.0, 4137.0, 4156.0, 4104.0, 4144.0, 4115.0, 4156.0, 4128.0, 4182.0, 4174.0, 4193.0, 4176.0, 4169.0, 4209.0, 4181.0, 4169.0, 4198.0, 4178.0, 4209.0, 4179.0, 4218.0, 4176.0, 4206.0, 4165.0, 4204.0, 4162.0, 4203.0, 4185.0, 4212.0, 4138.0, 4189.0, 4137.0, 4166.0, 4145.0, 4168.0, 4136.0, 4166.0, 4125.0, 4135.0, 4128.0, 4150.0, 4139.0, 4171.0, 4150.0, 4172.0, 4131.0, 4171.0, 4155.0, 4185.0, 4141.0, 4174.0, 4140.0, 4151.0, 4158.0, 4139.0, 4192.0, 4142.0, 4206.0, 4155.0, 4194.0, 4146.0, 4209.0, 4158.0, 4199.0, 4178.0, 4187.0, 4145.0, 4185.0, 4146.0, 4188.0, 4176.0, 4168.0, 4219.0, 4143.0, 4184.0, 4145.0, 4187.0, 4155.0, 4177.0, 4142.0, 4154.0, 4196.0, 4131.0, 4186.0, 4144.0, 4186.0, 4145.0, 4165.0, 4167.0, 4157.0, 4210.0, 4159.0, 4209.0, 4167.0, 4199.0, 4157.0, 4165.0, 4156.0, 4186.0, 4156.0, 4198.0, 4179.0, 4211.0, 4157.0, 4187.0, 4156.0, 4189.0, 4159.0, 4211.0, 4163.0, 4175.0, 4143.0, 4174.0, 4142.0, 4196.0, 4164.0, 4194.0, 4144.0, 4175.0, 4156.0, 4207.0, 4161.0, 4182.0, 4128.0, 4179.0, 4115.0, 4124.0, 4153.0, 4104.0, 4145.0, 4136.0, 4159.0, 4115.0, 4135.0, 4106.0, 4136.0, 4130.0, 4160.0, 4131.0, 4150.0, 4119.0, 4151.0, 4140.0, 4130.0, 4183.0, 4151.0, 4184.0, 4127.0, 4156.0, 4116.0, 4147.0, 4106.0, 4157.0, 4126.0, 4156.0, 4126.0, 4171.0, 4152.0, 4166.0, 4166.0, 4134.0, 4162.0, 4151.0, 4163.0, 4163.0, 4165.0, 4175.0, 4155.0, 4164.0, 4163.0, 4184.0, 4160.0, 4183.0, 4147.0, 4157.0, 4126.0, 4155.0, 4135.0, 4156.0, 4125.0, 4153.0, 4112.0, 4163.0, 4112.0, 4163.0, 4133.0, 4163.0, 4134.0, 4174.0, 4114.0, 4154.0, 4112.0, 4143.0, 4111.0, 4120.0, 4089.0, 4109.0, 4108.0, 4110.0, 4131.0, 4113.0, 4149.0, 4161.0, 4142.0, 4204.0, 4166.0, 4170.0, 4190.0, 4171.0, 4221.0, 4181.0, 4221.0, 4192.0, 4232.0, 4181.0, 4211.0, 4180.0, 4209.0, 4177.0, 4209.0, 4189.0, 4207.0, 4168.0, 4185.0, 4154.0, 4172.0, 4151.0, 4182.0, 4150.0, 4170.0], 'WindowWidth': [9430.0, 9427.0, 9356.0, 9379.0, 9314.0, 9331.0, 9287.0, 9329.0, 9287.0, 9327.0, 9267.0, 9294.0, 9282.0, 9291.0, 9287.0, 9313.0, 9307.0, 9337.0, 9290.0, 9315.0, 9288.0, 9310.0, 9286.0, 9332.0, 9306.0, 9349.0, 9307.0, 9332.0, 9306.0, 9336.0, 9285.0, 9348.0, 9302.0, 9332.0, 9284.0, 9297.0, 9337.0, 9277.0, 9363.0, 9329.0, 9321.0, 9292.0, 9268.0, 9303.0, 9289.0, 9352.0, 9306.0, 9329.0, 9279.0, 9295.0, 9264.0, 9277.0, 9293.0, 9270.0, 9350.0, 9288.0, 9298.0, 9251.0, 9249.0, 9251.0, 9297.0, 9272.0, 9302.0, 9252.0, 9278.0, 9247.0, 9275.0, 9256.0, 9295.0, 9253.0, 9281.0, 9277.0, 9285.0, 9243.0, 9284.0, 9266.0, 9271.0, 9310.0, 9233.0, 9276.0, 9247.0, 9281.0, 9232.0, 9283.0, 9235.0, 9246.0, 9250.0, 9261.0, 9259.0, 9301.0, 9277.0, 9304.0, 9256.0, 9281.0, 9239.0, 9288.0, 9271.0, 9269.0, 9339.0, 9230.0, 9277.0, 9230.0, 9241.0, 9228.0, 9247.0, 9294.0, 9225.0, 9253.0, 9206.0, 9231.0, 9212.0, 9242.0, 9196.0, 9266.0, 9219.0, 9249.0, 9251.0, 9244.0, 9306.0, 9259.0, 9292.0, 9244.0, 9275.0, 9281.0, 9261.0, 9308.0, 9255.0, 9313.0, 9283.0, 9263.0, 9228.0, 9258.0, 9230.0, 9283.0, 9277.0, 9282.0, 9254.0, 9285.0, 9257.0, 9288.0, 9261.0, 9302.0, 9257.0, 9304.0, 9264.0, 9307.0, 9260.0, 9288.0, 9233.0, 9294.0, 9231.0, 9223.0, 9218.0, 9205.0, 9268.0, 9220.0, 9252.0, 9203.0, 9248.0, 9211.0, 9260.0, 9224.0, 9280.0, 9235.0, 9280.0, 9237.0, 9263.0, 9243.0, 9284.0, 9262.0, 9287.0, 9238.0, 9278.0, 9232.0, 9259.0, 9259.0, 9266.0, 9230.0, 9262.0, 9220.0, 9260.0, 9241.0, 9267.0, 9218.0, 9260.0, 9214.0, 9234.0, 9191.0, 9242.0, 9211.0, 9239.0, 9200.0, 9226.0, 9198.0, 9228.0, 9220.0, 9266.0, 9220.0, 9270.0, 9223.0, 9254.0, 9208.0, 9218.0, 9293.0, 9204.0, 9260.0, 9212.0, 9271.0, 9193.0, 9210.0, 9239.0, 9178.0, 9268.0, 9203.0, 9259.0, 9197.0, 9214.0, 9264.0, 9170.0, 9250.0, 9206.0, 9260.0, 9203.0, 9272.0, 9207.0, 9237.0, 9250.0, 9225.0, 9321.0, 9253.0, 9305.0, 9236.0, 9263.0, 9205.0, 9232.0, 9217.0, 9231.0, 9272.0, 9255.0, 9237.0, 9193.0, 9190.0, 9209.0, 9219.0, 9224.0, 9257.0, 9226.0, 9223.0, 9190.0, 9218.0, 9207.0, 9238.0, 9246.0, 9234.0, 9189.0, 9248.0, 9190.0, 9274.0, 9193.0, 9235.0, 9169.0, 9195.0, 9150.0, 9190.0, 9232.0, 9211.0, 9270.0, 9228.0, 9264.0, 9198.0, 9267.0, 9222.0, 9291.0, 9284.0, 9299.0, 9245.0, 9301.0, 9246.0, 9302.0, 9283.0, 9305.0, 9243.0, 9283.0, 9226.0, 9284.0, 9243.0, 9304.0, 9224.0, 9281.0, 9222.0, 9291.0, 9252.0, 9283.0, 9265.0, 9223.0, 9247.0, 9206.0, 9282.0, 9258.0, 9308.0, 9225.0, 9263.0, 9220.0, 9275.0, 9243.0, 9298.0, 9220.0, 9249.0, 9251.0, 9250.0, 9266.0, 9242.0, 9265.0, 9221.0, 9246.0, 9225.0, 9282.0, 9255.0, 9305.0, 9222.0, 9266.0, 9222.0, 9264.0, 9224.0, 9296.0, 9243.0, 9281.0, 9238.0, 9277.0, 9225.0, 9281.0, 9234.0, 9304.0, 9228.0, 9229.0, 9196.0, 9242.0, 9227.0, 9261.0, 9240.0, 9214.0, 9257.0, 9215.0, 9299.0, 9232.0, 9286.0, 9221.0, 9274.0, 9203.0, 9275.0, 9221.0, 9243.0, 9238.0, 9260.0, 9199.0, 9225.0, 9203.0, 9263.0, 9260.0, 9307.0, 9232.0, 9299.0, 9231.0, 9305.0, 9262.0, 9308.0, 9248.0, 9301.0, 9222.0, 9248.0, 9217.0, 9261.0, 9299.0, 9249.0, 9228.0, 9215.0, 9227.0, 9214.0, 9259.0, 9267.0, 9208.0, 9237.0, 9251.0, 9245.0, 9329.0, 9255.0, 9284.0, 9200.0, 9251.0, 9184.0, 9243.0, 9199.0, 9273.0, 9228.0, 9253.0, 9211.0, 9272.0, 9274.0, 9256.0, 9322.0, 9249.0, 9281.0, 9197.0, 9279.0, 9216.0, 9270.0, 9266.0, 9188.0, 9249.0, 9151.0, 9219.0, 9176.0, 9214.0, 9171.0, 9207.0, 9170.0, 9199.0, 9175.0, 9214.0, 9245.0, 9231.0, 9261.0, 9230.0, 9276.0, 9188.0, 9255.0, 9185.0, 9227.0, 9233.0, 9213.0, 9263.0, 9178.0, 9247.0, 9195.0, 9237.0, 9191.0, 9244.0, 9161.0, 9204.0, 9176.0, 9210.0, 9236.0, 9230.0, 9276.0, 9212.0, 9270.0, 9206.0, 9280.0, 9239.0, 9283.0, 9220.0, 9246.0, 9231.0, 9221.0, 9332.0, 9333.0, 9285.0, 9356.0, 9292.0, 9306.0, 9338.0, 9286.0, 9351.0, 9283.0, 9343.0, 9287.0, 9321.0, 9287.0, 9273.0, 9299.0, 9225.0, 9286.0, 9260.0, 9285.0, 9223.0, 9249.0, 9205.0, 9231.0, 9209.0, 9257.0, 9228.0, 9260.0, 9216.0, 9243.0, 9232.0, 9241.0, 9212.0, 9228.0, 9250.0, 9189.0, 9233.0, 9195.0, 9238.0, 9213.0, 9265.0, 9218.0, 9247.0, 9207.0, 9253.0, 9270.0, 9247.0, 9304.0, 9247.0, 9289.0, 9242.0, 9285.0, 9239.0, 9289.0, 9287.0, 9295.0, 9234.0, 9260.0, 9233.0, 9290.0, 9263.0, 9333.0, 9249.0, 9304.0, 9218.0, 9292.0, 9263.0, 9316.0, 9261.0, 9287.0, 9229.0, 9284.0, 9251.0, 9326.0, 9280.0, 9336.0, 9262.0, 9296.0, 9250.0, 9285.0, 9241.0, 9304.0, 9276.0, 9316.0, 9274.0, 9243.0, 9256.0, 9236.0, 9272.0, 9253.0, 9292.0, 9242.0, 9286.0, 9226.0, 9268.0, 9230.0, 9274.0, 9262.0, 9230.0, 9281.0, 9193.0, 9252.0, 9196.0, 9241.0, 9202.0, 9281.0, 9207.0, 9249.0, 9225.0, 9253.0, 9248.0, 9256.0, 9299.0, 9234.0, 9280.0, 9204.0, 9243.0, 9193.0, 9210.0, 9256.0, 9220.0, 9283.0, 9215.0, 9257.0, 9203.0, 9259.0, 9231.0, 9274.0, 9231.0, 9253.0, 9203.0, 9233.0, 9226.0, 9217.0, 9298.0, 9241.0, 9288.0, 9224.0, 9252.0, 9208.0, 9266.0, 9237.0, 9271.0, 9209.0, 9252.0, 9209.0, 9255.0, 9220.0, 9259.0, 9276.0, 9215.0, 9272.0, 9202.0, 9272.0, 9253.0, 9279.0, 9231.0, 9274.0, 9202.0, 9276.0, 9240.0, 9287.0, 9204.0, 9292.0, 9241.0, 9245.0, 9223.0, 9308.0, 9224.0, 9267.0, 9224.0, 9212.0, 9270.0, 9230.0, 9288.0, 9227.0, 9289.0, 9243.0, 9288.0, 9250.0, 9283.0, 9268.0, 9297.0, 9201.0, 9274.0, 9181.0, 9260.0, 9196.0, 9234.0, 9206.0, 9231.0, 9159.0, 9210.0, 9174.0, 9230.0, 9199.0, 9278.0, 9272.0, 9297.0, 9278.0, 9276.0, 9334.0, 9298.0, 9278.0, 9314.0, 9286.0, 9330.0, 9287.0, 9336.0, 9278.0, 9317.0, 9259.0, 9312.0, 9251.0, 9314.0, 9287.0, 9317.0, 9211.0, 9281.0, 9205.0, 9247.0, 9212.0, 9254.0, 9204.0, 9246.0, 9189.0, 9204.0, 9196.0, 9232.0, 9215.0, 9259.0, 9231.0, 9262.0, 9205.0, 9260.0, 9246.0, 9286.0, 9219.0, 9269.0, 9215.0, 9230.0, 9235.0, 9212.0, 9290.0, 9222.0, 9318.0, 9245.0, 9297.0, 9234.0, 9325.0, 9258.0, 9311.0, 9281.0, 9293.0, 9234.0, 9287.0, 9234.0, 9294.0, 9274.0, 9268.0, 9341.0, 9227.0, 9283.0, 9233.0, 9293.0, 9246.0, 9278.0, 9224.0, 9240.0, 9301.0, 9207.0, 9287.0, 9229.0, 9289.0, 9232.0, 9260.0, 9265.0, 9251.0, 9329.0, 9259.0, 9327.0, 9265.0, 9314.0, 9251.0, 9259.0, 9249.0, 9288.0, 9248.0, 9312.0, 9283.0, 9335.0, 9251.0, 9295.0, 9249.0, 9298.0, 9258.0, 9334.0, 9253.0, 9272.0, 9226.0, 9268.0, 9223.0, 9305.0, 9256.0, 9296.0, 9230.0, 9271.0, 9248.0, 9322.0, 9246.0, 9283.0, 9196.0, 9265.0, 9171.0, 9183.0, 9222.0, 9156.0, 9214.0, 9202.0, 9238.0, 9173.0, 9200.0, 9164.0, 9205.0, 9203.0, 9244.0, 9206.0, 9231.0, 9187.0, 9230.0, 9213.0, 9202.0, 9282.0, 9231.0, 9285.0, 9195.0, 9231.0, 9175.0, 9221.0, 9164.0, 9233.0, 9190.0, 9235.0, 9193.0, 9262.0, 9235.0, 9263.0, 9264.0, 9214.0, 9251.0, 9232.0, 9253.0, 9255.0, 9258.0, 9274.0, 9245.0, 9257.0, 9252.0, 9285.0, 9244.0, 9283.0, 9223.0, 9235.0, 9188.0, 9230.0, 9200.0, 9232.0, 9186.0, 9223.0, 9166.0, 9235.0, 9164.0, 9235.0, 9194.0, 9237.0, 9197.0, 9254.0, 9170.0, 9226.0, 9166.0, 9208.0, 9162.0, 9173.0, 9128.0, 9156.0, 9153.0, 9159.0, 9189.0, 9166.0, 9228.0, 9249.0, 9229.0, 9319.0, 9270.0, 9282.0, 9309.0, 9285.0, 9349.0, 9294.0, 9350.0, 9313.0, 9365.0, 9296.0, 9336.0, 9289.0, 9330.0, 9281.0, 9334.0, 9302.0, 9324.0, 9269.0, 9290.0, 9243.0, 9266.0, 9236.0, 9282.0, 9232.0, 9262.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.005856352128883776</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.034083298849252014</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.148777346451624</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3766135120737317</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0680597500576035</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5007</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4660.7461</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11242930925281713</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.710011507479862</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4017632202189594</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2876844000028083</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6102053014042195</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3073999592498504</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0134682</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02177056483924389</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.048933450132608414</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.195604359313579</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>18.3411</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.3833</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.0866</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295628.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>987.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.8803</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8342</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.7044</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3368.9289</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3499.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80916.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1436.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4402.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>833.9629</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.4908356613596</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> |