<?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-0057_ses-03_task-social_acq-mb8_run-06_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-0057_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-06_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-0057/ses-03/func/sub-0057_ses-03_task-social_acq-mb8_run-06_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>2f4b944a04f581ecf56622000d1cc59f</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>16:08:57.915000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992273, -0.106099, -0.0643224, 0.105868, 0.994355, -0.00699989]</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-06_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.112319</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7782, -7203, 622, -7, -159, -90, 32]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>254.742</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0507e203-9aeb-4702-bfd8-3318656457ab||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6621956825256348, 0.28403687477111816, -0.17469550669193268, 102.31110382080078], [0.284656822681427, 2.667783260345459, -0.00036746784462593496, -104.79431915283203], [-0.17257235944271088, 0.01878019981086254, 2.6943423748016357, -52.545440673828125], [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': ['160857.915000', '160858.375000', '160858.835000', '160859.295000', '160859.755000', '160900.215000', '160900.675000', '160901.135000', '160901.595000', '160902.055000', '160902.515000', '160902.975000', '160903.435000', '160903.895000', '160904.355000', '160904.815000', '160905.275000', '160905.735000', '160906.195000', '160906.655000', '160907.115000', '160907.575000', '160908.035000', '160908.495000', '160908.955000', '160909.415000', '160909.875000', '160910.335000', '160910.795000', '160911.255000', '160911.715000', '160912.175000', '160912.635000', '160913.095000', '160913.555000', '160914.015000', '160914.475000', '160914.935000', '160915.395000', '160915.855000', '160916.315000', '160916.775000', '160917.235000', '160917.695000', '160918.155000', '160918.615000', '160919.075000', '160919.535000', '160919.995000', '160920.455000', '160920.915000', '160921.375000', '160921.835000', '160922.295000', '160922.755000', '160923.215000', '160923.675000', '160924.135000', '160924.595000', '160925.055000', '160925.515000', '160925.975000', '160926.435000', '160926.895000', '160927.355000', '160927.815000', '160928.275000', '160928.735000', '160929.195000', '160929.655000', '160930.115000', '160930.575000', '160931.035000', '160931.495000', '160931.955000', '160932.415000', '160932.875000', '160933.335000', '160933.795000', '160934.255000', '160934.715000', '160935.175000', '160935.635000', '160936.095000', '160936.555000', '160937.015000', '160937.475000', '160937.935000', '160938.395000', '160938.855000', '160939.315000', '160939.775000', '160940.235000', '160940.695000', '160941.155000', '160941.615000', '160942.075000', '160942.535000', '160942.995000', '160943.455000', '160943.915000', '160944.375000', '160944.835000', '160945.295000', '160945.755000', '160946.215000', '160946.675000', '160947.135000', '160947.595000', '160948.055000', '160948.515000', '160948.975000', '160949.435000', '160949.895000', '160950.355000', '160950.815000', '160951.275000', '160951.735000', '160952.195000', '160952.655000', '160953.115000', '160953.575000', '160954.035000', '160954.495000', '160954.955000', '160955.415000', '160955.875000', '160956.335000', '160956.795000', '160957.255000', '160957.715000', '160958.175000', '160958.635000', '160959.095000', '160959.555000', '161000.015000', '161000.475000', '161000.935000', '161001.395000', '161001.855000', '161002.315000', '161002.775000', '161003.235000', '161003.695000', '161004.155000', '161004.615000', '161005.075000', '161005.535000', '161005.995000', '161006.455000', '161006.915000', '161007.375000', '161007.835000', '161008.295000', '161008.755000', '161009.215000', '161009.675000', '161010.135000', '161010.595000', '161011.055000', '161011.515000', '161011.975000', '161012.435000', '161012.895000', '161013.355000', '161013.815000', '161014.275000', '161014.735000', '161015.195000', '161015.655000', '161016.115000', '161016.575000', '161017.035000', '161017.495000', '161017.955000', '161018.415000', '161018.875000', '161019.335000', '161019.795000', '161020.255000', '161020.715000', '161021.175000', '161021.635000', '161022.095000', '161022.555000', '161023.015000', '161023.475000', '161023.935000', '161024.395000', '161024.855000', '161025.315000', '161025.775000', '161026.235000', '161026.695000', '161027.155000', '161027.615000', '161028.075000', '161028.535000', '161028.995000', '161029.455000', '161029.915000', '161030.375000', '161030.835000', '161031.295000', '161031.755000', '161032.215000', '161032.675000', '161033.135000', '161033.595000', '161034.055000', '161034.515000', '161034.975000', '161035.435000', '161035.895000', '161036.355000', '161036.815000', '161037.275000', '161037.735000', '161038.195000', '161038.655000', '161039.115000', '161039.575000', '161040.035000', '161040.495000', '161040.955000', '161041.415000', '161041.875000', '161042.335000', '161042.795000', '161043.255000', '161043.715000', '161044.175000', '161044.635000', '161045.095000', '161045.555000', '161046.015000', '161046.475000', '161046.935000', '161047.395000', '161047.855000', '161048.315000', '161048.775000', '161049.235000', '161049.695000', '161050.155000', '161050.615000', '161051.075000', '161051.535000', '161051.995000', '161052.455000', '161052.915000', '161053.375000', '161053.835000', '161054.295000', '161054.755000', '161055.215000', '161055.675000', '161056.135000', '161056.595000', '161057.055000', '161057.515000', '161057.975000', '161058.435000', '161058.895000', '161059.355000', '161059.815000', '161100.275000', '161100.735000', '161101.195000', '161101.655000', '161102.115000', '161102.575000', '161103.035000', '161103.495000', '161103.955000', '161104.415000', '161104.875000', '161105.335000', '161105.795000', '161106.255000', '161106.715000', '161107.175000', '161107.635000', '161108.095000', '161108.555000', '161109.015000', '161109.475000', '161109.935000', '161110.395000', '161110.855000', '161111.315000', '161111.775000', '161112.235000', '161112.695000', '161113.155000', '161113.615000', '161114.075000', '161114.535000', '161114.995000', '161115.455000', '161115.915000', '161116.375000', '161116.835000', '161117.295000', '161117.755000', '161118.215000', '161118.675000', '161119.135000', '161119.595000', '161120.055000', '161120.515000', '161120.975000', '161121.435000', '161121.895000', '161122.355000', '161122.815000', '161123.275000', '161123.735000', '161124.195000', '161124.655000', '161125.115000', '161125.575000', '161126.035000', '161126.495000', '161126.955000', '161127.415000', '161127.875000', '161128.335000', '161128.795000', '161129.255000', '161129.715000', '161130.175000', '161130.635000', '161131.095000', '161131.555000', '161132.015000', '161132.475000', '161132.935000', '161133.395000', '161133.855000', '161134.315000', '161134.775000', '161135.235000', '161135.695000', '161136.155000', '161136.615000', '161137.075000', '161137.535000', '161137.995000', '161138.455000', '161138.915000', '161139.375000', '161139.835000', '161140.295000', '161140.755000', '161141.215000', '161141.675000', '161142.135000', '161142.595000', '161143.055000', '161143.515000', '161143.975000', '161144.435000', '161144.895000', '161145.355000', '161145.815000', '161146.275000', '161146.735000', '161147.195000', '161147.655000', '161148.115000', '161148.575000', '161149.035000', '161149.495000', '161149.955000', '161150.415000', '161150.875000', '161151.335000', '161151.795000', '161152.255000', '161152.715000', '161153.175000', '161153.635000', '161154.095000', '161154.555000', '161155.015000', '161155.475000', '161155.935000', '161156.395000', '161156.855000', '161157.315000', '161157.775000', '161158.235000', '161158.695000', '161159.155000', '161159.615000', '161200.075000', '161200.535000', '161200.995000', '161201.455000', '161201.915000', '161202.375000', '161202.835000', '161203.295000', '161203.755000', '161204.215000', '161204.675000', '161205.135000', '161205.595000', '161206.055000', '161206.515000', '161206.975000', '161207.435000', '161207.895000', '161208.355000', '161208.815000', '161209.275000', '161209.735000', '161210.195000', '161210.655000', '161211.115000', '161211.575000', '161212.035000', '161212.495000', '161212.955000', '161213.415000', '161213.875000', '161214.335000', '161214.795000', '161215.255000', '161215.715000', '161216.175000', '161216.635000', '161217.095000', '161217.555000', '161218.015000', '161218.475000', '161218.935000', '161219.395000', '161219.855000', '161220.315000', '161220.775000', '161221.235000', '161221.695000', '161222.155000', '161222.615000', '161223.075000', '161223.535000', '161223.995000', '161224.455000', '161224.915000', '161225.375000', '161225.835000', '161226.295000', '161226.755000', '161227.215000', '161227.675000', '161228.135000', '161228.595000', '161229.055000', '161229.515000', '161229.975000', '161230.435000', '161230.895000', '161231.355000', '161231.815000', '161232.275000', '161232.735000', '161233.195000', '161233.655000', '161234.115000', '161234.575000', '161235.035000', '161235.495000', '161235.955000', '161236.415000', '161236.875000', '161237.335000', '161237.795000', '161238.255000', '161238.715000', '161239.175000', '161239.635000', '161240.095000', '161240.555000', '161241.015000', '161241.475000', '161241.935000', '161242.395000', '161242.855000', '161243.315000', '161243.775000', '161244.235000', '161244.695000', '161245.155000', '161245.615000', '161246.075000', '161246.535000', '161246.995000', '161247.455000', '161247.915000', '161248.375000', '161248.835000', '161249.295000', '161249.755000', '161250.215000', '161250.675000', '161251.135000', '161251.595000', '161252.055000', '161252.515000', '161252.975000', '161253.435000', '161253.895000', '161254.355000', '161254.815000', '161255.275000', '161255.735000', '161256.195000', '161256.655000', '161257.115000', '161257.575000', '161258.035000', '161258.495000', '161258.955000', '161259.415000', '161259.875000', '161300.335000', '161300.795000', '161301.255000', '161301.715000', '161302.175000', '161302.635000', '161303.095000', '161303.555000', '161304.015000', '161304.475000', '161304.935000', '161305.395000', '161305.855000', '161306.315000', '161306.775000', '161307.235000', '161307.695000', '161308.155000', '161308.615000', '161309.075000', '161309.535000', '161309.995000', '161310.455000', '161310.915000', '161311.375000', '161311.835000', '161312.295000', '161312.755000', '161313.215000', '161313.675000', '161314.135000', '161314.595000', '161315.055000', '161315.515000', '161315.975000', '161316.435000', '161316.895000', '161317.355000', '161317.815000', '161318.275000', '161318.735000', '161319.195000', '161319.655000', '161320.115000', '161320.575000', '161321.035000', '161321.495000', '161321.955000', '161322.415000', '161322.875000', '161323.335000', '161323.795000', '161324.255000', '161324.715000', '161325.175000', '161325.635000', '161326.095000', '161326.555000', '161327.015000', '161327.475000', '161327.935000', '161328.395000', '161328.855000', '161329.315000', '161329.775000', '161330.235000', '161330.695000', '161331.155000', '161331.615000', '161332.075000', '161332.535000', '161332.995000', '161333.455000', '161333.915000', '161334.375000', '161334.835000', '161335.295000', '161335.755000', '161336.215000', '161336.675000', '161337.135000', '161337.595000', '161338.055000', '161338.515000', '161338.975000', '161339.435000', '161339.895000', '161340.355000', '161340.815000', '161341.275000', '161341.735000', '161342.195000', '161342.655000', '161343.115000', '161343.575000', '161344.035000', '161344.495000', '161344.955000', '161345.415000', '161345.875000', '161346.335000', '161346.795000', '161347.255000', '161347.715000', '161348.175000', '161348.635000', '161349.095000', '161349.555000', '161350.015000', '161350.475000', '161350.935000', '161351.395000', '161351.855000', '161352.315000', '161352.775000', '161353.235000', '161353.695000', '161354.155000', '161354.615000', '161355.075000', '161355.535000', '161355.995000', '161356.455000', '161356.915000', '161357.375000', '161357.835000', '161358.295000', '161358.755000', '161359.215000', '161359.675000', '161400.135000', '161400.595000', '161401.055000', '161401.515000', '161401.975000', '161402.435000', '161402.895000', '161403.355000', '161403.815000', '161404.275000', '161404.735000', '161405.195000', '161405.655000', '161406.115000', '161406.575000', '161407.035000', '161407.495000', '161407.955000', '161408.415000', '161408.875000', '161409.335000', '161409.795000', '161410.255000', '161410.715000', '161411.175000', '161411.635000', '161412.095000', '161412.555000', '161413.015000', '161413.475000', '161413.935000', '161414.395000', '161414.855000', '161415.315000', '161415.775000', '161416.235000', '161416.695000', '161417.155000', '161417.615000', '161418.075000', '161418.535000', '161418.995000', '161419.455000', '161419.915000', '161420.375000', '161420.835000', '161421.295000', '161421.755000', '161422.215000', '161422.675000', '161423.135000', '161423.595000', '161424.055000', '161424.515000', '161424.975000', '161425.435000', '161425.895000', '161426.355000', '161426.815000', '161427.275000', '161427.735000', '161428.195000', '161428.655000', '161429.115000', '161429.575000', '161430.035000', '161430.495000', '161430.955000', '161431.415000', '161431.875000', '161432.335000', '161432.795000', '161433.255000', '161433.715000', '161434.175000', '161434.635000', '161435.095000', '161435.555000', '161436.015000', '161436.475000', '161436.935000', '161437.395000', '161437.855000', '161438.315000', '161438.775000', '161439.235000', '161439.695000', '161440.155000', '161440.615000', '161441.075000', '161441.535000', '161441.995000', '161442.455000', '161442.915000', '161443.375000', '161443.835000', '161444.295000', '161444.755000', '161445.215000', '161445.675000', '161446.135000', '161446.595000', '161447.055000', '161447.515000', '161447.975000', '161448.435000', '161448.895000', '161449.355000', '161449.815000', '161450.275000', '161450.735000', '161451.195000', '161451.655000', '161452.115000', '161452.575000', '161453.035000', '161453.495000', '161453.955000', '161454.415000', '161454.875000', '161455.335000', '161455.795000', '161456.255000', '161456.715000', '161457.175000', '161457.635000', '161458.095000', '161458.555000', '161459.015000', '161459.475000', '161459.935000', '161500.395000', '161500.855000', '161501.315000', '161501.775000', '161502.235000', '161502.695000', '161503.155000', '161503.615000', '161504.075000', '161504.535000', '161504.995000', '161505.455000', '161505.915000', '161506.375000', '161506.835000', '161507.295000', '161507.755000', '161508.215000', '161508.675000', '161509.135000', '161509.595000', '161510.055000', '161510.515000', '161510.975000', '161511.435000', '161511.895000', '161512.355000', '161512.815000', '161513.275000', '161513.735000', '161514.195000', '161514.655000', '161515.115000', '161515.575000', '161516.035000', '161516.495000', '161516.955000', '161517.415000', '161517.875000', '161518.335000', '161518.795000', '161519.255000', '161519.715000', '161520.175000', '161520.635000', '161521.095000', '161521.555000', '161522.015000', '161522.475000', '161522.935000', '161523.395000', '161523.855000', '161524.315000', '161524.775000', '161525.235000', '161525.695000', '161526.155000', '161526.615000', '161527.075000', '161527.535000', '161527.995000', '161528.455000', '161528.915000', '161529.375000', '161529.835000', '161530.295000', '161530.755000', '161531.215000', '161531.675000', '161532.135000', '161532.595000', '161533.055000', '161533.515000', '161533.975000', '161534.435000', '161534.895000', '161535.355000', '161535.815000', '161536.275000', '161536.735000', '161537.195000', '161537.655000', '161538.115000', '161538.575000'], 'ContentTime': ['160925.221000', '160925.224000', '160925.226000', '160925.229000', '160925.232000', '160925.234000', '160925.237000', '160925.239000', '160925.242000', '160925.244000', '160925.253000', '160925.256000', '160925.258000', '160925.261000', '160925.263000', '160925.266000', '160925.268000', '160925.271000', '160925.273000', '160925.276000', '160925.279000', '160925.281000', '160925.284000', '160925.286000', '160925.289000', '160925.291000', '160925.294000', '160925.297000', '160925.299000', '160925.302000', '160925.304000', '160925.307000', '160925.310000', '160925.312000', '160925.315000', '160925.317000', '160925.320000', '160925.322000', '160925.325000', '160925.327000', '160925.330000', '160925.333000', '160925.335000', '160925.338000', '160925.340000', '160925.343000', '160925.345000', '160925.348000', '160925.351000', '160925.353000', '160925.356000', '160925.358000', '160925.361000', '160925.364000', '160925.366000', '160925.369000', '160925.371000', '160925.374000', '160945.193000', '160945.195000', '160945.198000', '160945.201000', '160945.203000', '160945.206000', '160945.216000', '160945.219000', '160945.221000', '160945.224000', '160945.226000', '160945.241000', '160945.244000', '160945.246000', '160945.249000', '160945.251000', '160945.254000', '160945.256000', '160945.259000', '160945.261000', '160945.264000', '160945.266000', '160945.269000', '160945.271000', '160945.274000', '160945.276000', '160945.279000', '160945.282000', '160945.284000', '160945.287000', '160945.289000', '160945.292000', '160945.294000', '160945.297000', '160945.299000', '160945.302000', '160945.305000', '160945.308000', '160945.311000', '160945.313000', '160945.316000', '160945.319000', '160945.321000', '161005.193000', '161005.195000', '161005.198000', '161005.201000', '161005.203000', '161005.206000', '161005.208000', '161005.211000', '161005.214000', '161005.216000', '161005.219000', '161005.222000', '161005.224000', '161005.227000', '161005.233000', '161005.235000', '161005.238000', '161005.240000', '161005.243000', '161005.245000', '161005.248000', '161005.250000', '161005.253000', '161005.256000', '161005.258000', '161005.261000', '161005.263000', '161005.266000', '161005.268000', '161005.271000', '161005.274000', '161005.276000', '161005.279000', '161005.281000', '161005.284000', '161005.286000', '161005.289000', '161005.291000', '161005.294000', '161005.297000', '161005.299000', '161005.302000', '161005.305000', '161005.307000', '161025.192000', '161025.195000', '161025.198000', '161025.200000', '161025.203000', '161025.206000', '161025.208000', '161025.211000', '161025.213000', '161025.216000', '161025.218000', '161025.221000', '161025.223000', '161025.226000', '161025.228000', '161025.231000', '161025.234000', '161025.236000', '161025.239000', '161025.241000', '161025.244000', '161025.246000', '161025.249000', '161025.251000', '161025.254000', '161025.257000', '161025.259000', '161025.262000', '161025.264000', '161025.267000', '161025.270000', '161025.272000', '161025.275000', '161025.278000', '161025.280000', '161025.283000', '161025.286000', '161025.288000', '161025.291000', '161025.293000', '161025.296000', '161025.298000', '161025.301000', '161045.193000', '161045.195000', '161045.198000', '161045.200000', '161045.203000', '161045.206000', '161045.208000', '161045.211000', '161045.213000', '161045.216000', '161045.218000', '161045.221000', '161045.224000', '161045.226000', '161045.229000', '161045.231000', '161045.234000', '161045.236000', '161045.239000', '161045.241000', '161045.244000', '161045.247000', '161045.249000', '161045.252000', '161045.254000', '161045.257000', '161045.259000', '161045.262000', '161045.264000', '161045.267000', '161045.270000', '161045.272000', '161045.275000', '161045.277000', '161045.280000', '161045.282000', '161045.285000', '161045.288000', '161045.290000', '161045.293000', '161045.295000', '161045.298000', '161045.300000', '161045.303000', '161105.193000', '161105.196000', '161105.199000', '161105.201000', '161105.204000', '161105.206000', '161105.209000', '161105.212000', '161105.214000', '161105.217000', '161105.219000', '161105.222000', '161105.224000', '161105.227000', '161105.230000', '161105.232000', '161105.235000', '161105.237000', '161105.240000', '161105.242000', '161105.245000', '161105.248000', '161105.250000', '161105.253000', '161105.255000', '161105.258000', '161105.260000', '161105.263000', '161105.266000', '161105.278000', '161105.280000', '161105.283000', '161105.285000', '161105.288000', '161105.291000', '161105.293000', '161105.296000', '161105.298000', '161105.301000', '161105.303000', '161105.306000', '161105.309000', '161105.311000', '161125.194000', '161125.196000', '161125.199000', '161125.202000', '161125.204000', '161125.207000', '161125.209000', '161125.227000', '161125.230000', '161125.233000', '161125.235000', '161125.238000', '161125.240000', '161125.243000', '161125.246000', '161125.248000', '161125.251000', '161125.253000', '161125.256000', '161125.258000', '161125.261000', '161125.263000', '161125.266000', '161125.269000', '161125.271000', '161125.274000', '161125.276000', '161125.279000', '161125.281000', '161125.284000', '161125.286000', '161125.289000', '161125.292000', '161125.294000', '161125.297000', '161125.299000', '161125.302000', '161125.305000', '161125.307000', '161125.310000', '161125.313000', '161125.315000', '161125.318000', '161125.320000', '161145.193000', '161145.196000', '161145.199000', '161145.201000', '161145.204000', '161145.206000', '161145.218000', '161145.221000', '161145.223000', '161145.226000', '161145.228000', '161145.231000', '161145.234000', '161145.236000', '161145.239000', '161145.241000', '161145.244000', '161145.246000', '161145.249000', '161145.251000', '161145.254000', '161145.257000', '161145.259000', '161145.262000', '161145.264000', '161145.267000', '161145.269000', '161145.272000', '161145.274000', '161145.277000', '161145.280000', '161145.282000', '161145.285000', '161145.287000', '161145.290000', '161145.293000', '161145.295000', '161145.298000', '161145.300000', '161145.303000', '161145.305000', '161145.308000', '161145.311000', '161205.193000', '161205.195000', '161205.198000', '161205.201000', '161205.203000', '161205.206000', '161205.208000', '161205.211000', '161205.213000', '161205.216000', '161205.219000', '161205.221000', '161205.224000', '161205.226000', '161205.230000', '161205.233000', '161205.236000', '161205.238000', '161205.241000', '161205.244000', '161205.246000', '161205.249000', '161205.251000', '161205.254000', '161205.256000', '161205.259000', '161205.262000', '161205.264000', '161205.267000', '161205.269000', '161205.272000', '161205.275000', '161205.277000', '161205.280000', '161205.282000', '161205.285000', '161205.287000', '161205.290000', '161205.293000', '161205.295000', '161205.298000', '161205.300000', '161205.303000', '161205.306000', '161225.193000', '161225.195000', '161225.198000', '161225.201000', '161225.203000', '161225.206000', '161225.208000', '161225.211000', '161225.213000', '161225.216000', '161225.219000', '161225.221000', '161225.224000', '161225.226000', '161225.229000', '161225.231000', '161225.234000', '161225.236000', '161225.239000', '161225.242000', '161225.244000', '161225.247000', '161225.249000', '161225.252000', '161225.255000', '161225.257000', '161225.260000', '161225.262000', '161225.265000', '161225.268000', '161225.270000', '161225.273000', '161225.275000', '161225.278000', '161225.281000', '161225.283000', '161225.286000', '161225.288000', '161225.291000', '161225.293000', '161225.296000', '161225.299000', '161225.301000', '161245.192000', '161245.195000', '161245.198000', '161245.200000', '161245.203000', '161245.206000', '161245.208000', '161245.211000', '161245.213000', '161245.216000', '161245.218000', '161245.221000', '161245.224000', '161245.226000', '161245.229000', '161245.232000', '161245.234000', '161245.237000', '161245.239000', '161245.242000', '161245.244000', '161245.247000', '161245.250000', '161245.252000', '161245.255000', '161245.257000', '161245.260000', '161245.262000', '161245.265000', '161245.268000', '161245.270000', '161245.273000', '161245.282000', '161245.284000', '161245.287000', '161245.290000', '161245.292000', '161245.295000', '161245.297000', '161245.300000', '161245.303000', '161245.305000', '161245.308000', '161245.310000', '161305.194000', '161305.197000', '161305.200000', '161305.203000', '161305.205000', '161305.208000', '161305.210000', '161305.213000', '161305.216000', '161305.218000', '161305.221000', '161305.223000', '161305.226000', '161305.228000', '161305.231000', '161305.234000', '161305.236000', '161305.239000', '161305.241000', '161305.244000', '161305.246000', '161305.249000', '161305.252000', '161305.254000', '161305.257000', '161305.259000', '161305.262000', '161305.264000', '161305.267000', '161305.270000', '161305.272000', '161305.275000', '161305.277000', '161305.280000', '161305.283000', '161305.285000', '161305.288000', '161305.290000', '161305.293000', '161305.295000', '161305.298000', '161305.301000', '161305.303000', '161325.194000', '161325.196000', '161325.199000', '161325.202000', '161325.204000', '161325.207000', '161325.209000', '161325.212000', '161325.214000', '161325.218000', '161325.221000', '161325.224000', '161325.226000', '161325.229000', '161325.231000', '161325.234000', '161325.237000', '161325.239000', '161325.242000', '161325.244000', '161325.247000', '161325.249000', '161325.252000', '161325.255000', '161325.257000', '161325.260000', '161325.262000', '161325.265000', '161325.268000', '161325.270000', '161325.273000', '161325.275000', '161325.278000', '161325.281000', '161325.283000', '161325.286000', '161325.288000', '161325.291000', '161325.294000', '161325.296000', '161325.299000', '161325.301000', '161325.304000', '161325.307000', '161345.193000', '161345.196000', '161345.199000', '161345.201000', '161345.204000', '161345.207000', '161345.209000', '161345.212000', '161345.214000', '161345.217000', '161345.219000', '161345.222000', '161345.225000', '161345.227000', '161345.230000', '161345.232000', '161345.235000', '161345.238000', '161345.240000', '161345.243000', '161345.245000', '161345.248000', '161345.251000', '161345.253000', '161345.256000', '161345.258000', '161345.261000', '161345.264000', '161345.266000', '161345.269000', '161345.272000', '161345.274000', '161345.277000', '161345.279000', '161345.282000', '161345.285000', '161345.287000', '161345.290000', '161345.292000', '161345.295000', '161345.297000', '161345.300000', '161345.302000', '161405.193000', '161405.196000', '161405.199000', '161405.201000', '161405.204000', '161405.207000', '161405.209000', '161405.212000', '161405.215000', '161405.217000', '161405.220000', '161405.223000', '161405.225000', '161405.228000', '161405.230000', '161405.233000', '161405.236000', '161405.238000', '161405.241000', '161405.243000', '161405.246000', '161405.249000', '161405.251000', '161405.254000', '161405.256000', '161405.259000', '161405.261000', '161405.264000', '161405.266000', '161405.269000', '161405.272000', '161405.274000', '161405.277000', '161405.279000', '161405.282000', '161405.285000', '161405.287000', '161405.290000', '161405.292000', '161405.295000', '161405.298000', '161405.300000', '161405.303000', '161405.306000', '161425.192000', '161425.195000', '161425.198000', '161425.201000', '161425.203000', '161425.206000', '161425.208000', '161425.211000', '161425.213000', '161425.216000', '161425.219000', '161425.221000', '161425.224000', '161425.226000', '161425.229000', '161425.232000', '161425.234000', '161425.237000', '161425.239000', '161425.242000', '161425.244000', '161425.247000', '161425.249000', '161425.252000', '161425.266000', '161425.269000', '161425.271000', '161425.274000', '161425.277000', '161425.279000', '161425.282000', '161425.284000', '161425.287000', '161425.289000', '161425.292000', '161425.295000', '161425.297000', '161425.300000', '161425.302000', '161425.305000', '161425.308000', '161425.310000', '161425.313000', '161445.193000', '161445.196000', '161445.198000', '161445.201000', '161445.203000', '161445.206000', '161445.209000', '161445.211000', '161445.214000', '161445.216000', '161445.219000', '161445.222000', '161445.224000', '161445.227000', '161445.229000', '161445.232000', '161445.235000', '161445.237000', '161445.240000', '161445.242000', '161445.245000', '161445.248000', '161445.250000', '161445.253000', '161445.257000', '161445.260000', '161445.262000', '161445.265000', '161445.267000', '161445.270000', '161445.273000', '161445.275000', '161445.278000', '161445.280000', '161445.283000', '161445.286000', '161445.290000', '161445.292000', '161445.295000', '161445.297000', '161445.300000', '161445.303000', '161445.305000', '161505.193000', '161505.196000', '161505.198000', '161505.201000', '161505.203000', '161505.206000', '161505.209000', '161505.211000', '161505.214000', '161505.216000', '161505.219000', '161505.222000', '161505.224000', '161505.227000', '161505.230000', '161505.233000', '161505.235000', '161505.238000', '161505.241000', '161505.243000', '161505.246000', '161505.249000', '161505.251000', '161505.254000', '161505.257000', '161505.259000', '161505.262000', '161505.264000', '161505.267000', '161505.270000', '161505.272000', '161505.275000', '161505.277000', '161505.280000', '161505.283000', '161505.285000', '161505.288000', '161505.290000', '161505.293000', '161505.296000', '161505.298000', '161505.301000', '161505.303000', '161505.306000', '161525.193000', '161525.195000', '161525.198000', '161525.200000', '161525.203000', '161525.206000', '161525.208000', '161525.211000', '161525.213000', '161525.216000', '161525.219000', '161525.221000', '161525.224000', '161525.226000', '161525.229000', '161525.231000', '161525.234000', '161525.237000', '161525.240000', '161525.243000', '161525.246000', '161525.249000', '161525.251000', '161525.254000', '161525.256000', '161525.259000', '161525.261000', '161525.264000', '161525.267000', '161525.269000', '161525.272000', '161525.274000', '161525.277000', '161525.279000', '161525.282000', '161525.284000', '161525.287000', '161525.290000', '161525.292000', '161525.295000', '161525.297000', '161525.300000', '161525.302000', '161539.480000', '161539.483000', '161539.486000', '161539.489000', '161539.491000', '161539.494000', '161539.496000', '161539.499000', '161539.501000', '161539.504000', '161539.507000', '161539.541000', '161539.544000', '161539.546000', '161539.549000', '161539.551000', '161539.554000', '161539.556000', '161539.559000', '161539.562000', '161539.564000', '161539.567000', '161539.569000', '161539.572000', '161539.574000', '161539.577000', '161539.580000', '161539.582000', '161539.585000', '161539.587000', '161539.590000', '161539.593000'], 'InstanceCreationTime': ['160925.221000', '160925.224000', '160925.226000', '160925.229000', '160925.232000', '160925.234000', '160925.237000', '160925.239000', '160925.242000', '160925.244000', '160925.253000', '160925.256000', '160925.258000', '160925.261000', '160925.263000', '160925.266000', '160925.268000', '160925.271000', '160925.273000', '160925.276000', '160925.279000', '160925.281000', '160925.284000', '160925.286000', '160925.289000', '160925.291000', '160925.294000', '160925.297000', '160925.299000', '160925.302000', '160925.304000', '160925.307000', '160925.310000', '160925.312000', '160925.315000', '160925.317000', '160925.320000', '160925.322000', '160925.325000', '160925.327000', '160925.330000', '160925.333000', '160925.335000', '160925.338000', '160925.340000', '160925.343000', '160925.345000', '160925.348000', '160925.351000', '160925.353000', '160925.356000', '160925.358000', '160925.361000', '160925.364000', '160925.366000', '160925.369000', '160925.371000', '160925.374000', '160945.193000', '160945.195000', '160945.198000', '160945.201000', '160945.203000', '160945.206000', '160945.216000', '160945.219000', '160945.221000', '160945.224000', '160945.226000', '160945.241000', '160945.244000', '160945.246000', '160945.249000', '160945.251000', '160945.254000', '160945.256000', '160945.259000', '160945.261000', '160945.264000', '160945.266000', '160945.269000', '160945.271000', '160945.274000', '160945.276000', '160945.279000', '160945.282000', '160945.284000', '160945.287000', '160945.289000', '160945.292000', '160945.294000', '160945.297000', '160945.299000', '160945.302000', '160945.305000', '160945.308000', '160945.311000', '160945.313000', '160945.316000', '160945.319000', '160945.321000', '161005.193000', '161005.195000', '161005.198000', '161005.201000', '161005.203000', '161005.206000', '161005.208000', '161005.211000', '161005.214000', '161005.216000', '161005.219000', '161005.222000', '161005.224000', '161005.227000', '161005.233000', '161005.235000', '161005.238000', '161005.240000', '161005.243000', '161005.245000', '161005.248000', '161005.250000', '161005.253000', '161005.256000', '161005.258000', '161005.261000', '161005.263000', '161005.266000', '161005.268000', '161005.271000', '161005.274000', '161005.276000', '161005.279000', '161005.281000', '161005.284000', '161005.286000', '161005.289000', '161005.291000', '161005.294000', '161005.297000', '161005.299000', '161005.302000', '161005.305000', '161005.307000', '161025.192000', '161025.195000', '161025.198000', '161025.200000', '161025.203000', '161025.206000', '161025.208000', '161025.211000', '161025.213000', '161025.216000', '161025.218000', '161025.221000', '161025.223000', '161025.226000', '161025.228000', '161025.231000', '161025.234000', '161025.236000', '161025.239000', '161025.241000', '161025.244000', '161025.246000', '161025.249000', '161025.251000', '161025.254000', '161025.257000', '161025.259000', '161025.262000', '161025.264000', '161025.267000', '161025.270000', '161025.272000', '161025.275000', '161025.278000', '161025.280000', '161025.283000', '161025.286000', '161025.288000', '161025.291000', '161025.293000', '161025.296000', '161025.298000', '161025.301000', '161045.193000', '161045.195000', '161045.198000', '161045.200000', '161045.203000', '161045.206000', '161045.208000', '161045.211000', '161045.213000', '161045.216000', '161045.218000', '161045.221000', '161045.224000', '161045.226000', '161045.229000', '161045.231000', '161045.234000', '161045.236000', '161045.239000', '161045.241000', '161045.244000', '161045.247000', '161045.249000', '161045.252000', '161045.254000', '161045.257000', '161045.259000', '161045.262000', '161045.264000', '161045.267000', '161045.270000', '161045.272000', '161045.275000', '161045.277000', '161045.280000', '161045.282000', '161045.285000', '161045.288000', '161045.290000', '161045.293000', '161045.295000', '161045.298000', '161045.300000', '161045.303000', '161105.193000', '161105.196000', '161105.199000', '161105.201000', '161105.204000', '161105.206000', '161105.209000', '161105.212000', '161105.214000', '161105.217000', '161105.219000', '161105.222000', '161105.224000', '161105.227000', '161105.230000', '161105.232000', '161105.235000', '161105.237000', '161105.240000', '161105.242000', '161105.245000', '161105.248000', '161105.250000', '161105.253000', '161105.255000', '161105.258000', '161105.260000', '161105.263000', '161105.266000', '161105.278000', '161105.280000', '161105.283000', '161105.285000', '161105.288000', '161105.291000', '161105.293000', '161105.296000', '161105.298000', '161105.301000', '161105.303000', '161105.306000', '161105.309000', '161105.311000', '161125.194000', '161125.196000', '161125.199000', '161125.202000', '161125.204000', '161125.207000', '161125.209000', '161125.227000', '161125.230000', '161125.233000', '161125.235000', '161125.238000', '161125.240000', '161125.243000', '161125.246000', '161125.248000', '161125.251000', '161125.253000', '161125.256000', '161125.258000', '161125.261000', '161125.263000', '161125.266000', '161125.269000', '161125.271000', '161125.274000', '161125.276000', '161125.279000', '161125.281000', '161125.284000', '161125.286000', '161125.289000', '161125.292000', '161125.294000', '161125.297000', '161125.299000', '161125.302000', '161125.305000', '161125.307000', '161125.310000', '161125.313000', '161125.315000', '161125.318000', '161125.320000', '161145.193000', '161145.196000', '161145.199000', '161145.201000', '161145.204000', '161145.206000', '161145.218000', '161145.221000', '161145.223000', '161145.226000', '161145.228000', '161145.231000', '161145.234000', '161145.236000', '161145.239000', '161145.241000', '161145.244000', '161145.246000', '161145.249000', '161145.251000', '161145.254000', '161145.257000', '161145.259000', '161145.262000', '161145.264000', '161145.267000', '161145.269000', '161145.272000', '161145.274000', '161145.277000', '161145.280000', '161145.282000', '161145.285000', '161145.287000', '161145.290000', '161145.293000', '161145.295000', '161145.298000', '161145.300000', '161145.303000', '161145.305000', '161145.308000', '161145.311000', '161205.193000', '161205.195000', '161205.198000', '161205.201000', '161205.203000', '161205.206000', '161205.208000', '161205.211000', '161205.213000', '161205.216000', '161205.219000', '161205.221000', '161205.224000', '161205.226000', '161205.230000', '161205.233000', '161205.236000', '161205.238000', '161205.241000', '161205.244000', '161205.246000', '161205.249000', '161205.251000', '161205.254000', '161205.256000', '161205.259000', '161205.262000', '161205.264000', '161205.267000', '161205.269000', '161205.272000', '161205.275000', '161205.277000', '161205.280000', '161205.282000', '161205.285000', '161205.287000', '161205.290000', '161205.293000', '161205.295000', '161205.298000', '161205.300000', '161205.303000', '161205.306000', '161225.193000', '161225.195000', '161225.198000', '161225.201000', '161225.203000', '161225.206000', '161225.208000', '161225.211000', '161225.213000', '161225.216000', '161225.219000', '161225.221000', '161225.224000', '161225.226000', '161225.229000', '161225.231000', '161225.234000', '161225.236000', '161225.239000', '161225.242000', '161225.244000', '161225.247000', '161225.249000', '161225.252000', '161225.255000', '161225.257000', '161225.260000', '161225.262000', '161225.265000', '161225.268000', '161225.270000', '161225.273000', '161225.275000', '161225.278000', '161225.281000', '161225.283000', '161225.286000', '161225.288000', '161225.291000', '161225.293000', '161225.296000', '161225.299000', '161225.301000', '161245.192000', '161245.195000', '161245.198000', '161245.200000', '161245.203000', '161245.206000', '161245.208000', '161245.211000', '161245.213000', '161245.216000', '161245.218000', '161245.221000', '161245.224000', '161245.226000', '161245.229000', '161245.232000', '161245.234000', '161245.237000', '161245.239000', '161245.242000', '161245.244000', '161245.247000', '161245.250000', '161245.252000', '161245.255000', '161245.257000', '161245.260000', '161245.262000', '161245.265000', '161245.268000', '161245.270000', '161245.273000', '161245.282000', '161245.284000', '161245.287000', '161245.290000', '161245.292000', '161245.295000', '161245.297000', '161245.300000', '161245.303000', '161245.305000', '161245.308000', '161245.310000', '161305.194000', '161305.197000', '161305.200000', '161305.203000', '161305.205000', '161305.208000', '161305.210000', '161305.213000', '161305.216000', '161305.218000', '161305.221000', '161305.223000', '161305.226000', '161305.228000', '161305.231000', '161305.234000', '161305.236000', '161305.239000', '161305.241000', '161305.244000', '161305.246000', '161305.249000', '161305.252000', '161305.254000', '161305.257000', '161305.259000', '161305.262000', '161305.264000', '161305.267000', '161305.270000', '161305.272000', '161305.275000', '161305.277000', '161305.280000', '161305.283000', '161305.285000', '161305.288000', '161305.290000', '161305.293000', '161305.295000', '161305.298000', '161305.301000', '161305.303000', '161325.194000', '161325.196000', '161325.199000', '161325.202000', '161325.204000', '161325.207000', '161325.209000', '161325.212000', '161325.214000', '161325.218000', '161325.221000', '161325.224000', '161325.226000', '161325.229000', '161325.231000', '161325.234000', '161325.237000', '161325.239000', '161325.242000', '161325.244000', '161325.247000', '161325.249000', '161325.252000', '161325.255000', '161325.257000', '161325.260000', '161325.262000', '161325.265000', '161325.268000', '161325.270000', '161325.273000', '161325.275000', '161325.278000', '161325.281000', '161325.283000', '161325.286000', '161325.288000', '161325.291000', '161325.294000', '161325.296000', '161325.299000', '161325.301000', '161325.304000', '161325.307000', '161345.193000', '161345.196000', '161345.199000', '161345.201000', '161345.204000', '161345.207000', '161345.209000', '161345.212000', '161345.214000', '161345.217000', '161345.219000', '161345.222000', '161345.225000', '161345.227000', '161345.230000', '161345.232000', '161345.235000', '161345.238000', '161345.240000', '161345.243000', '161345.245000', '161345.248000', '161345.251000', '161345.253000', '161345.256000', '161345.258000', '161345.261000', '161345.264000', '161345.266000', '161345.269000', '161345.272000', '161345.274000', '161345.277000', '161345.279000', '161345.282000', '161345.285000', '161345.287000', '161345.290000', '161345.292000', '161345.295000', '161345.297000', '161345.300000', '161345.302000', '161405.193000', '161405.196000', '161405.199000', '161405.201000', '161405.204000', '161405.207000', '161405.209000', '161405.212000', '161405.215000', '161405.217000', '161405.220000', '161405.223000', '161405.225000', '161405.228000', '161405.230000', '161405.233000', '161405.236000', '161405.238000', '161405.241000', '161405.243000', '161405.246000', '161405.249000', '161405.251000', '161405.254000', '161405.256000', '161405.259000', '161405.261000', '161405.264000', '161405.266000', '161405.269000', '161405.272000', '161405.274000', '161405.277000', '161405.279000', '161405.282000', '161405.285000', '161405.287000', '161405.290000', '161405.292000', '161405.295000', '161405.298000', '161405.300000', '161405.303000', '161405.306000', '161425.192000', '161425.195000', '161425.198000', '161425.201000', '161425.203000', '161425.206000', '161425.208000', '161425.211000', '161425.213000', '161425.216000', '161425.219000', '161425.221000', '161425.224000', '161425.226000', '161425.229000', '161425.232000', '161425.234000', '161425.237000', '161425.239000', '161425.242000', '161425.244000', '161425.247000', '161425.249000', '161425.252000', '161425.266000', '161425.269000', '161425.271000', '161425.274000', '161425.277000', '161425.279000', '161425.282000', '161425.284000', '161425.287000', '161425.289000', '161425.292000', '161425.295000', '161425.297000', '161425.300000', '161425.302000', '161425.305000', '161425.308000', '161425.310000', '161425.313000', '161445.193000', '161445.196000', '161445.198000', '161445.201000', '161445.203000', '161445.206000', '161445.209000', '161445.211000', '161445.214000', '161445.216000', '161445.219000', '161445.222000', '161445.224000', '161445.227000', '161445.229000', '161445.232000', '161445.235000', '161445.237000', '161445.240000', '161445.242000', '161445.245000', '161445.248000', '161445.250000', '161445.253000', '161445.257000', '161445.260000', '161445.262000', '161445.265000', '161445.267000', '161445.270000', '161445.273000', '161445.275000', '161445.278000', '161445.280000', '161445.283000', '161445.286000', '161445.290000', '161445.292000', '161445.295000', '161445.297000', '161445.300000', '161445.303000', '161445.305000', '161505.193000', '161505.196000', '161505.198000', '161505.201000', '161505.203000', '161505.206000', '161505.209000', '161505.211000', '161505.214000', '161505.216000', '161505.219000', '161505.222000', '161505.224000', '161505.227000', '161505.230000', '161505.233000', '161505.235000', '161505.238000', '161505.241000', '161505.243000', '161505.246000', '161505.249000', '161505.251000', '161505.254000', '161505.257000', '161505.259000', '161505.262000', '161505.264000', '161505.267000', '161505.270000', '161505.272000', '161505.275000', '161505.277000', '161505.280000', '161505.283000', '161505.285000', '161505.288000', '161505.290000', '161505.293000', '161505.296000', '161505.298000', '161505.301000', '161505.303000', '161505.306000', '161525.193000', '161525.195000', '161525.198000', '161525.200000', '161525.203000', '161525.206000', '161525.208000', '161525.211000', '161525.213000', '161525.216000', '161525.219000', '161525.221000', '161525.224000', '161525.226000', '161525.229000', '161525.231000', '161525.234000', '161525.237000', '161525.240000', '161525.243000', '161525.246000', '161525.249000', '161525.251000', '161525.254000', '161525.256000', '161525.259000', '161525.261000', '161525.264000', '161525.267000', '161525.269000', '161525.272000', '161525.274000', '161525.277000', '161525.279000', '161525.282000', '161525.284000', '161525.287000', '161525.290000', '161525.292000', '161525.295000', '161525.297000', '161525.300000', '161525.302000', '161539.480000', '161539.483000', '161539.486000', '161539.489000', '161539.491000', '161539.494000', '161539.496000', '161539.499000', '161539.501000', '161539.504000', '161539.507000', '161539.541000', '161539.544000', '161539.546000', '161539.549000', '161539.551000', '161539.554000', '161539.556000', '161539.559000', '161539.562000', '161539.564000', '161539.567000', '161539.569000', '161539.572000', '161539.574000', '161539.577000', '161539.580000', '161539.582000', '161539.585000', '161539.587000', '161539.590000', '161539.593000'], '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': [9476, 7406, 10383, 6469, 8841, 6617, 8741, 10280, 8503, 8157, 7835, 12453, 7878, 11463, 7775, 9548, 7551, 11244, 7798, 10873, 9085, 12077, 8124, 10532, 7492, 10021, 7234, 9565, 6771, 9574, 6345, 9670, 6905, 8976, 6918, 10395, 6512, 10688, 7374, 9730, 8044, 10248, 6523, 10056, 8081, 10117, 12433, 8482, 11533, 7682, 10804, 7207, 9596, 6702, 8830, 6223, 8104, 5996, 7913, 6594, 9017, 6325, 8211, 6839, 8992, 7228, 9262, 6751, 8985, 6450, 8736, 6923, 8861, 7400, 9627, 7162, 9570, 7836, 9656, 12475, 8929, 11834, 8413, 11426, 8106, 11868, 8121, 11589, 7671, 8473, 7725, 9824, 6731, 9321, 6429, 8713, 6718, 8103, 7088, 9893, 6612, 8844, 6866, 8863, 7317, 9743, 7373, 7276, 7929, 6409, 8919, 6855, 10181, 7544, 11090, 7766, 12030, 9045, 12000, 7554, 10139, 8206, 10757, 8951, 10729, 8638, 9659, 13022, 8772, 11683, 8130, 9497, 8180, 10713, 7611, 10275, 7147, 8546, 7828, 11212, 7254, 11336, 6499, 9544, 6799, 9690, 6111, 9848, 6928, 9220, 7609, 11885, 7464, 12766, 7744, 10586, 7497, 12678, 7794, 12398, 7996, 10528, 7733, 11348, 7774, 10954, 7460, 9691, 7261, 10108, 7036, 9366, 9799, 9058, 7479, 8811, 6548, 8782, 6603, 9311, 7282, 9532, 6422, 8790, 6129, 9186, 6714, 9615, 6495, 9264, 6919, 9706, 7839, 10305, 7036, 9377, 14377, 9842, 11457, 8224, 9845, 6889, 9280, 11052, 8726, 11504, 7585, 9742, 7122, 10356, 7356, 10604, 6970, 9836, 7490, 11980, 7721, 12480, 8024, 10017, 8117, 12241, 8606, 12980, 9186, 11294, 9229, 9805, 8510, 10409, 7037, 9969, 10068, 9795, 7750, 8753, 7528, 8847, 8327, 8823, 6659, 9330, 6133, 8610, 6153, 10964, 6849, 9967, 9222, 11770, 9421, 12619, 9167, 11892, 7998, 10127, 6961, 10133, 7748, 10959, 7060, 9765, 8981, 10631, 9434, 9279, 8467, 9350, 12403, 8949, 12651, 8366, 10766, 8119, 12215, 8185, 12039, 8110, 9636, 7690, 11015, 7657, 11372, 7514, 8806, 7571, 10551, 7019, 9619, 6202, 8833, 6183, 8669, 6015, 8855, 6148, 8730, 6287, 9377, 6253, 8187, 6195, 8759, 6630, 8097, 7787, 11111, 7148, 11701, 7788, 11063, 8068, 12587, 8590, 12385, 8621, 10218, 8292, 11070, 9010, 9823, 10100, 8581, 11055, 9546, 11639, 7132, 10438, 6869, 10734, 7495, 11269, 8695, 11180, 8453, 10889, 8292, 10396, 8056, 10371, 7603, 10386, 6640, 9476, 6836, 9272, 6887, 9778, 6247, 9647, 7128, 10264, 6624, 9230, 8232, 9460, 11501, 8884, 7751, 8922, 7653, 8980, 7812, 9348, 6503, 9559, 6001, 9375, 6499, 10085, 6908, 10335, 6913, 10175, 6951, 10877, 8157, 11567, 7155, 10145, 6646, 10405, 6992, 9557, 7679, 10485, 7564, 11267, 7769, 9363, 7805, 12025, 7406, 10776, 8037, 10897, 7303, 10087, 11198, 10358, 12530, 8947, 12121, 8168, 11401, 8226, 10165, 8113, 10613, 7526, 10262, 7425, 8661, 7732, 11540, 7402, 10458, 6658, 10198, 6483, 9794, 6053, 9288, 6143, 9262, 9472, 8912, 6669, 8738, 10449, 8479, 12093, 8110, 10134, 7741, 10505, 7535, 10573, 7846, 10577, 7015, 9690, 7541, 12394, 7971, 11683, 7735, 10656, 8107, 12326, 8663, 12602, 8734, 10415, 8509, 12851, 9004, 12145, 9336, 10508, 8414, 12293, 8798, 11872, 9993, 10067, 8530, 10419, 7553, 10120, 7138, 9379, 7578, 10050, 6169, 9479, 6408, 10030, 6422, 9141, 6830, 9658, 12933, 9038, 10820, 8520, 10938, 8195, 10301, 6539, 9754, 6313, 8407, 6119, 8569, 7648, 8921, 8474, 8167, 9434, 7993, 10638, 8005, 11591, 7900, 9109, 8082, 12385, 8245, 11852, 8302, 10314, 8256, 12410, 8308, 11885, 8346, 10994, 8426, 8869, 8041, 9540, 7608, 10508, 7552, 8603, 8168, 10674, 7718, 10844, 7611, 10662, 10297, 12498, 7701, 9204, 7216, 8844, 8043, 11289, 7311, 11002, 7802, 11314, 6789, 10151, 6484, 9717, 6241, 9777, 6514, 9528, 6870, 8969, 6456, 8916, 6484, 8700, 7991, 8867, 6890, 9249, 7380, 8978, 8082, 10943, 7507, 10711, 7219, 11026, 6722, 10433, 8481, 10675, 13445, 9553, 9843, 9058, 12103, 8956, 11629, 8107, 10110, 8563, 11496, 8443, 11474, 8520, 10341, 7730, 9690, 8098, 11400, 8061, 11648, 8937, 10555, 9081, 11219, 8202, 11322, 8867, 10591, 9022, 10701, 8473, 11744, 8314, 10041, 8347, 9387, 9036, 11384, 9223, 11716, 8902, 9809, 8779, 12337, 8868, 12848, 9487, 10111, 8634, 9871, 8141, 10284, 7842, 9245, 8129, 11249, 8171, 11172, 8206, 10209, 8008, 10397, 8512, 11286, 8813, 9124, 9029, 8183, 9664, 9665, 9791, 9851, 9336, 7743, 9559, 10733, 9165, 12704, 8686, 9960, 8263, 11050, 8401, 11713, 7864, 8627, 7991, 9601, 8386, 12547, 8285, 9834, 8273, 10609, 8181, 10387, 7716, 9333, 8367, 9552, 7303, 9149, 7604, 8741, 8294, 10594, 8011, 10499, 7917, 9076, 8080, 11034, 8117, 10591, 6692, 10602, 6577, 9890, 6111, 9765, 8598, 10258, 7004, 9660, 6978, 9153, 7496, 9817, 6484, 9618, 5960, 9434, 6363, 9553, 7129, 9776, 8281, 10832, 8339, 11861, 9463, 10642, 9480, 11817, 9258, 12098, 9321, 11637, 7799, 10309, 6365, 10410, 10131, 10890, 12890, 8665, 10645, 7910, 9993, 8179, 9830, 8223, 6663, 9067, 6815, 9848, 7227, 10839, 7084, 10914, 7921, 10769, 8313, 10583, 8486, 10368, 8345, 11385, 8561, 12395, 8900, 10651, 8581, 10626, 8414, 10230, 8112, 9601, 8355, 11132, 8061, 10713, 7378, 9988, 8094, 9580, 6631, 9667, 6391, 10026, 9824, 9224, 9180, 8375, 11259, 8119, 10327, 7898, 8877, 7842, 9934, 7936, 9736, 8692, 9314, 9451, 7456, 10250, 7974, 10278, 10211, 9376, 12043, 8672, 10992, 8557, 12120, 8681, 10235, 8779, 10516, 8435, 10750, 8226, 11402, 8617, 8753, 9204, 9111, 9516, 10525, 9095, 12586, 9098, 9744, 8804, 12381, 9072, 12544, 9176, 10676, 8704, 11307, 8756, 10324, 8538, 9579, 8241, 9612, 8132, 9559, 7587, 8957, 8219, 9302, 7515, 9767, 7617, 9097, 8470, 10045, 8091, 10020, 6739, 9906, 6882, 10073, 6769, 9614, 6281, 9771, 7183, 11025, 6417, 9883, 6144, 9503, 6272, 9777, 6170, 8776, 6102, 9216, 8988, 9636, 13590, 10145], 'WindowCenter': [3941.0, 3896.0, 3924.0, 3857.0, 3898.0, 3854.0, 3886.0, 3906.0, 3884.0, 3872.0, 3863.0, 3914.0, 3874.0, 3916.0, 3872.0, 3892.0, 3874.0, 3902.0, 3876.0, 3905.0, 3884.0, 3913.0, 3873.0, 3904.0, 3861.0, 3893.0, 3849.0, 3881.0, 3850.0, 3881.0, 3839.0, 3881.0, 3850.0, 3881.0, 3851.0, 3892.0, 3839.0, 3904.0, 3861.0, 3892.0, 3872.0, 3892.0, 3839.0, 3892.0, 3859.0, 3904.0, 3912.0, 3871.0, 3901.0, 3859.0, 3890.0, 3849.0, 3880.0, 3838.0, 3880.0, 3828.0, 3859.0, 3828.0, 3872.0, 3851.0, 3882.0, 3839.0, 3872.0, 3850.0, 3882.0, 3848.0, 3894.0, 3850.0, 3882.0, 3840.0, 3882.0, 3851.0, 3883.0, 3863.0, 3895.0, 3861.0, 3894.0, 3860.0, 3893.0, 3912.0, 3884.0, 3914.0, 3872.0, 3901.0, 3872.0, 3902.0, 3871.0, 3915.0, 3861.0, 3870.0, 3860.0, 3890.0, 3852.0, 3897.0, 3867.0, 3884.0, 3852.0, 3871.0, 3876.0, 3908.0, 3893.0, 3909.0, 3851.0, 3882.0, 3862.0, 3906.0, 3875.0, 3874.0, 3886.0, 3855.0, 3897.0, 3864.0, 3906.0, 3875.0, 3916.0, 3874.0, 3916.0, 3885.0, 3915.0, 3862.0, 3893.0, 3871.0, 3904.0, 3880.0, 3902.0, 3871.0, 3881.0, 3911.0, 3872.0, 3902.0, 3860.0, 3879.0, 3871.0, 3890.0, 3860.0, 3891.0, 3850.0, 3870.0, 3860.0, 3902.0, 3862.0, 3904.0, 3841.0, 3893.0, 3853.0, 3893.0, 3840.0, 3893.0, 3851.0, 3882.0, 3875.0, 3915.0, 3862.0, 3925.0, 3862.0, 3903.0, 3863.0, 3913.0, 3862.0, 3913.0, 3874.0, 3891.0, 3862.0, 3902.0, 3861.0, 3890.0, 3849.0, 3894.0, 3850.0, 3892.0, 3849.0, 3881.0, 3879.0, 3882.0, 3849.0, 3881.0, 3838.0, 3871.0, 3849.0, 3895.0, 3862.0, 3894.0, 3841.0, 3883.0, 3829.0, 3883.0, 3852.0, 3894.0, 3841.0, 3895.0, 3851.0, 3894.0, 3863.0, 3904.0, 3851.0, 3895.0, 3925.0, 3894.0, 3916.0, 3872.0, 3892.0, 3848.0, 3881.0, 3890.0, 3882.0, 3913.0, 3861.0, 3880.0, 3850.0, 3890.0, 3863.0, 3904.0, 3864.0, 3894.0, 3865.0, 3915.0, 3874.0, 3925.0, 3874.0, 3893.0, 3875.0, 3915.0, 3884.0, 3925.0, 3894.0, 3905.0, 3882.0, 3892.0, 3872.0, 3892.0, 3850.0, 3892.0, 3893.0, 3892.0, 3860.0, 3871.0, 3860.0, 3884.0, 3883.0, 3896.0, 3851.0, 3894.0, 3842.0, 3885.0, 3842.0, 3917.0, 3853.0, 3895.0, 3896.0, 3916.0, 3884.0, 3916.0, 3884.0, 3903.0, 3872.0, 3891.0, 3849.0, 3892.0, 3859.0, 3902.0, 3850.0, 3892.0, 3881.0, 3904.0, 3881.0, 3881.0, 3868.0, 3881.0, 3910.0, 3880.0, 3912.0, 3871.0, 3890.0, 3872.0, 3901.0, 3871.0, 3902.0, 3860.0, 3879.0, 3859.0, 3890.0, 3860.0, 3902.0, 3862.0, 3881.0, 3862.0, 3892.0, 3850.0, 3881.0, 3841.0, 3883.0, 3830.0, 3871.0, 3829.0, 3882.0, 3841.0, 3884.0, 3841.0, 3893.0, 3841.0, 3872.0, 3842.0, 3883.0, 3866.0, 3885.0, 3889.0, 3918.0, 3865.0, 3915.0, 3876.0, 3917.0, 3887.0, 3926.0, 3886.0, 3915.0, 3885.0, 3904.0, 3886.0, 3905.0, 3885.0, 3895.0, 3906.0, 3884.0, 3904.0, 3882.0, 3904.0, 3851.0, 3904.0, 3852.0, 3903.0, 3863.0, 3905.0, 3883.0, 3902.0, 3871.0, 3892.0, 3872.0, 3893.0, 3861.0, 3891.0, 3861.0, 3891.0, 3850.0, 3893.0, 3851.0, 3880.0, 3850.0, 3892.0, 3839.0, 3894.0, 3850.0, 3891.0, 3838.0, 3881.0, 3869.0, 3892.0, 3903.0, 3882.0, 3860.0, 3881.0, 3860.0, 3882.0, 3862.0, 3883.0, 3842.0, 3894.0, 3843.0, 3896.0, 3853.0, 3906.0, 3863.0, 3905.0, 3863.0, 3893.0, 3863.0, 3906.0, 3874.0, 3916.0, 3852.0, 3893.0, 3850.0, 3904.0, 3852.0, 3893.0, 3862.0, 3903.0, 3874.0, 3916.0, 3863.0, 3895.0, 3874.0, 3913.0, 3864.0, 3906.0, 3862.0, 3893.0, 3850.0, 3892.0, 3901.0, 3893.0, 3902.0, 3870.0, 3901.0, 3870.0, 3902.0, 3871.0, 3891.0, 3860.0, 3890.0, 3860.0, 3890.0, 3862.0, 3869.0, 3861.0, 3902.0, 3861.0, 3891.0, 3850.0, 3894.0, 3839.0, 3880.0, 3829.0, 3895.0, 3829.0, 3883.0, 3881.0, 3881.0, 3850.0, 3883.0, 3892.0, 3872.0, 3913.0, 3873.0, 3893.0, 3861.0, 3891.0, 3862.0, 3891.0, 3874.0, 3903.0, 3864.0, 3895.0, 3875.0, 3925.0, 3876.0, 3915.0, 3874.0, 3904.0, 3875.0, 3915.0, 3886.0, 3915.0, 3884.0, 3904.0, 3884.0, 3913.0, 3884.0, 3914.0, 3883.0, 3891.0, 3872.0, 3902.0, 3872.0, 3904.0, 3881.0, 3880.0, 3870.0, 3890.0, 3860.0, 3892.0, 3850.0, 3880.0, 3860.0, 3881.0, 3828.0, 3882.0, 3841.0, 3892.0, 3839.0, 3881.0, 3838.0, 3893.0, 3913.0, 3870.0, 3889.0, 3870.0, 3890.0, 3859.0, 3892.0, 3827.0, 3879.0, 3827.0, 3859.0, 3827.0, 3870.0, 3860.0, 3882.0, 3870.0, 3872.0, 3882.0, 3873.0, 3901.0, 3874.0, 3914.0, 3874.0, 3882.0, 3875.0, 3915.0, 3884.0, 3915.0, 3874.0, 3892.0, 3874.0, 3914.0, 3872.0, 3914.0, 3873.0, 3902.0, 3872.0, 3881.0, 3873.0, 3893.0, 3873.0, 3905.0, 3875.0, 3883.0, 3886.0, 3904.0, 3874.0, 3905.0, 3875.0, 3906.0, 3907.0, 3928.0, 3875.0, 3896.0, 3865.0, 3883.0, 3873.0, 3903.0, 3863.0, 3907.0, 3861.0, 3916.0, 3851.0, 3891.0, 3828.0, 3880.0, 3828.0, 3880.0, 3828.0, 3880.0, 3839.0, 3868.0, 3827.0, 3869.0, 3839.0, 3870.0, 3872.0, 3880.0, 3863.0, 3894.0, 3862.0, 3882.0, 3874.0, 3904.0, 3864.0, 3907.0, 3863.0, 3903.0, 3840.0, 3893.0, 3870.0, 3904.0, 3923.0, 3882.0, 3891.0, 3884.0, 3913.0, 3883.0, 3901.0, 3861.0, 3892.0, 3883.0, 3903.0, 3873.0, 3914.0, 3885.0, 3905.0, 3874.0, 3894.0, 3875.0, 3913.0, 3874.0, 3917.0, 3895.0, 3904.0, 3895.0, 3905.0, 3873.0, 3905.0, 3884.0, 3905.0, 3884.0, 3904.0, 3885.0, 3916.0, 3885.0, 3893.0, 3874.0, 3883.0, 3884.0, 3904.0, 3896.0, 3915.0, 3883.0, 3892.0, 3872.0, 3913.0, 3882.0, 3912.0, 3882.0, 3891.0, 3882.0, 3891.0, 3872.0, 3891.0, 3872.0, 3881.0, 3873.0, 3903.0, 3884.0, 3916.0, 3885.0, 3893.0, 3873.0, 3892.0, 3872.0, 3902.0, 3884.0, 3882.0, 3882.0, 3870.0, 3893.0, 3891.0, 3894.0, 3893.0, 3882.0, 3861.0, 3893.0, 3891.0, 3882.0, 3914.0, 3872.0, 3891.0, 3871.0, 3901.0, 3872.0, 3912.0, 3872.0, 3870.0, 3873.0, 3881.0, 3872.0, 3914.0, 3872.0, 3892.0, 3872.0, 3892.0, 3871.0, 3892.0, 3860.0, 3880.0, 3871.0, 3881.0, 3862.0, 3883.0, 3862.0, 3871.0, 3872.0, 3892.0, 3873.0, 3905.0, 3873.0, 3882.0, 3873.0, 3902.0, 3872.0, 3904.0, 3852.0, 3892.0, 3840.0, 3892.0, 3828.0, 3893.0, 3871.0, 3891.0, 3849.0, 3882.0, 3848.0, 3882.0, 3862.0, 3894.0, 3841.0, 3895.0, 3842.0, 3898.0, 3855.0, 3897.0, 3864.0, 3895.0, 3886.0, 3917.0, 3887.0, 3916.0, 3895.0, 3892.0, 3893.0, 3903.0, 3884.0, 3915.0, 3883.0, 3902.0, 3860.0, 3891.0, 3828.0, 3891.0, 3880.0, 3892.0, 3911.0, 3871.0, 3890.0, 3861.0, 3879.0, 3871.0, 3891.0, 3871.0, 3851.0, 3883.0, 3850.0, 3894.0, 3863.0, 3904.0, 3853.0, 3905.0, 3873.0, 3902.0, 3873.0, 3906.0, 3883.0, 3892.0, 3873.0, 3903.0, 3883.0, 3914.0, 3883.0, 3902.0, 3884.0, 3893.0, 3873.0, 3892.0, 3871.0, 3892.0, 3872.0, 3902.0, 3872.0, 3904.0, 3861.0, 3892.0, 3872.0, 3881.0, 3840.0, 3881.0, 3840.0, 3893.0, 3881.0, 3881.0, 3878.0, 3871.0, 3891.0, 3860.0, 3892.0, 3861.0, 3881.0, 3873.0, 3892.0, 3874.0, 3894.0, 3886.0, 3896.0, 3896.0, 3863.0, 3906.0, 3874.0, 3906.0, 3905.0, 3895.0, 3915.0, 3885.0, 3904.0, 3885.0, 3926.0, 3885.0, 3894.0, 3885.0, 3905.0, 3883.0, 3904.0, 3884.0, 3914.0, 3885.0, 3883.0, 3894.0, 3883.0, 3894.0, 3903.0, 3884.0, 3915.0, 3895.0, 3894.0, 3884.0, 3913.0, 3883.0, 3915.0, 3882.0, 3892.0, 3883.0, 3900.0, 3872.0, 3893.0, 3871.0, 3879.0, 3870.0, 3879.0, 3861.0, 3892.0, 3860.0, 3870.0, 3871.0, 3881.0, 3863.0, 3892.0, 3862.0, 3871.0, 3872.0, 3881.0, 3871.0, 3891.0, 3839.0, 3892.0, 3850.0, 3891.0, 3840.0, 3881.0, 3839.0, 3893.0, 3850.0, 3891.0, 3828.0, 3881.0, 3827.0, 3881.0, 3840.0, 3894.0, 3841.0, 3883.0, 3841.0, 3894.0, 3882.0, 3896.0, 3926.0, 3893.0], 'WindowWidth': [8831.0, 8761.0, 8789.0, 8691.0, 8744.0, 8678.0, 8723.0, 8750.0, 8717.0, 8697.0, 8686.0, 8754.0, 8702.0, 8763.0, 8699.0, 8725.0, 8701.0, 8736.0, 8709.0, 8746.0, 8717.0, 8751.0, 8698.0, 8740.0, 8682.0, 8727.0, 8661.0, 8706.0, 8664.0, 8706.0, 8649.0, 8706.0, 8664.0, 8706.0, 8667.0, 8722.0, 8650.0, 8744.0, 8684.0, 8722.0, 8695.0, 8722.0, 8650.0, 8722.0, 8675.0, 8742.0, 8749.0, 8692.0, 8733.0, 8676.0, 8715.0, 8661.0, 8703.0, 8646.0, 8702.0, 8632.0, 8675.0, 8633.0, 8697.0, 8669.0, 8708.0, 8650.0, 8695.0, 8664.0, 8708.0, 8661.0, 8728.0, 8665.0, 8710.0, 8653.0, 8710.0, 8667.0, 8712.0, 8689.0, 8732.0, 8681.0, 8728.0, 8680.0, 8725.0, 8752.0, 8717.0, 8757.0, 8696.0, 8733.0, 8697.0, 8735.0, 8694.0, 8758.0, 8682.0, 8692.0, 8679.0, 8717.0, 8671.0, 8738.0, 8703.0, 8715.0, 8673.0, 8697.0, 8710.0, 8754.0, 8749.0, 8757.0, 8668.0, 8710.0, 8686.0, 8748.0, 8706.0, 8704.0, 8721.0, 8680.0, 8736.0, 8692.0, 8749.0, 8705.0, 8760.0, 8701.0, 8759.0, 8716.0, 8754.0, 8682.0, 8723.0, 8691.0, 8739.0, 8703.0, 8734.0, 8691.0, 8705.0, 8745.0, 8695.0, 8735.0, 8675.0, 8701.0, 8691.0, 8716.0, 8676.0, 8720.0, 8664.0, 8692.0, 8678.0, 8733.0, 8683.0, 8740.0, 8654.0, 8725.0, 8673.0, 8723.0, 8653.0, 8725.0, 8668.0, 8709.0, 8705.0, 8757.0, 8686.0, 8773.0, 8685.0, 8737.0, 8685.0, 8752.0, 8683.0, 8752.0, 8702.0, 8720.0, 8682.0, 8734.0, 8679.0, 8716.0, 8661.0, 8726.0, 8663.0, 8721.0, 8661.0, 8705.0, 8701.0, 8706.0, 8661.0, 8705.0, 8646.0, 8693.0, 8663.0, 8730.0, 8685.0, 8727.0, 8655.0, 8713.0, 8637.0, 8711.0, 8669.0, 8729.0, 8655.0, 8729.0, 8668.0, 8728.0, 8685.0, 8741.0, 8668.0, 8731.0, 8774.0, 8727.0, 8760.0, 8694.0, 8719.0, 8657.0, 8705.0, 8715.0, 8708.0, 8753.0, 8679.0, 8702.0, 8664.0, 8717.0, 8686.0, 8741.0, 8688.0, 8730.0, 8693.0, 8757.0, 8701.0, 8772.0, 8703.0, 8727.0, 8704.0, 8756.0, 8715.0, 8772.0, 8728.0, 8746.0, 8709.0, 8722.0, 8695.0, 8723.0, 8663.0, 8723.0, 8724.0, 8721.0, 8675.0, 8693.0, 8678.0, 8715.0, 8713.0, 8734.0, 8670.0, 8729.0, 8660.0, 8718.0, 8661.0, 8764.0, 8676.0, 8731.0, 8734.0, 8761.0, 8714.0, 8761.0, 8714.0, 8738.0, 8695.0, 8718.0, 8660.0, 8721.0, 8674.0, 8735.0, 8663.0, 8721.0, 8706.0, 8739.0, 8705.0, 8705.0, 8685.0, 8704.0, 8743.0, 8702.0, 8749.0, 8692.0, 8715.0, 8696.0, 8733.0, 8692.0, 8733.0, 8675.0, 8700.0, 8676.0, 8717.0, 8677.0, 8736.0, 8684.0, 8705.0, 8682.0, 8720.0, 8663.0, 8704.0, 8655.0, 8711.0, 8637.0, 8693.0, 8635.0, 8707.0, 8657.0, 8715.0, 8655.0, 8725.0, 8655.0, 8696.0, 8658.0, 8713.0, 8695.0, 8722.0, 8732.0, 8766.0, 8694.0, 8758.0, 8709.0, 8767.0, 8726.0, 8775.0, 8719.0, 8758.0, 8719.0, 8741.0, 8720.0, 8743.0, 8717.0, 8732.0, 8745.0, 8714.0, 8741.0, 8709.0, 8740.0, 8668.0, 8741.0, 8669.0, 8739.0, 8688.0, 8743.0, 8711.0, 8737.0, 8692.0, 8721.0, 8696.0, 8724.0, 8679.0, 8720.0, 8679.0, 8718.0, 8667.0, 8726.0, 8666.0, 8704.0, 8665.0, 8721.0, 8648.0, 8726.0, 8663.0, 8718.0, 8645.0, 8705.0, 8686.0, 8721.0, 8740.0, 8707.0, 8675.0, 8706.0, 8676.0, 8707.0, 8682.0, 8712.0, 8656.0, 8729.0, 8660.0, 8735.0, 8674.0, 8746.0, 8687.0, 8743.0, 8686.0, 8726.0, 8685.0, 8746.0, 8700.0, 8762.0, 8669.0, 8724.0, 8666.0, 8742.0, 8670.0, 8725.0, 8682.0, 8737.0, 8702.0, 8761.0, 8687.0, 8729.0, 8703.0, 8751.0, 8690.0, 8746.0, 8680.0, 8723.0, 8662.0, 8720.0, 8731.0, 8723.0, 8735.0, 8689.0, 8732.0, 8689.0, 8733.0, 8693.0, 8716.0, 8677.0, 8715.0, 8677.0, 8718.0, 8682.0, 8688.0, 8680.0, 8733.0, 8678.0, 8719.0, 8666.0, 8727.0, 8649.0, 8702.0, 8634.0, 8731.0, 8635.0, 8710.0, 8706.0, 8706.0, 8664.0, 8711.0, 8721.0, 8696.0, 8752.0, 8700.0, 8724.0, 8680.0, 8720.0, 8684.0, 8721.0, 8703.0, 8740.0, 8690.0, 8730.0, 8706.0, 8772.0, 8707.0, 8760.0, 8702.0, 8741.0, 8703.0, 8757.0, 8719.0, 8758.0, 8715.0, 8740.0, 8714.0, 8752.0, 8713.0, 8755.0, 8711.0, 8719.0, 8695.0, 8735.0, 8694.0, 8740.0, 8705.0, 8702.0, 8690.0, 8715.0, 8676.0, 8722.0, 8663.0, 8702.0, 8677.0, 8704.0, 8633.0, 8709.0, 8653.0, 8720.0, 8648.0, 8706.0, 8646.0, 8723.0, 8750.0, 8689.0, 8713.0, 8689.0, 8714.0, 8672.0, 8721.0, 8631.0, 8699.0, 8628.0, 8672.0, 8629.0, 8690.0, 8678.0, 8709.0, 8691.0, 8694.0, 8710.0, 8698.0, 8735.0, 8701.0, 8754.0, 8701.0, 8711.0, 8703.0, 8757.0, 8714.0, 8758.0, 8700.0, 8724.0, 8700.0, 8755.0, 8697.0, 8754.0, 8698.0, 8736.0, 8694.0, 8706.0, 8700.0, 8724.0, 8699.0, 8745.0, 8705.0, 8712.0, 8721.0, 8741.0, 8702.0, 8746.0, 8703.0, 8750.0, 8751.0, 8780.0, 8706.0, 8738.0, 8692.0, 8711.0, 8698.0, 8737.0, 8685.0, 8751.0, 8679.0, 8759.0, 8668.0, 8718.0, 8632.0, 8702.0, 8631.0, 8703.0, 8633.0, 8701.0, 8647.0, 8684.0, 8630.0, 8688.0, 8648.0, 8690.0, 8696.0, 8706.0, 8686.0, 8728.0, 8683.0, 8709.0, 8703.0, 8741.0, 8690.0, 8750.0, 8686.0, 8738.0, 8650.0, 8723.0, 8690.0, 8739.0, 8767.0, 8707.0, 8718.0, 8713.0, 8751.0, 8712.0, 8732.0, 8679.0, 8722.0, 8712.0, 8737.0, 8699.0, 8754.0, 8719.0, 8745.0, 8702.0, 8728.0, 8704.0, 8753.0, 8703.0, 8764.0, 8731.0, 8741.0, 8732.0, 8743.0, 8700.0, 8743.0, 8714.0, 8742.0, 8716.0, 8741.0, 8718.0, 8761.0, 8719.0, 8726.0, 8700.0, 8712.0, 8715.0, 8742.0, 8733.0, 8758.0, 8711.0, 8723.0, 8696.0, 8753.0, 8708.0, 8749.0, 8708.0, 8718.0, 8708.0, 8719.0, 8695.0, 8718.0, 8694.0, 8706.0, 8698.0, 8740.0, 8714.0, 8760.0, 8716.0, 8726.0, 8699.0, 8722.0, 8695.0, 8737.0, 8714.0, 8709.0, 8710.0, 8691.0, 8723.0, 8719.0, 8728.0, 8723.0, 8709.0, 8679.0, 8723.0, 8718.0, 8709.0, 8755.0, 8694.0, 8718.0, 8693.0, 8733.0, 8697.0, 8750.0, 8695.0, 8692.0, 8698.0, 8707.0, 8697.0, 8756.0, 8697.0, 8720.0, 8696.0, 8720.0, 8693.0, 8720.0, 8677.0, 8703.0, 8692.0, 8704.0, 8681.0, 8711.0, 8682.0, 8692.0, 8696.0, 8721.0, 8698.0, 8743.0, 8697.0, 8709.0, 8699.0, 8736.0, 8696.0, 8741.0, 8669.0, 8720.0, 8649.0, 8719.0, 8631.0, 8723.0, 8691.0, 8718.0, 8661.0, 8706.0, 8659.0, 8709.0, 8685.0, 8727.0, 8655.0, 8733.0, 8658.0, 8741.0, 8679.0, 8737.0, 8690.0, 8731.0, 8720.0, 8765.0, 8723.0, 8762.0, 8731.0, 8723.0, 8724.0, 8739.0, 8714.0, 8756.0, 8712.0, 8735.0, 8676.0, 8717.0, 8631.0, 8717.0, 8701.0, 8719.0, 8745.0, 8692.0, 8716.0, 8678.0, 8700.0, 8691.0, 8718.0, 8693.0, 8666.0, 8711.0, 8665.0, 8726.0, 8685.0, 8741.0, 8672.0, 8743.0, 8699.0, 8737.0, 8700.0, 8748.0, 8714.0, 8723.0, 8700.0, 8739.0, 8713.0, 8753.0, 8710.0, 8736.0, 8713.0, 8724.0, 8698.0, 8722.0, 8693.0, 8722.0, 8696.0, 8736.0, 8696.0, 8741.0, 8680.0, 8720.0, 8694.0, 8706.0, 8649.0, 8706.0, 8650.0, 8725.0, 8704.0, 8703.0, 8698.0, 8690.0, 8717.0, 8677.0, 8720.0, 8677.0, 8706.0, 8698.0, 8723.0, 8701.0, 8728.0, 8722.0, 8734.0, 8733.0, 8687.0, 8746.0, 8702.0, 8745.0, 8743.0, 8731.0, 8757.0, 8716.0, 8741.0, 8718.0, 8777.0, 8717.0, 8726.0, 8718.0, 8743.0, 8714.0, 8740.0, 8715.0, 8757.0, 8718.0, 8712.0, 8729.0, 8711.0, 8725.0, 8737.0, 8715.0, 8758.0, 8732.0, 8728.0, 8714.0, 8753.0, 8712.0, 8756.0, 8708.0, 8721.0, 8710.0, 8730.0, 8696.0, 8723.0, 8691.0, 8700.0, 8690.0, 8700.0, 8678.0, 8721.0, 8676.0, 8687.0, 8692.0, 8703.0, 8688.0, 8722.0, 8682.0, 8690.0, 8695.0, 8705.0, 8693.0, 8718.0, 8649.0, 8720.0, 8661.0, 8719.0, 8649.0, 8705.0, 8648.0, 8723.0, 8664.0, 8717.0, 8631.0, 8703.0, 8629.0, 8704.0, 8651.0, 8726.0, 8656.0, 8714.0, 8656.0, 8728.0, 8709.0, 8733.0, 8773.0, 8723.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.0006530840046029921</td></tr>
<tr><td colspan=3>aqi</td><td>0.02525136985040276</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.46492112062211</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1546641463248826</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9920491963940089</td></tr>
<tr><td colspan=3>efc</td><td>0.483</td></tr>
<tr><td colspan=3>fber</td><td>4014.2744</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10111398320860748</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.027617951668584</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4545893896368383</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4684161229665555</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5479039392532363</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.347448106690723</td></tr>
<tr><td colspan=3>gcor</td><td>0.00557421</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006059757433831692</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03157532587647438</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.08530169307484</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.5532</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1735</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.775</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298604.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>691.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.6316</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7922</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.0244</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3103.1449</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.285</td></tr>
<tr><td colspan=3>tsnr</td><td>37.5082560593728</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>