ds005256-mriqc/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter b5a0c31bfa [DATALAD RUNCMD] Compute MRIQC for sub-0089
=== 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-0089 --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-0089",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:30:49 +02:00

616 lines
No EOL
103 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-0089_ses-02_task-alignvideo_acq-mb8_run-01_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-0089_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0089_suffix-bold_task-alignvideo" 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 &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_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-0089/ses-02/func/sub-0089_ses-02_task-alignvideo_acq-mb8_run-01_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>bb91b944a67af46e169505a6890b3afc</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:26:45.062500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998575, -0.0232548, -0.0480397, 0.0369651, 0.950599, 0.308213]</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-01_task-alignvideo_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.101099</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7796, -7290, 673, -40, -274, 58, 125]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.2</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>65737e69-4407-415a-98ee-12b7d72406a5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679102897644043, 0.09917473793029785, -0.10394741594791412, 110.68763732910156], [0.06239088997244835, 2.550387144088745, 0.8357842564582825, -118.33102416992188], [-0.12888698279857635, -0.8269135355949402, 2.565279722213745, -27.592941284179688], [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, 839]</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], 'AcquisitionTime': ['152645.062500', '152645.522500', '152645.982500', '152646.442500', '152646.902500', '152647.362500', '152647.822500', '152648.282500', '152648.742500', '152649.202500', '152649.662500', '152650.122500', '152650.582500', '152651.042500', '152651.502500', '152651.962500', '152652.422500', '152652.882500', '152653.342500', '152653.802500', '152654.262500', '152654.722500', '152655.182500', '152655.642500', '152656.102500', '152656.562500', '152657.022500', '152657.482500', '152657.942500', '152658.402500', '152658.862500', '152659.322500', '152659.782500', '152700.242500', '152700.702500', '152701.162500', '152701.622500', '152702.082500', '152702.542500', '152703.002500', '152703.462500', '152703.922500', '152704.382500', '152704.842500', '152705.302500', '152705.762500', '152706.222500', '152706.682500', '152707.142500', '152707.602500', '152708.062500', '152708.522500', '152708.982500', '152709.442500', '152709.902500', '152710.362500', '152710.822500', '152711.282500', '152711.742500', '152712.202500', '152712.662500', '152713.122500', '152713.582500', '152714.042500', '152714.502500', '152714.962500', '152715.422500', '152715.882500', '152716.342500', '152716.802500', '152717.262500', '152717.722500', '152718.182500', '152718.642500', '152719.102500', '152719.562500', '152720.022500', '152720.482500', '152720.942500', '152721.402500', '152721.862500', '152722.322500', '152722.782500', '152723.242500', '152723.702500', '152724.162500', '152724.622500', '152725.082500', '152725.542500', '152726.002500', '152726.462500', '152726.922500', '152727.382500', '152727.842500', '152728.302500', '152728.762500', '152729.222500', '152729.682500', '152730.142500', '152730.602500', '152731.062500', '152731.522500', '152731.982500', '152732.442500', '152732.902500', '152733.362500', '152733.822500', '152734.282500', '152734.742500', '152735.202500', '152735.662500', '152736.122500', '152736.582500', '152737.042500', '152737.502500', '152737.962500', '152738.422500', '152738.882500', '152739.342500', '152739.802500', '152740.262500', '152740.722500', '152741.182500', '152741.642500', '152742.102500', '152742.562500', '152743.022500', '152743.482500', '152743.942500', '152744.402500', '152744.862500', '152745.322500', '152745.782500', '152746.242500', '152746.702500', '152747.162500', '152747.622500', '152748.082500', '152748.542500', '152749.002500', '152749.462500', '152749.922500', '152750.382500', '152750.842500', '152751.302500', '152751.762500', '152752.222500', '152752.682500', '152753.142500', '152753.602500', '152754.062500', '152754.522500', '152754.982500', '152755.442500', '152755.902500', '152756.362500', '152756.822500', '152757.282500', '152757.742500', '152758.202500', '152758.662500', '152759.122500', '152759.582500', '152800.042500', '152800.502500', '152800.962500', '152801.422500', '152801.882500', '152802.342500', '152802.802500', '152803.262500', '152803.722500', '152804.182500', '152804.642500', '152805.102500', '152805.562500', '152806.022500', '152806.482500', '152806.942500', '152807.402500', '152807.862500', '152808.322500', '152808.782500', '152809.242500', '152809.702500', '152810.162500', '152810.622500', '152811.082500', '152811.542500', '152812.002500', '152812.462500', '152812.922500', '152813.382500', '152813.842500', '152814.302500', '152814.762500', '152815.222500', '152815.682500', '152816.142500', '152816.602500', '152817.062500', '152817.522500', '152817.982500', '152818.442500', '152818.902500', '152819.362500', '152819.822500', '152820.282500', '152820.742500', '152821.202500', '152821.662500', '152822.122500', '152822.582500', '152823.042500', '152823.502500', '152823.962500', '152824.422500', '152824.882500', '152825.342500', '152825.802500', '152826.262500', '152826.722500', '152827.182500', '152827.642500', '152828.102500', '152828.562500', '152829.022500', '152829.482500', '152829.942500', '152830.402500', '152830.862500', '152831.322500', '152831.782500', '152832.242500', '152832.702500', '152833.162500', '152833.622500', '152834.082500', '152834.542500', '152835.002500', '152835.462500', '152835.922500', '152836.382500', '152836.842500', '152837.302500', '152837.762500', '152838.222500', '152838.682500', '152839.142500', '152839.602500', '152840.062500', '152840.522500', '152840.982500', '152841.442500', '152841.902500', '152842.362500', '152842.822500', '152843.282500', '152843.742500', '152844.202500', '152844.662500', '152845.122500', '152845.582500', '152846.042500', '152846.502500', '152846.962500', '152847.422500', '152847.882500', '152848.342500', '152848.802500', '152849.262500', '152849.722500', '152850.182500', '152850.642500', '152851.102500', '152851.562500', '152852.022500', '152852.482500', '152852.942500', '152853.402500', '152853.862500', '152854.322500', '152854.782500', '152855.242500', '152855.702500', '152856.162500', '152856.622500', '152857.082500', '152857.542500', '152858.002500', '152858.462500', '152858.922500', '152859.382500', '152859.842500', '152900.302500', '152900.762500', '152901.222500', '152901.682500', '152902.142500', '152902.602500', '152903.062500', '152903.522500', '152903.982500', '152904.442500', '152904.902500', '152905.362500', '152905.822500', '152906.282500', '152906.742500', '152907.202500', '152907.662500', '152908.122500', '152908.582500', '152909.042500', '152909.502500', '152909.962500', '152910.422500', '152910.882500', '152911.342500', '152911.802500', '152912.262500', '152912.722500', '152913.182500', '152913.642500', '152914.102500', '152914.562500', '152915.022500', '152915.482500', '152915.942500', '152916.402500', '152916.862500', '152917.322500', '152917.782500', '152918.242500', '152918.702500', '152919.162500', '152919.622500', '152920.082500', '152920.542500', '152921.002500', '152921.462500', '152921.922500', '152922.382500', '152922.842500', '152923.302500', '152923.762500', '152924.222500', '152924.682500', '152925.142500', '152925.602500', '152926.062500', '152926.522500', '152926.982500', '152927.442500', '152927.902500', '152928.362500', '152928.822500', '152929.282500', '152929.742500', '152930.202500', '152930.662500', '152931.122500', '152931.582500', '152932.042500', '152932.502500', '152932.962500', '152933.422500', '152933.882500', '152934.342500', '152934.802500', '152935.262500', '152935.722500', '152936.182500', '152936.642500', '152937.102500', '152937.562500', '152938.022500', '152938.482500', '152938.942500', '152939.402500', '152939.862500', '152940.322500', '152940.782500', '152941.242500', '152941.702500', '152942.162500', '152942.622500', '152943.082500', '152943.542500', '152944.002500', '152944.462500', '152944.922500', '152945.382500', '152945.842500', '152946.302500', '152946.762500', '152947.222500', '152947.682500', '152948.142500', '152948.602500', '152949.062500', '152949.522500', '152949.982500', '152950.442500', '152950.902500', '152951.362500', '152951.822500', '152952.282500', '152952.742500', '152953.202500', '152953.662500', '152954.122500', '152954.582500', '152955.042500', '152955.502500', '152955.962500', '152956.422500', '152956.882500', '152957.342500', '152957.802500', '152958.262500', '152958.722500', '152959.182500', '152959.642500', '153000.102500', '153000.562500', '153001.022500', '153001.482500', '153001.942500', '153002.402500', '153002.862500', '153003.322500', '153003.782500', '153004.242500', '153004.702500', '153005.162500', '153005.622500', '153006.082500', '153006.542500', '153007.002500', '153007.462500', '153007.922500', '153008.382500', '153008.842500', '153009.302500', '153009.762500', '153010.222500', '153010.682500', '153011.142500', '153011.602500', '153012.062500', '153012.522500', '153012.982500', '153013.442500', '153013.902500', '153014.362500', '153014.822500', '153015.282500', '153015.742500', '153016.202500', '153016.662500', '153017.122500', '153017.582500', '153018.042500', '153018.502500', '153018.962500', '153019.422500', '153019.882500', '153020.342500', '153020.802500', '153021.262500', '153021.722500', '153022.182500', '153022.642500', '153023.102500', '153023.562500', '153024.022500', '153024.482500', '153024.942500', '153025.402500', '153025.862500', '153026.322500', '153026.782500', '153027.242500', '153027.702500', '153028.162500', '153028.622500', '153029.082500', '153029.542500', '153030.002500', '153030.462500', '153030.922500', '153031.382500', '153031.842500', '153032.302500', '153032.762500', '153033.222500', '153033.682500', '153034.142500', '153034.602500', '153035.062500', '153035.522500', '153035.982500', '153036.442500', '153036.902500', '153037.362500', '153037.822500', '153038.282500', '153038.742500', '153039.202500', '153039.662500', '153040.122500', '153040.582500', '153041.042500', '153041.502500', '153041.962500', '153042.422500', '153042.882500', '153043.342500', '153043.802500', '153044.262500', '153044.722500', '153045.182500', '153045.642500', '153046.102500', '153046.562500', '153047.022500', '153047.482500', '153047.942500', '153048.402500', '153048.862500', '153049.322500', '153049.782500', '153050.242500', '153050.702500', '153051.162500', '153051.622500', '153052.082500', '153052.542500', '153053.002500', '153053.462500', '153053.922500', '153054.382500', '153054.842500', '153055.302500', '153055.762500', '153056.222500', '153056.682500', '153057.142500', '153057.602500', '153058.062500', '153058.522500', '153058.982500', '153059.442500', '153059.902500', '153100.362500', '153100.822500', '153101.282500', '153101.742500', '153102.202500', '153102.662500', '153103.122500', '153103.582500', '153104.042500', '153104.502500', '153104.962500', '153105.422500', '153105.882500', '153106.342500', '153106.802500', '153107.262500', '153107.722500', '153108.182500', '153108.642500', '153109.102500', '153109.562500', '153110.022500', '153110.482500', '153110.942500', '153111.402500', '153111.862500', '153112.322500', '153112.782500', '153113.242500', '153113.702500', '153114.162500', '153114.622500', '153115.082500', '153115.542500', '153116.002500', '153116.462500', '153116.922500', '153117.382500', '153117.842500', '153118.302500', '153118.762500', '153119.222500', '153119.682500', '153120.142500', '153120.602500', '153121.062500', '153121.522500', '153121.982500', '153122.442500', '153122.902500', '153123.362500', '153123.822500', '153124.282500', '153124.742500', '153125.202500', '153125.662500', '153126.122500', '153126.582500', '153127.042500', '153127.502500', '153127.962500', '153128.422500', '153128.882500', '153129.342500', '153129.802500', '153130.262500', '153130.722500', '153131.182500', '153131.642500', '153132.102500', '153132.562500', '153133.022500', '153133.482500', '153133.942500', '153134.402500', '153134.862500', '153135.322500', '153135.782500', '153136.242500', '153136.702500', '153137.162500', '153137.622500', '153138.082500', '153138.542500', '153139.002500', '153139.462500', '153139.922500', '153140.382500', '153140.842500', '153141.302500', '153141.762500', '153142.222500', '153142.682500', '153143.142500', '153143.602500', '153144.062500', '153144.522500', '153144.982500', '153145.442500', '153145.902500', '153146.362500', '153146.822500', '153147.282500', '153147.742500', '153148.202500', '153148.662500', '153149.122500', '153149.582500', '153150.042500', '153150.502500', '153150.962500', '153151.422500', '153151.882500', '153152.342500', '153152.802500', '153153.262500', '153153.722500', '153154.182500', '153154.642500', '153155.102500', '153155.562500', '153156.022500', '153156.482500', '153156.942500', '153157.402500', '153157.862500', '153158.322500', '153158.782500', '153159.242500', '153159.702500', '153200.162500', '153200.622500', '153201.082500', '153201.542500', '153202.002500', '153202.462500', '153202.922500', '153203.382500', '153203.842500', '153204.302500', '153204.762500', '153205.222500', '153205.682500', '153206.142500', '153206.602500', '153207.062500', '153207.522500', '153207.982500', '153208.442500', '153208.902500', '153209.362500', '153209.822500', '153210.282500', '153210.742500', '153211.202500', '153211.662500', '153212.122500', '153212.582500', '153213.042500', '153213.502500', '153213.962500', '153214.422500', '153214.882500', '153215.342500', '153215.802500', '153216.262500', '153216.722500', '153217.182500', '153217.642500', '153218.102500', '153218.562500', '153219.022500', '153219.482500', '153219.942500', '153220.402500', '153220.862500', '153221.322500', '153221.782500', '153222.242500', '153222.702500', '153223.162500', '153223.622500', '153224.082500', '153224.542500', '153225.002500', '153225.462500', '153225.922500', '153226.382500', '153226.842500', '153227.302500', '153227.762500', '153228.222500', '153228.682500', '153229.142500', '153229.602500', '153230.062500', '153230.522500', '153230.982500', '153231.442500', '153231.902500', '153232.362500', '153232.822500', '153233.282500', '153233.742500', '153234.202500', '153234.662500', '153235.122500', '153235.582500', '153236.042500', '153236.502500', '153236.962500', '153237.422500', '153237.882500', '153238.342500', '153238.802500', '153239.262500', '153239.722500', '153240.182500', '153240.642500', '153241.102500', '153241.562500', '153242.022500', '153242.482500', '153242.942500', '153243.402500', '153243.862500', '153244.322500', '153244.782500', '153245.242500', '153245.702500', '153246.162500', '153246.622500', '153247.082500', '153247.542500', '153248.002500', '153248.462500', '153248.922500', '153249.382500', '153249.842500', '153250.302500', '153250.762500', '153251.222500', '153251.682500', '153252.142500', '153252.602500', '153253.062500', '153253.522500', '153253.982500', '153254.442500', '153254.902500', '153255.362500', '153255.822500', '153256.282500', '153256.742500', '153257.202500', '153257.662500', '153258.122500', '153258.582500', '153259.042500', '153259.502500', '153259.962500', '153300.422500', '153300.882500', '153301.342500', '153301.802500', '153302.262500', '153302.722500', '153303.182500', '153303.642500', '153304.102500', '153304.562500', '153305.022500', '153305.482500', '153305.942500', '153306.402500', '153306.862500', '153307.322500', '153307.782500', '153308.242500', '153308.702500', '153309.162500', '153309.622500', '153310.082500', '153310.542500'], 'ContentTime': ['152704.496000', '152704.501000', '152704.503000', '152704.506000', '152704.509000', '152704.511000', '152704.514000', '152704.516000', '152704.519000', '152704.522000', '152704.524000', '152704.527000', '152704.529000', '152704.532000', '152704.535000', '152704.537000', '152704.540000', '152704.542000', '152704.545000', '152704.548000', '152704.550000', '152704.553000', '152704.556000', '152704.558000', '152704.561000', '152704.563000', '152704.566000', '152704.568000', '152704.571000', '152704.574000', '152704.576000', '152704.579000', '152704.581000', '152704.590000', '152704.593000', '152704.595000', '152704.598000', '152704.601000', '152704.604000', '152704.607000', '152724.467000', '152724.470000', '152724.472000', '152724.475000', '152724.477000', '152724.480000', '152724.483000', '152724.485000', '152724.488000', '152724.490000', '152724.493000', '152724.496000', '152724.498000', '152724.501000', '152724.503000', '152724.506000', '152724.508000', '152724.511000', '152724.514000', '152724.516000', '152724.519000', '152724.521000', '152724.524000', '152724.526000', '152724.529000', '152724.531000', '152724.534000', '152724.537000', '152724.539000', '152724.542000', '152724.545000', '152724.547000', '152724.550000', '152724.552000', '152724.555000', '152724.557000', '152724.560000', '152724.563000', '152724.565000', '152724.568000', '152724.570000', '152724.573000', '152724.575000', '152724.578000', '152744.467000', '152744.469000', '152744.472000', '152744.475000', '152744.477000', '152744.480000', '152744.482000', '152744.485000', '152744.487000', '152744.490000', '152744.493000', '152744.495000', '152744.498000', '152744.500000', '152744.503000', '152744.506000', '152744.508000', '152744.511000', '152744.514000', '152744.516000', '152744.519000', '152744.521000', '152744.524000', '152744.526000', '152744.529000', '152744.532000', '152744.534000', '152744.537000', '152744.539000', '152744.542000', '152744.545000', '152744.547000', '152744.550000', '152744.552000', '152744.555000', '152744.557000', '152744.560000', '152744.563000', '152744.565000', '152744.568000', '152744.570000', '152744.573000', '152744.575000', '152804.466000', '152804.469000', '152804.472000', '152804.474000', '152804.477000', '152804.480000', '152804.482000', '152804.485000', '152804.487000', '152804.490000', '152804.493000', '152804.495000', '152804.498000', '152804.500000', '152804.503000', '152804.506000', '152804.508000', '152804.511000', '152804.514000', '152804.516000', '152804.519000', '152804.525000', '152804.528000', '152804.530000', '152804.533000', '152804.535000', '152804.538000', '152804.541000', '152804.555000', '152804.557000', '152804.560000', '152804.562000', '152804.565000', '152804.567000', '152804.570000', '152804.573000', '152804.575000', '152804.578000', '152804.580000', '152804.583000', '152804.586000', '152804.588000', '152804.591000', '152804.593000', '152824.467000', '152824.470000', '152824.473000', '152824.476000', '152824.478000', '152824.481000', '152824.483000', '152824.486000', '152824.488000', '152824.491000', '152824.494000', '152824.496000', '152824.499000', '152824.502000', '152824.504000', '152824.507000', '152824.509000', '152824.512000', '152824.514000', '152824.517000', '152824.520000', '152824.522000', '152824.525000', '152824.527000', '152824.530000', '152824.533000', '152824.535000', '152824.538000', '152824.541000', '152824.543000', '152824.546000', '152824.548000', '152824.551000', '152824.554000', '152824.556000', '152824.559000', '152824.561000', '152824.564000', '152824.566000', '152824.569000', '152824.572000', '152824.582000', '152824.585000', '152844.467000', '152844.470000', '152844.473000', '152844.475000', '152844.479000', '152844.481000', '152844.484000', '152844.487000', '152844.489000', '152844.492000', '152844.495000', '152844.497000', '152844.500000', '152844.503000', '152844.505000', '152844.508000', '152844.510000', '152844.513000', '152844.515000', '152844.518000', '152844.521000', '152844.523000', '152844.526000', '152844.528000', '152844.531000', '152844.534000', '152844.536000', '152844.539000', '152844.542000', '152844.544000', '152844.547000', '152844.549000', '152844.552000', '152844.555000', '152844.557000', '152844.560000', '152844.562000', '152844.565000', '152844.567000', '152844.570000', '152844.573000', '152844.575000', '152844.578000', '152844.581000', '152904.467000', '152904.470000', '152904.473000', '152904.476000', '152904.478000', '152904.481000', '152904.483000', '152904.486000', '152904.489000', '152904.491000', '152904.494000', '152904.497000', '152904.499000', '152904.502000', '152904.504000', '152904.507000', '152904.510000', '152904.512000', '152904.515000', '152904.517000', '152904.520000', '152904.523000', '152904.525000', '152904.528000', '152904.530000', '152904.533000', '152904.536000', '152904.538000', '152904.541000', '152904.543000', '152904.546000', '152904.549000', '152904.551000', '152904.554000', '152904.556000', '152904.559000', '152904.562000', '152904.564000', '152904.567000', '152904.569000', '152904.572000', '152904.575000', '152904.577000', '152924.467000', '152924.469000', '152924.472000', '152924.475000', '152924.477000', '152924.480000', '152924.483000', '152924.485000', '152924.488000', '152924.490000', '152924.493000', '152924.495000', '152924.498000', '152924.501000', '152924.503000', '152924.506000', '152924.508000', '152924.511000', '152924.514000', '152924.516000', '152924.519000', '152924.521000', '152924.524000', '152924.527000', '152924.529000', '152924.532000', '152924.534000', '152924.537000', '152924.540000', '152924.542000', '152924.545000', '152924.548000', '152924.550000', '152924.553000', '152924.556000', '152924.558000', '152924.561000', '152924.563000', '152924.566000', '152924.569000', '152924.571000', '152924.574000', '152924.577000', '152924.579000', '152944.466000', '152944.469000', '152944.472000', '152944.474000', '152944.477000', '152944.480000', '152944.482000', '152944.485000', '152944.488000', '152944.490000', '152944.493000', '152944.495000', '152944.498000', '152944.501000', '152944.503000', '152944.506000', '152944.508000', '152944.511000', '152944.514000', '152944.516000', '152944.519000', '152944.521000', '152944.524000', '152944.559000', '152944.561000', '152944.564000', '152944.567000', '152944.569000', '152944.572000', '152944.574000', '152944.577000', '152944.580000', '152944.582000', '152944.585000', '152944.587000', '152944.590000', '152944.593000', '152944.595000', '152944.598000', '152944.600000', '152944.603000', '152944.606000', '152944.608000', '153004.467000', '153004.470000', '153004.472000', '153004.475000', '153004.477000', '153004.480000', '153004.483000', '153004.485000', '153004.488000', '153004.491000', '153004.493000', '153004.496000', '153004.499000', '153004.501000', '153004.504000', '153004.506000', '153004.509000', '153004.512000', '153004.514000', '153004.519000', '153004.522000', '153004.525000', '153004.527000', '153004.530000', '153004.533000', '153004.535000', '153004.538000', '153004.541000', '153004.543000', '153004.546000', '153004.548000', '153004.551000', '153004.554000', '153004.556000', '153004.559000', '153004.562000', '153004.564000', '153004.567000', '153004.570000', '153004.572000', '153004.575000', '153004.578000', '153004.580000', '153024.467000', '153024.470000', '153024.472000', '153024.475000', '153024.477000', '153024.480000', '153024.483000', '153024.485000', '153024.488000', '153024.491000', '153024.493000', '153024.496000', '153024.498000', '153024.501000', '153024.504000', '153024.506000', '153024.509000', '153024.511000', '153024.514000', '153024.517000', '153024.519000', '153024.522000', '153024.524000', '153024.527000', '153024.530000', '153024.532000', '153024.535000', '153024.538000', '153024.540000', '153024.543000', '153024.545000', '153024.548000', '153024.551000', '153024.553000', '153024.556000', '153024.558000', '153024.561000', '153024.564000', '153024.566000', '153024.569000', '153024.571000', '153024.574000', '153024.577000', '153024.579000', '153044.467000', '153044.470000', '153044.473000', '153044.476000', '153044.478000', '153044.481000', '153044.483000', '153044.486000', '153044.489000', '153044.492000', '153044.495000', '153044.498000', '153044.500000', '153044.503000', '153044.506000', '153044.508000', '153044.511000', '153044.514000', '153044.516000', '153044.519000', '153044.521000', '153044.524000', '153044.527000', '153044.529000', '153044.532000', '153044.534000', '153044.537000', '153044.540000', '153044.542000', '153044.545000', '153044.548000', '153044.550000', '153044.553000', '153044.555000', '153044.558000', '153044.561000', '153044.563000', '153044.566000', '153044.568000', '153044.571000', '153044.574000', '153044.576000', '153044.579000', '153104.467000', '153104.470000', '153104.473000', '153104.476000', '153104.478000', '153104.481000', '153104.484000', '153104.486000', '153104.489000', '153104.492000', '153104.494000', '153104.497000', '153104.499000', '153104.502000', '153104.505000', '153104.507000', '153104.510000', '153104.512000', '153104.515000', '153104.518000', '153104.520000', '153104.523000', '153104.526000', '153104.528000', '153104.531000', '153104.533000', '153104.536000', '153104.538000', '153104.541000', '153104.544000', '153104.546000', '153104.549000', '153104.551000', '153104.554000', '153104.557000', '153104.559000', '153104.562000', '153104.565000', '153104.567000', '153104.570000', '153104.572000', '153104.575000', '153104.577000', '153104.580000', '153124.468000', '153124.470000', '153124.473000', '153124.476000', '153124.478000', '153124.481000', '153124.484000', '153124.486000', '153124.489000', '153124.491000', '153124.494000', '153124.497000', '153124.499000', '153124.502000', '153124.505000', '153124.507000', '153124.510000', '153124.513000', '153124.515000', '153124.518000', '153124.521000', '153124.523000', '153124.526000', '153124.529000', '153124.531000', '153124.534000', '153124.536000', '153124.539000', '153124.542000', '153124.544000', '153124.547000', '153124.549000', '153124.552000', '153124.555000', '153124.558000', '153124.561000', '153124.563000', '153124.566000', '153124.569000', '153124.571000', '153124.574000', '153124.577000', '153124.579000', '153144.466000', '153144.469000', '153144.472000', '153144.475000', '153144.477000', '153144.480000', '153144.482000', '153144.485000', '153144.488000', '153144.490000', '153144.493000', '153144.495000', '153144.498000', '153144.501000', '153144.503000', '153144.506000', '153144.508000', '153144.511000', '153144.514000', '153144.516000', '153144.519000', '153144.521000', '153144.524000', '153144.527000', '153144.529000', '153144.532000', '153144.535000', '153144.537000', '153144.540000', '153144.543000', '153144.545000', '153144.548000', '153144.550000', '153144.553000', '153144.556000', '153144.558000', '153144.561000', '153144.563000', '153144.566000', '153144.569000', '153144.571000', '153144.574000', '153144.577000', '153144.579000', '153204.467000', '153204.470000', '153204.472000', '153204.475000', '153204.478000', '153204.480000', '153204.483000', '153204.485000', '153204.488000', '153204.491000', '153204.493000', '153204.496000', '153204.499000', '153204.501000', '153204.504000', '153204.506000', '153204.509000', '153204.512000', '153204.514000', '153204.517000', '153204.520000', '153204.522000', '153204.525000', '153204.527000', '153204.530000', '153204.533000', '153204.536000', '153204.539000', '153204.542000', '153204.545000', '153204.548000', '153204.550000', '153204.553000', '153204.555000', '153204.558000', '153204.561000', '153204.563000', '153204.566000', '153204.568000', '153204.571000', '153204.574000', '153204.576000', '153204.579000', '153224.467000', '153224.469000', '153224.472000', '153224.475000', '153224.478000', '153224.480000', '153224.483000', '153224.485000', '153224.488000', '153224.491000', '153224.493000', '153224.496000', '153224.498000', '153224.503000', '153224.505000', '153224.508000', '153224.511000', '153224.513000', '153224.516000', '153224.518000', '153224.521000', '153224.524000', '153224.526000', '153224.529000', '153224.532000', '153224.534000', '153224.537000', '153224.540000', '153224.542000', '153224.545000', '153224.547000', '153224.550000', '153224.553000', '153224.555000', '153224.558000', '153224.560000', '153224.563000', '153224.566000', '153224.568000', '153224.571000', '153224.573000', '153224.576000', '153224.579000', '153224.581000', '153244.466000', '153244.469000', '153244.472000', '153244.475000', '153244.477000', '153244.480000', '153244.483000', '153244.485000', '153244.488000', '153244.490000', '153244.493000', '153244.496000', '153244.498000', '153244.501000', '153244.503000', '153244.517000', '153244.519000', '153244.522000', '153244.525000', '153244.527000', '153244.530000', '153244.533000', '153244.536000', '153244.539000', '153244.542000', '153244.545000', '153244.547000', '153244.550000', '153244.552000', '153244.555000', '153244.558000', '153244.560000', '153244.563000', '153244.565000', '153244.568000', '153244.571000', '153244.573000', '153244.576000', '153244.579000', '153244.581000', '153244.584000', '153244.586000', '153244.589000', '153304.467000', '153304.470000', '153304.473000', '153304.476000', '153304.478000', '153304.481000', '153304.483000', '153304.486000', '153304.489000', '153304.491000', '153304.494000', '153304.496000', '153304.499000', '153304.502000', '153304.504000', '153304.507000', '153304.509000', '153304.512000', '153304.515000', '153304.517000', '153304.520000', '153304.522000', '153304.525000', '153304.528000', '153304.530000', '153304.533000', '153304.535000', '153304.538000', '153304.540000', '153304.543000', '153304.546000', '153304.548000', '153304.551000', '153304.553000', '153304.556000', '153304.559000', '153304.561000', '153304.564000', '153304.567000', '153304.569000', '153304.572000', '153304.574000', '153304.577000', '153304.580000', '153311.668000', '153311.671000', '153311.674000', '153311.677000', '153311.679000', '153311.682000', '153311.685000', '153311.688000', '153311.690000', '153311.693000', '153311.697000', '153311.700000', '153311.703000', '153311.706000', '153311.709000', '153311.712000'], 'InstanceCreationTime': ['152704.496000', '152704.501000', '152704.503000', '152704.506000', '152704.509000', '152704.511000', '152704.514000', '152704.516000', '152704.519000', '152704.522000', '152704.524000', '152704.527000', '152704.529000', '152704.532000', '152704.535000', '152704.537000', '152704.540000', '152704.542000', '152704.545000', '152704.548000', '152704.550000', '152704.553000', '152704.556000', '152704.558000', '152704.561000', '152704.563000', '152704.566000', '152704.568000', '152704.571000', '152704.574000', '152704.576000', '152704.579000', '152704.581000', '152704.590000', '152704.593000', '152704.595000', '152704.598000', '152704.601000', '152704.604000', '152704.607000', '152724.467000', '152724.470000', '152724.472000', '152724.475000', '152724.477000', '152724.480000', '152724.483000', '152724.485000', '152724.488000', '152724.490000', '152724.493000', '152724.496000', '152724.498000', '152724.501000', '152724.503000', '152724.506000', '152724.508000', '152724.511000', '152724.514000', '152724.516000', '152724.519000', '152724.521000', '152724.524000', '152724.526000', '152724.529000', '152724.531000', '152724.534000', '152724.537000', '152724.539000', '152724.542000', '152724.545000', '152724.547000', '152724.550000', '152724.552000', '152724.555000', '152724.557000', '152724.560000', '152724.563000', '152724.565000', '152724.568000', '152724.570000', '152724.573000', '152724.575000', '152724.578000', '152744.467000', '152744.469000', '152744.472000', '152744.475000', '152744.477000', '152744.480000', '152744.482000', '152744.485000', '152744.487000', '152744.490000', '152744.493000', '152744.495000', '152744.498000', '152744.500000', '152744.503000', '152744.506000', '152744.508000', '152744.511000', '152744.514000', '152744.516000', '152744.519000', '152744.521000', '152744.524000', '152744.526000', '152744.529000', '152744.532000', '152744.534000', '152744.537000', '152744.539000', '152744.542000', '152744.545000', '152744.547000', '152744.550000', '152744.552000', '152744.555000', '152744.557000', '152744.560000', '152744.563000', '152744.565000', '152744.568000', '152744.570000', '152744.573000', '152744.575000', '152804.466000', '152804.469000', '152804.472000', '152804.474000', '152804.477000', '152804.480000', '152804.482000', '152804.485000', '152804.487000', '152804.490000', '152804.493000', '152804.495000', '152804.498000', '152804.500000', '152804.503000', '152804.506000', '152804.508000', '152804.511000', '152804.514000', '152804.516000', '152804.519000', '152804.525000', '152804.528000', '152804.530000', '152804.533000', '152804.535000', '152804.538000', '152804.541000', '152804.555000', '152804.557000', '152804.560000', '152804.562000', '152804.565000', '152804.567000', '152804.570000', '152804.573000', '152804.575000', '152804.578000', '152804.580000', '152804.583000', '152804.586000', '152804.588000', '152804.591000', '152804.593000', '152824.467000', '152824.470000', '152824.473000', '152824.476000', '152824.478000', '152824.481000', '152824.483000', '152824.486000', '152824.488000', '152824.491000', '152824.494000', '152824.496000', '152824.499000', '152824.502000', '152824.504000', '152824.507000', '152824.509000', '152824.512000', '152824.514000', '152824.517000', '152824.520000', '152824.522000', '152824.525000', '152824.527000', '152824.530000', '152824.533000', '152824.535000', '152824.538000', '152824.541000', '152824.543000', '152824.546000', '152824.548000', '152824.551000', '152824.554000', '152824.556000', '152824.559000', '152824.561000', '152824.564000', '152824.566000', '152824.569000', '152824.572000', '152824.582000', '152824.585000', '152844.467000', '152844.470000', '152844.473000', '152844.475000', '152844.479000', '152844.481000', '152844.484000', '152844.487000', '152844.489000', '152844.492000', '152844.495000', '152844.497000', '152844.500000', '152844.503000', '152844.505000', '152844.508000', '152844.510000', '152844.513000', '152844.515000', '152844.518000', '152844.521000', '152844.523000', '152844.526000', '152844.528000', '152844.531000', '152844.534000', '152844.536000', '152844.539000', '152844.542000', '152844.544000', '152844.547000', '152844.549000', '152844.552000', '152844.555000', '152844.557000', '152844.560000', '152844.562000', '152844.565000', '152844.567000', '152844.570000', '152844.573000', '152844.575000', '152844.578000', '152844.581000', '152904.467000', '152904.470000', '152904.473000', '152904.476000', '152904.478000', '152904.481000', '152904.483000', '152904.486000', '152904.489000', '152904.491000', '152904.494000', '152904.497000', '152904.499000', '152904.502000', '152904.504000', '152904.507000', '152904.510000', '152904.512000', '152904.515000', '152904.517000', '152904.520000', '152904.523000', '152904.525000', '152904.528000', '152904.530000', '152904.533000', '152904.536000', '152904.538000', '152904.541000', '152904.543000', '152904.546000', '152904.549000', '152904.551000', '152904.554000', '152904.556000', '152904.559000', '152904.562000', '152904.564000', '152904.567000', '152904.569000', '152904.572000', '152904.575000', '152904.577000', '152924.467000', '152924.469000', '152924.472000', '152924.475000', '152924.477000', '152924.480000', '152924.483000', '152924.485000', '152924.488000', '152924.490000', '152924.493000', '152924.495000', '152924.498000', '152924.501000', '152924.503000', '152924.506000', '152924.508000', '152924.511000', '152924.514000', '152924.516000', '152924.519000', '152924.521000', '152924.524000', '152924.527000', '152924.529000', '152924.532000', '152924.534000', '152924.537000', '152924.540000', '152924.542000', '152924.545000', '152924.548000', '152924.550000', '152924.553000', '152924.556000', '152924.558000', '152924.561000', '152924.563000', '152924.566000', '152924.569000', '152924.571000', '152924.574000', '152924.577000', '152924.579000', '152944.466000', '152944.469000', '152944.472000', '152944.474000', '152944.477000', '152944.480000', '152944.482000', '152944.485000', '152944.488000', '152944.490000', '152944.493000', '152944.495000', '152944.498000', '152944.501000', '152944.503000', '152944.506000', '152944.508000', '152944.511000', '152944.514000', '152944.516000', '152944.519000', '152944.521000', '152944.524000', '152944.559000', '152944.561000', '152944.564000', '152944.567000', '152944.569000', '152944.572000', '152944.574000', '152944.577000', '152944.580000', '152944.582000', '152944.585000', '152944.587000', '152944.590000', '152944.593000', '152944.595000', '152944.598000', '152944.600000', '152944.603000', '152944.606000', '152944.608000', '153004.467000', '153004.470000', '153004.472000', '153004.475000', '153004.477000', '153004.480000', '153004.483000', '153004.485000', '153004.488000', '153004.491000', '153004.493000', '153004.496000', '153004.499000', '153004.501000', '153004.504000', '153004.506000', '153004.509000', '153004.512000', '153004.514000', '153004.519000', '153004.522000', '153004.525000', '153004.527000', '153004.530000', '153004.533000', '153004.535000', '153004.538000', '153004.541000', '153004.543000', '153004.546000', '153004.548000', '153004.551000', '153004.554000', '153004.556000', '153004.559000', '153004.562000', '153004.564000', '153004.567000', '153004.570000', '153004.572000', '153004.575000', '153004.578000', '153004.580000', '153024.467000', '153024.470000', '153024.472000', '153024.475000', '153024.477000', '153024.480000', '153024.483000', '153024.485000', '153024.488000', '153024.491000', '153024.493000', '153024.496000', '153024.498000', '153024.501000', '153024.504000', '153024.506000', '153024.509000', '153024.511000', '153024.514000', '153024.517000', '153024.519000', '153024.522000', '153024.524000', '153024.527000', '153024.530000', '153024.532000', '153024.535000', '153024.538000', '153024.540000', '153024.543000', '153024.545000', '153024.548000', '153024.551000', '153024.553000', '153024.556000', '153024.558000', '153024.561000', '153024.564000', '153024.566000', '153024.569000', '153024.571000', '153024.574000', '153024.577000', '153024.579000', '153044.467000', '153044.470000', '153044.473000', '153044.476000', '153044.478000', '153044.481000', '153044.483000', '153044.486000', '153044.489000', '153044.492000', '153044.495000', '153044.498000', '153044.500000', '153044.503000', '153044.506000', '153044.508000', '153044.511000', '153044.514000', '153044.516000', '153044.519000', '153044.521000', '153044.524000', '153044.527000', '153044.529000', '153044.532000', '153044.534000', '153044.537000', '153044.540000', '153044.542000', '153044.545000', '153044.548000', '153044.550000', '153044.553000', '153044.555000', '153044.558000', '153044.561000', '153044.563000', '153044.566000', '153044.568000', '153044.571000', '153044.574000', '153044.576000', '153044.579000', '153104.467000', '153104.470000', '153104.473000', '153104.476000', '153104.478000', '153104.481000', '153104.484000', '153104.486000', '153104.489000', '153104.492000', '153104.494000', '153104.497000', '153104.499000', '153104.502000', '153104.505000', '153104.507000', '153104.510000', '153104.512000', '153104.515000', '153104.518000', '153104.520000', '153104.523000', '153104.526000', '153104.528000', '153104.531000', '153104.533000', '153104.536000', '153104.538000', '153104.541000', '153104.544000', '153104.546000', '153104.549000', '153104.551000', '153104.554000', '153104.557000', '153104.559000', '153104.562000', '153104.565000', '153104.567000', '153104.570000', '153104.572000', '153104.575000', '153104.577000', '153104.580000', '153124.468000', '153124.470000', '153124.473000', '153124.476000', '153124.478000', '153124.481000', '153124.484000', '153124.486000', '153124.489000', '153124.491000', '153124.494000', '153124.497000', '153124.499000', '153124.502000', '153124.505000', '153124.507000', '153124.510000', '153124.513000', '153124.515000', '153124.518000', '153124.521000', '153124.523000', '153124.526000', '153124.529000', '153124.531000', '153124.534000', '153124.536000', '153124.539000', '153124.542000', '153124.544000', '153124.547000', '153124.549000', '153124.552000', '153124.555000', '153124.558000', '153124.561000', '153124.563000', '153124.566000', '153124.569000', '153124.571000', '153124.574000', '153124.577000', '153124.579000', '153144.466000', '153144.469000', '153144.472000', '153144.475000', '153144.477000', '153144.480000', '153144.482000', '153144.485000', '153144.488000', '153144.490000', '153144.493000', '153144.495000', '153144.498000', '153144.501000', '153144.503000', '153144.506000', '153144.508000', '153144.511000', '153144.514000', '153144.516000', '153144.519000', '153144.521000', '153144.524000', '153144.527000', '153144.529000', '153144.532000', '153144.535000', '153144.537000', '153144.540000', '153144.543000', '153144.545000', '153144.548000', '153144.550000', '153144.553000', '153144.556000', '153144.558000', '153144.561000', '153144.563000', '153144.566000', '153144.569000', '153144.571000', '153144.574000', '153144.577000', '153144.579000', '153204.467000', '153204.470000', '153204.472000', '153204.475000', '153204.478000', '153204.480000', '153204.483000', '153204.485000', '153204.488000', '153204.491000', '153204.493000', '153204.496000', '153204.499000', '153204.501000', '153204.504000', '153204.506000', '153204.509000', '153204.512000', '153204.514000', '153204.517000', '153204.520000', '153204.522000', '153204.525000', '153204.527000', '153204.530000', '153204.533000', '153204.536000', '153204.539000', '153204.542000', '153204.545000', '153204.548000', '153204.550000', '153204.553000', '153204.555000', '153204.558000', '153204.561000', '153204.563000', '153204.566000', '153204.568000', '153204.571000', '153204.574000', '153204.576000', '153204.579000', '153224.467000', '153224.469000', '153224.472000', '153224.475000', '153224.478000', '153224.480000', '153224.483000', '153224.485000', '153224.488000', '153224.491000', '153224.493000', '153224.496000', '153224.498000', '153224.503000', '153224.505000', '153224.508000', '153224.511000', '153224.513000', '153224.516000', '153224.518000', '153224.521000', '153224.524000', '153224.526000', '153224.529000', '153224.532000', '153224.534000', '153224.537000', '153224.540000', '153224.542000', '153224.545000', '153224.547000', '153224.550000', '153224.553000', '153224.555000', '153224.558000', '153224.560000', '153224.563000', '153224.566000', '153224.568000', '153224.571000', '153224.573000', '153224.576000', '153224.579000', '153224.581000', '153244.466000', '153244.469000', '153244.472000', '153244.475000', '153244.477000', '153244.480000', '153244.483000', '153244.485000', '153244.488000', '153244.490000', '153244.493000', '153244.496000', '153244.498000', '153244.501000', '153244.503000', '153244.517000', '153244.519000', '153244.522000', '153244.525000', '153244.527000', '153244.530000', '153244.533000', '153244.536000', '153244.539000', '153244.542000', '153244.545000', '153244.547000', '153244.550000', '153244.552000', '153244.555000', '153244.558000', '153244.560000', '153244.563000', '153244.565000', '153244.568000', '153244.571000', '153244.573000', '153244.576000', '153244.579000', '153244.581000', '153244.584000', '153244.586000', '153244.589000', '153304.467000', '153304.470000', '153304.473000', '153304.476000', '153304.478000', '153304.481000', '153304.483000', '153304.486000', '153304.489000', '153304.491000', '153304.494000', '153304.496000', '153304.499000', '153304.502000', '153304.504000', '153304.507000', '153304.509000', '153304.512000', '153304.515000', '153304.517000', '153304.520000', '153304.522000', '153304.525000', '153304.528000', '153304.530000', '153304.533000', '153304.535000', '153304.538000', '153304.540000', '153304.543000', '153304.546000', '153304.548000', '153304.551000', '153304.553000', '153304.556000', '153304.559000', '153304.561000', '153304.564000', '153304.567000', '153304.569000', '153304.572000', '153304.574000', '153304.577000', '153304.580000', '153311.668000', '153311.671000', '153311.674000', '153311.677000', '153311.679000', '153311.682000', '153311.685000', '153311.688000', '153311.690000', '153311.693000', '153311.697000', '153311.700000', '153311.703000', '153311.706000', '153311.709000', '153311.712000'], '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], 'LargestImagePixelValue': [8334, 11655, 8491, 12473, 8606, 11216, 8674, 11395, 9328, 10293, 9810, 8029, 10939, 7975, 10458, 8066, 11552, 8324, 12019, 8706, 12047, 8696, 9488, 8200, 9845, 8146, 9700, 8613, 9304, 9647, 9117, 9197, 10139, 7947, 12139, 8279, 13796, 8933, 11754, 9788, 9569, 8063, 9041, 8268, 13588, 8532, 13469, 9135, 12580, 8916, 12416, 8691, 11714, 9046, 10316, 9703, 8773, 9649, 7905, 13814, 8309, 13466, 9428, 9572, 10799, 7829, 12998, 8418, 12134, 9705, 10247, 9477, 8479, 8837, 8844, 10202, 9598, 10203, 10295, 9113, 9200, 10403, 8288, 10706, 8641, 11672, 8658, 10275, 8384, 11385, 8485, 13888, 8896, 13112, 9053, 12664, 9468, 11133, 9510, 8254, 10985, 8183, 12027, 8480, 12215, 8821, 11941, 9614, 10871, 9647, 9933, 9929, 8073, 12559, 8685, 12706, 9099, 12504, 9376, 12727, 9513, 9862, 10839, 8175, 13822, 8771, 13368, 9173, 11376, 9467, 9414, 9292, 9361, 10011, 9322, 9319, 8550, 10505, 8318, 10394, 8506, 10394, 8432, 14246, 8707, 12977, 9031, 12485, 9346, 10509, 9383, 8179, 10057, 8430, 12993, 8883, 12626, 8897, 12247, 8975, 12397, 9337, 10137, 10506, 8207, 11006, 8621, 13158, 8670, 11154, 8479, 10067, 8124, 10226, 8409, 13776, 9167, 12734, 9109, 9109, 10019, 8196, 14059, 8600, 11450, 8719, 10885, 8991, 10423, 9405, 10336, 9292, 10267, 9337, 10533, 9585, 8877, 11186, 8963, 13275, 9494, 12436, 8667, 8975, 10146, 8285, 11819, 9169, 10742, 9507, 9937, 9245, 8938, 9827, 9331, 10314, 9685, 10928, 9385, 11918, 9877, 11295, 10000, 8664, 11216, 9441, 12687, 10029, 11255, 10377, 8585, 10988, 9378, 13099, 9969, 11380, 9631, 8857, 10870, 8877, 11871, 9547, 11262, 10364, 9627, 11094, 9190, 11736, 9895, 10541, 10395, 9104, 10840, 9810, 11430, 10042, 10543, 11207, 9352, 12213, 10428, 11260, 10425, 9065, 11600, 9791, 12984, 10413, 10787, 10128, 9367, 11806, 9926, 12183, 10785, 10812, 10645, 9183, 11459, 9765, 14071, 10478, 11539, 10422, 9076, 10782, 9768, 12606, 10329, 12360, 10508, 10529, 11517, 9512, 13251, 9962, 12934, 10426, 12656, 10133, 9051, 12257, 10022, 11570, 10345, 10145, 10816, 9795, 10347, 9135, 11539, 9784, 11672, 10046, 11870, 10474, 10712, 10175, 9281, 10786, 8947, 11749, 9432, 10938, 10211, 12016, 10561, 12368, 11008, 9755, 11556, 9833, 12116, 10307, 12678, 10807, 10514, 10698, 9588, 10577, 9536, 11707, 10056, 11147, 10560, 11534, 10940, 10352, 11505, 9640, 13545, 10420, 12242, 10733, 12092, 10743, 9451, 11761, 10079, 11707, 10258, 11605, 10553, 11692, 10603, 11112, 10699, 10562, 10941, 10124, 10936, 9494, 11786, 9917, 11477, 9902, 11466, 9978, 11776, 10710, 11654, 10440, 9861, 10163, 9255, 11794, 9874, 12249, 10409, 11869, 10589, 11775, 10695, 10657, 10899, 9074, 11309, 9489, 10582, 9443, 11247, 9375, 11833, 9933, 11896, 10225, 11952, 10417, 12695, 10671, 11946, 10254, 9670, 10803, 9395, 11565, 9617, 13861, 10371, 12197, 10674, 11244, 10398, 10277, 10636, 9393, 10725, 9461, 11255, 9695, 11205, 10468, 11139, 10353, 10957, 10452, 12273, 10731, 11398, 11164, 9154, 11305, 10063, 11520, 9919, 11734, 10651, 11523, 10707, 10889, 10680, 9066, 11505, 9665, 12671, 10294, 12209, 10380, 11060, 10566, 9185, 11694, 9886, 12122, 10479, 12055, 10282, 11705, 10618, 10618, 11168, 9249, 11430, 10131, 12787, 10413, 12317, 10836, 10370, 10927, 9362, 11174, 10075, 12389, 10514, 11937, 10762, 10340, 11232, 9594, 11055, 10169, 12540, 10931, 10827, 11291, 9616, 13597, 10244, 12549, 10498, 9415, 10366, 9123, 11146, 10079, 11642, 10589, 11579, 10822, 10510, 10652, 9194, 10534, 9361, 11525, 10054, 12274, 10527, 11879, 10536, 10669, 10232, 8869, 11345, 9795, 12480, 10444, 12171, 10521, 12055, 10651, 9350, 11463, 9613, 11648, 10040, 11954, 10398, 11963, 10614, 10681, 10639, 10388, 10635, 10743, 10703, 9107, 11311, 9389, 12924, 10163, 13058, 10388, 12310, 10831, 11046, 10376, 9176, 11539, 9698, 11058, 10170, 11052, 10664, 10949, 10689, 10695, 10769, 9726, 11091, 9338, 11624, 9824, 11607, 9845, 10961, 10150, 12432, 10702, 12258, 10385, 9717, 10407, 9311, 11530, 10271, 12174, 10271, 11904, 10669, 11742, 10693, 10405, 10332, 8952, 11330, 9723, 12630, 10357, 12242, 10678, 9554, 11273, 9495, 13384, 10491, 11064, 10499, 9038, 11160, 9568, 10934, 10102, 10640, 10736, 9795, 10770, 9215, 10831, 9598, 10692, 9635, 10768, 10229, 10937, 10057, 10642, 9759, 11410, 9387, 14484, 10185, 13007, 10517, 12627, 10495, 10391, 10002, 9052, 10785, 8856, 10763, 9410, 11194, 9851, 11428, 9861, 11165, 10014, 11814, 10500, 11890, 10395, 11504, 10180, 9391, 12515, 10078, 12824, 10396, 12162, 10717, 10113, 10760, 8994, 10726, 9232, 11087, 9043, 10258, 9235, 12478, 10124, 13028, 10449, 12230, 10727, 12379, 10459, 10247, 10376, 10926, 10428, 10259, 10563, 9456, 10394, 9032, 10670, 9596, 10343, 9484, 11305, 9647, 11487, 9603, 11341, 9871, 12698, 10083, 12555, 10341, 12006, 10089, 12817, 9839, 11583, 9752, 10896, 9763, 12157, 10716, 10304, 10875, 9219, 10822, 9948, 12716, 10070, 12355, 9968, 11645, 9700, 12424, 10226, 10508, 10113, 8984, 11560, 9600, 13270, 9890, 12683, 10100, 12321, 10382, 9335, 10217, 9048, 11886, 9841, 13181, 10172, 12879, 10010, 11044, 9700, 10854, 9980, 11301, 10417, 11655, 9967, 9119, 10454, 9205, 11303, 9379, 10740, 9633, 12744, 10258, 12359, 10161, 9313, 10065, 9109, 9987, 8981, 10194, 9056, 11362, 9451, 11275, 9611, 11251, 9755, 12848, 10235, 12246, 10482, 11624, 10393, 10916, 10175, 9044, 12878, 9886, 13127, 10390, 12830, 10486, 10834, 10861, 10157, 10235, 8907, 10121, 8959, 10899, 9302, 10917, 9679, 10876, 9707, 12488, 10379, 12440, 9953, 9449, 11152, 9395, 13836, 10238, 12024, 10270, 9435, 9848, 8987, 11168, 9899, 11144, 10046, 11084, 9971, 10297, 10365, 10839, 10714, 10677, 10981, 10020, 12552, 9998, 9712, 9993, 9013, 15349], 'WindowCenter': [4038.0, 4062.0, 4019.0, 4047.0, 4006.0, 4035.0, 4004.0, 4033.0, 4003.0, 4024.0, 4011.0, 3993.0, 4023.0, 3993.0, 4011.0, 3993.0, 4032.0, 4004.0, 4033.0, 4004.0, 4033.0, 4003.0, 4012.0, 3993.0, 4024.0, 4005.0, 4025.0, 4016.0, 4014.0, 4017.0, 4003.0, 4015.0, 4012.0, 3996.0, 4034.0, 3993.0, 4054.0, 4004.0, 4021.0, 4012.0, 4000.0, 3981.0, 3990.0, 3994.0, 4042.0, 3991.0, 4041.0, 4002.0, 4031.0, 4001.0, 4031.0, 3992.0, 4031.0, 4003.0, 4012.0, 4012.0, 4004.0, 4012.0, 3993.0, 4043.0, 3993.0, 4042.0, 4001.0, 4002.0, 4010.0, 3981.0, 4030.0, 3980.0, 4019.0, 4000.0, 4011.0, 4012.0, 3992.0, 4002.0, 4002.0, 4024.0, 4014.0, 4026.0, 4027.0, 4015.0, 4015.0, 4024.0, 4004.0, 4022.0, 4004.0, 4033.0, 4004.0, 4011.0, 4005.0, 4033.0, 4004.0, 4054.0, 4003.0, 4043.0, 4002.0, 4031.0, 4012.0, 4022.0, 4000.0, 3992.0, 4021.0, 3993.0, 4031.0, 3991.0, 4030.0, 4001.0, 4031.0, 4011.0, 4022.0, 4012.0, 4012.0, 4011.0, 3993.0, 4032.0, 4002.0, 4031.0, 3991.0, 4031.0, 4001.0, 4031.0, 4000.0, 4012.0, 4009.0, 3980.0, 4030.0, 3989.0, 4029.0, 3999.0, 4019.0, 4000.0, 3999.0, 4000.0, 3999.0, 4012.0, 4002.0, 4001.0, 4003.0, 4022.0, 3992.0, 4011.0, 4002.0, 4011.0, 3992.0, 4053.0, 4003.0, 4042.0, 4001.0, 4030.0, 4001.0, 4011.0, 4000.0, 3992.0, 4011.0, 3992.0, 4043.0, 4003.0, 4032.0, 4002.0, 4031.0, 4001.0, 4030.0, 4000.0, 4012.0, 4010.0, 3991.0, 4009.0, 3991.0, 4031.0, 3990.0, 4008.0, 3978.0, 3999.0, 3980.0, 3998.0, 3990.0, 4040.0, 3989.0, 4031.0, 3988.0, 3989.0, 3998.0, 3979.0, 4028.0, 3977.0, 4006.0, 3978.0, 4008.0, 3989.0, 4010.0, 4000.0, 4011.0, 4002.0, 4010.0, 4000.0, 4010.0, 3999.0, 4002.0, 4009.0, 3989.0, 4030.0, 4001.0, 4030.0, 3978.0, 3988.0, 3997.0, 3979.0, 4018.0, 3989.0, 4008.0, 4000.0, 4000.0, 4001.0, 3989.0, 4011.0, 4001.0, 4023.0, 4015.0, 4022.0, 4003.0, 4033.0, 4013.0, 4023.0, 4012.0, 4003.0, 4022.0, 4012.0, 4032.0, 4012.0, 4021.0, 4010.0, 3990.0, 4009.0, 3990.0, 4030.0, 4000.0, 4020.0, 4001.0, 3991.0, 4009.0, 3989.0, 4008.0, 3999.0, 4008.0, 3999.0, 4000.0, 4009.0, 4001.0, 4020.0, 4002.0, 4010.0, 3999.0, 4002.0, 4010.0, 4013.0, 4022.0, 4011.0, 4012.0, 4021.0, 4002.0, 4031.0, 4022.0, 4022.0, 4011.0, 4004.0, 4022.0, 4013.0, 4033.0, 4014.0, 4022.0, 4009.0, 4000.0, 4020.0, 4012.0, 4021.0, 4022.0, 4022.0, 4013.0, 4003.0, 4021.0, 4013.0, 4041.0, 4011.0, 4023.0, 4012.0, 4002.0, 4010.0, 4012.0, 4020.0, 4012.0, 4032.0, 4012.0, 4012.0, 4021.0, 4003.0, 4030.0, 4000.0, 4019.0, 4011.0, 4030.0, 3999.0, 3990.0, 4019.0, 4002.0, 4009.0, 4012.0, 4010.0, 4022.0, 4011.0, 4012.0, 4002.0, 4022.0, 4011.0, 4022.0, 4014.0, 4033.0, 4024.0, 4023.0, 4012.0, 4001.0, 4022.0, 4003.0, 4033.0, 4015.0, 4022.0, 4014.0, 4033.0, 4024.0, 4033.0, 4022.0, 4013.0, 4022.0, 4013.0, 4022.0, 4013.0, 4032.0, 4021.0, 4024.0, 4010.0, 4013.0, 4012.0, 4014.0, 4033.0, 4024.0, 4035.0, 4024.0, 4034.0, 4023.0, 4014.0, 4022.0, 4014.0, 4043.0, 4023.0, 4031.0, 4012.0, 4033.0, 4011.0, 4002.0, 4032.0, 4014.0, 4023.0, 4013.0, 4021.0, 4023.0, 4022.0, 4024.0, 4023.0, 4023.0, 4011.0, 4024.0, 4014.0, 4023.0, 4015.0, 4034.0, 4015.0, 4022.0, 4014.0, 4022.0, 4013.0, 4022.0, 4013.0, 4023.0, 4013.0, 4001.0, 3999.0, 4001.0, 4020.0, 4001.0, 4031.0, 4012.0, 4020.0, 4012.0, 4020.0, 4010.0, 4011.0, 4022.0, 4002.0, 4020.0, 4001.0, 4010.0, 4002.0, 4023.0, 4015.0, 4033.0, 4025.0, 4034.0, 4014.0, 4032.0, 4025.0, 4044.0, 4025.0, 4035.0, 4012.0, 4002.0, 4011.0, 3990.0, 4008.0, 4001.0, 4030.0, 4010.0, 4020.0, 4011.0, 4011.0, 3999.0, 3999.0, 4011.0, 4000.0, 4021.0, 4013.0, 4022.0, 4012.0, 4022.0, 4024.0, 4021.0, 4012.0, 4022.0, 4024.0, 4032.0, 4023.0, 4023.0, 4021.0, 4003.0, 4010.0, 4002.0, 4020.0, 4000.0, 4020.0, 4012.0, 4022.0, 4010.0, 4010.0, 4010.0, 3991.0, 4020.0, 4001.0, 4031.0, 4012.0, 4021.0, 3999.0, 4009.0, 4008.0, 3999.0, 4018.0, 4000.0, 4031.0, 4012.0, 4020.0, 4011.0, 4020.0, 4011.0, 4011.0, 4020.0, 4002.0, 4021.0, 4011.0, 4031.0, 4011.0, 4022.0, 4010.0, 4011.0, 4010.0, 4003.0, 4021.0, 4000.0, 4031.0, 4009.0, 4021.0, 4010.0, 4013.0, 4011.0, 4002.0, 4009.0, 4011.0, 4020.0, 4010.0, 4011.0, 4007.0, 4001.0, 4029.0, 4000.0, 4018.0, 4009.0, 3990.0, 3999.0, 4002.0, 4010.0, 4009.0, 4020.0, 4012.0, 4021.0, 4021.0, 4012.0, 4012.0, 4002.0, 4011.0, 4002.0, 4021.0, 4012.0, 4031.0, 4012.0, 4021.0, 4011.0, 4011.0, 4000.0, 3992.0, 4009.0, 4001.0, 4032.0, 4011.0, 4020.0, 4009.0, 4019.0, 4009.0, 4000.0, 4021.0, 4014.0, 4020.0, 4000.0, 4019.0, 4010.0, 4021.0, 4012.0, 4012.0, 4023.0, 4013.0, 4012.0, 4023.0, 4011.0, 4002.0, 4020.0, 4002.0, 4032.0, 4012.0, 4031.0, 4010.0, 4020.0, 4010.0, 4020.0, 4010.0, 4001.0, 4018.0, 4000.0, 4009.0, 4013.0, 4019.0, 4023.0, 4024.0, 4012.0, 4011.0, 4022.0, 4001.0, 4022.0, 4001.0, 4021.0, 4012.0, 4020.0, 4012.0, 4010.0, 4012.0, 4032.0, 4011.0, 4033.0, 4010.0, 4000.0, 4009.0, 4000.0, 4019.0, 4012.0, 4031.0, 4011.0, 4022.0, 4011.0, 4022.0, 4011.0, 4011.0, 4012.0, 4003.0, 4021.0, 4001.0, 4031.0, 4012.0, 4033.0, 4011.0, 4003.0, 4009.0, 4000.0, 4031.0, 4011.0, 4010.0, 4010.0, 3991.0, 4009.0, 4000.0, 4008.0, 4009.0, 4011.0, 4022.0, 4012.0, 4033.0, 4003.0, 4022.0, 4014.0, 4024.0, 4014.0, 4036.0, 4026.0, 4036.0, 4015.0, 4024.0, 4015.0, 4023.0, 4015.0, 4043.0, 4013.0, 4032.0, 4011.0, 4032.0, 4013.0, 4012.0, 4010.0, 3991.0, 4013.0, 3992.0, 4011.0, 4002.0, 4022.0, 4012.0, 4020.0, 4013.0, 4020.0, 4012.0, 4033.0, 4021.0, 4022.0, 4012.0, 4022.0, 3999.0, 4000.0, 4020.0, 4000.0, 4030.0, 4000.0, 4018.0, 4010.0, 4010.0, 4021.0, 4001.0, 4021.0, 4000.0, 4022.0, 4004.0, 4012.0, 4015.0, 4033.0, 4013.0, 4033.0, 4012.0, 4020.0, 4010.0, 4030.0, 4023.0, 4011.0, 4010.0, 4011.0, 4013.0, 4012.0, 4011.0, 4002.0, 4012.0, 3991.0, 4009.0, 4000.0, 4011.0, 4002.0, 4021.0, 4013.0, 4022.0, 4001.0, 4019.0, 4013.0, 4031.0, 4012.0, 4030.0, 4012.0, 4020.0, 4010.0, 4031.0, 4001.0, 4022.0, 4014.0, 4022.0, 4011.0, 4020.0, 4010.0, 4010.0, 4010.0, 4002.0, 4010.0, 4001.0, 4031.0, 4001.0, 4020.0, 3998.0, 4007.0, 4001.0, 4018.0, 4008.0, 4011.0, 3999.0, 3992.0, 4010.0, 4001.0, 4018.0, 3989.0, 4017.0, 3997.0, 4017.0, 3998.0, 3989.0, 3997.0, 3990.0, 4008.0, 3998.0, 4032.0, 4000.0, 4018.0, 3999.0, 4009.0, 4000.0, 4009.0, 4000.0, 4010.0, 4011.0, 4021.0, 3999.0, 3992.0, 4000.0, 3989.0, 3997.0, 3988.0, 4007.0, 3988.0, 4018.0, 3998.0, 4019.0, 3999.0, 3989.0, 3988.0, 3989.0, 3998.0, 3989.0, 4000.0, 4003.0, 4021.0, 4001.0, 4021.0, 4012.0, 4021.0, 4013.0, 4034.0, 4014.0, 4033.0, 4012.0, 4020.0, 4012.0, 4012.0, 3999.0, 3991.0, 4032.0, 4002.0, 4030.0, 4000.0, 4020.0, 4010.0, 4009.0, 4022.0, 4011.0, 4000.0, 3990.0, 3999.0, 3992.0, 4010.0, 4004.0, 4011.0, 4003.0, 4010.0, 4001.0, 4031.0, 4013.0, 4033.0, 4000.0, 4002.0, 4009.0, 3990.0, 4030.0, 3999.0, 4020.0, 3999.0, 3989.0, 3999.0, 3991.0, 4008.0, 4000.0, 4021.0, 4012.0, 4022.0, 4011.0, 4012.0, 4024.0, 4037.0, 4036.0, 4039.0, 4039.0, 4027.0, 4047.0, 4013.0, 4015.0, 4011.0, 4004.0, 4052.0], 'WindowWidth': [9015.0, 9032.0, 8969.0, 9000.0, 8944.0, 8979.0, 8937.0, 8972.0, 8932.0, 8962.0, 8938.0, 8918.0, 8958.0, 8920.0, 8938.0, 8918.0, 8968.0, 8934.0, 8971.0, 8937.0, 8970.0, 8932.0, 8942.0, 8919.0, 8961.0, 8940.0, 8964.0, 8955.0, 8948.0, 8955.0, 8931.0, 8951.0, 8941.0, 8927.0, 8972.0, 8919.0, 9002.0, 8933.0, 8948.0, 8939.0, 8921.0, 8897.0, 8908.0, 8920.0, 8981.0, 8912.0, 8978.0, 8929.0, 8963.0, 8925.0, 8964.0, 8914.0, 8964.0, 8930.0, 8942.0, 8940.0, 8935.0, 8940.0, 8918.0, 8982.0, 8916.0, 8981.0, 8924.0, 8928.0, 8933.0, 8898.0, 8960.0, 8893.0, 8944.0, 8922.0, 8939.0, 8941.0, 8918.0, 8928.0, 8928.0, 8962.0, 8947.0, 8968.0, 8971.0, 8949.0, 8951.0, 8958.0, 8935.0, 8954.0, 8934.0, 8970.0, 8933.0, 8940.0, 8937.0, 8969.0, 8933.0, 9001.0, 8932.0, 8982.0, 8927.0, 8963.0, 8942.0, 8956.0, 8921.0, 8916.0, 8952.0, 8916.0, 8962.0, 8912.0, 8961.0, 8926.0, 8964.0, 8938.0, 8953.0, 8940.0, 8943.0, 8938.0, 8918.0, 8967.0, 8928.0, 8964.0, 8911.0, 8962.0, 8925.0, 8964.0, 8921.0, 8939.0, 8932.0, 8895.0, 8959.0, 8905.0, 8956.0, 8918.0, 8945.0, 8922.0, 8919.0, 8921.0, 8919.0, 8940.0, 8928.0, 8926.0, 8934.0, 8953.0, 8915.0, 8936.0, 8928.0, 8936.0, 8916.0, 8999.0, 8931.0, 8980.0, 8925.0, 8961.0, 8924.0, 8936.0, 8920.0, 8916.0, 8936.0, 8917.0, 8982.0, 8931.0, 8967.0, 8928.0, 8962.0, 8923.0, 8960.0, 8919.0, 8940.0, 8931.0, 8910.0, 8931.0, 8911.0, 8964.0, 8909.0, 8927.0, 8888.0, 8917.0, 8894.0, 8914.0, 8908.0, 8974.0, 8903.0, 8963.0, 8900.0, 8904.0, 8913.0, 8892.0, 8954.0, 8884.0, 8920.0, 8888.0, 8925.0, 8906.0, 8932.0, 8921.0, 8937.0, 8929.0, 8935.0, 8919.0, 8934.0, 8918.0, 8926.0, 8929.0, 8904.0, 8961.0, 8924.0, 8961.0, 8886.0, 8900.0, 8908.0, 8890.0, 8938.0, 8902.0, 8927.0, 8922.0, 8922.0, 8922.0, 8905.0, 8938.0, 8922.0, 8956.0, 8950.0, 8954.0, 8931.0, 8970.0, 8943.0, 8955.0, 8938.0, 8931.0, 8951.0, 8940.0, 8966.0, 8939.0, 8952.0, 8932.0, 8906.0, 8928.0, 8906.0, 8959.0, 8918.0, 8946.0, 8923.0, 8910.0, 8926.0, 8904.0, 8926.0, 8917.0, 8927.0, 8916.0, 8920.0, 8929.0, 8922.0, 8946.0, 8925.0, 8934.0, 8918.0, 8926.0, 8936.0, 8942.0, 8953.0, 8938.0, 8940.0, 8949.0, 8928.0, 8965.0, 8954.0, 8954.0, 8936.0, 8930.0, 8949.0, 8941.0, 8967.0, 8943.0, 8953.0, 8930.0, 8919.0, 8945.0, 8939.0, 8950.0, 8953.0, 8954.0, 8942.0, 8930.0, 8948.0, 8940.0, 8978.0, 8935.0, 8955.0, 8937.0, 8926.0, 8934.0, 8938.0, 8947.0, 8939.0, 8964.0, 8937.0, 8941.0, 8948.0, 8928.0, 8959.0, 8918.0, 8943.0, 8934.0, 8959.0, 8914.0, 8906.0, 8944.0, 8923.0, 8929.0, 8936.0, 8931.0, 8950.0, 8936.0, 8940.0, 8927.0, 8950.0, 8939.0, 8950.0, 8944.0, 8968.0, 8958.0, 8956.0, 8936.0, 8923.0, 8952.0, 8930.0, 8967.0, 8948.0, 8954.0, 8946.0, 8970.0, 8959.0, 8971.0, 8953.0, 8945.0, 8951.0, 8942.0, 8952.0, 8941.0, 8967.0, 8952.0, 8958.0, 8936.0, 8943.0, 8940.0, 8946.0, 8967.0, 8960.0, 8976.0, 8959.0, 8971.0, 8955.0, 8946.0, 8951.0, 8944.0, 8984.0, 8956.0, 8963.0, 8938.0, 8969.0, 8934.0, 8927.0, 8965.0, 8946.0, 8955.0, 8941.0, 8948.0, 8956.0, 8954.0, 8960.0, 8957.0, 8956.0, 8937.0, 8957.0, 8945.0, 8956.0, 8950.0, 8973.0, 8948.0, 8953.0, 8944.0, 8951.0, 8942.0, 8953.0, 8940.0, 8955.0, 8939.0, 8924.0, 8916.0, 8923.0, 8944.0, 8922.0, 8963.0, 8937.0, 8946.0, 8936.0, 8946.0, 8935.0, 8936.0, 8950.0, 8926.0, 8946.0, 8923.0, 8933.0, 8924.0, 8955.0, 8947.0, 8969.0, 8963.0, 8972.0, 8946.0, 8966.0, 8961.0, 8985.0, 8959.0, 8974.0, 8940.0, 8926.0, 8934.0, 8907.0, 8926.0, 8921.0, 8960.0, 8932.0, 8945.0, 8934.0, 8934.0, 8916.0, 8915.0, 8934.0, 8918.0, 8950.0, 8943.0, 8950.0, 8941.0, 8954.0, 8959.0, 8950.0, 8941.0, 8952.0, 8957.0, 8966.0, 8954.0, 8956.0, 8949.0, 8928.0, 8932.0, 8924.0, 8944.0, 8920.0, 8947.0, 8937.0, 8951.0, 8933.0, 8933.0, 8932.0, 8908.0, 8943.0, 8923.0, 8962.0, 8938.0, 8947.0, 8917.0, 8930.0, 8927.0, 8918.0, 8939.0, 8919.0, 8962.0, 8938.0, 8945.0, 8935.0, 8945.0, 8936.0, 8936.0, 8946.0, 8926.0, 8947.0, 8936.0, 8962.0, 8936.0, 8949.0, 8932.0, 8936.0, 8933.0, 8929.0, 8949.0, 8921.0, 8961.0, 8932.0, 8948.0, 8932.0, 8943.0, 8935.0, 8923.0, 8928.0, 8934.0, 8944.0, 8930.0, 8935.0, 8925.0, 8921.0, 8955.0, 8917.0, 8940.0, 8929.0, 8905.0, 8916.0, 8926.0, 8931.0, 8932.0, 8946.0, 8937.0, 8947.0, 8949.0, 8941.0, 8940.0, 8926.0, 8935.0, 8926.0, 8947.0, 8940.0, 8963.0, 8938.0, 8949.0, 8935.0, 8936.0, 8918.0, 8911.0, 8928.0, 8923.0, 8966.0, 8936.0, 8945.0, 8930.0, 8943.0, 8930.0, 8922.0, 8947.0, 8943.0, 8946.0, 8922.0, 8943.0, 8933.0, 8950.0, 8940.0, 8938.0, 8956.0, 8942.0, 8940.0, 8954.0, 8936.0, 8927.0, 8946.0, 8926.0, 8966.0, 8939.0, 8962.0, 8932.0, 8945.0, 8933.0, 8946.0, 8933.0, 8923.0, 8940.0, 8921.0, 8930.0, 8940.0, 8945.0, 8954.0, 8956.0, 8939.0, 8937.0, 8951.0, 8923.0, 8951.0, 8925.0, 8949.0, 8941.0, 8948.0, 8939.0, 8932.0, 8940.0, 8965.0, 8936.0, 8969.0, 8933.0, 8920.0, 8929.0, 8921.0, 8941.0, 8937.0, 8963.0, 8937.0, 8950.0, 8937.0, 8951.0, 8935.0, 8939.0, 8940.0, 8928.0, 8948.0, 8924.0, 8963.0, 8937.0, 8966.0, 8934.0, 8927.0, 8929.0, 8920.0, 8961.0, 8934.0, 8931.0, 8932.0, 8911.0, 8929.0, 8921.0, 8928.0, 8931.0, 8935.0, 8954.0, 8939.0, 8971.0, 8931.0, 8955.0, 8947.0, 8960.0, 8947.0, 8978.0, 8967.0, 8979.0, 8948.0, 8960.0, 8951.0, 8956.0, 8949.0, 8983.0, 8940.0, 8965.0, 8935.0, 8964.0, 8942.0, 8941.0, 8934.0, 8909.0, 8939.0, 8914.0, 8936.0, 8927.0, 8952.0, 8938.0, 8945.0, 8940.0, 8947.0, 8938.0, 8967.0, 8952.0, 8951.0, 8936.0, 8951.0, 8913.0, 8920.0, 8946.0, 8919.0, 8957.0, 8917.0, 8940.0, 8931.0, 8931.0, 8950.0, 8925.0, 8950.0, 8920.0, 8953.0, 8931.0, 8938.0, 8950.0, 8971.0, 8943.0, 8967.0, 8937.0, 8946.0, 8933.0, 8960.0, 8955.0, 8935.0, 8934.0, 8933.0, 8939.0, 8937.0, 8934.0, 8928.0, 8938.0, 8910.0, 8929.0, 8918.0, 8933.0, 8924.0, 8947.0, 8943.0, 8951.0, 8924.0, 8944.0, 8941.0, 8962.0, 8938.0, 8961.0, 8938.0, 8946.0, 8933.0, 8960.0, 8922.0, 8950.0, 8944.0, 8952.0, 8937.0, 8947.0, 8931.0, 8933.0, 8929.0, 8923.0, 8932.0, 8922.0, 8961.0, 8922.0, 8943.0, 8915.0, 8924.0, 8920.0, 8940.0, 8927.0, 8934.0, 8914.0, 8910.0, 8929.0, 8920.0, 8938.0, 8900.0, 8933.0, 8908.0, 8934.0, 8910.0, 8902.0, 8907.0, 8904.0, 8925.0, 8912.0, 8961.0, 8919.0, 8938.0, 8914.0, 8926.0, 8917.0, 8927.0, 8919.0, 8930.0, 8932.0, 8947.0, 8913.0, 8913.0, 8918.0, 8903.0, 8909.0, 8899.0, 8922.0, 8900.0, 8940.0, 8912.0, 8941.0, 8915.0, 8902.0, 8898.0, 8900.0, 8912.0, 8902.0, 8917.0, 8929.0, 8948.0, 8923.0, 8946.0, 8940.0, 8949.0, 8943.0, 8970.0, 8945.0, 8967.0, 8938.0, 8945.0, 8936.0, 8937.0, 8915.0, 8909.0, 8964.0, 8924.0, 8957.0, 8916.0, 8944.0, 8931.0, 8929.0, 8950.0, 8934.0, 8918.0, 8906.0, 8916.0, 8910.0, 8931.0, 8931.0, 8935.0, 8927.0, 8931.0, 8923.0, 8961.0, 8937.0, 8967.0, 8918.0, 8923.0, 8926.0, 8904.0, 8959.0, 8915.0, 8943.0, 8916.0, 8903.0, 8913.0, 8906.0, 8925.0, 8917.0, 8947.0, 8939.0, 8949.0, 8936.0, 8939.0, 8960.0, 8983.0, 8980.0, 8989.0, 8991.0, 8969.0, 8995.0, 8943.0, 8948.0, 8936.0, 8931.0, 8992.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.0008373985680190933</td></tr>
<tr><td colspan=3>aqi</td><td>0.022757897613365156</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.13268654651135</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2402577700238961</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9749400428912791</td></tr>
<tr><td colspan=3>efc</td><td>0.4469</td></tr>
<tr><td colspan=3>fber</td><td>6886.1475</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06892120775368538</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.49236003281659</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.455612941453625</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.74182275281167</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2796444041844754</td></tr>
<tr><td colspan=3>gcor</td><td>0.00630621</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01868913508951664</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022768529132008553</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4383080029260658</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>40.7246</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5081</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.5091</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311146.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>813.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.5818</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.695</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.9925</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3225.4275</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>729.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4349.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1010.6638</td></tr>
<tr><td colspan=3>tsnr</td><td>40.129464761703275</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>