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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0079_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-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-01_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-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_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-0079/ses-01/func/sub-0079_ses-01_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>450410857ecaa22af6e02baa988dbe77</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>13:10:46.842500</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.997608, -0.015886, 0.0672746, 0.0139301, 0.999469, 0.029444]</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.117663</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>[4185, -7755, -7269, 438, 0, -62, 140, 41]</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>261.034</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b0d4850d-e170-45ee-90d0-878f91777572||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.676509380340576, 0.037373412400484085, 0.182808056473732, 106.6148452758789], [0.04262106865644455, 2.6815032958984375, 0.07677837461233139, -91.77515411376953], [0.18049293756484985, -0.07899611443281174, 2.6927099227905273, -60.750526428222656], [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': ['131046.842500', '131047.302500', '131047.762500', '131048.222500', '131048.682500', '131049.142500', '131049.602500', '131050.062500', '131050.522500', '131050.982500', '131051.442500', '131051.902500', '131052.362500', '131052.822500', '131053.282500', '131053.742500', '131054.202500', '131054.662500', '131055.122500', '131055.582500', '131056.042500', '131056.502500', '131056.962500', '131057.422500', '131057.882500', '131058.342500', '131058.802500', '131059.262500', '131059.722500', '131100.182500', '131100.642500', '131101.102500', '131101.562500', '131102.022500', '131102.482500', '131102.942500', '131103.402500', '131103.862500', '131104.322500', '131104.782500', '131105.242500', '131105.702500', '131106.162500', '131106.622500', '131107.082500', '131107.542500', '131108.002500', '131108.462500', '131108.922500', '131109.382500', '131109.842500', '131110.302500', '131110.762500', '131111.222500', '131111.682500', '131112.142500', '131112.602500', '131113.062500', '131113.522500', '131113.982500', '131114.442500', '131114.902500', '131115.362500', '131115.822500', '131116.282500', '131116.742500', '131117.202500', '131117.662500', '131118.122500', '131118.582500', '131119.042500', '131119.502500', '131119.962500', '131120.422500', '131120.882500', '131121.342500', '131121.802500', '131122.262500', '131122.722500', '131123.182500', '131123.642500', '131124.102500', '131124.562500', '131125.022500', '131125.482500', '131125.942500', '131126.402500', '131126.862500', '131127.322500', '131127.782500', '131128.242500', '131128.702500', '131129.162500', '131129.622500', '131130.082500', '131130.542500', '131131.002500', '131131.462500', '131131.922500', '131132.382500', '131132.842500', '131133.302500', '131133.762500', '131134.222500', '131134.682500', '131135.142500', '131135.602500', '131136.062500', '131136.522500', '131136.982500', '131137.442500', '131137.902500', '131138.362500', '131138.822500', '131139.282500', '131139.742500', '131140.202500', '131140.662500', '131141.122500', '131141.582500', '131142.042500', '131142.502500', '131142.962500', '131143.422500', '131143.882500', '131144.342500', '131144.802500', '131145.262500', '131145.722500', '131146.182500', '131146.642500', '131147.102500', '131147.562500', '131148.022500', '131148.482500', '131148.942500', '131149.402500', '131149.862500', '131150.322500', '131150.782500', '131151.242500', '131151.702500', '131152.162500', '131152.622500', '131153.082500', '131153.542500', '131154.002500', '131154.462500', '131154.922500', '131155.382500', '131155.842500', '131156.302500', '131156.762500', '131157.222500', '131157.682500', '131158.142500', '131158.602500', '131159.062500', '131159.522500', '131159.982500', '131200.442500', '131200.902500', '131201.362500', '131201.822500', '131202.282500', '131202.742500', '131203.202500', '131203.662500', '131204.122500', '131204.582500', '131205.042500', '131205.502500', '131205.962500', '131206.422500', '131206.882500', '131207.342500', '131207.802500', '131208.262500', '131208.722500', '131209.182500', '131209.642500', '131210.102500', '131210.562500', '131211.022500', '131211.482500', '131211.942500', '131212.402500', '131212.862500', '131213.322500', '131213.782500', '131214.242500', '131214.702500', '131215.162500', '131215.622500', '131216.082500', '131216.542500', '131217.002500', '131217.462500', '131217.922500', '131218.382500', '131218.842500', '131219.302500', '131219.762500', '131220.222500', '131220.682500', '131221.142500', '131221.602500', '131222.062500', '131222.522500', '131222.982500', '131223.442500', '131223.902500', '131224.362500', '131224.822500', '131225.282500', '131225.742500', '131226.202500', '131226.662500', '131227.122500', '131227.582500', '131228.042500', '131228.502500', '131228.962500', '131229.422500', '131229.882500', '131230.342500', '131230.802500', '131231.262500', '131231.722500', '131232.182500', '131232.642500', '131233.102500', '131233.562500', '131234.022500', '131234.482500', '131234.942500', '131235.402500', '131235.862500', '131236.322500', '131236.782500', '131237.242500', '131237.702500', '131238.162500', '131238.622500', '131239.082500', '131239.542500', '131240.002500', '131240.462500', '131240.922500', '131241.382500', '131241.842500', '131242.302500', '131242.762500', '131243.222500', '131243.682500', '131244.142500', '131244.602500', '131245.062500', '131245.522500', '131245.982500', '131246.442500', '131246.902500', '131247.362500', '131247.822500', '131248.282500', '131248.742500', '131249.202500', '131249.662500', '131250.122500', '131250.582500', '131251.042500', '131251.502500', '131251.962500', '131252.422500', '131252.882500', '131253.342500', '131253.802500', '131254.262500', '131254.722500', '131255.182500', '131255.642500', '131256.102500', '131256.562500', '131257.022500', '131257.482500', '131257.942500', '131258.402500', '131258.862500', '131259.322500', '131259.782500', '131300.242500', '131300.702500', '131301.162500', '131301.622500', '131302.082500', '131302.542500', '131303.002500', '131303.462500', '131303.922500', '131304.382500', '131304.842500', '131305.302500', '131305.762500', '131306.222500', '131306.682500', '131307.142500', '131307.602500', '131308.062500', '131308.522500', '131308.982500', '131309.442500', '131309.902500', '131310.362500', '131310.822500', '131311.282500', '131311.742500', '131312.202500', '131312.662500', '131313.122500', '131313.582500', '131314.042500', '131314.502500', '131314.962500', '131315.422500', '131315.882500', '131316.342500', '131316.802500', '131317.262500', '131317.722500', '131318.182500', '131318.642500', '131319.102500', '131319.562500', '131320.022500', '131320.482500', '131320.942500', '131321.402500', '131321.862500', '131322.322500', '131322.782500', '131323.242500', '131323.702500', '131324.162500', '131324.622500', '131325.082500', '131325.542500', '131326.002500', '131326.462500', '131326.922500', '131327.382500', '131327.842500', '131328.302500', '131328.762500', '131329.222500', '131329.682500', '131330.142500', '131330.602500', '131331.062500', '131331.522500', '131331.982500', '131332.442500', '131332.902500', '131333.362500', '131333.822500', '131334.282500', '131334.742500', '131335.202500', '131335.662500', '131336.122500', '131336.582500', '131337.042500', '131337.502500', '131337.962500', '131338.422500', '131338.882500', '131339.342500', '131339.802500', '131340.262500', '131340.722500', '131341.182500', '131341.642500', '131342.102500', '131342.562500', '131343.022500', '131343.482500', '131343.942500', '131344.402500', '131344.862500', '131345.322500', '131345.782500', '131346.242500', '131346.702500', '131347.162500', '131347.622500', '131348.082500', '131348.542500', '131349.002500', '131349.462500', '131349.922500', '131350.382500', '131350.842500', '131351.302500', '131351.762500', '131352.222500', '131352.682500', '131353.142500', '131353.602500', '131354.062500', '131354.522500', '131354.982500', '131355.442500', '131355.902500', '131356.362500', '131356.822500', '131357.282500', '131357.742500', '131358.202500', '131358.662500', '131359.122500', '131359.582500', '131400.042500', '131400.502500', '131400.962500', '131401.422500', '131401.882500', '131402.342500', '131402.802500', '131403.262500', '131403.722500', '131404.182500', '131404.642500', '131405.102500', '131405.562500', '131406.022500', '131406.482500', '131406.942500', '131407.402500', '131407.862500', '131408.322500', '131408.782500', '131409.242500', '131409.702500', '131410.162500', '131410.622500', '131411.082500', '131411.542500', '131412.002500', '131412.462500', '131412.922500', '131413.382500', '131413.842500', '131414.302500', '131414.762500', '131415.222500', '131415.682500', '131416.142500', '131416.602500', '131417.062500', '131417.522500', '131417.982500', '131418.442500', '131418.902500', '131419.362500', '131419.822500', '131420.282500', '131420.742500', '131421.202500', '131421.662500', '131422.122500', '131422.582500', '131423.042500', '131423.502500', '131423.962500', '131424.422500', '131424.882500', '131425.342500', '131425.802500', '131426.262500', '131426.722500', '131427.182500', '131427.642500', '131428.102500', '131428.562500', '131429.022500', '131429.482500', '131429.942500', '131430.402500', '131430.862500', '131431.322500', '131431.782500', '131432.242500', '131432.702500', '131433.162500', '131433.622500', '131434.082500', '131434.542500', '131435.002500', '131435.462500', '131435.922500', '131436.382500', '131436.842500', '131437.302500', '131437.762500', '131438.222500', '131438.682500', '131439.142500', '131439.602500', '131440.062500', '131440.522500', '131440.982500', '131441.442500', '131441.902500', '131442.362500', '131442.822500', '131443.282500', '131443.742500', '131444.202500', '131444.662500', '131445.122500', '131445.582500', '131446.042500', '131446.502500', '131446.962500', '131447.422500', '131447.882500', '131448.342500', '131448.802500', '131449.262500', '131449.722500', '131450.182500', '131450.642500', '131451.102500', '131451.562500', '131452.022500', '131452.482500', '131452.942500', '131453.402500', '131453.862500', '131454.322500', '131454.782500', '131455.242500', '131455.702500', '131456.162500', '131456.622500', '131457.082500', '131457.542500', '131458.002500', '131458.462500', '131458.922500', '131459.382500', '131459.842500', '131500.302500', '131500.762500', '131501.222500', '131501.682500', '131502.142500', '131502.602500', '131503.062500', '131503.522500', '131503.982500', '131504.442500', '131504.902500', '131505.362500', '131505.822500', '131506.282500', '131506.742500', '131507.202500', '131507.662500', '131508.122500', '131508.582500', '131509.042500', '131509.502500', '131509.962500', '131510.422500', '131510.882500', '131511.342500', '131511.802500', '131512.262500', '131512.722500', '131513.182500', '131513.642500', '131514.102500', '131514.562500', '131515.022500', '131515.482500', '131515.942500', '131516.402500', '131516.862500', '131517.322500', '131517.782500', '131518.242500', '131518.702500', '131519.162500', '131519.622500', '131520.082500', '131520.542500', '131521.002500', '131521.462500', '131521.922500', '131522.382500', '131522.842500', '131523.302500', '131523.762500', '131524.222500', '131524.682500', '131525.142500', '131525.602500', '131526.062500', '131526.522500', '131526.982500', '131527.442500', '131527.902500', '131528.362500', '131528.822500', '131529.282500', '131529.742500', '131530.202500', '131530.662500', '131531.122500', '131531.582500', '131532.042500', '131532.502500', '131532.962500', '131533.422500', '131533.882500', '131534.342500', '131534.802500', '131535.262500', '131535.722500', '131536.182500', '131536.642500', '131537.102500', '131537.562500', '131538.022500', '131538.482500', '131538.942500', '131539.402500', '131539.862500', '131540.322500', '131540.782500', '131541.242500', '131541.702500', '131542.162500', '131542.622500', '131543.082500', '131543.542500', '131544.002500', '131544.462500', '131544.922500', '131545.382500', '131545.842500', '131546.302500', '131546.762500', '131547.222500', '131547.682500', '131548.142500', '131548.602500', '131549.062500', '131549.522500', '131549.982500', '131550.442500', '131550.902500', '131551.362500', '131551.822500', '131552.282500', '131552.742500', '131553.202500', '131553.662500', '131554.122500', '131554.582500', '131555.042500', '131555.502500', '131555.962500', '131556.422500', '131556.882500', '131557.342500', '131557.802500', '131558.262500', '131558.722500', '131559.182500', '131559.642500', '131600.102500', '131600.562500', '131601.022500', '131601.482500', '131601.942500', '131602.402500', '131602.862500', '131603.322500', '131603.782500', '131604.242500', '131604.702500', '131605.162500', '131605.622500', '131606.082500', '131606.542500', '131607.002500', '131607.462500', '131607.922500', '131608.382500', '131608.842500', '131609.302500', '131609.762500', '131610.222500', '131610.682500', '131611.142500', '131611.602500', '131612.062500', '131612.522500', '131612.982500', '131613.442500', '131613.902500', '131614.362500', '131614.822500', '131615.282500', '131615.742500', '131616.202500', '131616.662500', '131617.122500', '131617.582500', '131618.042500', '131618.502500', '131618.962500', '131619.422500', '131619.882500', '131620.342500', '131620.802500', '131621.262500', '131621.722500', '131622.182500', '131622.642500', '131623.102500', '131623.562500', '131624.022500', '131624.482500', '131624.942500', '131625.402500', '131625.862500', '131626.322500', '131626.782500', '131627.242500', '131627.702500', '131628.162500', '131628.622500', '131629.082500', '131629.542500', '131630.002500', '131630.462500', '131630.922500', '131631.382500', '131631.842500', '131632.302500', '131632.762500', '131633.222500', '131633.682500', '131634.142500', '131634.602500', '131635.062500', '131635.522500', '131635.982500', '131636.442500', '131636.902500', '131637.362500', '131637.822500', '131638.282500', '131638.742500', '131639.202500', '131639.662500', '131640.122500', '131640.582500', '131641.042500', '131641.502500', '131641.962500', '131642.422500', '131642.882500', '131643.342500', '131643.802500', '131644.262500', '131644.722500', '131645.182500', '131645.642500', '131646.102500', '131646.562500', '131647.022500', '131647.482500', '131647.942500', '131648.402500', '131648.862500', '131649.322500', '131649.782500', '131650.242500', '131650.702500', '131651.162500', '131651.622500', '131652.082500', '131652.542500', '131653.002500', '131653.462500', '131653.922500', '131654.382500', '131654.842500', '131655.302500', '131655.762500', '131656.222500', '131656.682500', '131657.142500', '131657.602500', '131658.062500', '131658.522500', '131658.982500', '131659.442500', '131659.902500', '131700.362500', '131700.822500', '131701.282500', '131701.742500', '131702.202500', '131702.662500', '131703.122500', '131703.582500', '131704.042500', '131704.502500', '131704.962500', '131705.422500', '131705.882500', '131706.342500', '131706.802500', '131707.262500', '131707.722500', '131708.182500', '131708.642500', '131709.102500', '131709.562500', '131710.022500', '131710.482500', '131710.942500', '131711.402500', '131711.862500', '131712.322500', '131712.782500', '131713.242500', '131713.702500', '131714.162500', '131714.622500', '131715.082500', '131715.542500', '131716.002500', '131716.462500', '131716.922500', '131717.382500', '131717.842500', '131718.302500', '131718.762500', '131719.222500', '131719.682500', '131720.142500', '131720.602500', '131721.062500', '131721.522500', '131721.982500', '131722.442500', '131722.902500', '131723.362500', '131723.822500', '131724.282500', '131724.742500', '131725.202500', '131725.662500', '131726.122500', '131726.582500', '131727.042500', '131727.502500'], 'ContentTime': ['131115.386000', '131115.389000', '131115.392000', '131115.394000', '131115.397000', '131115.399000', '131115.402000', '131115.404000', '131115.407000', '131115.409000', '131115.412000', '131115.415000', '131115.417000', '131115.420000', '131115.422000', '131115.425000', '131115.428000', '131115.430000', '131115.433000', '131115.435000', '131115.438000', '131115.460000', '131115.462000', '131115.465000', '131115.467000', '131115.470000', '131115.473000', '131115.475000', '131115.478000', '131115.480000', '131115.483000', '131115.485000', '131115.488000', '131115.490000', '131115.493000', '131115.496000', '131115.498000', '131115.501000', '131115.503000', '131115.509000', '131115.512000', '131115.527000', '131115.529000', '131115.532000', '131115.534000', '131115.537000', '131115.539000', '131115.542000', '131115.544000', '131115.547000', '131115.549000', '131115.552000', '131115.554000', '131115.557000', '131115.559000', '131115.562000', '131115.565000', '131115.567000', '131115.570000', '131115.572000', '131135.339000', '131135.342000', '131135.345000', '131135.347000', '131135.350000', '131135.353000', '131135.355000', '131135.358000', '131135.360000', '131135.363000', '131135.365000', '131135.368000', '131135.370000', '131135.373000', '131135.376000', '131135.378000', '131135.381000', '131135.383000', '131135.386000', '131135.388000', '131135.391000', '131135.393000', '131135.396000', '131135.398000', '131135.401000', '131135.403000', '131135.406000', '131135.409000', '131135.411000', '131135.414000', '131135.416000', '131135.419000', '131135.422000', '131135.424000', '131135.427000', '131135.429000', '131135.432000', '131135.434000', '131135.437000', '131135.440000', '131135.442000', '131135.445000', '131135.447000', '131155.339000', '131155.342000', '131155.345000', '131155.348000', '131155.350000', '131155.353000', '131155.355000', '131155.358000', '131155.360000', '131155.363000', '131155.366000', '131155.368000', '131155.371000', '131155.373000', '131155.376000', '131155.378000', '131155.381000', '131155.383000', '131155.386000', '131155.388000', '131155.391000', '131155.394000', '131155.396000', '131155.399000', '131155.401000', '131155.404000', '131155.406000', '131155.409000', '131155.412000', '131155.414000', '131155.417000', '131155.419000', '131155.422000', '131155.424000', '131155.427000', '131155.430000', '131155.432000', '131155.435000', '131155.437000', '131155.440000', '131155.442000', '131155.445000', '131155.448000', '131215.339000', '131215.342000', '131215.345000', '131215.347000', '131215.350000', '131215.352000', '131215.355000', '131215.357000', '131215.360000', '131215.363000', '131215.365000', '131215.368000', '131215.370000', '131215.373000', '131215.375000', '131215.378000', '131215.380000', '131215.383000', '131215.386000', '131215.388000', '131215.391000', '131215.393000', '131215.396000', '131215.398000', '131215.401000', '131215.404000', '131215.406000', '131215.409000', '131215.411000', '131215.414000', '131215.416000', '131215.419000', '131215.421000', '131215.424000', '131215.426000', '131215.429000', '131215.432000', '131215.434000', '131215.437000', '131215.440000', '131215.442000', '131215.445000', '131215.447000', '131215.450000', '131235.359000', '131235.362000', '131235.365000', '131235.368000', '131235.370000', '131235.373000', '131235.375000', '131235.378000', '131235.381000', '131235.383000', '131235.386000', '131235.388000', '131235.391000', '131235.393000', '131235.396000', '131235.399000', '131235.401000', '131235.404000', '131235.406000', '131235.409000', '131235.413000', '131235.415000', '131235.418000', '131235.421000', '131235.423000', '131235.426000', '131235.429000', '131235.431000', '131235.434000', '131235.436000', '131235.439000', '131235.442000', '131235.444000', '131235.447000', '131235.449000', '131235.452000', '131235.455000', '131235.457000', '131235.460000', '131235.462000', '131235.465000', '131235.468000', '131235.470000', '131255.339000', '131255.342000', '131255.345000', '131255.347000', '131255.350000', '131255.353000', '131255.355000', '131255.358000', '131255.361000', '131255.363000', '131255.366000', '131255.368000', '131255.371000', '131255.373000', '131255.376000', '131255.379000', '131255.381000', '131255.384000', '131255.386000', '131255.389000', '131255.391000', '131255.394000', '131255.396000', '131255.399000', '131255.402000', '131255.404000', '131255.407000', '131255.409000', '131255.412000', '131255.414000', '131255.417000', '131255.420000', '131255.422000', '131255.425000', '131255.427000', '131255.487000', '131255.489000', '131255.492000', '131255.494000', '131255.497000', '131255.500000', '131255.502000', '131255.505000', '131255.507000', '131315.340000', '131315.342000', '131315.345000', '131315.348000', '131315.350000', '131315.353000', '131315.355000', '131315.358000', '131315.360000', '131315.363000', '131315.366000', '131315.368000', '131315.371000', '131315.374000', '131315.377000', '131315.380000', '131315.383000', '131315.385000', '131315.388000', '131315.390000', '131315.393000', '131315.396000', '131315.398000', '131315.401000', '131315.403000', '131315.406000', '131315.408000', '131315.411000', '131315.414000', '131315.416000', '131315.419000', '131315.421000', '131315.424000', '131315.426000', '131315.429000', '131315.431000', '131315.434000', '131315.437000', '131315.439000', '131315.442000', '131315.444000', '131315.447000', '131315.449000', '131335.340000', '131335.342000', '131335.345000', '131335.348000', '131335.350000', '131335.353000', '131335.355000', '131335.358000', '131335.361000', '131335.363000', '131335.366000', '131335.368000', '131335.371000', '131335.374000', '131335.376000', '131335.379000', '131335.381000', '131335.384000', '131335.386000', '131335.389000', '131335.391000', '131335.394000', '131335.397000', '131335.399000', '131335.402000', '131335.404000', '131335.407000', '131335.409000', '131335.412000', '131335.415000', '131335.417000', '131335.420000', '131335.422000', '131335.425000', '131335.427000', '131335.430000', '131335.433000', '131335.435000', '131335.438000', '131335.440000', '131335.443000', '131335.445000', '131335.448000', '131335.451000', '131355.339000', '131355.342000', '131355.345000', '131355.347000', '131355.350000', '131355.353000', '131355.355000', '131355.358000', '131355.360000', '131355.363000', '131355.365000', '131355.368000', '131355.371000', '131355.373000', '131355.376000', '131355.378000', '131355.381000', '131355.383000', '131355.386000', '131355.389000', '131355.392000', '131355.394000', '131355.397000', '131355.400000', '131355.402000', '131355.405000', '131355.407000', '131355.410000', '131355.413000', '131355.415000', '131355.418000', '131355.420000', '131355.423000', '131355.426000', '131355.428000', '131355.431000', '131355.433000', '131355.436000', '131355.438000', '131355.442000', '131355.445000', '131355.447000', '131355.450000', '131415.340000', '131415.342000', '131415.345000', '131415.348000', '131415.350000', '131415.353000', '131415.356000', '131415.358000', '131415.361000', '131415.363000', '131415.366000', '131415.368000', '131415.371000', '131415.374000', '131415.377000', '131415.386000', '131415.389000', '131415.392000', '131415.394000', '131415.397000', '131415.400000', '131415.402000', '131415.405000', '131415.408000', '131415.410000', '131415.413000', '131415.416000', '131415.418000', '131415.421000', '131415.423000', '131415.426000', '131415.428000', '131415.431000', '131415.434000', '131415.436000', '131415.439000', '131415.442000', '131415.444000', '131415.447000', '131415.449000', '131415.452000', '131415.455000', '131415.457000', '131415.460000', '131435.339000', '131435.342000', '131435.345000', '131435.348000', '131435.350000', '131435.353000', '131435.355000', '131435.358000', '131435.361000', '131435.363000', '131435.366000', '131435.368000', '131435.371000', '131435.373000', '131435.376000', '131435.379000', '131435.415000', '131435.418000', '131435.421000', '131435.423000', '131435.426000', '131435.428000', '131435.431000', '131435.434000', '131435.436000', '131435.439000', '131435.441000', '131435.444000', '131435.447000', '131435.449000', '131435.452000', '131435.454000', '131435.457000', '131435.460000', '131435.462000', '131435.465000', '131435.467000', '131435.470000', '131435.472000', '131435.475000', '131435.477000', '131435.480000', '131435.483000', '131455.340000', '131455.342000', '131455.345000', '131455.348000', '131455.350000', '131455.353000', '131455.355000', '131455.358000', '131455.361000', '131455.363000', '131455.366000', '131455.368000', '131455.371000', '131455.373000', '131455.376000', '131455.378000', '131455.381000', '131455.384000', '131455.386000', '131455.389000', '131455.391000', '131455.394000', '131455.397000', '131455.410000', '131455.413000', '131455.415000', '131455.418000', '131455.420000', '131455.423000', '131455.425000', '131455.428000', '131455.431000', '131455.433000', '131455.436000', '131455.438000', '131455.441000', '131455.443000', '131455.446000', '131455.449000', '131455.451000', '131455.454000', '131455.457000', '131455.459000', '131455.462000', '131515.340000', '131515.342000', '131515.345000', '131515.348000', '131515.350000', '131515.353000', '131515.355000', '131515.358000', '131515.360000', '131515.363000', '131515.365000', '131515.368000', '131515.371000', '131515.373000', '131515.376000', '131515.378000', '131515.381000', '131515.384000', '131515.386000', '131515.389000', '131515.391000', '131515.394000', '131515.397000', '131515.399000', '131515.402000', '131515.404000', '131515.407000', '131515.409000', '131515.412000', '131515.414000', '131515.417000', '131515.420000', '131515.422000', '131515.425000', '131515.427000', '131515.431000', '131515.434000', '131515.437000', '131515.439000', '131515.442000', '131515.445000', '131515.447000', '131515.450000', '131535.339000', '131535.342000', '131535.345000', '131535.347000', '131535.350000', '131535.353000', '131535.355000', '131535.358000', '131535.360000', '131535.363000', '131535.366000', '131535.368000', '131535.371000', '131535.373000', '131535.376000', '131535.378000', '131535.381000', '131535.383000', '131535.386000', '131535.388000', '131535.391000', '131535.394000', '131535.396000', '131535.399000', '131535.401000', '131535.404000', '131535.406000', '131535.409000', '131535.412000', '131535.414000', '131535.417000', '131535.419000', '131535.422000', '131535.424000', '131535.427000', '131535.429000', '131535.432000', '131535.435000', '131535.437000', '131535.440000', '131535.442000', '131535.445000', '131535.448000', '131535.450000', '131555.339000', '131555.342000', '131555.345000', '131555.347000', '131555.350000', '131555.353000', '131555.355000', '131555.358000', '131555.360000', '131555.363000', '131555.365000', '131555.368000', '131555.370000', '131555.373000', '131555.376000', '131555.378000', '131555.381000', '131555.384000', '131555.386000', '131555.389000', '131555.391000', '131555.394000', '131555.396000', '131555.399000', '131555.402000', '131555.404000', '131555.407000', '131555.409000', '131555.412000', '131555.414000', '131555.417000', '131555.420000', '131555.422000', '131555.425000', '131555.427000', '131555.430000', '131555.432000', '131555.435000', '131555.438000', '131555.440000', '131555.443000', '131555.455000', '131555.457000', '131615.340000', '131615.342000', '131615.345000', '131615.348000', '131615.351000', '131615.354000', '131615.356000', '131615.359000', '131615.361000', '131615.364000', '131615.367000', '131615.369000', '131615.372000', '131615.374000', '131615.377000', '131615.380000', '131615.382000', '131615.385000', '131615.387000', '131615.390000', '131615.392000', '131615.395000', '131615.398000', '131615.400000', '131615.403000', '131615.405000', '131615.408000', '131615.410000', '131615.413000', '131615.416000', '131615.418000', '131615.421000', '131615.423000', '131615.426000', '131615.428000', '131615.431000', '131615.433000', '131615.436000', '131615.439000', '131615.441000', '131615.444000', '131615.446000', '131615.449000', '131615.451000', '131635.340000', '131635.342000', '131635.345000', '131635.348000', '131635.350000', '131635.353000', '131635.355000', '131635.358000', '131635.360000', '131635.363000', '131635.366000', '131635.368000', '131635.371000', '131635.373000', '131635.376000', '131635.379000', '131635.381000', '131635.384000', '131635.386000', '131635.389000', '131635.391000', '131635.394000', '131635.396000', '131635.399000', '131635.402000', '131635.404000', '131635.407000', '131635.409000', '131635.412000', '131635.415000', '131635.417000', '131635.420000', '131635.422000', '131635.425000', '131635.427000', '131635.430000', '131635.433000', '131635.435000', '131635.438000', '131635.440000', '131635.443000', '131635.446000', '131635.448000', '131655.340000', '131655.342000', '131655.345000', '131655.348000', '131655.350000', '131655.353000', '131655.355000', '131655.358000', '131655.360000', '131655.363000', '131655.366000', '131655.368000', '131655.371000', '131655.374000', '131655.376000', '131655.379000', '131655.381000', '131655.384000', '131655.386000', '131655.389000', '131655.391000', '131655.394000', '131655.396000', '131655.399000', '131655.402000', '131655.404000', '131655.407000', '131655.409000', '131655.412000', '131655.415000', '131655.417000', '131655.420000', '131655.422000', '131655.425000', '131655.427000', '131655.430000', '131655.432000', '131655.435000', '131655.438000', '131655.440000', '131655.443000', '131655.445000', '131655.448000', '131655.451000', '131715.340000', '131715.343000', '131715.345000', '131715.348000', '131715.350000', '131715.353000', '131715.355000', '131715.358000', '131715.360000', '131715.363000', '131715.366000', '131715.368000', '131715.371000', '131715.373000', '131715.376000', '131715.379000', '131715.381000', '131715.384000', '131715.386000', '131715.389000', '131715.391000', '131715.394000', '131715.396000', '131715.399000', '131715.402000', '131715.404000', '131715.407000', '131715.409000', '131715.412000', '131715.415000', '131715.417000', '131715.420000', '131715.422000', '131715.425000', '131715.427000', '131715.430000', '131715.433000', '131715.435000', '131715.438000', '131715.440000', '131715.443000', '131715.446000', '131715.448000', '131728.833000', '131728.836000', '131728.838000', '131728.841000', '131728.843000', '131728.846000', '131728.849000', '131728.851000', '131728.854000', '131728.856000', '131728.859000', '131728.861000', '131728.864000', '131728.867000', '131728.869000', '131728.872000', '131728.874000', '131728.877000', '131728.880000', '131728.882000', '131728.885000', '131728.887000', '131728.890000', '131728.893000', '131728.895000', '131728.898000', '131728.900000', '131728.903000', '131728.905000', '131728.908000'], 'InstanceCreationTime': ['131115.386000', '131115.389000', '131115.392000', '131115.394000', '131115.397000', '131115.399000', '131115.402000', '131115.404000', '131115.407000', '131115.409000', '131115.412000', '131115.415000', '131115.417000', '131115.420000', '131115.422000', '131115.425000', '131115.428000', '131115.430000', '131115.433000', '131115.435000', '131115.438000', '131115.460000', '131115.462000', '131115.465000', '131115.467000', '131115.470000', '131115.473000', '131115.475000', '131115.478000', '131115.480000', '131115.483000', '131115.485000', '131115.488000', '131115.490000', '131115.493000', '131115.496000', '131115.498000', '131115.501000', '131115.503000', '131115.509000', '131115.512000', '131115.527000', '131115.529000', '131115.532000', '131115.534000', '131115.537000', '131115.539000', '131115.542000', '131115.544000', '131115.547000', '131115.549000', '131115.552000', '131115.554000', '131115.557000', '131115.559000', '131115.562000', '131115.565000', '131115.567000', '131115.570000', '131115.572000', '131135.339000', '131135.342000', '131135.345000', '131135.347000', '131135.350000', '131135.353000', '131135.355000', '131135.358000', '131135.360000', '131135.363000', '131135.365000', '131135.368000', '131135.370000', '131135.373000', '131135.376000', '131135.378000', '131135.381000', '131135.383000', '131135.386000', '131135.388000', '131135.391000', '131135.393000', '131135.396000', '131135.398000', '131135.401000', '131135.403000', '131135.406000', '131135.409000', '131135.411000', '131135.414000', '131135.416000', '131135.419000', '131135.422000', '131135.424000', '131135.427000', '131135.429000', '131135.432000', '131135.434000', '131135.437000', '131135.440000', '131135.442000', '131135.445000', '131135.447000', '131155.339000', '131155.342000', '131155.345000', '131155.348000', '131155.350000', '131155.353000', '131155.355000', '131155.358000', '131155.360000', '131155.363000', '131155.366000', '131155.368000', '131155.371000', '131155.373000', '131155.376000', '131155.378000', '131155.381000', '131155.383000', '131155.386000', '131155.388000', '131155.391000', '131155.394000', '131155.396000', '131155.399000', '131155.401000', '131155.404000', '131155.406000', '131155.409000', '131155.412000', '131155.414000', '131155.417000', '131155.419000', '131155.422000', '131155.424000', '131155.427000', '131155.430000', '131155.432000', '131155.435000', '131155.437000', '131155.440000', '131155.442000', '131155.445000', '131155.448000', '131215.339000', '131215.342000', '131215.345000', '131215.347000', '131215.350000', '131215.352000', '131215.355000', '131215.357000', '131215.360000', '131215.363000', '131215.365000', '131215.368000', '131215.370000', '131215.373000', '131215.375000', '131215.378000', '131215.380000', '131215.383000', '131215.386000', '131215.388000', '131215.391000', '131215.393000', '131215.396000', '131215.398000', '131215.401000', '131215.404000', '131215.406000', '131215.409000', '131215.411000', '131215.414000', '131215.416000', '131215.419000', '131215.421000', '131215.424000', '131215.426000', '131215.429000', '131215.432000', '131215.434000', '131215.437000', '131215.440000', '131215.442000', '131215.445000', '131215.447000', '131215.450000', '131235.359000', '131235.362000', '131235.365000', '131235.368000', '131235.370000', '131235.373000', '131235.375000', '131235.378000', '131235.381000', '131235.383000', '131235.386000', '131235.388000', '131235.391000', '131235.393000', '131235.396000', '131235.399000', '131235.401000', '131235.404000', '131235.406000', '131235.409000', '131235.413000', '131235.415000', '131235.418000', '131235.421000', '131235.423000', '131235.426000', '131235.429000', '131235.431000', '131235.434000', '131235.436000', '131235.439000', '131235.442000', '131235.444000', '131235.447000', '131235.449000', '131235.452000', '131235.455000', '131235.457000', '131235.460000', '131235.462000', '131235.465000', '131235.468000', '131235.470000', '131255.339000', '131255.342000', '131255.345000', '131255.347000', '131255.350000', '131255.353000', '131255.355000', '131255.358000', '131255.361000', '131255.363000', '131255.366000', '131255.368000', '131255.371000', '131255.373000', '131255.376000', '131255.379000', '131255.381000', '131255.384000', '131255.386000', '131255.389000', '131255.391000', '131255.394000', '131255.396000', '131255.399000', '131255.402000', '131255.404000', '131255.407000', '131255.409000', '131255.412000', '131255.414000', '131255.417000', '131255.420000', '131255.422000', '131255.425000', '131255.427000', '131255.487000', '131255.489000', '131255.492000', '131255.494000', '131255.497000', '131255.500000', '131255.502000', '131255.505000', '131255.507000', '131315.340000', '131315.342000', '131315.345000', '131315.348000', '131315.350000', '131315.353000', '131315.355000', '131315.358000', '131315.360000', '131315.363000', '131315.366000', '131315.368000', '131315.371000', '131315.374000', '131315.377000', '131315.380000', '131315.383000', '131315.385000', '131315.388000', '131315.390000', '131315.393000', '131315.396000', '131315.398000', '131315.401000', '131315.403000', '131315.406000', '131315.408000', '131315.411000', '131315.414000', '131315.416000', '131315.419000', '131315.421000', '131315.424000', '131315.426000', '131315.429000', '131315.431000', '131315.434000', '131315.437000', '131315.439000', '131315.442000', '131315.444000', '131315.447000', '131315.449000', '131335.340000', '131335.342000', '131335.345000', '131335.348000', '131335.350000', '131335.353000', '131335.355000', '131335.358000', '131335.361000', '131335.363000', '131335.366000', '131335.368000', '131335.371000', '131335.374000', '131335.376000', '131335.379000', '131335.381000', '131335.384000', '131335.386000', '131335.389000', '131335.391000', '131335.394000', '131335.397000', '131335.399000', '131335.402000', '131335.404000', '131335.407000', '131335.409000', '131335.412000', '131335.415000', '131335.417000', '131335.420000', '131335.422000', '131335.425000', '131335.427000', '131335.430000', '131335.433000', '131335.435000', '131335.438000', '131335.440000', '131335.443000', '131335.445000', '131335.448000', '131335.451000', '131355.339000', '131355.342000', '131355.345000', '131355.347000', '131355.350000', '131355.353000', '131355.355000', '131355.358000', '131355.360000', '131355.363000', '131355.365000', '131355.368000', '131355.371000', '131355.373000', '131355.376000', '131355.378000', '131355.381000', '131355.383000', '131355.386000', '131355.389000', '131355.392000', '131355.394000', '131355.397000', '131355.400000', '131355.402000', '131355.405000', '131355.407000', '131355.410000', '131355.413000', '131355.415000', '131355.418000', '131355.420000', '131355.423000', '131355.426000', '131355.428000', '131355.431000', '131355.433000', '131355.436000', '131355.438000', '131355.442000', '131355.445000', '131355.447000', '131355.450000', '131415.340000', '131415.342000', '131415.345000', '131415.348000', '131415.350000', '131415.353000', '131415.356000', '131415.358000', '131415.361000', '131415.363000', '131415.366000', '131415.368000', '131415.371000', '131415.374000', '131415.377000', '131415.386000', '131415.389000', '131415.392000', '131415.394000', '131415.397000', '131415.400000', '131415.402000', '131415.405000', '131415.408000', '131415.410000', '131415.413000', '131415.416000', '131415.418000', '131415.421000', '131415.423000', '131415.426000', '131415.428000', '131415.431000', '131415.434000', '131415.436000', '131415.439000', '131415.442000', '131415.444000', '131415.447000', '131415.449000', '131415.452000', '131415.455000', '131415.457000', '131415.460000', '131435.339000', '131435.342000', '131435.345000', '131435.348000', '131435.350000', '131435.353000', '131435.355000', '131435.358000', '131435.361000', '131435.363000', '131435.366000', '131435.368000', '131435.371000', '131435.373000', '131435.376000', '131435.379000', '131435.415000', '131435.418000', '131435.421000', '131435.423000', '131435.426000', '131435.428000', '131435.431000', '131435.434000', '131435.436000', '131435.439000', '131435.441000', '131435.444000', '131435.447000', '131435.449000', '131435.452000', '131435.454000', '131435.457000', '131435.460000', '131435.462000', '131435.465000', '131435.467000', '131435.470000', '131435.472000', '131435.475000', '131435.477000', '131435.480000', '131435.483000', '131455.340000', '131455.342000', '131455.345000', '131455.348000', '131455.350000', '131455.353000', '131455.355000', '131455.358000', '131455.361000', '131455.363000', '131455.366000', '131455.368000', '131455.371000', '131455.373000', '131455.376000', '131455.378000', '131455.381000', '131455.384000', '131455.386000', '131455.389000', '131455.391000', '131455.394000', '131455.397000', '131455.410000', '131455.413000', '131455.415000', '131455.418000', '131455.420000', '131455.423000', '131455.425000', '131455.428000', '131455.431000', '131455.433000', '131455.436000', '131455.438000', '131455.441000', '131455.443000', '131455.446000', '131455.449000', '131455.451000', '131455.454000', '131455.457000', '131455.459000', '131455.462000', '131515.340000', '131515.342000', '131515.345000', '131515.348000', '131515.350000', '131515.353000', '131515.355000', '131515.358000', '131515.360000', '131515.363000', '131515.365000', '131515.368000', '131515.371000', '131515.373000', '131515.376000', '131515.378000', '131515.381000', '131515.384000', '131515.386000', '131515.389000', '131515.391000', '131515.394000', '131515.397000', '131515.399000', '131515.402000', '131515.404000', '131515.407000', '131515.409000', '131515.412000', '131515.414000', '131515.417000', '131515.420000', '131515.422000', '131515.425000', '131515.427000', '131515.431000', '131515.434000', '131515.437000', '131515.439000', '131515.442000', '131515.445000', '131515.447000', '131515.450000', '131535.339000', '131535.342000', '131535.345000', '131535.347000', '131535.350000', '131535.353000', '131535.355000', '131535.358000', '131535.360000', '131535.363000', '131535.366000', '131535.368000', '131535.371000', '131535.373000', '131535.376000', '131535.378000', '131535.381000', '131535.383000', '131535.386000', '131535.388000', '131535.391000', '131535.394000', '131535.396000', '131535.399000', '131535.401000', '131535.404000', '131535.406000', '131535.409000', '131535.412000', '131535.414000', '131535.417000', '131535.419000', '131535.422000', '131535.424000', '131535.427000', '131535.429000', '131535.432000', '131535.435000', '131535.437000', '131535.440000', '131535.442000', '131535.445000', '131535.448000', '131535.450000', '131555.339000', '131555.342000', '131555.345000', '131555.347000', '131555.350000', '131555.353000', '131555.355000', '131555.358000', '131555.360000', '131555.363000', '131555.365000', '131555.368000', '131555.370000', '131555.373000', '131555.376000', '131555.378000', '131555.381000', '131555.384000', '131555.386000', '131555.389000', '131555.391000', '131555.394000', '131555.396000', '131555.399000', '131555.402000', '131555.404000', '131555.407000', '131555.409000', '131555.412000', '131555.414000', '131555.417000', '131555.420000', '131555.422000', '131555.425000', '131555.427000', '131555.430000', '131555.432000', '131555.435000', '131555.438000', '131555.440000', '131555.443000', '131555.455000', '131555.457000', '131615.340000', '131615.342000', '131615.345000', '131615.348000', '131615.351000', '131615.354000', '131615.356000', '131615.359000', '131615.361000', '131615.364000', '131615.367000', '131615.369000', '131615.372000', '131615.374000', '131615.377000', '131615.380000', '131615.382000', '131615.385000', '131615.387000', '131615.390000', '131615.392000', '131615.395000', '131615.398000', '131615.400000', '131615.403000', '131615.405000', '131615.408000', '131615.410000', '131615.413000', '131615.416000', '131615.418000', '131615.421000', '131615.423000', '131615.426000', '131615.428000', '131615.431000', '131615.433000', '131615.436000', '131615.439000', '131615.441000', '131615.444000', '131615.446000', '131615.449000', '131615.451000', '131635.340000', '131635.342000', '131635.345000', '131635.348000', '131635.350000', '131635.353000', '131635.355000', '131635.358000', '131635.360000', '131635.363000', '131635.366000', '131635.368000', '131635.371000', '131635.373000', '131635.376000', '131635.379000', '131635.381000', '131635.384000', '131635.386000', '131635.389000', '131635.391000', '131635.394000', '131635.396000', '131635.399000', '131635.402000', '131635.404000', '131635.407000', '131635.409000', '131635.412000', '131635.415000', '131635.417000', '131635.420000', '131635.422000', '131635.425000', '131635.427000', '131635.430000', '131635.433000', '131635.435000', '131635.438000', '131635.440000', '131635.443000', '131635.446000', '131635.448000', '131655.340000', '131655.342000', '131655.345000', '131655.348000', '131655.350000', '131655.353000', '131655.355000', '131655.358000', '131655.360000', '131655.363000', '131655.366000', '131655.368000', '131655.371000', '131655.374000', '131655.376000', '131655.379000', '131655.381000', '131655.384000', '131655.386000', '131655.389000', '131655.391000', '131655.394000', '131655.396000', '131655.399000', '131655.402000', '131655.404000', '131655.407000', '131655.409000', '131655.412000', '131655.415000', '131655.417000', '131655.420000', '131655.422000', '131655.425000', '131655.427000', '131655.430000', '131655.432000', '131655.435000', '131655.438000', '131655.440000', '131655.443000', '131655.445000', '131655.448000', '131655.451000', '131715.340000', '131715.343000', '131715.345000', '131715.348000', '131715.350000', '131715.353000', '131715.355000', '131715.358000', '131715.360000', '131715.363000', '131715.366000', '131715.368000', '131715.371000', '131715.373000', '131715.376000', '131715.379000', '131715.381000', '131715.384000', '131715.386000', '131715.389000', '131715.391000', '131715.394000', '131715.396000', '131715.399000', '131715.402000', '131715.404000', '131715.407000', '131715.409000', '131715.412000', '131715.415000', '131715.417000', '131715.420000', '131715.422000', '131715.425000', '131715.427000', '131715.430000', '131715.433000', '131715.435000', '131715.438000', '131715.440000', '131715.443000', '131715.446000', '131715.448000', '131728.833000', '131728.836000', '131728.838000', '131728.841000', '131728.843000', '131728.846000', '131728.849000', '131728.851000', '131728.854000', '131728.856000', '131728.859000', '131728.861000', '131728.864000', '131728.867000', '131728.869000', '131728.872000', '131728.874000', '131728.877000', '131728.880000', '131728.882000', '131728.885000', '131728.887000', '131728.890000', '131728.893000', '131728.895000', '131728.898000', '131728.900000', '131728.903000', '131728.905000', '131728.908000'], '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': [12027, 17661, 18505, 9535, 10884, 8370, 13084, 8805, 14184, 10777, 11668, 8651, 7642, 9374, 11055, 8944, 17877, 10147, 16631, 10180, 13601, 8401, 11324, 7712, 11237, 7883, 10135, 10017, 11503, 16460, 16759, 8140, 9571, 7807, 14305, 8361, 13206, 8596, 11644, 7985, 11382, 7952, 8484, 7718, 7863, 11569, 8267, 14988, 8530, 14415, 8438, 12626, 8097, 10660, 7902, 12584, 13801, 19002, 8629, 12082, 8452, 10477, 8025, 9851, 17165, 9104, 17647, 8893, 13849, 8357, 11110, 9103, 17934, 9883, 8024, 10475, 8438, 12521, 9015, 14105, 9027, 16075, 10016, 11237, 17459, 8596, 20635, 10670, 19523, 10753, 11459, 8050, 10946, 7669, 12064, 8085, 11199, 7867, 10925, 8022, 13125, 8797, 11349, 7766, 8981, 8081, 14103, 8610, 13051, 8185, 11508, 7826, 11542, 7563, 10914, 7754, 9956, 8353, 11264, 8554, 11645, 7926, 10404, 12575, 9436, 17528, 8916, 19524, 10939, 18912, 10351, 9417, 8174, 13073, 7699, 12831, 8286, 11589, 7786, 10081, 17900, 18807, 20672, 20287, 8220, 9539, 8091, 18463, 17394, 15747, 11828, 15103, 9219, 8929, 12884, 12084, 17821, 10870, 18747, 19881, 15886, 11047, 8596, 11868, 9081, 13187, 8920, 20225, 17227, 17908, 10179, 19042, 11555, 22122, 12808, 17032, 10759, 19575, 12091, 19212, 9710, 7953, 9378, 8681, 11594, 8330, 11933, 13391, 17999, 12841, 12091, 8315, 12404, 8546, 8917, 18521, 19634, 12069, 8940, 10426, 8557, 12899, 9548, 13800, 15813, 16834, 21667, 20188, 14296, 12739, 9640, 15687, 19272, 18386, 13350, 9923, 9961, 7767, 13027, 7984, 10875, 9464, 14331, 17684, 15688, 9485, 9725, 8219, 10972, 8726, 9930, 9548, 8922, 13426, 13842, 21388, 11878, 8366, 8652, 8544, 13089, 12583, 18198, 10719, 15999, 13568, 10591, 11814, 10771, 9055, 10250, 9529, 16569, 12128, 15709, 10065, 10860, 12019, 8910, 9729, 14829, 22012, 13659, 10025, 11378, 12414, 15563, 13268, 8351, 11118, 8422, 12838, 8211, 12579, 8337, 11187, 11483, 16379, 10839, 15324, 8295, 13465, 11911, 17500, 8365, 17027, 9175, 13158, 9054, 9450, 8917, 8133, 10520, 9662, 18864, 12326, 8811, 9072, 8245, 11949, 9875, 15283, 13906, 14742, 10850, 9216, 8156, 14868, 7695, 8164, 9914, 7686, 14463, 9150, 15787, 10734, 19163, 13777, 20216, 12464, 17140, 11062, 14268, 8194, 10026, 10875, 9080, 13030, 8490, 17363, 9124, 10549, 11585, 7581, 10126, 8229, 10596, 8699, 11896, 8197, 10746, 8223, 12537, 8675, 12428, 8642, 8445, 8967, 7750, 10496, 8383, 10747, 15312, 9797, 19450, 9893, 17429, 10358, 9109, 9428, 7724, 9188, 8418, 9208, 12685, 8837, 13810, 8670, 9352, 8809, 11271, 8661, 17751, 12656, 7526, 10282, 8141, 11026, 7692, 10987, 16067, 15033, 7998, 8623, 7821, 9905, 7861, 10341, 7878, 9352, 9744, 9070, 18141, 9039, 18520, 9331, 17550, 10278, 15355, 8118, 13744, 9127, 11793, 7924, 10223, 7795, 10580, 7880, 10250, 8059, 9722, 8047, 9519, 14537, 8409, 18353, 11259, 13202, 8542, 9220, 8314, 15943, 8768, 22043, 16954, 14532, 8958, 7594, 9613, 11853, 8441, 15795, 8823, 10690, 8618, 7659, 9832, 7731, 9729, 15934, 9899, 16025, 8451, 15929, 8827, 14009, 8801, 12972, 9314, 18015, 8961, 8189, 8173, 9778, 9067, 7372, 14517, 8163, 9838, 8979, 18946, 13187, 19306, 11758, 11836, 14832, 18667, 7726, 9273, 7994, 10090, 7754, 10499, 8057, 11743, 8397, 9944, 7570, 9059, 9112, 9487, 19523, 13785, 15260, 8659, 8222, 9454, 17492, 21236, 21015, 13968, 10200, 9915, 8016, 11032, 19035, 19792, 12923, 11143, 8214, 8200, 10102, 8549, 12744, 11983, 16264, 10170, 20747, 14320, 10733, 9166, 7891, 10780, 9761, 18294, 18555, 19937, 8794, 7808, 9977, 8285, 10472, 9356, 11233, 7997, 12299, 8739, 12633, 8685, 14576, 8938, 14877, 8903, 14834, 8797, 14489, 8802, 13621, 8738, 13861, 9180, 13292, 8411, 13709, 17049, 17118, 9107, 11585, 8952, 12000, 8841, 10683, 8807, 12859, 8190, 11298, 7913, 10341, 7868, 12059, 10124, 17486, 8460, 9719, 8076, 16144, 9180, 14849, 9542, 11624, 8494, 10559, 8483, 10263, 7697, 10163, 7921, 9201, 7692, 8728, 10995, 8497, 11126, 8352, 9978, 8301, 14142, 8602, 19155, 12983, 8867, 9766, 7735, 10822, 11189, 8933, 15844, 8513, 12620, 8474, 7587, 12959, 8646, 10835, 9055, 9496, 17380, 20673, 15461, 19663, 14223, 22009, 15850, 11310, 8547, 7823, 8845, 17323, 8807, 15382, 9457, 13299, 8576, 11180, 8446, 9464, 8715, 9718, 8405, 9920, 10574, 17369, 11583, 13145, 8947, 11716, 8302, 12626, 16359, 10328, 7932, 8549, 7593, 8731, 11147, 8672, 14555, 8433, 13380, 8593, 13232, 9074, 9912, 12944, 12323, 16139, 9338, 11825, 8326, 10491, 9439, 8565, 16095, 8522, 13456, 8229, 12416, 8407, 9739, 9862, 7871, 9828, 8201, 10652, 8384, 11090, 17498, 19156, 18491, 17069, 11253, 14678, 10019, 13117, 12540, 21561, 13795, 11497, 8434, 7665, 10988, 8646, 11894, 10534, 14012, 9617, 17654, 17604, 21996, 11638, 8963, 8350, 11493, 8840, 11359, 9024, 14140, 16371, 9970, 14925, 8314, 7937, 8539, 16266, 9693, 16966, 10222, 14352, 9346, 19655, 11379, 9501, 9276, 7919, 9997, 8391, 11123, 8343, 11155, 10767, 9248, 13981, 8645, 17023, 8811, 11854, 7964, 13144, 8013, 14098, 8494, 14175, 8392, 14033, 8853, 11523, 8997, 7998, 9872, 7768, 13813, 8654, 9691, 14307, 8594, 18706, 17123, 21423, 15917, 10666, 16175, 16841, 19773, 10844, 9680, 9551, 12304, 8524, 10222, 7846, 11857, 8860, 10257, 8024, 9225, 8431, 15002, 9359, 15095, 9683, 14182, 8709, 10983, 13593, 13700, 8095, 9798, 7845, 12841, 8552, 11681, 8081, 9368, 12272, 8685, 18614, 8873, 13899, 8584, 12673, 8440, 10220, 7967, 8283, 7782, 14087, 8621, 15240, 11355, 14336, 8695, 7382, 9506, 19119, 9775, 14699, 8931, 12151, 8069, 9288, 8067, 8492, 9633, 8536, 11454, 8633, 8917, 9162, 17233, 19191, 19893, 11236, 8077, 10480, 8376, 13754, 13848, 19174, 8140, 10714, 7802, 12544, 9879, 18581, 9251, 10382, 7677, 9548, 8271, 8484, 12234, 8732, 12498, 9248, 7885, 9659, 7804, 10670, 8171, 13709, 8615, 13908, 8522, 12412, 7950, 10199, 11099, 10038, 9789, 10343, 8307, 10285], 'WindowCenter': [4653.0, 4669.0, 4651.0, 4558.0, 4564.0, 4523.0, 4565.0, 4518.0, 4564.0, 4522.0, 4546.0, 4518.0, 4524.0, 4529.0, 4536.0, 4515.0, 4584.0, 4509.0, 4571.0, 4509.0, 4540.0, 4481.0, 4520.0, 4471.0, 4521.0, 4480.0, 4511.0, 4539.0, 4547.0, 4585.0, 4582.0, 4479.0, 4510.0, 4481.0, 4561.0, 4493.0, 4567.0, 4518.0, 4547.0, 4506.0, 4547.0, 4506.0, 4518.0, 4495.0, 4493.0, 4530.0, 4491.0, 4560.0, 4490.0, 4549.0, 4490.0, 4539.0, 4480.0, 4519.0, 4505.0, 4567.0, 4567.0, 4589.0, 4502.0, 4544.0, 4504.0, 4536.0, 4494.0, 4525.0, 4582.0, 4502.0, 4579.0, 4501.0, 4549.0, 4494.0, 4544.0, 4524.0, 4605.0, 4535.0, 4504.0, 4534.0, 4518.0, 4566.0, 4515.0, 4565.0, 4516.0, 4575.0, 4523.0, 4534.0, 4582.0, 4491.0, 4601.0, 4520.0, 4592.0, 4521.0, 4531.0, 4492.0, 4521.0, 4481.0, 4542.0, 4492.0, 4532.0, 4493.0, 4532.0, 4493.0, 4551.0, 4504.0, 4534.0, 4496.0, 4514.0, 4507.0, 4575.0, 4516.0, 4567.0, 4506.0, 4544.0, 4495.0, 4545.0, 4496.0, 4535.0, 4495.0, 4523.0, 4506.0, 4545.0, 4504.0, 4545.0, 4507.0, 4536.0, 4556.0, 4515.0, 4595.0, 4514.0, 4606.0, 4535.0, 4606.0, 4524.0, 4524.0, 4506.0, 4565.0, 4496.0, 4554.0, 4504.0, 4545.0, 4495.0, 4562.0, 4634.0, 4624.0, 4630.0, 4619.0, 4517.0, 4547.0, 4533.0, 4633.0, 4612.0, 4601.0, 4572.0, 4602.0, 4542.0, 4538.0, 4566.0, 4569.0, 4604.0, 4556.0, 4620.0, 4619.0, 4572.0, 4530.0, 4502.0, 4556.0, 4527.0, 4566.0, 4530.0, 4631.0, 4585.0, 4596.0, 4525.0, 4588.0, 4533.0, 4603.0, 4541.0, 4571.0, 4517.0, 4579.0, 4541.0, 4589.0, 4497.0, 4491.0, 4510.0, 4514.0, 4557.0, 4528.0, 4569.0, 4576.0, 4594.0, 4541.0, 4540.0, 4506.0, 4555.0, 4516.0, 4525.0, 4603.0, 4591.0, 4527.0, 4499.0, 4517.0, 4490.0, 4539.0, 4509.0, 4549.0, 4597.0, 4620.0, 4627.0, 4593.0, 4561.0, 4550.0, 4536.0, 4584.0, 4618.0, 4593.0, 4547.0, 4509.0, 4518.0, 4478.0, 4538.0, 4503.0, 4530.0, 4518.0, 4562.0, 4606.0, 4581.0, 4521.0, 4521.0, 4503.0, 4544.0, 4527.0, 4524.0, 4509.0, 4501.0, 4553.0, 4563.0, 4615.0, 4541.0, 4488.0, 4512.0, 4517.0, 4565.0, 4553.0, 4596.0, 4536.0, 4585.0, 4554.0, 4519.0, 4555.0, 4532.0, 4501.0, 4506.0, 4497.0, 4593.0, 4550.0, 4580.0, 4535.0, 4544.0, 4565.0, 4513.0, 4526.0, 4584.0, 4631.0, 4551.0, 4523.0, 4543.0, 4563.0, 4571.0, 4550.0, 4501.0, 4529.0, 4498.0, 4550.0, 4502.0, 4554.0, 4505.0, 4557.0, 4570.0, 4596.0, 4533.0, 4573.0, 4501.0, 4564.0, 4554.0, 4581.0, 4491.0, 4569.0, 4513.0, 4551.0, 4512.0, 4525.0, 4513.0, 4503.0, 4531.0, 4536.0, 4620.0, 4567.0, 4529.0, 4515.0, 4506.0, 4555.0, 4537.0, 4572.0, 4562.0, 4575.0, 4546.0, 4528.0, 4506.0, 4586.0, 4504.0, 4514.0, 4547.0, 4507.0, 4575.0, 4525.0, 4585.0, 4534.0, 4604.0, 4563.0, 4602.0, 4543.0, 4581.0, 4530.0, 4547.0, 4478.0, 4508.0, 4518.0, 4498.0, 4538.0, 4489.0, 4581.0, 4510.0, 4536.0, 4556.0, 4505.0, 4536.0, 4516.0, 4558.0, 4529.0, 4559.0, 4518.0, 4547.0, 4506.0, 4567.0, 4515.0, 4554.0, 4515.0, 4504.0, 4513.0, 4495.0, 4544.0, 4506.0, 4546.0, 4584.0, 4524.0, 4605.0, 4524.0, 4584.0, 4523.0, 4526.0, 4522.0, 4494.0, 4512.0, 4505.0, 4538.0, 4565.0, 4515.0, 4575.0, 4528.0, 4525.0, 4515.0, 4541.0, 4529.0, 4609.0, 4566.0, 4506.0, 4548.0, 4517.0, 4546.0, 4521.0, 4560.0, 4598.0, 4600.0, 4520.0, 4528.0, 4508.0, 4552.0, 4533.0, 4561.0, 4519.0, 4538.0, 4525.0, 4523.0, 4606.0, 4515.0, 4605.0, 4523.0, 4595.0, 4533.0, 4584.0, 4505.0, 4563.0, 4514.0, 4551.0, 4504.0, 4533.0, 4495.0, 4532.0, 4503.0, 4535.0, 4506.0, 4524.0, 4505.0, 4536.0, 4574.0, 4518.0, 4608.0, 4559.0, 4574.0, 4516.0, 4526.0, 4514.0, 4596.0, 4542.0, 4644.0, 4597.0, 4577.0, 4524.0, 4517.0, 4539.0, 4567.0, 4517.0, 4598.0, 4526.0, 4547.0, 4515.0, 4508.0, 4546.0, 4533.0, 4550.0, 4599.0, 4536.0, 4596.0, 4518.0, 4600.0, 4529.0, 4575.0, 4514.0, 4553.0, 4525.0, 4608.0, 4525.0, 4513.0, 4517.0, 4550.0, 4542.0, 4510.0, 4591.0, 4518.0, 4536.0, 4529.0, 4621.0, 4578.0, 4622.0, 4558.0, 4557.0, 4588.0, 4621.0, 4507.0, 4522.0, 4505.0, 4535.0, 4496.0, 4535.0, 4506.0, 4556.0, 4503.0, 4536.0, 4496.0, 4516.0, 4516.0, 4527.0, 4618.0, 4590.0, 4600.0, 4528.0, 4514.0, 4551.0, 4619.0, 4644.0, 4641.0, 4589.0, 4552.0, 4565.0, 4531.0, 4562.0, 4621.0, 4617.0, 4566.0, 4545.0, 4514.0, 4516.0, 4547.0, 4515.0, 4567.0, 4558.0, 4597.0, 4548.0, 4617.0, 4577.0, 4530.0, 4514.0, 4520.0, 4570.0, 4552.0, 4621.0, 4606.0, 4603.0, 4499.0, 4481.0, 4524.0, 4504.0, 4535.0, 4513.0, 4558.0, 4506.0, 4566.0, 4517.0, 4550.0, 4504.0, 4572.0, 4513.0, 4562.0, 4513.0, 4560.0, 4503.0, 4561.0, 4502.0, 4551.0, 4491.0, 4550.0, 4511.0, 4549.0, 4507.0, 4578.0, 4597.0, 4584.0, 4527.0, 4557.0, 4528.0, 4555.0, 4528.0, 4536.0, 4515.0, 4553.0, 4504.0, 4534.0, 4493.0, 4520.0, 4504.0, 4554.0, 4549.0, 4596.0, 4505.0, 4524.0, 4505.0, 4582.0, 4527.0, 4576.0, 4526.0, 4547.0, 4517.0, 4535.0, 4504.0, 4533.0, 4504.0, 4534.0, 4494.0, 4524.0, 4493.0, 4502.0, 4534.0, 4504.0, 4544.0, 4504.0, 4535.0, 4502.0, 4589.0, 4529.0, 4633.0, 4580.0, 4528.0, 4536.0, 4506.0, 4561.0, 4560.0, 4530.0, 4600.0, 4529.0, 4570.0, 4519.0, 4524.0, 4581.0, 4541.0, 4572.0, 4554.0, 4580.0, 4640.0, 4646.0, 4616.0, 4621.0, 4592.0, 4631.0, 4584.0, 4533.0, 4503.0, 4493.0, 4513.0, 4595.0, 4514.0, 4572.0, 4512.0, 4553.0, 4501.0, 4530.0, 4491.0, 4510.0, 4503.0, 4511.0, 4503.0, 4537.0, 4560.0, 4621.0, 4545.0, 4568.0, 4529.0, 4559.0, 4518.0, 4555.0, 4583.0, 4522.0, 4503.0, 4515.0, 4494.0, 4514.0, 4544.0, 4513.0, 4588.0, 4519.0, 4576.0, 4514.0, 4565.0, 4515.0, 4537.0, 4581.0, 4570.0, 4583.0, 4514.0, 4558.0, 4504.0, 4551.0, 4529.0, 4503.0, 4572.0, 4491.0, 4540.0, 4479.0, 4537.0, 4513.0, 4537.0, 4562.0, 4517.0, 4533.0, 4502.0, 4519.0, 4491.0, 4561.0, 4583.0, 4606.0, 4620.0, 4596.0, 4548.0, 4575.0, 4537.0, 4564.0, 4569.0, 4615.0, 4565.0, 4542.0, 4503.0, 4492.0, 4546.0, 4515.0, 4544.0, 4534.0, 4564.0, 4527.0, 4597.0, 4585.0, 4617.0, 4545.0, 4499.0, 4503.0, 4543.0, 4526.0, 4534.0, 4514.0, 4576.0, 4587.0, 4513.0, 4560.0, 4490.0, 4494.0, 4499.0, 4570.0, 4523.0, 4583.0, 4537.0, 4574.0, 4512.0, 4593.0, 4531.0, 4511.0, 4498.0, 4493.0, 4521.0, 4502.0, 4557.0, 4518.0, 4545.0, 4546.0, 4511.0, 4561.0, 4500.0, 4580.0, 4496.0, 4529.0, 4490.0, 4549.0, 4490.0, 4560.0, 4500.0, 4549.0, 4490.0, 4575.0, 4529.0, 4544.0, 4524.0, 4515.0, 4534.0, 4507.0, 4576.0, 4512.0, 4524.0, 4576.0, 4528.0, 4646.0, 4634.0, 4629.0, 4597.0, 4558.0, 4609.0, 4622.0, 4630.0, 4559.0, 4539.0, 4551.0, 4577.0, 4530.0, 4550.0, 4518.0, 4555.0, 4515.0, 4520.0, 4507.0, 4524.0, 4504.0, 4575.0, 4525.0, 4573.0, 4523.0, 4564.0, 4501.0, 4530.0, 4551.0, 4550.0, 4491.0, 4510.0, 4493.0, 4555.0, 4504.0, 4544.0, 4492.0, 4512.0, 4554.0, 4514.0, 4594.0, 4502.0, 4551.0, 4502.0, 4549.0, 4504.0, 4533.0, 4504.0, 4505.0, 4507.0, 4575.0, 4516.0, 4586.0, 4560.0, 4589.0, 4515.0, 4495.0, 4537.0, 4608.0, 4536.0, 4574.0, 4526.0, 4555.0, 4504.0, 4514.0, 4493.0, 4501.0, 4511.0, 4503.0, 4542.0, 4502.0, 4510.0, 4528.0, 4622.0, 4618.0, 4631.0, 4547.0, 4507.0, 4548.0, 4506.0, 4564.0, 4576.0, 4608.0, 4505.0, 4535.0, 4493.0, 4557.0, 4538.0, 4606.0, 4514.0, 4524.0, 4495.0, 4526.0, 4504.0, 4515.0, 4555.0, 4516.0, 4551.0, 4514.0, 4492.0, 4522.0, 4490.0, 4529.0, 4503.0, 4563.0, 4503.0, 4562.0, 4514.0, 4552.0, 4492.0, 4524.0, 4544.0, 4523.0, 4523.0, 4522.0, 4503.0, 4534.0], 'WindowWidth': [10217.0, 10207.0, 10167.0, 10028.0, 10029.0, 9972.0, 10011.0, 9952.0, 10007.0, 9943.0, 9982.0, 9950.0, 9968.0, 9965.0, 9968.0, 9936.0, 10034.0, 9921.0, 10008.0, 9922.0, 9963.0, 9885.0, 9937.0, 9872.0, 9940.0, 9884.0, 9926.0, 9980.0, 9987.0, 10037.0, 10029.0, 9883.0, 9925.0, 9888.0, 9993.0, 9905.0, 10012.0, 9948.0, 9986.0, 9930.0, 9985.0, 9933.0, 9949.0, 9913.0, 9908.0, 9954.0, 9899.0, 9991.0, 9898.0, 9975.0, 9897.0, 9961.0, 9885.0, 9936.0, 9929.0, 10016.0, 10013.0, 10039.0, 9917.0, 9976.0, 9923.0, 9968.0, 9911.0, 9953.0, 10029.0, 9913.0, 10022.0, 9913.0, 9976.0, 9909.0, 9979.0, 9956.0, 10070.0, 9972.0, 9926.0, 9963.0, 9948.0, 10012.0, 9942.0, 10010.0, 9942.0, 10022.0, 9948.0, 9962.0, 10028.0, 9901.0, 10059.0, 9937.0, 10044.0, 9939.0, 9955.0, 9904.0, 9943.0, 9890.0, 9970.0, 9904.0, 9958.0, 9907.0, 9958.0, 9909.0, 9984.0, 9924.0, 9965.0, 9918.0, 9941.0, 9933.0, 10023.0, 9944.0, 10014.0, 9928.0, 9978.0, 9914.0, 9979.0, 9917.0, 9967.0, 9915.0, 9950.0, 9928.0, 9981.0, 9925.0, 9980.0, 9932.0, 9969.0, 9995.0, 9938.0, 10050.0, 9936.0, 10070.0, 9968.0, 10070.0, 9951.0, 9953.0, 9930.0, 10010.0, 9917.0, 9993.0, 9926.0, 9980.0, 9914.0, 10020.0, 10123.0, 10117.0, 10110.0, 10096.0, 9949.0, 9993.0, 9987.0, 10129.0, 10089.0, 10070.0, 10029.0, 10073.0, 9991.0, 9981.0, 10015.0, 10019.0, 10065.0, 10003.0, 10098.0, 10099.0, 10010.0, 9950.0, 9918.0, 10001.0, 9963.0, 10013.0, 9974.0, 10114.0, 10036.0, 10053.0, 9951.0, 10033.0, 9960.0, 10066.0, 9967.0, 10010.0, 9932.0, 10022.0, 9970.0, 10040.0, 9906.0, 9905.0, 9929.0, 9940.0, 10003.0, 9970.0, 10026.0, 10027.0, 10056.0, 9968.0, 9969.0, 9930.0, 9993.0, 9945.0, 9959.0, 10061.0, 10043.0, 9946.0, 9907.0, 9931.0, 9898.0, 9966.0, 9924.0, 9980.0, 10060.0, 10107.0, 10117.0, 10062.0, 10002.0, 9981.0, 9975.0, 10038.0, 10093.0, 10049.0, 9979.0, 9924.0, 9936.0, 9882.0, 9962.0, 9927.0, 9956.0, 9940.0, 10001.0, 10075.0, 10035.0, 9946.0, 9947.0, 9923.0, 9981.0, 9966.0, 9953.0, 9925.0, 9917.0, 9989.0, 10004.0, 10087.0, 9972.0, 9896.0, 9936.0, 9948.0, 10012.0, 9993.0, 10055.0, 9969.0, 10039.0, 9989.0, 9937.0, 9997.0, 9958.0, 9914.0, 9917.0, 9904.0, 10050.0, 9988.0, 10027.0, 9972.0, 9982.0, 10014.0, 9938.0, 9959.0, 10037.0, 10119.0, 9984.0, 9951.0, 9981.0, 10008.0, 10013.0, 9985.0, 9918.0, 9951.0, 9912.0, 9981.0, 9920.0, 9995.0, 9929.0, 10006.0, 10028.0, 10058.0, 9963.0, 10017.0, 9919.0, 10008.0, 9994.0, 10026.0, 9903.0, 10009.0, 9934.0, 9985.0, 9935.0, 9958.0, 9937.0, 9925.0, 9961.0, 9977.0, 10101.0, 10016.0, 9967.0, 9942.0, 9930.0, 9994.0, 9972.0, 10017.0, 9999.0, 10024.0, 9987.0, 9965.0, 9930.0, 10043.0, 9930.0, 9943.0, 9992.0, 9937.0, 10025.0, 9957.0, 10039.0, 9966.0, 10065.0, 10003.0, 10059.0, 9974.0, 10027.0, 9954.0, 9976.0, 9879.0, 9921.0, 9933.0, 9906.0, 9962.0, 9898.0, 10030.0, 9927.0, 9973.0, 10000.0, 9932.0, 9970.0, 9945.0, 10009.0, 9968.0, 10005.0, 9951.0, 9985.0, 9930.0, 10014.0, 9947.0, 9996.0, 9941.0, 9926.0, 9937.0, 9916.0, 9981.0, 9931.0, 9984.0, 10036.0, 9952.0, 10070.0, 9950.0, 10036.0, 9948.0, 9961.0, 9949.0, 9913.0, 9936.0, 9929.0, 9977.0, 10010.0, 9940.0, 10026.0, 9966.0, 9959.0, 9941.0, 9974.0, 9970.0, 10083.0, 10014.0, 9934.0, 9992.0, 9951.0, 9987.0, 9960.0, 10009.0, 10062.0, 10066.0, 9959.0, 9965.0, 9940.0, 10005.0, 9984.0, 10016.0, 9959.0, 9979.0, 9957.0, 9953.0, 10070.0, 9942.0, 10068.0, 9950.0, 10052.0, 9963.0, 10034.0, 9930.0, 10006.0, 9940.0, 9988.0, 9926.0, 9964.0, 9915.0, 9963.0, 9926.0, 9971.0, 9932.0, 9954.0, 9933.0, 9973.0, 10023.0, 9954.0, 10076.0, 10008.0, 10023.0, 9947.0, 9960.0, 9942.0, 10056.0, 9992.0, 10147.0, 10057.0, 10027.0, 9957.0, 9953.0, 9982.0, 10016.0, 9947.0, 10061.0, 9959.0, 9989.0, 9944.0, 9940.0, 9988.0, 9983.0, 10000.0, 10066.0, 9973.0, 10058.0, 9951.0, 10070.0, 9967.0, 10023.0, 9939.0, 9989.0, 9959.0, 10078.0, 9958.0, 9941.0, 9948.0, 9997.0, 9988.0, 9946.0, 10056.0, 9953.0, 9975.0, 9968.0, 10101.0, 10033.0, 10104.0, 10004.0, 10004.0, 10047.0, 10099.0, 9936.0, 9950.0, 9930.0, 9970.0, 9918.0, 9967.0, 9932.0, 9999.0, 9927.0, 9970.0, 9920.0, 9945.0, 9945.0, 9960.0, 10094.0, 10056.0, 10068.0, 9964.0, 9943.0, 10003.0, 10098.0, 10148.0, 10132.0, 10051.0, 10001.0, 10025.0, 9981.0, 10019.0, 10103.0, 10096.0, 10010.0, 9980.0, 9945.0, 9947.0, 9988.0, 9944.0, 10016.0, 10004.0, 10061.0, 9997.0, 10091.0, 10028.0, 9955.0, 9937.0, 9960.0, 10031.0, 10007.0, 10103.0, 10071.0, 10060.0, 9911.0, 9888.0, 9951.0, 9922.0, 9965.0, 9937.0, 10006.0, 9934.0, 10014.0, 9951.0, 9984.0, 9925.0, 10015.0, 9935.0, 10001.0, 9934.0, 9995.0, 9921.0, 9998.0, 9919.0, 9983.0, 9902.0, 9981.0, 9929.0, 9977.0, 9935.0, 10036.0, 10057.0, 10035.0, 9963.0, 10001.0, 9964.0, 9995.0, 9963.0, 9972.0, 9943.0, 9989.0, 9926.0, 9964.0, 9912.0, 9943.0, 9930.0, 9995.0, 9995.0, 10055.0, 9927.0, 9951.0, 9929.0, 10030.0, 9957.0, 10025.0, 9958.0, 9988.0, 9950.0, 9967.0, 9924.0, 9965.0, 9930.0, 9965.0, 9913.0, 9952.0, 9909.0, 9922.0, 9965.0, 9925.0, 9980.0, 9926.0, 9968.0, 9922.0, 10052.0, 9968.0, 10121.0, 10036.0, 9963.0, 9974.0, 9931.0, 10010.0, 10010.0, 9970.0, 10065.0, 9967.0, 10026.0, 9952.0, 9967.0, 10043.0, 9990.0, 10031.0, 10014.0, 10057.0, 10143.0, 10150.0, 10097.0, 10104.0, 10059.0, 10120.0, 10037.0, 9961.0, 9923.0, 9910.0, 9937.0, 10052.0, 9938.0, 10016.0, 9931.0, 9988.0, 9917.0, 9955.0, 9905.0, 9928.0, 9923.0, 9931.0, 9924.0, 9976.0, 10012.0, 10101.0, 9983.0, 10017.0, 9965.0, 10006.0, 9951.0, 9995.0, 10032.0, 9946.0, 9927.0, 9941.0, 9912.0, 9939.0, 9980.0, 9938.0, 10050.0, 9954.0, 10027.0, 9940.0, 10010.0, 9941.0, 9974.0, 10039.0, 10020.0, 10032.0, 9936.0, 10004.0, 9926.0, 10000.0, 9967.0, 9919.0, 10010.0, 9896.0, 9963.0, 9880.0, 9957.0, 9937.0, 9976.0, 10020.0, 9952.0, 9964.0, 9919.0, 9936.0, 9902.0, 10015.0, 10034.0, 10081.0, 10097.0, 10057.0, 9991.0, 10025.0, 9975.0, 10010.0, 10022.0, 10088.0, 10005.0, 9972.0, 9921.0, 9908.0, 9982.0, 9940.0, 9978.0, 9962.0, 10007.0, 9960.0, 10057.0, 10033.0, 10090.0, 9981.0, 9909.0, 9922.0, 9977.0, 9960.0, 9963.0, 9937.0, 10028.0, 10044.0, 9931.0, 9995.0, 9898.0, 9910.0, 9914.0, 10009.0, 9950.0, 10033.0, 9975.0, 10020.0, 9933.0, 10048.0, 9958.0, 9929.0, 9905.0, 9908.0, 9943.0, 9922.0, 10001.0, 9953.0, 9984.0, 9982.0, 9932.0, 9998.0, 9911.0, 10024.0, 9905.0, 9951.0, 9899.0, 9978.0, 9902.0, 9994.0, 9913.0, 9978.0, 9901.0, 10022.0, 9968.0, 9981.0, 9956.0, 9946.0, 9969.0, 9935.0, 10026.0, 9938.0, 9952.0, 10026.0, 9966.0, 10152.0, 10132.0, 10117.0, 10061.0, 10009.0, 10085.0, 10107.0, 10116.0, 10012.0, 9983.0, 10005.0, 10033.0, 9973.0, 10000.0, 9953.0, 9996.0, 9939.0, 9942.0, 9934.0, 9953.0, 9927.0, 10023.0, 9956.0, 10021.0, 9950.0, 10007.0, 9917.0, 9955.0, 9984.0, 9983.0, 9901.0, 9927.0, 9907.0, 9996.0, 9924.0, 9977.0, 9908.0, 9934.0, 9993.0, 9938.0, 10050.0, 9920.0, 9986.0, 9919.0, 9980.0, 9927.0, 9964.0, 9930.0, 9929.0, 9936.0, 10022.0, 9947.0, 10042.0, 10012.0, 10049.0, 9943.0, 9913.0, 9972.0, 10075.0, 9969.0, 10025.0, 9961.0, 9998.0, 9930.0, 9940.0, 9910.0, 9918.0, 9930.0, 9922.0, 9975.0, 9920.0, 9929.0, 9964.0, 10104.0, 10103.0, 10112.0, 9989.0, 9935.0, 9988.0, 9930.0, 10005.0, 10027.0, 10076.0, 9926.0, 9970.0, 9912.0, 9999.0, 9977.0, 10075.0, 9939.0, 9950.0, 9916.0, 9958.0, 9925.0, 9940.0, 9997.0, 9944.0, 9986.0, 9938.0, 9909.0, 9946.0, 9904.0, 9954.0, 9921.0, 10003.0, 9922.0, 10002.0, 9940.0, 9988.0, 9907.0, 9949.0, 9978.0, 9946.0, 9948.0, 9945.0, 9921.0, 9965.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.0020013563218390803</td></tr>
<tr><td colspan=3>aqi</td><td>0.025053390459770116</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.28652980436135</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2346318320253167</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0258967537284243</td></tr>
<tr><td colspan=3>efc</td><td>0.5228</td></tr>
<tr><td colspan=3>fber</td><td>3116.8665</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16246947850730212</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>216</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.82758620689655</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4149520448584787</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2840764000888294</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.634868664452563</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3259110700340435</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115728</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014488509856164455</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042639367282390594</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.08795246798058</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>14.0918</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.2542</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>269.1299</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292085.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1306.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>473.5038</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7112</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.2564</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3713.3045</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.1169</td></tr>
<tr><td colspan=3>tsnr</td><td>33.12654911598656</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>