<?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-0008_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0008_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-01/func/sub-0008_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e194161395a688ccc218c7998ba43c66</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:56:16.790000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998519, -0.0107825, 0.0533258, 0.00801676, 0.998625, 0.0518095]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0836529</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7711, -7332, 630, -69, -183, -77, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.322</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7e11a219-9e06-4390-b828-ac2d7b2c09e9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6789534091949463, 0.021508393809199333, 0.1452900916337967, 109.66510772705078], [0.028928671032190323, 2.6792373657226562, 0.13852418959140778, -105.00067138671875], [0.1430693417787552, -0.13900107145309448, 2.6925270557403564, -73.69952392578125], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['125616.790000', '125617.250000', '125617.710000', '125618.170000', '125618.630000', '125619.090000', '125619.550000', '125620.010000', '125620.470000', '125620.930000', '125621.390000', '125621.850000', '125622.310000', '125622.770000', '125623.230000', '125623.690000', '125624.150000', '125624.610000', '125625.070000', '125625.530000', '125625.990000', '125626.450000', '125626.910000', '125627.370000', '125627.830000', '125628.290000', '125628.750000', '125629.210000', '125629.670000', '125630.130000', '125630.590000', '125631.050000', '125631.510000', '125631.970000', '125632.430000', '125632.890000', '125633.350000', '125633.810000', '125634.270000', '125634.730000', '125635.190000', '125635.650000', '125636.110000', '125636.570000', '125637.030000', '125637.490000', '125637.950000', '125638.410000', '125638.870000', '125639.330000', '125639.790000', '125640.250000', '125640.710000', '125641.170000', '125641.630000', '125642.090000', '125642.550000', '125643.010000', '125643.470000', '125643.930000', '125644.390000', '125644.850000', '125645.310000', '125645.770000', '125646.230000', '125646.690000', '125647.150000', '125647.610000', '125648.070000', '125648.530000', '125648.990000', '125649.450000', '125649.910000', '125650.370000', '125650.830000', '125651.290000', '125651.750000', '125652.210000', '125652.670000', '125653.130000', '125653.590000', '125654.050000', '125654.510000', '125654.970000', '125655.430000', '125655.890000', '125656.350000', '125656.810000', '125657.270000', '125657.730000', '125658.190000', '125658.650000', '125659.110000', '125659.570000', '125700.030000', '125700.490000', '125700.950000', '125701.410000', '125701.870000', '125702.330000', '125702.790000', '125703.250000', '125703.710000', '125704.170000', '125704.630000', '125705.090000', '125705.550000', '125706.010000', '125706.470000', '125706.930000', '125707.390000', '125707.850000', '125708.310000', '125708.770000', '125709.230000', '125709.690000', '125710.150000', '125710.610000', '125711.070000', '125711.530000', '125711.990000', '125712.450000', '125712.910000', '125713.370000', '125713.830000', '125714.290000', '125714.750000', '125715.210000', '125715.670000', '125716.130000', '125716.590000', '125717.050000', '125717.510000', '125717.970000', '125718.430000', '125718.890000', '125719.350000', '125719.810000', '125720.270000', '125720.730000', '125721.190000', '125721.650000', '125722.110000', '125722.570000', '125723.030000', '125723.490000', '125723.950000', '125724.410000', '125724.870000', '125725.330000', '125725.790000', '125726.250000', '125726.710000', '125727.170000', '125727.630000', '125728.090000', '125728.550000', '125729.010000', '125729.470000', '125729.930000', '125730.390000', '125730.850000', '125731.310000', '125731.770000', '125732.230000', '125732.690000', '125733.150000', '125733.610000', '125734.070000', '125734.530000', '125734.990000', '125735.450000', '125735.910000', '125736.370000', '125736.830000', '125737.290000', '125737.750000', '125738.210000', '125738.670000', '125739.130000', '125739.590000', '125740.050000', '125740.510000', '125740.970000', '125741.430000', '125741.890000', '125742.350000', '125742.810000', '125743.270000', '125743.730000', '125744.190000', '125744.650000', '125745.110000', '125745.570000', '125746.030000', '125746.490000', '125746.950000', '125747.410000', '125747.870000', '125748.330000', '125748.790000', '125749.250000', '125749.710000', '125750.170000', '125750.630000', '125751.090000', '125751.550000', '125752.010000', '125752.470000', '125752.930000', '125753.390000', '125753.850000', '125754.310000', '125754.770000', '125755.230000', '125755.690000', '125756.150000', '125756.610000', '125757.070000', '125757.530000', '125757.990000', '125758.450000', '125758.910000', '125759.370000', '125759.830000', '125800.290000', '125800.750000', '125801.210000', '125801.670000', '125802.130000', '125802.590000', '125803.050000', '125803.510000', '125803.970000', '125804.430000', '125804.890000', '125805.350000', '125805.810000', '125806.270000', '125806.730000', '125807.190000', '125807.650000', '125808.110000', '125808.570000', '125809.030000', '125809.490000', '125809.950000', '125810.410000', '125810.870000', '125811.330000', '125811.790000', '125812.250000', '125812.710000', '125813.170000', '125813.630000', '125814.090000', '125814.550000', '125815.010000', '125815.470000', '125815.930000', '125816.390000', '125816.850000', '125817.310000', '125817.770000', '125818.230000', '125818.690000', '125819.150000', '125819.610000', '125820.070000', '125820.530000', '125820.990000', '125821.450000', '125821.910000', '125822.370000', '125822.830000', '125823.290000', '125823.750000', '125824.210000', '125824.670000', '125825.130000', '125825.590000', '125826.050000', '125826.510000', '125826.970000', '125827.430000', '125827.890000', '125828.350000', '125828.810000', '125829.270000', '125829.730000', '125830.190000', '125830.650000', '125831.110000', '125831.570000', '125832.030000', '125832.490000', '125832.950000', '125833.410000', '125833.870000', '125834.330000', '125834.790000', '125835.250000', '125835.710000', '125836.170000', '125836.630000', '125837.090000', '125837.550000', '125838.010000', '125838.470000', '125838.930000', '125839.390000', '125839.850000', '125840.310000', '125840.770000', '125841.230000', '125841.690000', '125842.150000', '125842.610000', '125843.070000', '125843.530000', '125843.990000', '125844.450000', '125844.910000', '125845.370000', '125845.830000', '125846.290000', '125846.750000', '125847.210000', '125847.670000', '125848.130000', '125848.590000', '125849.050000', '125849.510000', '125849.970000', '125850.430000', '125850.890000', '125851.350000', '125851.810000', '125852.270000', '125852.730000', '125853.190000', '125853.650000', '125854.110000', '125854.570000', '125855.030000', '125855.490000', '125855.950000', '125856.410000', '125856.870000', '125857.330000', '125857.790000', '125858.250000', '125858.710000', '125859.170000', '125859.630000', '125900.090000', '125900.550000', '125901.010000', '125901.470000', '125901.930000', '125902.390000', '125902.850000', '125903.310000', '125903.770000', '125904.230000', '125904.690000', '125905.150000', '125905.610000', '125906.070000', '125906.530000', '125906.990000', '125907.450000', '125907.910000', '125908.370000', '125908.830000', '125909.290000', '125909.750000', '125910.210000', '125910.670000', '125911.130000', '125911.590000', '125912.050000', '125912.510000', '125912.970000', '125913.430000', '125913.890000', '125914.350000', '125914.810000', '125915.270000', '125915.730000', '125916.190000', '125916.650000', '125917.110000', '125917.570000', '125918.030000', '125918.490000', '125918.950000', '125919.410000', '125919.870000', '125920.330000', '125920.790000', '125921.250000', '125921.710000', '125922.170000', '125922.630000', '125923.090000', '125923.550000', '125924.010000', '125924.470000', '125924.930000', '125925.390000', '125925.850000', '125926.310000', '125926.770000', '125927.230000', '125927.690000', '125928.150000', '125928.610000', '125929.070000', '125929.530000', '125929.990000', '125930.450000', '125930.910000', '125931.370000', '125931.830000', '125932.290000', '125932.750000', '125933.210000', '125933.670000', '125934.130000', '125934.590000', '125935.050000', '125935.510000', '125935.970000', '125936.430000', '125936.890000', '125937.350000', '125937.810000', '125938.270000', '125938.730000', '125939.190000', '125939.650000', '125940.110000', '125940.570000', '125941.030000', '125941.490000', '125941.950000', '125942.410000', '125942.870000', '125943.330000', '125943.790000', '125944.250000', '125944.710000', '125945.170000', '125945.630000', '125946.090000', '125946.550000', '125947.010000', '125947.470000', '125947.930000', '125948.390000', '125948.850000', '125949.310000', '125949.770000', '125950.230000', '125950.690000', '125951.150000', '125951.610000', '125952.070000', '125952.530000', '125952.990000', '125953.450000', '125953.910000', '125954.370000', '125954.830000', '125955.290000', '125955.750000', '125956.210000', '125956.670000', '125957.130000', '125957.590000', '125958.050000', '125958.510000', '125958.970000', '125959.430000', '125959.890000', '130000.350000', '130000.810000', '130001.270000', '130001.730000', '130002.190000', '130002.650000', '130003.110000', '130003.570000', '130004.030000', '130004.490000', '130004.950000', '130005.410000', '130005.870000', '130006.330000', '130006.790000', '130007.250000', '130007.710000', '130008.170000', '130008.630000', '130009.090000', '130009.550000', '130010.010000', '130010.470000', '130010.930000', '130011.390000', '130011.850000', '130012.310000', '130012.770000', '130013.230000', '130013.690000', '130014.150000', '130014.610000', '130015.070000', '130015.530000', '130015.990000', '130016.450000', '130016.910000', '130017.370000', '130017.830000', '130018.290000', '130018.750000', '130019.210000', '130019.670000', '130020.130000', '130020.590000', '130021.050000', '130021.510000', '130021.970000', '130022.430000', '130022.890000', '130023.350000', '130023.810000', '130024.270000', '130024.730000', '130025.190000', '130025.650000', '130026.110000', '130026.570000', '130027.030000', '130027.490000', '130027.950000', '130028.410000', '130028.870000', '130029.330000', '130029.790000', '130030.250000', '130030.710000', '130031.170000', '130031.630000', '130032.090000', '130032.550000', '130033.010000', '130033.470000', '130033.930000', '130034.390000', '130034.850000', '130035.310000', '130035.770000', '130036.230000', '130036.690000', '130037.150000', '130037.610000', '130038.070000', '130038.530000', '130038.990000', '130039.450000', '130039.910000', '130040.370000', '130040.830000', '130041.290000', '130041.750000', '130042.210000', '130042.670000', '130043.130000', '130043.590000', '130044.050000', '130044.510000', '130044.970000', '130045.430000', '130045.890000', '130046.350000', '130046.810000', '130047.270000', '130047.730000', '130048.190000', '130048.650000', '130049.110000', '130049.570000', '130050.030000', '130050.490000', '130050.950000', '130051.410000', '130051.870000', '130052.330000', '130052.790000', '130053.250000', '130053.710000', '130054.170000', '130054.630000', '130055.090000', '130055.550000', '130056.010000', '130056.470000', '130056.930000', '130057.390000', '130057.850000', '130058.310000', '130058.770000', '130059.230000', '130059.690000', '130100.150000', '130100.610000', '130101.070000', '130101.530000', '130101.990000', '130102.450000', '130102.910000', '130103.370000', '130103.830000', '130104.290000', '130104.750000', '130105.210000', '130105.670000', '130106.130000', '130106.590000', '130107.050000', '130107.510000', '130107.970000', '130108.430000', '130108.890000', '130109.350000', '130109.810000', '130110.270000', '130110.730000', '130111.190000', '130111.650000', '130112.110000', '130112.570000', '130113.030000', '130113.490000', '130113.950000', '130114.410000', '130114.870000', '130115.330000', '130115.790000', '130116.250000', '130116.710000', '130117.170000', '130117.630000', '130118.090000', '130118.550000', '130119.010000', '130119.470000', '130119.930000', '130120.390000', '130120.850000', '130121.310000', '130121.770000', '130122.230000', '130122.690000', '130123.150000', '130123.610000', '130124.070000', '130124.530000', '130124.990000', '130125.450000', '130125.910000', '130126.370000', '130126.830000', '130127.290000', '130127.750000', '130128.210000', '130128.670000', '130129.130000', '130129.590000', '130130.050000', '130130.510000', '130130.970000', '130131.430000', '130131.890000', '130132.350000', '130132.810000', '130133.270000', '130133.730000', '130134.190000', '130134.650000', '130135.110000', '130135.570000', '130136.030000', '130136.490000', '130136.950000', '130137.410000', '130137.870000', '130138.330000', '130138.790000', '130139.250000', '130139.710000', '130140.170000', '130140.630000', '130141.090000', '130141.550000', '130142.010000', '130142.470000', '130142.930000', '130143.390000', '130143.850000', '130144.310000', '130144.770000', '130145.230000', '130145.690000', '130146.150000', '130146.610000', '130147.070000', '130147.530000', '130147.990000', '130148.450000', '130148.910000', '130149.370000', '130149.830000', '130150.290000', '130150.750000', '130151.210000', '130151.670000', '130152.130000', '130152.590000', '130153.050000', '130153.510000', '130153.970000', '130154.430000', '130154.890000', '130155.350000', '130155.810000', '130156.270000', '130156.730000', '130157.190000', '130157.650000', '130158.110000', '130158.570000', '130159.030000', '130159.490000', '130159.950000', '130200.410000', '130200.870000', '130201.330000', '130201.790000', '130202.250000', '130202.710000', '130203.170000', '130203.630000', '130204.090000', '130204.550000', '130205.010000', '130205.470000', '130205.930000', '130206.390000', '130206.850000', '130207.310000', '130207.770000', '130208.230000', '130208.690000', '130209.150000', '130209.610000', '130210.070000', '130210.530000', '130210.990000', '130211.450000', '130211.910000', '130212.370000', '130212.830000', '130213.290000', '130213.750000', '130214.210000', '130214.670000', '130215.130000', '130215.590000', '130216.050000', '130216.510000', '130216.970000', '130217.430000', '130217.890000', '130218.350000', '130218.810000', '130219.270000', '130219.730000', '130220.190000', '130220.650000', '130221.110000', '130221.570000', '130222.030000', '130222.490000', '130222.950000', '130223.410000', '130223.870000', '130224.330000', '130224.790000', '130225.250000', '130225.710000', '130226.170000', '130226.630000', '130227.090000', '130227.550000', '130228.010000', '130228.470000', '130228.930000', '130229.390000', '130229.850000', '130230.310000', '130230.770000', '130231.230000', '130231.690000', '130232.150000', '130232.610000', '130233.070000', '130233.530000', '130233.990000', '130234.450000', '130234.910000', '130235.370000', '130235.830000', '130236.290000', '130236.750000', '130237.210000', '130237.670000', '130238.130000', '130238.590000', '130239.050000', '130239.510000', '130239.970000', '130240.430000', '130240.890000', '130241.350000', '130241.810000', '130242.270000', '130242.730000', '130243.190000', '130243.650000', '130244.110000', '130244.570000', '130245.030000', '130245.490000', '130245.950000', '130246.410000', '130246.870000', '130247.330000', '130247.790000', '130248.250000', '130248.710000', '130249.170000', '130249.630000', '130250.090000', '130250.550000', '130251.010000', '130251.470000', '130251.930000', '130252.390000', '130252.850000', '130253.310000', '130253.770000', '130254.230000', '130254.690000', '130255.150000', '130255.610000', '130256.070000', '130256.530000', '130256.990000', '130257.450000'], 'ContentTime': ['125629.219000', '125629.222000', '125629.225000', '125629.228000', '125629.231000', '125629.234000', '125629.242000', '125629.245000', '125629.248000', '125629.251000', '125629.254000', '125629.257000', '125629.259000', '125629.285000', '125629.288000', '125629.290000', '125629.302000', '125629.305000', '125629.307000', '125629.310000', '125629.313000', '125629.316000', '125629.319000', '125629.322000', '125649.177000', '125649.180000', '125649.182000', '125649.185000', '125649.188000', '125649.191000', '125649.194000', '125649.200000', '125649.203000', '125649.205000', '125649.208000', '125649.211000', '125649.214000', '125649.217000', '125649.219000', '125649.222000', '125649.225000', '125649.228000', '125649.231000', '125649.234000', '125649.236000', '125649.239000', '125649.242000', '125649.245000', '125649.248000', '125649.250000', '125649.253000', '125649.256000', '125649.259000', '125649.262000', '125649.264000', '125649.267000', '125649.276000', '125649.279000', '125649.282000', '125649.285000', '125649.288000', '125649.290000', '125649.293000', '125649.296000', '125649.299000', '125649.302000', '125649.304000', '125649.307000', '125709.177000', '125709.180000', '125709.186000', '125709.189000', '125709.192000', '125709.195000', '125709.198000', '125709.200000', '125709.203000', '125709.206000', '125709.209000', '125709.212000', '125709.216000', '125709.226000', '125709.229000', '125709.232000', '125709.235000', '125709.237000', '125709.240000', '125709.243000', '125709.246000', '125709.248000', '125709.251000', '125709.254000', '125709.257000', '125709.260000', '125709.262000', '125709.265000', '125709.268000', '125709.271000', '125709.274000', '125709.276000', '125709.279000', '125709.282000', '125709.285000', '125709.288000', '125709.290000', '125709.293000', '125709.296000', '125709.299000', '125709.302000', '125709.304000', '125709.307000', '125729.177000', '125729.180000', '125729.182000', '125729.185000', '125729.188000', '125729.191000', '125729.194000', '125729.197000', '125729.200000', '125729.202000', '125729.205000', '125729.208000', '125729.211000', '125729.214000', '125729.216000', '125729.220000', '125729.222000', '125729.225000', '125729.228000', '125729.231000', '125729.234000', '125729.237000', '125729.239000', '125729.242000', '125729.245000', '125729.248000', '125729.251000', '125729.254000', '125729.256000', '125729.259000', '125729.262000', '125729.265000', '125729.268000', '125729.270000', '125729.273000', '125729.276000', '125729.279000', '125729.282000', '125729.284000', '125729.287000', '125729.290000', '125729.293000', '125729.296000', '125729.299000', '125749.176000', '125749.179000', '125749.182000', '125749.184000', '125749.187000', '125749.190000', '125749.193000', '125749.196000', '125749.199000', '125749.203000', '125749.205000', '125749.208000', '125749.211000', '125749.214000', '125749.217000', '125749.220000', '125749.223000', '125749.228000', '125749.232000', '125749.235000', '125749.238000', '125749.240000', '125749.243000', '125749.246000', '125749.249000', '125749.252000', '125749.255000', '125749.258000', '125749.260000', '125749.263000', '125749.266000', '125749.269000', '125749.272000', '125749.275000', '125749.277000', '125749.280000', '125749.283000', '125749.286000', '125749.289000', '125749.291000', '125749.294000', '125749.297000', '125749.300000', '125809.177000', '125809.180000', '125809.183000', '125809.185000', '125809.188000', '125809.191000', '125809.194000', '125809.197000', '125809.200000', '125809.203000', '125809.206000', '125809.208000', '125809.211000', '125809.214000', '125809.217000', '125809.220000', '125809.223000', '125809.226000', '125809.229000', '125809.231000', '125809.234000', '125809.237000', '125809.240000', '125809.243000', '125809.246000', '125809.248000', '125809.251000', '125809.254000', '125809.273000', '125809.276000', '125809.278000', '125809.281000', '125809.284000', '125809.287000', '125809.290000', '125809.293000', '125809.295000', '125809.298000', '125809.301000', '125809.304000', '125809.307000', '125809.309000', '125809.312000', '125809.315000', '125829.177000', '125829.180000', '125829.183000', '125829.185000', '125829.194000', '125829.196000', '125829.199000', '125829.202000', '125829.205000', '125829.208000', '125829.211000', '125829.213000', '125829.217000', '125829.219000', '125829.222000', '125829.225000', '125829.228000', '125829.231000', '125829.234000', '125829.237000', '125829.240000', '125829.242000', '125829.245000', '125829.248000', '125829.256000', '125829.259000', '125829.262000', '125829.264000', '125829.267000', '125829.270000', '125829.273000', '125829.276000', '125829.279000', '125829.281000', '125829.285000', '125829.287000', '125829.290000', '125829.293000', '125829.296000', '125829.299000', '125829.301000', '125829.304000', '125829.307000', '125849.177000', '125849.180000', '125849.183000', '125849.186000', '125849.188000', '125849.191000', '125849.194000', '125849.197000', '125849.200000', '125849.203000', '125849.206000', '125849.208000', '125849.211000', '125849.214000', '125849.217000', '125849.220000', '125849.223000', '125849.226000', '125849.229000', '125849.232000', '125849.235000', '125849.238000', '125849.240000', '125849.243000', '125849.246000', '125849.249000', '125849.252000', '125849.255000', '125849.257000', '125849.260000', '125849.263000', '125849.266000', '125849.269000', '125849.272000', '125849.274000', '125849.277000', '125849.280000', '125849.283000', '125849.286000', '125849.288000', '125849.291000', '125849.294000', '125849.297000', '125849.300000', '125909.177000', '125909.180000', '125909.183000', '125909.185000', '125909.188000', '125909.191000', '125909.194000', '125909.197000', '125909.200000', '125909.202000', '125909.206000', '125909.210000', '125909.213000', '125909.215000', '125909.218000', '125909.221000', '125909.224000', '125909.227000', '125909.230000', '125909.233000', '125909.235000', '125909.238000', '125909.241000', '125909.244000', '125909.247000', '125909.250000', '125909.252000', '125909.255000', '125909.258000', '125909.261000', '125909.264000', '125909.267000', '125909.270000', '125909.273000', '125909.275000', '125909.278000', '125909.283000', '125909.287000', '125909.290000', '125909.293000', '125909.296000', '125909.299000', '125909.302000', '125929.177000', '125929.180000', '125929.183000', '125929.185000', '125929.188000', '125929.191000', '125929.194000', '125929.197000', '125929.200000', '125929.203000', '125929.205000', '125929.208000', '125929.211000', '125929.214000', '125929.217000', '125929.220000', '125929.223000', '125929.225000', '125929.228000', '125929.231000', '125929.234000', '125929.237000', '125929.240000', '125929.243000', '125929.246000', '125929.248000', '125929.251000', '125929.254000', '125929.257000', '125929.260000', '125929.262000', '125929.265000', '125929.268000', '125929.271000', '125929.274000', '125929.276000', '125929.279000', '125929.282000', '125929.285000', '125929.288000', '125929.291000', '125929.293000', '125929.296000', '125929.299000', '125949.177000', '125949.180000', '125949.183000', '125949.186000', '125949.188000', '125949.191000', '125949.194000', '125949.197000', '125949.200000', '125949.203000', '125949.206000', '125949.208000', '125949.211000', '125949.214000', '125949.217000', '125949.220000', '125949.223000', '125949.226000', '125949.229000', '125949.231000', '125949.234000', '125949.237000', '125949.241000', '125949.261000', '125949.264000', '125949.267000', '125949.270000', '125949.273000', '125949.275000', '125949.278000', '125949.281000', '125949.284000', '125949.287000', '125949.290000', '125949.295000', '125949.299000', '125949.302000', '125949.305000', '125949.308000', '125949.311000', '125949.314000', '125949.317000', '125949.319000', '130009.176000', '130009.179000', '130009.182000', '130009.185000', '130009.187000', '130009.190000', '130009.193000', '130009.196000', '130009.199000', '130009.202000', '130009.204000', '130009.207000', '130009.210000', '130009.213000', '130009.216000', '130009.219000', '130009.222000', '130009.224000', '130009.227000', '130009.230000', '130009.233000', '130009.236000', '130009.239000', '130009.241000', '130009.244000', '130009.247000', '130009.250000', '130009.253000', '130009.256000', '130009.258000', '130009.261000', '130009.264000', '130009.267000', '130009.270000', '130009.272000', '130009.275000', '130009.278000', '130009.281000', '130009.284000', '130009.287000', '130009.289000', '130009.292000', '130009.295000', '130009.298000', '130029.177000', '130029.180000', '130029.183000', '130029.186000', '130029.189000', '130029.192000', '130029.195000', '130029.197000', '130029.200000', '130029.203000', '130029.206000', '130029.209000', '130029.212000', '130029.215000', '130029.218000', '130029.220000', '130029.223000', '130029.226000', '130029.229000', '130029.232000', '130029.235000', '130029.238000', '130029.241000', '130029.244000', '130029.247000', '130029.251000', '130029.253000', '130029.256000', '130029.259000', '130029.262000', '130029.265000', '130029.268000', '130029.270000', '130029.273000', '130029.276000', '130029.279000', '130029.282000', '130029.290000', '130029.293000', '130029.296000', '130029.299000', '130029.302000', '130029.305000', '130049.177000', '130049.180000', '130049.191000', '130049.193000', '130049.196000', '130049.199000', '130049.202000', '130049.205000', '130049.208000', '130049.211000', '130049.214000', '130049.216000', '130049.219000', '130049.222000', '130049.225000', '130049.228000', '130049.231000', '130049.233000', '130049.236000', '130049.239000', '130049.242000', '130049.245000', '130049.248000', '130049.251000', '130049.254000', '130049.256000', '130049.260000', '130049.263000', '130049.266000', '130049.268000', '130049.271000', '130049.274000', '130049.277000', '130049.280000', '130049.283000', '130049.286000', '130049.288000', '130049.291000', '130049.294000', '130049.297000', '130049.300000', '130049.302000', '130049.305000', '130049.308000', '130109.177000', '130109.180000', '130109.183000', '130109.185000', '130109.188000', '130109.191000', '130109.194000', '130109.197000', '130109.200000', '130109.203000', '130109.206000', '130109.208000', '130109.211000', '130109.214000', '130109.217000', '130109.220000', '130109.223000', '130109.226000', '130109.228000', '130109.231000', '130109.234000', '130109.237000', '130109.240000', '130109.243000', '130109.246000', '130109.248000', '130109.251000', '130109.254000', '130109.257000', '130109.260000', '130109.263000', '130109.265000', '130109.268000', '130109.271000', '130109.274000', '130109.277000', '130109.280000', '130109.282000', '130109.285000', '130109.288000', '130109.291000', '130109.294000', '130109.296000', '130129.177000', '130129.180000', '130129.183000', '130129.186000', '130129.188000', '130129.196000', '130129.199000', '130129.201000', '130129.204000', '130129.207000', '130129.210000', '130129.213000', '130129.216000', '130129.219000', '130129.222000', '130129.224000', '130129.227000', '130129.230000', '130129.233000', '130129.236000', '130129.239000', '130129.242000', '130129.245000', '130129.247000', '130129.250000', '130129.253000', '130129.256000', '130129.259000', '130129.262000', '130129.264000', '130129.267000', '130129.270000', '130129.273000', '130129.276000', '130129.279000', '130129.281000', '130129.284000', '130129.287000', '130129.290000', '130129.293000', '130129.296000', '130129.298000', '130129.301000', '130129.304000', '130149.177000', '130149.180000', '130149.183000', '130149.186000', '130149.189000', '130149.191000', '130149.194000', '130149.197000', '130149.200000', '130149.203000', '130149.206000', '130149.208000', '130149.211000', '130149.214000', '130149.217000', '130149.220000', '130149.223000', '130149.226000', '130149.229000', '130149.232000', '130149.234000', '130149.237000', '130149.240000', '130149.243000', '130149.246000', '130149.248000', '130149.251000', '130149.254000', '130149.257000', '130149.260000', '130149.262000', '130149.265000', '130149.268000', '130149.271000', '130149.274000', '130149.277000', '130149.280000', '130149.285000', '130149.288000', '130149.291000', '130149.294000', '130149.297000', '130149.300000', '130209.177000', '130209.180000', '130209.183000', '130209.185000', '130209.188000', '130209.191000', '130209.194000', '130209.197000', '130209.200000', '130209.203000', '130209.206000', '130209.208000', '130209.211000', '130209.214000', '130209.217000', '130209.220000', '130209.223000', '130209.226000', '130209.228000', '130209.231000', '130209.234000', '130209.237000', '130209.240000', '130209.243000', '130209.246000', '130209.249000', '130209.251000', '130209.254000', '130209.259000', '130209.262000', '130209.265000', '130209.267000', '130209.270000', '130209.273000', '130209.276000', '130209.279000', '130209.282000', '130209.285000', '130209.287000', '130209.290000', '130209.293000', '130209.296000', '130209.299000', '130209.302000', '130229.176000', '130229.179000', '130229.182000', '130229.185000', '130229.188000', '130229.191000', '130229.194000', '130229.196000', '130229.199000', '130229.202000', '130229.205000', '130229.208000', '130229.210000', '130229.213000', '130229.216000', '130229.219000', '130229.222000', '130229.225000', '130229.228000', '130229.231000', '130229.233000', '130229.236000', '130229.239000', '130229.242000', '130229.245000', '130229.248000', '130229.251000', '130229.253000', '130229.256000', '130229.259000', '130229.262000', '130229.265000', '130229.267000', '130229.270000', '130229.273000', '130229.276000', '130229.279000', '130229.282000', '130229.285000', '130229.287000', '130229.290000', '130229.293000', '130229.296000', '130249.177000', '130249.186000', '130249.188000', '130249.191000', '130249.194000', '130249.197000', '130249.200000', '130249.203000', '130249.206000', '130249.208000', '130249.211000', '130249.214000', '130249.217000', '130249.220000', '130249.223000', '130249.226000', '130249.229000', '130249.232000', '130249.234000', '130249.238000', '130249.240000', '130249.243000', '130249.246000', '130249.249000', '130249.252000', '130249.255000', '130249.257000', '130249.260000', '130249.263000', '130249.266000', '130249.269000', '130249.272000', '130249.275000', '130249.277000', '130249.280000', '130249.283000', '130249.286000', '130249.289000', '130249.291000', '130249.294000', '130249.297000', '130249.300000', '130249.303000', '130249.306000', '130258.869000', '130258.873000', '130258.877000', '130258.881000', '130258.884000', '130258.887000', '130258.891000', '130258.894000', '130258.897000', '130258.900000', '130258.903000', '130258.906000', '130258.908000', '130258.911000', '130258.914000', '130258.917000', '130258.920000', '130258.923000', '130258.926000', '130258.929000', '130258.932000'], 'InstanceCreationTime': ['125629.219000', '125629.222000', '125629.225000', '125629.228000', '125629.231000', '125629.234000', '125629.242000', '125629.245000', '125629.248000', '125629.251000', '125629.254000', '125629.257000', '125629.259000', '125629.285000', '125629.288000', '125629.290000', '125629.302000', '125629.305000', '125629.307000', '125629.310000', '125629.313000', '125629.316000', '125629.319000', '125629.322000', '125649.177000', '125649.180000', '125649.182000', '125649.185000', '125649.188000', '125649.191000', '125649.194000', '125649.200000', '125649.203000', '125649.205000', '125649.208000', '125649.211000', '125649.214000', '125649.217000', '125649.219000', '125649.222000', '125649.225000', '125649.228000', '125649.231000', '125649.234000', '125649.236000', '125649.239000', '125649.242000', '125649.245000', '125649.248000', '125649.250000', '125649.253000', '125649.256000', '125649.259000', '125649.262000', '125649.264000', '125649.267000', '125649.276000', '125649.279000', '125649.282000', '125649.285000', '125649.288000', '125649.290000', '125649.293000', '125649.296000', '125649.299000', '125649.302000', '125649.304000', '125649.307000', '125709.177000', '125709.180000', '125709.186000', '125709.189000', '125709.192000', '125709.195000', '125709.198000', '125709.200000', '125709.203000', '125709.206000', '125709.209000', '125709.212000', '125709.216000', '125709.226000', '125709.229000', '125709.232000', '125709.235000', '125709.237000', '125709.240000', '125709.243000', '125709.246000', '125709.248000', '125709.251000', '125709.254000', '125709.257000', '125709.260000', '125709.262000', '125709.265000', '125709.268000', '125709.271000', '125709.274000', '125709.276000', '125709.279000', '125709.282000', '125709.285000', '125709.288000', '125709.290000', '125709.293000', '125709.296000', '125709.299000', '125709.302000', '125709.304000', '125709.307000', '125729.177000', '125729.180000', '125729.182000', '125729.185000', '125729.188000', '125729.191000', '125729.194000', '125729.197000', '125729.200000', '125729.202000', '125729.205000', '125729.208000', '125729.211000', '125729.214000', '125729.216000', '125729.220000', '125729.222000', '125729.225000', '125729.228000', '125729.231000', '125729.234000', '125729.237000', '125729.239000', '125729.242000', '125729.245000', '125729.248000', '125729.251000', '125729.254000', '125729.256000', '125729.259000', '125729.262000', '125729.265000', '125729.268000', '125729.270000', '125729.273000', '125729.276000', '125729.279000', '125729.282000', '125729.284000', '125729.287000', '125729.290000', '125729.293000', '125729.296000', '125729.299000', '125749.176000', '125749.179000', '125749.182000', '125749.184000', '125749.187000', '125749.190000', '125749.193000', '125749.196000', '125749.199000', '125749.203000', '125749.205000', '125749.208000', '125749.211000', '125749.214000', '125749.217000', '125749.220000', '125749.223000', '125749.228000', '125749.232000', '125749.235000', '125749.238000', '125749.240000', '125749.243000', '125749.246000', '125749.249000', '125749.252000', '125749.255000', '125749.258000', '125749.260000', '125749.263000', '125749.266000', '125749.269000', '125749.272000', '125749.275000', '125749.277000', '125749.280000', '125749.283000', '125749.286000', '125749.289000', '125749.291000', '125749.294000', '125749.297000', '125749.300000', '125809.177000', '125809.180000', '125809.183000', '125809.185000', '125809.188000', '125809.191000', '125809.194000', '125809.197000', '125809.200000', '125809.203000', '125809.206000', '125809.208000', '125809.211000', '125809.214000', '125809.217000', '125809.220000', '125809.223000', '125809.226000', '125809.229000', '125809.231000', '125809.234000', '125809.237000', '125809.240000', '125809.243000', '125809.246000', '125809.248000', '125809.251000', '125809.254000', '125809.273000', '125809.276000', '125809.278000', '125809.281000', '125809.284000', '125809.287000', '125809.290000', '125809.293000', '125809.295000', '125809.298000', '125809.301000', '125809.304000', '125809.307000', '125809.309000', '125809.312000', '125809.315000', '125829.177000', '125829.180000', '125829.183000', '125829.185000', '125829.194000', '125829.196000', '125829.199000', '125829.202000', '125829.205000', '125829.208000', '125829.211000', '125829.213000', '125829.217000', '125829.219000', '125829.222000', '125829.225000', '125829.228000', '125829.231000', '125829.234000', '125829.237000', '125829.240000', '125829.242000', '125829.245000', '125829.248000', '125829.256000', '125829.259000', '125829.262000', '125829.264000', '125829.267000', '125829.270000', '125829.273000', '125829.276000', '125829.279000', '125829.281000', '125829.285000', '125829.287000', '125829.290000', '125829.293000', '125829.296000', '125829.299000', '125829.301000', '125829.304000', '125829.307000', '125849.177000', '125849.180000', '125849.183000', '125849.186000', '125849.188000', '125849.191000', '125849.194000', '125849.197000', '125849.200000', '125849.203000', '125849.206000', '125849.208000', '125849.211000', '125849.214000', '125849.217000', '125849.220000', '125849.223000', '125849.226000', '125849.229000', '125849.232000', '125849.235000', '125849.238000', '125849.240000', '125849.243000', '125849.246000', '125849.249000', '125849.252000', '125849.255000', '125849.257000', '125849.260000', '125849.263000', '125849.266000', '125849.269000', '125849.272000', '125849.274000', '125849.277000', '125849.280000', '125849.283000', '125849.286000', '125849.288000', '125849.291000', '125849.294000', '125849.297000', '125849.300000', '125909.177000', '125909.180000', '125909.183000', '125909.185000', '125909.188000', '125909.191000', '125909.194000', '125909.197000', '125909.200000', '125909.202000', '125909.206000', '125909.210000', '125909.213000', '125909.215000', '125909.218000', '125909.221000', '125909.224000', '125909.227000', '125909.230000', '125909.233000', '125909.235000', '125909.238000', '125909.241000', '125909.244000', '125909.247000', '125909.250000', '125909.252000', '125909.255000', '125909.258000', '125909.261000', '125909.264000', '125909.267000', '125909.270000', '125909.273000', '125909.275000', '125909.278000', '125909.283000', '125909.287000', '125909.290000', '125909.293000', '125909.296000', '125909.299000', '125909.302000', '125929.177000', '125929.180000', '125929.183000', '125929.185000', '125929.188000', '125929.191000', '125929.194000', '125929.197000', '125929.200000', '125929.203000', '125929.205000', '125929.208000', '125929.211000', '125929.214000', '125929.217000', '125929.220000', '125929.223000', '125929.225000', '125929.228000', '125929.231000', '125929.234000', '125929.237000', '125929.240000', '125929.243000', '125929.246000', '125929.248000', '125929.251000', '125929.254000', '125929.257000', '125929.260000', '125929.262000', '125929.265000', '125929.268000', '125929.271000', '125929.274000', '125929.276000', '125929.279000', '125929.282000', '125929.285000', '125929.288000', '125929.291000', '125929.293000', '125929.296000', '125929.299000', '125949.177000', '125949.180000', '125949.183000', '125949.186000', '125949.188000', '125949.191000', '125949.194000', '125949.197000', '125949.200000', '125949.203000', '125949.206000', '125949.208000', '125949.211000', '125949.214000', '125949.217000', '125949.220000', '125949.223000', '125949.226000', '125949.229000', '125949.231000', '125949.234000', '125949.237000', '125949.241000', '125949.261000', '125949.264000', '125949.267000', '125949.270000', '125949.273000', '125949.275000', '125949.278000', '125949.281000', '125949.284000', '125949.287000', '125949.290000', '125949.295000', '125949.299000', '125949.302000', '125949.305000', '125949.308000', '125949.311000', '125949.314000', '125949.317000', '125949.319000', '130009.176000', '130009.179000', '130009.182000', '130009.185000', '130009.187000', '130009.190000', '130009.193000', '130009.196000', '130009.199000', '130009.202000', '130009.204000', '130009.207000', '130009.210000', '130009.213000', '130009.216000', '130009.219000', '130009.222000', '130009.224000', '130009.227000', '130009.230000', '130009.233000', '130009.236000', '130009.239000', '130009.241000', '130009.244000', '130009.247000', '130009.250000', '130009.253000', '130009.256000', '130009.258000', '130009.261000', '130009.264000', '130009.267000', '130009.270000', '130009.272000', '130009.275000', '130009.278000', '130009.281000', '130009.284000', '130009.287000', '130009.289000', '130009.292000', '130009.295000', '130009.298000', '130029.177000', '130029.180000', '130029.183000', '130029.186000', '130029.189000', '130029.192000', '130029.195000', '130029.197000', '130029.200000', '130029.203000', '130029.206000', '130029.209000', '130029.212000', '130029.215000', '130029.218000', '130029.220000', '130029.223000', '130029.226000', '130029.229000', '130029.232000', '130029.235000', '130029.238000', '130029.241000', '130029.244000', '130029.247000', '130029.251000', '130029.253000', '130029.256000', '130029.259000', '130029.262000', '130029.265000', '130029.268000', '130029.270000', '130029.273000', '130029.276000', '130029.279000', '130029.282000', '130029.290000', '130029.293000', '130029.296000', '130029.299000', '130029.302000', '130029.305000', '130049.177000', '130049.180000', '130049.191000', '130049.193000', '130049.196000', '130049.199000', '130049.202000', '130049.205000', '130049.208000', '130049.211000', '130049.214000', '130049.216000', '130049.219000', '130049.222000', '130049.225000', '130049.228000', '130049.231000', '130049.233000', '130049.236000', '130049.239000', '130049.242000', '130049.245000', '130049.248000', '130049.251000', '130049.254000', '130049.256000', '130049.260000', '130049.263000', '130049.266000', '130049.268000', '130049.271000', '130049.274000', '130049.277000', '130049.280000', '130049.283000', '130049.286000', '130049.288000', '130049.291000', '130049.294000', '130049.297000', '130049.300000', '130049.302000', '130049.305000', '130049.308000', '130109.177000', '130109.180000', '130109.183000', '130109.185000', '130109.188000', '130109.191000', '130109.194000', '130109.197000', '130109.200000', '130109.203000', '130109.206000', '130109.208000', '130109.211000', '130109.214000', '130109.217000', '130109.220000', '130109.223000', '130109.226000', '130109.228000', '130109.231000', '130109.234000', '130109.237000', '130109.240000', '130109.243000', '130109.246000', '130109.248000', '130109.251000', '130109.254000', '130109.257000', '130109.260000', '130109.263000', '130109.265000', '130109.268000', '130109.271000', '130109.274000', '130109.277000', '130109.280000', '130109.282000', '130109.285000', '130109.288000', '130109.291000', '130109.294000', '130109.296000', '130129.177000', '130129.180000', '130129.183000', '130129.186000', '130129.188000', '130129.196000', '130129.199000', '130129.201000', '130129.204000', '130129.207000', '130129.210000', '130129.213000', '130129.216000', '130129.219000', '130129.222000', '130129.224000', '130129.227000', '130129.230000', '130129.233000', '130129.236000', '130129.239000', '130129.242000', '130129.245000', '130129.247000', '130129.250000', '130129.253000', '130129.256000', '130129.259000', '130129.262000', '130129.264000', '130129.267000', '130129.270000', '130129.273000', '130129.276000', '130129.279000', '130129.281000', '130129.284000', '130129.287000', '130129.290000', '130129.293000', '130129.296000', '130129.298000', '130129.301000', '130129.304000', '130149.177000', '130149.180000', '130149.183000', '130149.186000', '130149.189000', '130149.191000', '130149.194000', '130149.197000', '130149.200000', '130149.203000', '130149.206000', '130149.208000', '130149.211000', '130149.214000', '130149.217000', '130149.220000', '130149.223000', '130149.226000', '130149.229000', '130149.232000', '130149.234000', '130149.237000', '130149.240000', '130149.243000', '130149.246000', '130149.248000', '130149.251000', '130149.254000', '130149.257000', '130149.260000', '130149.262000', '130149.265000', '130149.268000', '130149.271000', '130149.274000', '130149.277000', '130149.280000', '130149.285000', '130149.288000', '130149.291000', '130149.294000', '130149.297000', '130149.300000', '130209.177000', '130209.180000', '130209.183000', '130209.185000', '130209.188000', '130209.191000', '130209.194000', '130209.197000', '130209.200000', '130209.203000', '130209.206000', '130209.208000', '130209.211000', '130209.214000', '130209.217000', '130209.220000', '130209.223000', '130209.226000', '130209.228000', '130209.231000', '130209.234000', '130209.237000', '130209.240000', '130209.243000', '130209.246000', '130209.249000', '130209.251000', '130209.254000', '130209.259000', '130209.262000', '130209.265000', '130209.267000', '130209.270000', '130209.273000', '130209.276000', '130209.279000', '130209.282000', '130209.285000', '130209.287000', '130209.290000', '130209.293000', '130209.296000', '130209.299000', '130209.302000', '130229.176000', '130229.179000', '130229.182000', '130229.185000', '130229.188000', '130229.191000', '130229.194000', '130229.196000', '130229.199000', '130229.202000', '130229.205000', '130229.208000', '130229.210000', '130229.213000', '130229.216000', '130229.219000', '130229.222000', '130229.225000', '130229.228000', '130229.231000', '130229.233000', '130229.236000', '130229.239000', '130229.242000', '130229.245000', '130229.248000', '130229.251000', '130229.253000', '130229.256000', '130229.259000', '130229.262000', '130229.265000', '130229.267000', '130229.270000', '130229.273000', '130229.276000', '130229.279000', '130229.282000', '130229.285000', '130229.287000', '130229.290000', '130229.293000', '130229.296000', '130249.177000', '130249.186000', '130249.188000', '130249.191000', '130249.194000', '130249.197000', '130249.200000', '130249.203000', '130249.206000', '130249.208000', '130249.211000', '130249.214000', '130249.217000', '130249.220000', '130249.223000', '130249.226000', '130249.229000', '130249.232000', '130249.234000', '130249.238000', '130249.240000', '130249.243000', '130249.246000', '130249.249000', '130249.252000', '130249.255000', '130249.257000', '130249.260000', '130249.263000', '130249.266000', '130249.269000', '130249.272000', '130249.275000', '130249.277000', '130249.280000', '130249.283000', '130249.286000', '130249.289000', '130249.291000', '130249.294000', '130249.297000', '130249.300000', '130249.303000', '130249.306000', '130258.869000', '130258.873000', '130258.877000', '130258.881000', '130258.884000', '130258.887000', '130258.891000', '130258.894000', '130258.897000', '130258.900000', '130258.903000', '130258.906000', '130258.908000', '130258.911000', '130258.914000', '130258.917000', '130258.920000', '130258.923000', '130258.926000', '130258.929000', '130258.932000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [9251, 9868, 9807, 9560, 9602, 9092, 12225, 9445, 10187, 9227, 9891, 9556, 9044, 9932, 9164, 9947, 8978, 9306, 9283, 9263, 9405, 11696, 9453, 9843, 9207, 9271, 9885, 9255, 9271, 9225, 9579, 9229, 9003, 9334, 11135, 9406, 9341, 9296, 9818, 9408, 10064, 9559, 10362, 9229, 10497, 9652, 9308, 9452, 8884, 8902, 8901, 10396, 9011, 10416, 9256, 9151, 9055, 9190, 9104, 9165, 11024, 9169, 10264, 9134, 9046, 9660, 9095, 9186, 9027, 9208, 9305, 10229, 9358, 10364, 9241, 9574, 9753, 9415, 9174, 9171, 11016, 9417, 11095, 9539, 10500, 9362, 9560, 9369, 10310, 9350, 9001, 9322, 8985, 9373, 9144, 9376, 9400, 10784, 9263, 10840, 9414, 10523, 9394, 9063, 9169, 9108, 9139, 9253, 8824, 9453, 9937, 9278, 10277, 9436, 9142, 9597, 9155, 9750, 9173, 9095, 9155, 11164, 9502, 10671, 9260, 9484, 9015, 10559, 9303, 9003, 9732, 9020, 9497, 9117, 8858, 9021, 12156, 9540, 10064, 9334, 9008, 9686, 9216, 9032, 9102, 9531, 8932, 11147, 9164, 10572, 8909, 9393, 9295, 9072, 9408, 9171, 9050, 9112, 9201, 9023, 9524, 9431, 10821, 9189, 10614, 9155, 10166, 9302, 9500, 9008, 8724, 9240, 11047, 9335, 10254, 9558, 9312, 9676, 9144, 9469, 9104, 11498, 9403, 10235, 9722, 9202, 9881, 9243, 8866, 9413, 8542, 9510, 9717, 9670, 10347, 9881, 9134, 9594, 9470, 9437, 9326, 9428, 10574, 9687, 9209, 9253, 9377, 9169, 9387, 9493, 9402, 9478, 9222, 9821, 9446, 11476, 9526, 10030, 8856, 10438, 9376, 9417, 9493, 10422, 9712, 9269, 9880, 9517, 9410, 9274, 9074, 9136, 10695, 9372, 9698, 9784, 9267, 9557, 9359, 11220, 9515, 10453, 9476, 9121, 9148, 9399, 9607, 9343, 8552, 9329, 9450, 9494, 9508, 9602, 9438, 9896, 9373, 9678, 9387, 9743, 9230, 9660, 9418, 9313, 9301, 9153, 9367, 11116, 9746, 9801, 9275, 9841, 9942, 9098, 9260, 9283, 11318, 9272, 9891, 9071, 9316, 9390, 9373, 9346, 9223, 11354, 9402, 9257, 9709, 9214, 9216, 9087, 9179, 9018, 9619, 9546, 9075, 9366, 9337, 9424, 9348, 9238, 9280, 11472, 9382, 10040, 9387, 9114, 9848, 9352, 10063, 9526, 10267, 9680, 9276, 9384, 9449, 9820, 9501, 9132, 9343, 10102, 9513, 9388, 9659, 9351, 9126, 9395, 11681, 9627, 9208, 9920, 9082, 9326, 9325, 11055, 9609, 9335, 9353, 9554, 10032, 9673, 9561, 9245, 9011, 8846, 9452, 9657, 9702, 9587, 10806, 9618, 10032, 10073, 9680, 9390, 9656, 11958, 9833, 9673, 10167, 9660, 9961, 9978, 9373, 9799, 10241, 9833, 9283, 10045, 9752, 9776, 9767, 9824, 9937, 10430, 9924, 9537, 9696, 9862, 9616, 10829, 9753, 9765, 10197, 9637, 9777, 9918, 11358, 9947, 9734, 10065, 9747, 10251, 9516, 9836, 9733, 10235, 9797, 9562, 9690, 9500, 10339, 9610, 9854, 9709, 10519, 10042, 9435, 9821, 9402, 9634, 9453, 9775, 9639, 10355, 9783, 10137, 9842, 9544, 9765, 9814, 10202, 9680, 9944, 9595, 9958, 9859, 9801, 9708, 9103, 9976, 11205, 9866, 10960, 10175, 9509, 10038, 9656, 9799, 9843, 10418, 9824, 10568, 9945, 10165, 9764, 9333, 9914, 9772, 9863, 9568, 9621, 10184, 9792, 10869, 10046, 9732, 10119, 9579, 9696, 9799, 11889, 10106, 11140, 9852, 11444, 9698, 10243, 9855, 9460, 9689, 9265, 9629, 9489, 9718, 10380, 9835, 9358, 9613, 10011, 10158, 9954, 9776, 9612, 9750, 9519, 9160, 9454, 10212, 9779, 10895, 9627, 9280, 9395, 9418, 9867, 9565, 10093, 9741, 10281, 9596, 9872, 9474, 9804, 9723, 10987, 9802, 9432, 9856, 9461, 9898, 9808, 9773, 9857, 11098, 9984, 9687, 9913, 9227, 10185, 9410, 11414, 9608, 9649, 9539, 9245, 10064, 9364, 10135, 9404, 9387, 9387, 9602, 9467, 9190, 9664, 9277, 8903, 9720, 8742, 10175, 9481, 10767, 9583, 9606, 9719, 9944, 9186, 9882, 9125, 9544, 8958, 9407, 9412, 9633, 9791, 10902, 9799, 10750, 9712, 10297, 9410, 9502, 9301, 9538, 9071, 9476, 10071, 9607, 9690, 9540, 8906, 9299, 9342, 9642, 9481, 9560, 9614, 9494, 8739, 9689, 8590, 9514, 9172, 9455, 9670, 9436, 9870, 9530, 9937, 9464, 9681, 9560, 9571, 9626, 9954, 9751, 9767, 9780, 9338, 10080, 9472, 9524, 9569, 9844, 9227, 9461, 9587, 9362, 9045, 9292, 10489, 9752, 9498, 9763, 9648, 9492, 9483, 9441, 9531, 9449, 9709, 10321, 9701, 10859, 9648, 9456, 9445, 9653, 10228, 9557, 9757, 9709, 9069, 9757, 10858, 9513, 10747, 9769, 9561, 9413, 9627, 9674, 9404, 9520, 9739, 10254, 9883, 10534, 9850, 9803, 9154, 9577, 9508, 9452, 9435, 9531, 9259, 9632, 8764, 9426, 10424, 9642, 10267, 9530, 9472, 9637, 9102, 9577, 9771, 9485, 9532, 10076, 9751, 9606, 9613, 9434, 9607, 9531, 9810, 11406, 9742, 9922, 9612, 9775, 9910, 9636, 9782, 9791, 9790, 9742, 9055, 9903, 10675, 9855, 9599, 9793, 9943, 9960, 9517, 9655, 9691, 10090, 9416, 9880, 9708, 8835, 9808, 11527, 9818, 10413, 9918, 10830, 9842, 10031, 9438, 10718, 9571, 9749, 9683, 9660, 9418, 9998, 11793, 9906, 9970, 9285, 10156, 9310, 9470, 9306, 9564, 8506, 8863, 8667, 9244, 9551, 9304, 9296, 9369, 9865, 9513, 10737, 9431, 10175, 9580, 9732, 9378, 9516, 8934, 9486, 10984, 9688, 10677, 9349, 10049, 9781, 9662, 9453, 9673, 8980, 9583, 9816, 9574, 9330, 9323, 9650, 10048, 9663, 9733, 9963, 9009, 9807, 9595, 9431, 9404, 9793, 9897, 9915, 9763, 9663, 9599, 9664, 9901, 10111, 9734, 10775, 9793, 9949, 9939, 9893, 9305, 9676, 8945, 9415, 10029, 9523, 9616, 9909, 9730, 9269, 9499, 9186, 9746, 9413, 9767, 9165, 9494, 9434, 9568, 11163, 9806, 9737, 9508, 9533, 9691, 9828, 9071, 9920, 11714, 10100, 10280, 9816, 9899, 10017, 9843, 9898, 9645, 9386, 9819, 9454, 9778, 9367, 9404, 9606, 9729, 9527, 9601, 9839, 9867, 10923, 10048, 9911, 9982, 9883, 9683, 9645, 10084, 9787, 11950, 9996, 10478, 9523, 9712, 9524, 9911, 9455, 10017, 9103, 9748, 9366, 9591, 9882, 9761, 9431, 9772, 10457, 9841, 9518, 9501, 9774], 'WindowCenter': [4213.0, 4197.0, 4182.0, 4170.0, 4166.0, 4155.0, 4173.0, 4151.0, 4162.0, 4153.0, 4151.0, 4151.0, 4141.0, 4151.0, 4151.0, 4151.0, 4153.0, 4164.0, 4154.0, 4152.0, 4153.0, 4171.0, 4151.0, 4151.0, 4152.0, 4153.0, 4162.0, 4151.0, 4151.0, 4151.0, 4151.0, 4152.0, 4139.0, 4152.0, 4160.0, 4152.0, 4151.0, 4163.0, 4161.0, 4152.0, 4163.0, 4164.0, 4163.0, 4154.0, 4163.0, 4150.0, 4151.0, 4151.0, 4151.0, 4147.0, 4152.0, 4160.0, 4141.0, 4161.0, 4150.0, 4150.0, 4140.0, 4151.0, 4140.0, 4151.0, 4160.0, 4139.0, 4148.0, 4138.0, 4137.0, 4138.0, 4139.0, 4139.0, 4139.0, 4139.0, 4151.0, 4161.0, 4151.0, 4149.0, 4139.0, 4149.0, 4149.0, 4139.0, 4138.0, 4139.0, 4160.0, 4139.0, 4158.0, 4149.0, 4148.0, 4139.0, 4148.0, 4150.0, 4160.0, 4152.0, 4151.0, 4163.0, 4153.0, 4153.0, 4153.0, 4152.0, 4153.0, 4162.0, 4151.0, 4158.0, 4150.0, 4160.0, 4150.0, 4140.0, 4150.0, 4151.0, 4151.0, 4151.0, 4151.0, 4163.0, 4160.0, 4150.0, 4161.0, 4152.0, 4151.0, 4152.0, 4152.0, 4151.0, 4153.0, 4152.0, 4153.0, 4173.0, 4164.0, 4162.0, 4152.0, 4152.0, 4154.0, 4162.0, 4152.0, 4153.0, 4152.0, 4153.0, 4163.0, 4167.0, 4153.0, 4152.0, 4182.0, 4152.0, 4151.0, 4150.0, 4151.0, 4152.0, 4153.0, 4152.0, 4154.0, 4152.0, 4153.0, 4172.0, 4150.0, 4161.0, 4152.0, 4151.0, 4152.0, 4152.0, 4152.0, 4151.0, 4141.0, 4141.0, 4150.0, 4151.0, 4150.0, 4151.0, 4161.0, 4152.0, 4162.0, 4151.0, 4162.0, 4153.0, 4163.0, 4152.0, 4142.0, 4154.0, 4173.0, 4153.0, 4162.0, 4152.0, 4152.0, 4151.0, 4152.0, 4152.0, 4141.0, 4159.0, 4139.0, 4149.0, 4137.0, 4138.0, 4148.0, 4150.0, 4139.0, 4149.0, 4139.0, 4149.0, 4150.0, 4151.0, 4160.0, 4161.0, 4153.0, 4165.0, 4163.0, 4164.0, 4154.0, 4164.0, 4172.0, 4164.0, 4164.0, 4164.0, 4154.0, 4152.0, 4153.0, 4164.0, 4153.0, 4152.0, 4151.0, 4162.0, 4152.0, 4171.0, 4151.0, 4150.0, 4141.0, 4160.0, 4150.0, 4150.0, 4161.0, 4162.0, 4163.0, 4152.0, 4151.0, 4152.0, 4151.0, 4151.0, 4140.0, 4151.0, 4161.0, 4140.0, 4139.0, 4148.0, 4138.0, 4136.0, 4138.0, 4147.0, 4137.0, 4147.0, 4148.0, 4137.0, 4136.0, 4136.0, 4137.0, 4139.0, 4137.0, 4139.0, 4148.0, 4150.0, 4150.0, 4150.0, 4150.0, 4151.0, 4152.0, 4150.0, 4152.0, 4151.0, 4150.0, 4151.0, 4152.0, 4152.0, 4164.0, 4153.0, 4154.0, 4174.0, 4165.0, 4165.0, 4166.0, 4163.0, 4151.0, 4141.0, 4139.0, 4151.0, 4159.0, 4140.0, 4150.0, 4139.0, 4139.0, 4137.0, 4138.0, 4136.0, 4137.0, 4147.0, 4137.0, 4138.0, 4138.0, 4139.0, 4139.0, 4138.0, 4138.0, 4150.0, 4150.0, 4162.0, 4150.0, 4152.0, 4152.0, 4152.0, 4164.0, 4163.0, 4154.0, 4172.0, 4152.0, 4151.0, 4152.0, 4152.0, 4161.0, 4152.0, 4151.0, 4152.0, 4151.0, 4150.0, 4140.0, 4150.0, 4149.0, 4149.0, 4151.0, 4150.0, 4152.0, 4162.0, 4149.0, 4152.0, 4163.0, 4152.0, 4151.0, 4152.0, 4170.0, 4150.0, 4150.0, 4150.0, 4151.0, 4150.0, 4150.0, 4170.0, 4162.0, 4153.0, 4164.0, 4164.0, 4163.0, 4163.0, 4152.0, 4152.0, 4151.0, 4151.0, 4162.0, 4163.0, 4151.0, 4151.0, 4161.0, 4151.0, 4151.0, 4150.0, 4150.0, 4139.0, 4149.0, 4158.0, 4137.0, 4137.0, 4136.0, 4136.0, 4136.0, 4136.0, 4136.0, 4136.0, 4134.0, 4135.0, 4125.0, 4134.0, 4135.0, 4135.0, 4136.0, 4134.0, 4136.0, 4146.0, 4137.0, 4137.0, 4136.0, 4136.0, 4137.0, 4146.0, 4138.0, 4148.0, 4148.0, 4138.0, 4148.0, 4149.0, 4158.0, 4149.0, 4139.0, 4149.0, 4137.0, 4148.0, 4137.0, 4137.0, 4138.0, 4147.0, 4148.0, 4137.0, 4149.0, 4148.0, 4149.0, 4150.0, 4148.0, 4149.0, 4148.0, 4149.0, 4149.0, 4150.0, 4139.0, 4150.0, 4150.0, 4159.0, 4151.0, 4161.0, 4162.0, 4161.0, 4162.0, 4152.0, 4162.0, 4161.0, 4163.0, 4163.0, 4162.0, 4162.0, 4162.0, 4163.0, 4162.0, 4164.0, 4153.0, 4175.0, 4172.0, 4163.0, 4173.0, 4163.0, 4152.0, 4161.0, 4151.0, 4150.0, 4161.0, 4162.0, 4151.0, 4160.0, 4151.0, 4160.0, 4161.0, 4152.0, 4174.0, 4175.0, 4175.0, 4165.0, 4166.0, 4175.0, 4176.0, 4174.0, 4164.0, 4164.0, 4162.0, 4153.0, 4151.0, 4152.0, 4170.0, 4151.0, 4159.0, 4149.0, 4159.0, 4150.0, 4149.0, 4150.0, 4147.0, 4164.0, 4152.0, 4163.0, 4152.0, 4153.0, 4162.0, 4163.0, 4152.0, 4152.0, 4152.0, 4151.0, 4151.0, 4150.0, 4151.0, 4149.0, 4150.0, 4138.0, 4149.0, 4148.0, 4148.0, 4158.0, 4149.0, 4137.0, 4150.0, 4150.0, 4151.0, 4150.0, 4149.0, 4150.0, 4161.0, 4152.0, 4149.0, 4151.0, 4150.0, 4152.0, 4161.0, 4162.0, 4151.0, 4162.0, 4152.0, 4162.0, 4163.0, 4150.0, 4150.0, 4161.0, 4150.0, 4151.0, 4163.0, 4154.0, 4150.0, 4152.0, 4171.0, 4152.0, 4150.0, 4151.0, 4151.0, 4151.0, 4152.0, 4150.0, 4152.0, 4151.0, 4152.0, 4175.0, 4178.0, 4166.0, 4166.0, 4164.0, 4154.0, 4152.0, 4154.0, 4162.0, 4163.0, 4163.0, 4152.0, 4152.0, 4151.0, 4150.0, 4140.0, 4150.0, 4137.0, 4137.0, 4126.0, 4137.0, 4138.0, 4139.0, 4151.0, 4149.0, 4138.0, 4146.0, 4125.0, 4136.0, 4115.0, 4123.0, 4124.0, 4124.0, 4112.0, 4124.0, 4123.0, 4125.0, 4136.0, 4125.0, 4114.0, 4123.0, 4125.0, 4136.0, 4135.0, 4138.0, 4138.0, 4140.0, 4139.0, 4151.0, 4140.0, 4151.0, 4140.0, 4150.0, 4151.0, 4152.0, 4151.0, 4153.0, 4152.0, 4154.0, 4154.0, 4154.0, 4152.0, 4163.0, 4163.0, 4151.0, 4152.0, 4152.0, 4141.0, 4152.0, 4140.0, 4150.0, 4150.0, 4150.0, 4139.0, 4139.0, 4138.0, 4139.0, 4138.0, 4151.0, 4150.0, 4150.0, 4151.0, 4150.0, 4151.0, 4151.0, 4152.0, 4151.0, 4163.0, 4151.0, 4152.0, 4161.0, 4151.0, 4161.0, 4150.0, 4150.0, 4151.0, 4151.0, 4151.0, 4150.0, 4150.0, 4151.0, 4141.0, 4152.0, 4161.0, 4151.0, 4161.0, 4152.0, 4151.0, 4152.0, 4152.0, 4152.0, 4152.0, 4153.0, 4152.0, 4162.0, 4151.0, 4150.0, 4149.0, 4148.0, 4139.0, 4139.0, 4138.0, 4139.0, 4139.0, 4140.0, 4139.0, 4140.0, 4128.0, 4140.0, 4160.0, 4151.0, 4150.0, 4151.0, 4151.0, 4152.0, 4152.0, 4152.0, 4151.0, 4151.0, 4151.0, 4151.0, 4151.0, 4151.0, 4151.0, 4140.0, 4150.0, 4150.0, 4150.0, 4161.0, 4151.0, 4150.0, 4150.0, 4150.0, 4151.0, 4151.0, 4151.0, 4152.0, 4150.0, 4151.0, 4140.0, 4152.0, 4161.0, 4151.0, 4151.0, 4152.0, 4151.0, 4163.0, 4152.0, 4152.0, 4152.0, 4162.0, 4153.0, 4152.0, 4152.0, 4141.0, 4163.0, 4172.0, 4152.0, 4162.0, 4163.0, 4163.0, 4164.0, 4163.0, 4154.0, 4162.0, 4164.0, 4154.0, 4153.0, 4154.0, 4152.0, 4162.0, 4173.0, 4163.0, 4151.0, 4141.0, 4150.0, 4141.0, 4152.0, 4154.0, 4152.0, 4139.0, 4140.0, 4142.0, 4152.0, 4152.0, 4152.0, 4151.0, 4151.0, 4151.0, 4152.0, 4161.0, 4141.0, 4150.0, 4139.0, 4139.0, 4126.0, 4137.0, 4126.0, 4125.0, 4135.0, 4125.0, 4135.0, 4124.0, 4123.0, 4124.0, 4124.0, 4122.0, 4122.0, 4112.0, 4123.0, 4120.0, 4122.0, 4112.0, 4123.0, 4124.0, 4135.0, 4124.0, 4135.0, 4137.0, 4126.0, 4138.0, 4137.0, 4138.0, 4138.0, 4149.0, 4150.0, 4150.0, 4151.0, 4151.0, 4152.0, 4150.0, 4151.0, 4149.0, 4151.0, 4160.0, 4149.0, 4150.0, 4150.0, 4148.0, 4137.0, 4138.0, 4127.0, 4138.0, 4138.0, 4138.0, 4137.0, 4149.0, 4150.0, 4138.0, 4150.0, 4140.0, 4152.0, 4152.0, 4163.0, 4152.0, 4153.0, 4152.0, 4153.0, 4173.0, 4163.0, 4153.0, 4151.0, 4152.0, 4152.0, 4152.0, 4153.0, 4152.0, 4170.0, 4151.0, 4150.0, 4151.0, 4151.0, 4150.0, 4152.0, 4151.0, 4152.0, 4151.0, 4152.0, 4152.0, 4163.0, 4152.0, 4153.0, 4153.0, 4154.0, 4154.0, 4165.0, 4152.0, 4153.0, 4163.0, 4152.0, 4150.0, 4151.0, 4150.0, 4138.0, 4150.0, 4150.0, 4150.0, 4159.0, 4149.0, 4147.0, 4139.0, 4139.0, 4137.0, 4138.0, 4137.0, 4148.0, 4139.0, 4139.0, 4138.0, 4148.0, 4149.0, 4152.0, 4150.0, 4163.0, 4163.0, 4164.0, 4153.0, 4154.0, 4164.0], 'WindowWidth': [9355.0, 9319.0, 9288.0, 9267.0, 9250.0, 9233.0, 9255.0, 9223.0, 9236.0, 9225.0, 9220.0, 9220.0, 9206.0, 9222.0, 9221.0, 9220.0, 9227.0, 9244.0, 9228.0, 9223.0, 9224.0, 9247.0, 9222.0, 9220.0, 9221.0, 9226.0, 9236.0, 9219.0, 9219.0, 9221.0, 9222.0, 9222.0, 9202.0, 9221.0, 9232.0, 9222.0, 9220.0, 9242.0, 9235.0, 9226.0, 9242.0, 9243.0, 9241.0, 9230.0, 9239.0, 9219.0, 9218.0, 9221.0, 9219.0, 9213.0, 9223.0, 9230.0, 9205.0, 9231.0, 9218.0, 9218.0, 9204.0, 9222.0, 9205.0, 9218.0, 9228.0, 9200.0, 9210.0, 9196.0, 9194.0, 9197.0, 9199.0, 9200.0, 9201.0, 9201.0, 9219.0, 9235.0, 9220.0, 9214.0, 9201.0, 9215.0, 9213.0, 9201.0, 9196.0, 9201.0, 9229.0, 9200.0, 9223.0, 9214.0, 9212.0, 9201.0, 9212.0, 9218.0, 9232.0, 9224.0, 9222.0, 9240.0, 9228.0, 9225.0, 9226.0, 9225.0, 9225.0, 9235.0, 9219.0, 9226.0, 9216.0, 9229.0, 9218.0, 9203.0, 9218.0, 9221.0, 9220.0, 9220.0, 9220.0, 9239.0, 9231.0, 9219.0, 9232.0, 9223.0, 9221.0, 9222.0, 9224.0, 9220.0, 9226.0, 9222.0, 9228.0, 9253.0, 9241.0, 9236.0, 9224.0, 9223.0, 9230.0, 9238.0, 9224.0, 9226.0, 9224.0, 9227.0, 9241.0, 9252.0, 9228.0, 9226.0, 9264.0, 9223.0, 9221.0, 9219.0, 9222.0, 9225.0, 9226.0, 9224.0, 9227.0, 9223.0, 9226.0, 9249.0, 9218.0, 9235.0, 9221.0, 9221.0, 9222.0, 9223.0, 9224.0, 9222.0, 9205.0, 9206.0, 9217.0, 9221.0, 9217.0, 9220.0, 9233.0, 9222.0, 9235.0, 9222.0, 9238.0, 9227.0, 9240.0, 9226.0, 9210.0, 9230.0, 9255.0, 9227.0, 9237.0, 9222.0, 9224.0, 9221.0, 9223.0, 9223.0, 9206.0, 9228.0, 9201.0, 9214.0, 9196.0, 9198.0, 9211.0, 9215.0, 9199.0, 9214.0, 9199.0, 9215.0, 9218.0, 9221.0, 9231.0, 9236.0, 9226.0, 9248.0, 9241.0, 9245.0, 9229.0, 9243.0, 9251.0, 9243.0, 9242.0, 9242.0, 9231.0, 9225.0, 9228.0, 9242.0, 9228.0, 9223.0, 9222.0, 9237.0, 9222.0, 9248.0, 9221.0, 9217.0, 9208.0, 9230.0, 9217.0, 9217.0, 9236.0, 9237.0, 9241.0, 9224.0, 9220.0, 9223.0, 9221.0, 9221.0, 9205.0, 9221.0, 9233.0, 9203.0, 9200.0, 9210.0, 9196.0, 9191.0, 9195.0, 9207.0, 9194.0, 9207.0, 9208.0, 9193.0, 9192.0, 9190.0, 9194.0, 9200.0, 9195.0, 9200.0, 9212.0, 9216.0, 9216.0, 9218.0, 9217.0, 9220.0, 9222.0, 9219.0, 9222.0, 9221.0, 9220.0, 9220.0, 9224.0, 9224.0, 9243.0, 9227.0, 9230.0, 9258.0, 9246.0, 9246.0, 9247.0, 9239.0, 9221.0, 9207.0, 9201.0, 9218.0, 9226.0, 9202.0, 9215.0, 9198.0, 9198.0, 9193.0, 9196.0, 9191.0, 9193.0, 9207.0, 9194.0, 9196.0, 9198.0, 9199.0, 9199.0, 9198.0, 9199.0, 9219.0, 9220.0, 9238.0, 9220.0, 9223.0, 9223.0, 9224.0, 9244.0, 9241.0, 9228.0, 9250.0, 9224.0, 9220.0, 9222.0, 9223.0, 9234.0, 9222.0, 9219.0, 9222.0, 9220.0, 9218.0, 9203.0, 9217.0, 9215.0, 9215.0, 9222.0, 9218.0, 9224.0, 9238.0, 9217.0, 9224.0, 9238.0, 9225.0, 9221.0, 9224.0, 9245.0, 9218.0, 9217.0, 9218.0, 9220.0, 9217.0, 9219.0, 9246.0, 9237.0, 9228.0, 9246.0, 9245.0, 9242.0, 9240.0, 9223.0, 9224.0, 9222.0, 9221.0, 9238.0, 9240.0, 9218.0, 9220.0, 9232.0, 9219.0, 9220.0, 9217.0, 9218.0, 9200.0, 9212.0, 9223.0, 9194.0, 9193.0, 9189.0, 9190.0, 9191.0, 9189.0, 9191.0, 9189.0, 9185.0, 9185.0, 9172.0, 9185.0, 9186.0, 9185.0, 9190.0, 9186.0, 9191.0, 9202.0, 9194.0, 9192.0, 9192.0, 9190.0, 9193.0, 9204.0, 9196.0, 9210.0, 9210.0, 9198.0, 9210.0, 9213.0, 9225.0, 9212.0, 9201.0, 9213.0, 9196.0, 9211.0, 9195.0, 9192.0, 9197.0, 9208.0, 9210.0, 9195.0, 9212.0, 9212.0, 9214.0, 9215.0, 9211.0, 9214.0, 9210.0, 9214.0, 9214.0, 9216.0, 9200.0, 9217.0, 9217.0, 9232.0, 9220.0, 9233.0, 9236.0, 9234.0, 9237.0, 9223.0, 9235.0, 9235.0, 9242.0, 9240.0, 9236.0, 9237.0, 9237.0, 9240.0, 9237.0, 9242.0, 9228.0, 9260.0, 9253.0, 9241.0, 9254.0, 9239.0, 9224.0, 9234.0, 9221.0, 9219.0, 9234.0, 9235.0, 9221.0, 9230.0, 9219.0, 9232.0, 9234.0, 9224.0, 9259.0, 9260.0, 9261.0, 9246.0, 9250.0, 9261.0, 9261.0, 9258.0, 9242.0, 9242.0, 9237.0, 9226.0, 9219.0, 9221.0, 9243.0, 9219.0, 9228.0, 9212.0, 9227.0, 9215.0, 9215.0, 9217.0, 9211.0, 9244.0, 9224.0, 9241.0, 9222.0, 9226.0, 9236.0, 9240.0, 9222.0, 9223.0, 9224.0, 9219.0, 9220.0, 9218.0, 9220.0, 9213.0, 9215.0, 9197.0, 9213.0, 9209.0, 9210.0, 9224.0, 9213.0, 9196.0, 9217.0, 9218.0, 9220.0, 9216.0, 9215.0, 9218.0, 9232.0, 9223.0, 9215.0, 9219.0, 9217.0, 9223.0, 9235.0, 9237.0, 9220.0, 9236.0, 9224.0, 9237.0, 9240.0, 9219.0, 9218.0, 9233.0, 9218.0, 9220.0, 9238.0, 9230.0, 9217.0, 9222.0, 9246.0, 9221.0, 9218.0, 9220.0, 9219.0, 9218.0, 9221.0, 9218.0, 9223.0, 9222.0, 9225.0, 9263.0, 9272.0, 9250.0, 9249.0, 9245.0, 9228.0, 9224.0, 9228.0, 9237.0, 9239.0, 9238.0, 9221.0, 9222.0, 9218.0, 9218.0, 9203.0, 9216.0, 9195.0, 9194.0, 9177.0, 9193.0, 9195.0, 9199.0, 9215.0, 9211.0, 9193.0, 9203.0, 9172.0, 9187.0, 9155.0, 9166.0, 9167.0, 9167.0, 9149.0, 9168.0, 9165.0, 9170.0, 9187.0, 9171.0, 9154.0, 9167.0, 9171.0, 9188.0, 9187.0, 9195.0, 9195.0, 9200.0, 9199.0, 9217.0, 9203.0, 9217.0, 9203.0, 9216.0, 9218.0, 9221.0, 9219.0, 9224.0, 9223.0, 9227.0, 9228.0, 9228.0, 9223.0, 9240.0, 9238.0, 9220.0, 9220.0, 9222.0, 9204.0, 9221.0, 9201.0, 9217.0, 9216.0, 9215.0, 9198.0, 9198.0, 9197.0, 9200.0, 9197.0, 9218.0, 9215.0, 9216.0, 9218.0, 9217.0, 9218.0, 9218.0, 9222.0, 9222.0, 9238.0, 9219.0, 9221.0, 9232.0, 9219.0, 9231.0, 9217.0, 9216.0, 9219.0, 9218.0, 9217.0, 9215.0, 9215.0, 9219.0, 9205.0, 9221.0, 9232.0, 9219.0, 9232.0, 9222.0, 9219.0, 9221.0, 9222.0, 9220.0, 9222.0, 9223.0, 9222.0, 9235.0, 9218.0, 9216.0, 9213.0, 9210.0, 9199.0, 9197.0, 9197.0, 9198.0, 9199.0, 9201.0, 9198.0, 9201.0, 9182.0, 9202.0, 9230.0, 9219.0, 9216.0, 9218.0, 9218.0, 9222.0, 9225.0, 9224.0, 9220.0, 9220.0, 9218.0, 9218.0, 9220.0, 9218.0, 9220.0, 9201.0, 9216.0, 9215.0, 9216.0, 9231.0, 9217.0, 9218.0, 9216.0, 9217.0, 9218.0, 9220.0, 9220.0, 9221.0, 9215.0, 9219.0, 9204.0, 9222.0, 9234.0, 9219.0, 9219.0, 9221.0, 9220.0, 9238.0, 9222.0, 9222.0, 9225.0, 9235.0, 9224.0, 9222.0, 9222.0, 9206.0, 9237.0, 9247.0, 9221.0, 9235.0, 9239.0, 9239.0, 9241.0, 9239.0, 9229.0, 9237.0, 9241.0, 9228.0, 9225.0, 9227.0, 9223.0, 9237.0, 9252.0, 9238.0, 9221.0, 9207.0, 9215.0, 9203.0, 9221.0, 9227.0, 9223.0, 9202.0, 9202.0, 9209.0, 9222.0, 9222.0, 9221.0, 9217.0, 9220.0, 9219.0, 9222.0, 9233.0, 9204.0, 9216.0, 9198.0, 9197.0, 9176.0, 9193.0, 9176.0, 9173.0, 9185.0, 9170.0, 9185.0, 9169.0, 9166.0, 9168.0, 9169.0, 9162.0, 9162.0, 9147.0, 9163.0, 9157.0, 9162.0, 9147.0, 9165.0, 9168.0, 9185.0, 9169.0, 9186.0, 9190.0, 9176.0, 9195.0, 9192.0, 9196.0, 9194.0, 9212.0, 9216.0, 9217.0, 9218.0, 9219.0, 9220.0, 9215.0, 9218.0, 9212.0, 9216.0, 9227.0, 9211.0, 9215.0, 9213.0, 9209.0, 9192.0, 9196.0, 9179.0, 9195.0, 9194.0, 9195.0, 9194.0, 9212.0, 9214.0, 9198.0, 9214.0, 9201.0, 9220.0, 9221.0, 9237.0, 9222.0, 9224.0, 9221.0, 9225.0, 9252.0, 9239.0, 9224.0, 9221.0, 9222.0, 9221.0, 9221.0, 9224.0, 9221.0, 9243.0, 9219.0, 9217.0, 9218.0, 9217.0, 9217.0, 9220.0, 9219.0, 9221.0, 9220.0, 9222.0, 9221.0, 9237.0, 9222.0, 9224.0, 9227.0, 9228.0, 9228.0, 9244.0, 9223.0, 9224.0, 9238.0, 9222.0, 9219.0, 9218.0, 9217.0, 9197.0, 9215.0, 9214.0, 9215.0, 9224.0, 9211.0, 9206.0, 9197.0, 9197.0, 9192.0, 9195.0, 9193.0, 9210.0, 9197.0, 9199.0, 9195.0, 9210.0, 9214.0, 9223.0, 9219.0, 9239.0, 9240.0, 9243.0, 9227.0, 9227.0, 9240.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.00017519585253456227</td></tr>
<tr><td colspan=3>aqi</td><td>0.01510014861751152</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.709481235940004</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1543942186851213</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9904677013148788</td></tr>
<tr><td colspan=3>efc</td><td>0.4707</td></tr>
<tr><td colspan=3>fber</td><td>5746.9185</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.056159192740872735</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.689067987191768</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6117409377312435</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.88877047658089</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.566692547263171</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115407</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010293936356902122</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02059485949575901</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.6246533366955003</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>28.2085</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7126</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.9463</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300504.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>817.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.0504</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8307</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.3615</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3308.5921</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3540.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>976.6387</td></tr>
<tr><td colspan=3>tsnr</td><td>46.708701237570494</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><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>