<?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-02_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-02_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-02_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-02_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-02_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_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-02_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-02_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_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-02_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-02_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_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-02_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-02_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_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-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-02_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-02_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-02_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-02_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>14a2a2db250207c6774708aedb12a7f9</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:55:6.997500</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-02_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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.034</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ca67e0ef-9835-4904-afee-7873411d13f2||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': ['125506.997500', '125507.457500', '125507.917500', '125508.377500', '125508.837500', '125509.297500', '125509.757500', '125510.217500', '125510.677500', '125511.137500', '125511.597500', '125512.057500', '125512.517500', '125512.977500', '125513.437500', '125513.897500', '125514.357500', '125514.817500', '125515.277500', '125515.737500', '125516.197500', '125516.657500', '125517.117500', '125517.577500', '125518.037500', '125518.497500', '125518.957500', '125519.417500', '125519.877500', '125520.337500', '125520.797500', '125521.257500', '125521.717500', '125522.177500', '125522.637500', '125523.097500', '125523.557500', '125524.017500', '125524.477500', '125524.937500', '125525.397500', '125525.857500', '125526.317500', '125526.777500', '125527.237500', '125527.697500', '125528.157500', '125528.617500', '125529.077500', '125529.537500', '125529.997500', '125530.457500', '125530.917500', '125531.377500', '125531.837500', '125532.297500', '125532.757500', '125533.217500', '125533.677500', '125534.137500', '125534.597500', '125535.057500', '125535.517500', '125535.977500', '125536.437500', '125536.897500', '125537.357500', '125537.817500', '125538.277500', '125538.737500', '125539.197500', '125539.657500', '125540.117500', '125540.577500', '125541.037500', '125541.497500', '125541.957500', '125542.417500', '125542.877500', '125543.337500', '125543.797500', '125544.257500', '125544.717500', '125545.177500', '125545.637500', '125546.097500', '125546.557500', '125547.017500', '125547.477500', '125547.937500', '125548.397500', '125548.857500', '125549.317500', '125549.777500', '125550.237500', '125550.697500', '125551.157500', '125551.617500', '125552.077500', '125552.537500', '125552.997500', '125553.457500', '125553.917500', '125554.377500', '125554.837500', '125555.297500', '125555.757500', '125556.217500', '125556.677500', '125557.137500', '125557.597500', '125558.057500', '125558.517500', '125558.977500', '125559.437500', '125559.897500', '125600.357500', '125600.817500', '125601.277500', '125601.737500', '125602.197500', '125602.657500', '125603.117500', '125603.577500', '125604.037500', '125604.497500', '125604.957500', '125605.417500', '125605.877500', '125606.337500', '125606.797500', '125607.257500', '125607.717500', '125608.177500', '125608.637500', '125609.097500', '125609.557500', '125610.017500', '125610.477500', '125610.937500', '125611.397500', '125611.857500', '125612.317500', '125612.777500', '125613.237500', '125613.697500', '125614.157500', '125614.617500', '125615.077500', '125615.537500', '125615.997500', '125616.457500', '125616.917500', '125617.377500', '125617.837500', '125618.297500', '125618.757500', '125619.217500', '125619.677500', '125620.137500', '125620.597500', '125621.057500', '125621.517500', '125621.977500', '125622.437500', '125622.897500', '125623.357500', '125623.817500', '125624.277500', '125624.737500', '125625.197500', '125625.657500', '125626.117500', '125626.577500', '125627.037500', '125627.497500', '125627.957500', '125628.417500', '125628.877500', '125629.337500', '125629.797500', '125630.257500', '125630.717500', '125631.177500', '125631.637500', '125632.097500', '125632.557500', '125633.017500', '125633.477500', '125633.937500', '125634.397500', '125634.857500', '125635.317500', '125635.777500', '125636.237500', '125636.697500', '125637.157500', '125637.617500', '125638.077500', '125638.537500', '125638.997500', '125639.457500', '125639.917500', '125640.377500', '125640.837500', '125641.297500', '125641.757500', '125642.217500', '125642.677500', '125643.137500', '125643.597500', '125644.057500', '125644.517500', '125644.977500', '125645.437500', '125645.897500', '125646.357500', '125646.817500', '125647.277500', '125647.737500', '125648.197500', '125648.657500', '125649.117500', '125649.577500', '125650.037500', '125650.497500', '125650.957500', '125651.417500', '125651.877500', '125652.337500', '125652.797500', '125653.257500', '125653.717500', '125654.177500', '125654.637500', '125655.097500', '125655.557500', '125656.017500', '125656.477500', '125656.937500', '125657.397500', '125657.857500', '125658.317500', '125658.777500', '125659.237500', '125659.697500', '125700.157500', '125700.617500', '125701.077500', '125701.537500', '125701.997500', '125702.457500', '125702.917500', '125703.377500', '125703.837500', '125704.297500', '125704.757500', '125705.217500', '125705.677500', '125706.137500', '125706.597500', '125707.057500', '125707.517500', '125707.977500', '125708.437500', '125708.897500', '125709.357500', '125709.817500', '125710.277500', '125710.737500', '125711.197500', '125711.657500', '125712.117500', '125712.577500', '125713.037500', '125713.497500', '125713.957500', '125714.417500', '125714.877500', '125715.337500', '125715.797500', '125716.257500', '125716.717500', '125717.177500', '125717.637500', '125718.097500', '125718.557500', '125719.017500', '125719.477500', '125719.937500', '125720.397500', '125720.857500', '125721.317500', '125721.777500', '125722.237500', '125722.697500', '125723.157500', '125723.617500', '125724.077500', '125724.537500', '125724.997500', '125725.457500', '125725.917500', '125726.377500', '125726.837500', '125727.297500', '125727.757500', '125728.217500', '125728.677500', '125729.137500', '125729.597500', '125730.057500', '125730.517500', '125730.977500', '125731.437500', '125731.897500', '125732.357500', '125732.817500', '125733.277500', '125733.737500', '125734.197500', '125734.657500', '125735.117500', '125735.577500', '125736.037500', '125736.497500', '125736.957500', '125737.417500', '125737.877500', '125738.337500', '125738.797500', '125739.257500', '125739.717500', '125740.177500', '125740.637500', '125741.097500', '125741.557500', '125742.017500', '125742.477500', '125742.937500', '125743.397500', '125743.857500', '125744.317500', '125744.777500', '125745.237500', '125745.697500', '125746.157500', '125746.617500', '125747.077500', '125747.537500', '125747.997500', '125748.457500', '125748.917500', '125749.377500', '125749.837500', '125750.297500', '125750.757500', '125751.217500', '125751.677500', '125752.137500', '125752.597500', '125753.057500', '125753.517500', '125753.977500', '125754.437500', '125754.897500', '125755.357500', '125755.817500', '125756.277500', '125756.737500', '125757.197500', '125757.657500', '125758.117500', '125758.577500', '125759.037500', '125759.497500', '125759.957500', '125800.417500', '125800.877500', '125801.337500', '125801.797500', '125802.257500', '125802.717500', '125803.177500', '125803.637500', '125804.097500', '125804.557500', '125805.017500', '125805.477500', '125805.937500', '125806.397500', '125806.857500', '125807.317500', '125807.777500', '125808.237500', '125808.697500', '125809.157500', '125809.617500', '125810.077500', '125810.537500', '125810.997500', '125811.457500', '125811.917500', '125812.377500', '125812.837500', '125813.297500', '125813.757500', '125814.217500', '125814.677500', '125815.137500', '125815.597500', '125816.057500', '125816.517500', '125816.977500', '125817.437500', '125817.897500', '125818.357500', '125818.817500', '125819.277500', '125819.737500', '125820.197500', '125820.657500', '125821.117500', '125821.577500', '125822.037500', '125822.497500', '125822.957500', '125823.417500', '125823.877500', '125824.337500', '125824.797500', '125825.257500', '125825.717500', '125826.177500', '125826.637500', '125827.097500', '125827.557500', '125828.017500', '125828.477500', '125828.937500', '125829.397500', '125829.857500', '125830.317500', '125830.777500', '125831.237500', '125831.697500', '125832.157500', '125832.617500', '125833.077500', '125833.537500', '125833.997500', '125834.457500', '125834.917500', '125835.377500', '125835.837500', '125836.297500', '125836.757500', '125837.217500', '125837.677500', '125838.137500', '125838.597500', '125839.057500', '125839.517500', '125839.977500', '125840.437500', '125840.897500', '125841.357500', '125841.817500', '125842.277500', '125842.737500', '125843.197500', '125843.657500', '125844.117500', '125844.577500', '125845.037500', '125845.497500', '125845.957500', '125846.417500', '125846.877500', '125847.337500', '125847.797500', '125848.257500', '125848.717500', '125849.177500', '125849.637500', '125850.097500', '125850.557500', '125851.017500', '125851.477500', '125851.937500', '125852.397500', '125852.857500', '125853.317500', '125853.777500', '125854.237500', '125854.697500', '125855.157500', '125855.617500', '125856.077500', '125856.537500', '125856.997500', '125857.457500', '125857.917500', '125858.377500', '125858.837500', '125859.297500', '125859.757500', '125900.217500', '125900.677500', '125901.137500', '125901.597500', '125902.057500', '125902.517500', '125902.977500', '125903.437500', '125903.897500', '125904.357500', '125904.817500', '125905.277500', '125905.737500', '125906.197500', '125906.657500', '125907.117500', '125907.577500', '125908.037500', '125908.497500', '125908.957500', '125909.417500', '125909.877500', '125910.337500', '125910.797500', '125911.257500', '125911.717500', '125912.177500', '125912.637500', '125913.097500', '125913.557500', '125914.017500', '125914.477500', '125914.937500', '125915.397500', '125915.857500', '125916.317500', '125916.777500', '125917.237500', '125917.697500', '125918.157500', '125918.617500', '125919.077500', '125919.537500', '125919.997500', '125920.457500', '125920.917500', '125921.377500', '125921.837500', '125922.297500', '125922.757500', '125923.217500', '125923.677500', '125924.137500', '125924.597500', '125925.057500', '125925.517500', '125925.977500', '125926.437500', '125926.897500', '125927.357500', '125927.817500', '125928.277500', '125928.737500', '125929.197500', '125929.657500', '125930.117500', '125930.577500', '125931.037500', '125931.497500', '125931.957500', '125932.417500', '125932.877500', '125933.337500', '125933.797500', '125934.257500', '125934.717500', '125935.177500', '125935.637500', '125936.097500', '125936.557500', '125937.017500', '125937.477500', '125937.937500', '125938.397500', '125938.857500', '125939.317500', '125939.777500', '125940.237500', '125940.697500', '125941.157500', '125941.617500', '125942.077500', '125942.537500', '125942.997500', '125943.457500', '125943.917500', '125944.377500', '125944.837500', '125945.297500', '125945.757500', '125946.217500', '125946.677500', '125947.137500', '125947.597500', '125948.057500', '125948.517500', '125948.977500', '125949.437500', '125949.897500', '125950.357500', '125950.817500', '125951.277500', '125951.737500', '125952.197500', '125952.657500', '125953.117500', '125953.577500', '125954.037500', '125954.497500', '125954.957500', '125955.417500', '125955.877500', '125956.337500', '125956.797500', '125957.257500', '125957.717500', '125958.177500', '125958.637500', '125959.097500', '125959.557500', '130000.017500', '130000.477500', '130000.937500', '130001.397500', '130001.857500', '130002.317500', '130002.777500', '130003.237500', '130003.697500', '130004.157500', '130004.617500', '130005.077500', '130005.537500', '130005.997500', '130006.457500', '130006.917500', '130007.377500', '130007.837500', '130008.297500', '130008.757500', '130009.217500', '130009.677500', '130010.137500', '130010.597500', '130011.057500', '130011.517500', '130011.977500', '130012.437500', '130012.897500', '130013.357500', '130013.817500', '130014.277500', '130014.737500', '130015.197500', '130015.657500', '130016.117500', '130016.577500', '130017.037500', '130017.497500', '130017.957500', '130018.417500', '130018.877500', '130019.337500', '130019.797500', '130020.257500', '130020.717500', '130021.177500', '130021.637500', '130022.097500', '130022.557500', '130023.017500', '130023.477500', '130023.937500', '130024.397500', '130024.857500', '130025.317500', '130025.777500', '130026.237500', '130026.697500', '130027.157500', '130027.617500', '130028.077500', '130028.537500', '130028.997500', '130029.457500', '130029.917500', '130030.377500', '130030.837500', '130031.297500', '130031.757500', '130032.217500', '130032.677500', '130033.137500', '130033.597500', '130034.057500', '130034.517500', '130034.977500', '130035.437500', '130035.897500', '130036.357500', '130036.817500', '130037.277500', '130037.737500', '130038.197500', '130038.657500', '130039.117500', '130039.577500', '130040.037500', '130040.497500', '130040.957500', '130041.417500', '130041.877500', '130042.337500', '130042.797500', '130043.257500', '130043.717500', '130044.177500', '130044.637500', '130045.097500', '130045.557500', '130046.017500', '130046.477500', '130046.937500', '130047.397500', '130047.857500', '130048.317500', '130048.777500', '130049.237500', '130049.697500', '130050.157500', '130050.617500', '130051.077500', '130051.537500', '130051.997500', '130052.457500', '130052.917500', '130053.377500', '130053.837500', '130054.297500', '130054.757500', '130055.217500', '130055.677500', '130056.137500', '130056.597500', '130057.057500', '130057.517500', '130057.977500', '130058.437500', '130058.897500', '130059.357500', '130059.817500', '130100.277500', '130100.737500', '130101.197500', '130101.657500', '130102.117500', '130102.577500', '130103.037500', '130103.497500', '130103.957500', '130104.417500', '130104.877500', '130105.337500', '130105.797500', '130106.257500', '130106.717500', '130107.177500', '130107.637500', '130108.097500', '130108.557500', '130109.017500', '130109.477500', '130109.937500', '130110.397500', '130110.857500', '130111.317500', '130111.777500', '130112.237500', '130112.697500', '130113.157500', '130113.617500', '130114.077500', '130114.537500', '130114.997500', '130115.457500', '130115.917500', '130116.377500', '130116.837500', '130117.297500', '130117.757500', '130118.217500', '130118.677500', '130119.137500', '130119.597500', '130120.057500', '130120.517500', '130120.977500', '130121.437500', '130121.897500', '130122.357500', '130122.817500', '130123.277500', '130123.737500', '130124.197500', '130124.657500', '130125.117500', '130125.577500', '130126.037500', '130126.497500', '130126.957500', '130127.417500', '130127.877500', '130128.337500', '130128.797500', '130129.257500', '130129.717500', '130130.177500', '130130.637500', '130131.097500', '130131.557500', '130132.017500', '130132.477500', '130132.937500', '130133.397500', '130133.857500', '130134.317500', '130134.777500', '130135.237500', '130135.697500', '130136.157500', '130136.617500', '130137.077500', '130137.537500', '130137.997500', '130138.457500', '130138.917500', '130139.377500', '130139.837500', '130140.297500', '130140.757500', '130141.217500', '130141.677500', '130142.137500', '130142.597500', '130143.057500', '130143.517500', '130143.977500', '130144.437500', '130144.897500', '130145.357500', '130145.817500', '130146.277500', '130146.737500', '130147.197500', '130147.657500'], 'ContentTime': ['125535.198000', '125535.201000', '125535.204000', '125535.207000', '125535.209000', '125535.212000', '125535.215000', '125535.217000', '125535.220000', '125535.222000', '125535.225000', '125535.227000', '125535.230000', '125535.260000', '125535.262000', '125535.265000', '125535.267000', '125535.270000', '125535.281000', '125535.283000', '125535.286000', '125535.288000', '125535.291000', '125535.293000', '125535.296000', '125535.299000', '125535.301000', '125535.304000', '125535.306000', '125535.309000', '125535.311000', '125535.314000', '125535.316000', '125535.319000', '125535.322000', '125535.324000', '125535.327000', '125535.329000', '125535.332000', '125535.334000', '125535.337000', '125535.339000', '125535.342000', '125535.345000', '125535.347000', '125535.350000', '125535.352000', '125535.355000', '125535.357000', '125535.360000', '125535.362000', '125535.365000', '125535.368000', '125535.370000', '125535.373000', '125535.375000', '125535.378000', '125535.381000', '125535.384000', '125555.161000', '125555.164000', '125555.167000', '125555.169000', '125555.172000', '125555.175000', '125555.177000', '125555.180000', '125555.182000', '125555.185000', '125555.188000', '125555.190000', '125555.193000', '125555.195000', '125555.198000', '125555.200000', '125555.203000', '125555.205000', '125555.208000', '125555.210000', '125555.213000', '125555.215000', '125555.218000', '125555.221000', '125555.223000', '125555.226000', '125555.228000', '125555.231000', '125555.233000', '125555.236000', '125555.238000', '125555.241000', '125555.243000', '125555.246000', '125555.248000', '125555.251000', '125555.253000', '125555.256000', '125555.259000', '125555.261000', '125555.264000', '125555.266000', '125555.269000', '125615.161000', '125615.164000', '125615.167000', '125615.169000', '125615.172000', '125615.175000', '125615.177000', '125615.180000', '125615.182000', '125615.185000', '125615.188000', '125615.190000', '125615.193000', '125615.195000', '125615.198000', '125615.200000', '125615.203000', '125615.205000', '125615.208000', '125615.211000', '125615.213000', '125615.216000', '125615.218000', '125615.221000', '125615.223000', '125615.226000', '125615.229000', '125615.231000', '125615.234000', '125615.236000', '125615.239000', '125615.241000', '125615.244000', '125615.246000', '125615.249000', '125615.252000', '125615.254000', '125615.257000', '125615.259000', '125615.262000', '125615.264000', '125615.267000', '125615.269000', '125615.272000', '125635.161000', '125635.164000', '125635.167000', '125635.169000', '125635.172000', '125635.175000', '125635.177000', '125635.180000', '125635.183000', '125635.186000', '125635.189000', '125635.191000', '125635.194000', '125635.196000', '125635.199000', '125635.201000', '125635.212000', '125635.215000', '125635.218000', '125635.220000', '125635.223000', '125635.226000', '125635.230000', '125635.233000', '125635.235000', '125635.238000', '125635.241000', '125635.243000', '125635.246000', '125635.248000', '125635.251000', '125635.253000', '125635.256000', '125635.258000', '125635.261000', '125635.264000', '125635.266000', '125635.269000', '125635.271000', '125635.274000', '125635.276000', '125635.279000', '125635.282000', '125655.162000', '125655.164000', '125655.167000', '125655.170000', '125655.172000', '125655.175000', '125655.177000', '125655.180000', '125655.182000', '125655.185000', '125655.188000', '125655.190000', '125655.193000', '125655.195000', '125655.198000', '125655.200000', '125655.213000', '125655.216000', '125655.219000', '125655.221000', '125655.224000', '125655.226000', '125655.229000', '125655.232000', '125655.234000', '125655.237000', '125655.239000', '125655.242000', '125655.244000', '125655.247000', '125655.249000', '125655.252000', '125655.254000', '125655.257000', '125655.260000', '125655.262000', '125655.265000', '125655.267000', '125655.270000', '125655.272000', '125655.275000', '125655.277000', '125655.280000', '125655.283000', '125715.161000', '125715.164000', '125715.167000', '125715.169000', '125715.172000', '125715.174000', '125715.177000', '125715.207000', '125715.209000', '125715.212000', '125715.215000', '125715.217000', '125715.220000', '125715.222000', '125715.225000', '125715.227000', '125715.230000', '125715.232000', '125715.235000', '125715.238000', '125715.240000', '125715.243000', '125715.245000', '125715.248000', '125715.250000', '125715.253000', '125715.255000', '125715.258000', '125715.261000', '125715.263000', '125715.266000', '125715.268000', '125715.271000', '125715.273000', '125715.276000', '125715.278000', '125715.281000', '125715.284000', '125715.286000', '125715.289000', '125715.291000', '125715.294000', '125715.296000', '125735.162000', '125735.164000', '125735.167000', '125735.170000', '125735.172000', '125735.175000', '125735.177000', '125735.180000', '125735.182000', '125735.185000', '125735.188000', '125735.190000', '125735.193000', '125735.195000', '125735.198000', '125735.200000', '125735.203000', '125735.205000', '125735.208000', '125735.210000', '125735.213000', '125735.216000', '125735.218000', '125735.221000', '125735.223000', '125735.226000', '125735.228000', '125735.231000', '125735.233000', '125735.236000', '125735.238000', '125735.241000', '125735.243000', '125735.246000', '125735.249000', '125735.251000', '125735.254000', '125735.256000', '125735.259000', '125735.261000', '125735.264000', '125735.266000', '125735.269000', '125735.272000', '125755.161000', '125755.164000', '125755.167000', '125755.169000', '125755.172000', '125755.175000', '125755.177000', '125755.180000', '125755.183000', '125755.185000', '125755.188000', '125755.190000', '125755.193000', '125755.195000', '125755.198000', '125755.200000', '125755.203000', '125755.205000', '125755.208000', '125755.211000', '125755.213000', '125755.216000', '125755.218000', '125755.221000', '125755.223000', '125755.226000', '125755.228000', '125755.231000', '125755.234000', '125755.236000', '125755.239000', '125755.242000', '125755.245000', '125755.248000', '125755.251000', '125755.253000', '125755.256000', '125755.258000', '125755.261000', '125755.264000', '125755.267000', '125755.269000', '125755.272000', '125815.161000', '125815.164000', '125815.167000', '125815.169000', '125815.172000', '125815.175000', '125815.177000', '125815.180000', '125815.182000', '125815.185000', '125815.188000', '125815.190000', '125815.193000', '125815.195000', '125815.198000', '125815.200000', '125815.203000', '125815.205000', '125815.208000', '125815.211000', '125815.213000', '125815.216000', '125815.218000', '125815.221000', '125815.224000', '125815.226000', '125815.229000', '125815.231000', '125815.234000', '125815.236000', '125815.239000', '125815.241000', '125815.244000', '125815.247000', '125815.249000', '125815.252000', '125815.254000', '125815.257000', '125815.259000', '125815.262000', '125815.264000', '125815.267000', '125815.270000', '125815.272000', '125835.162000', '125835.164000', '125835.167000', '125835.169000', '125835.172000', '125835.175000', '125835.177000', '125835.180000', '125835.182000', '125835.185000', '125835.187000', '125835.190000', '125835.193000', '125835.195000', '125835.198000', '125835.200000', '125835.212000', '125835.214000', '125835.217000', '125835.220000', '125835.223000', '125835.226000', '125835.228000', '125835.231000', '125835.233000', '125835.236000', '125835.239000', '125835.241000', '125835.244000', '125835.246000', '125835.249000', '125835.251000', '125835.254000', '125835.257000', '125835.259000', '125835.262000', '125835.264000', '125835.267000', '125835.269000', '125835.272000', '125835.274000', '125835.277000', '125835.279000', '125855.162000', '125855.164000', '125855.167000', '125855.170000', '125855.172000', '125855.175000', '125855.177000', '125855.180000', '125855.183000', '125855.185000', '125855.188000', '125855.190000', '125855.193000', '125855.195000', '125855.198000', '125855.200000', '125855.203000', '125855.206000', '125855.208000', '125855.211000', '125855.213000', '125855.216000', '125855.219000', '125855.221000', '125855.224000', '125855.226000', '125855.229000', '125855.231000', '125855.234000', '125855.236000', '125855.239000', '125855.242000', '125855.244000', '125855.247000', '125855.249000', '125855.252000', '125855.254000', '125855.257000', '125855.259000', '125855.262000', '125855.264000', '125855.267000', '125855.270000', '125855.272000', '125915.161000', '125915.164000', '125915.167000', '125915.169000', '125915.172000', '125915.175000', '125915.177000', '125915.180000', '125915.182000', '125915.185000', '125915.188000', '125915.190000', '125915.193000', '125915.195000', '125915.198000', '125915.200000', '125915.203000', '125915.206000', '125915.208000', '125915.211000', '125915.213000', '125915.216000', '125915.218000', '125915.221000', '125915.223000', '125915.226000', '125915.229000', '125915.231000', '125915.234000', '125915.236000', '125915.239000', '125915.241000', '125915.244000', '125915.246000', '125915.249000', '125915.252000', '125915.254000', '125915.257000', '125915.259000', '125915.263000', '125915.266000', '125915.268000', '125915.271000', '125935.162000', '125935.165000', '125935.167000', '125935.170000', '125935.173000', '125935.175000', '125935.178000', '125935.181000', '125935.183000', '125935.186000', '125935.188000', '125935.191000', '125935.193000', '125935.196000', '125935.198000', '125935.201000', '125935.204000', '125935.206000', '125935.209000', '125935.211000', '125935.214000', '125935.216000', '125935.219000', '125935.222000', '125935.224000', '125935.227000', '125935.229000', '125935.232000', '125935.234000', '125935.237000', '125935.240000', '125935.242000', '125935.245000', '125935.247000', '125935.250000', '125935.252000', '125935.255000', '125935.258000', '125935.260000', '125935.263000', '125935.265000', '125935.268000', '125935.270000', '125955.161000', '125955.164000', '125955.167000', '125955.169000', '125955.172000', '125955.175000', '125955.177000', '125955.180000', '125955.182000', '125955.185000', '125955.187000', '125955.190000', '125955.192000', '125955.195000', '125955.197000', '125955.200000', '125955.203000', '125955.205000', '125955.208000', '125955.210000', '125955.213000', '125955.216000', '125955.218000', '125955.221000', '125955.223000', '125955.226000', '125955.228000', '125955.231000', '125955.234000', '125955.236000', '125955.239000', '125955.241000', '125955.244000', '125955.246000', '125955.249000', '125955.251000', '125955.254000', '125955.257000', '125955.259000', '125955.262000', '125955.264000', '125955.267000', '125955.269000', '125955.272000', '130015.161000', '130015.164000', '130015.167000', '130015.169000', '130015.172000', '130015.175000', '130015.177000', '130015.180000', '130015.182000', '130015.185000', '130015.187000', '130015.190000', '130015.192000', '130015.195000', '130015.198000', '130015.200000', '130015.203000', '130015.205000', '130015.208000', '130015.210000', '130015.213000', '130015.216000', '130015.218000', '130015.221000', '130015.223000', '130015.226000', '130015.228000', '130015.231000', '130015.233000', '130015.236000', '130015.239000', '130015.241000', '130015.244000', '130015.246000', '130015.249000', '130015.251000', '130015.254000', '130015.256000', '130015.259000', '130015.261000', '130015.264000', '130015.267000', '130015.269000', '130015.272000', '130035.161000', '130035.164000', '130035.167000', '130035.169000', '130035.172000', '130035.175000', '130035.177000', '130035.180000', '130035.182000', '130035.185000', '130035.187000', '130035.190000', '130035.193000', '130035.195000', '130035.198000', '130035.200000', '130035.203000', '130035.205000', '130035.208000', '130035.211000', '130035.213000', '130035.216000', '130035.218000', '130035.221000', '130035.223000', '130035.226000', '130035.228000', '130035.231000', '130035.234000', '130035.236000', '130035.239000', '130035.241000', '130035.244000', '130035.246000', '130035.249000', '130035.251000', '130035.254000', '130035.257000', '130035.259000', '130035.262000', '130035.264000', '130035.267000', '130035.269000', '130055.162000', '130055.164000', '130055.167000', '130055.170000', '130055.172000', '130055.175000', '130055.177000', '130055.180000', '130055.182000', '130055.185000', '130055.187000', '130055.190000', '130055.193000', '130055.195000', '130055.198000', '130055.200000', '130055.203000', '130055.205000', '130055.208000', '130055.210000', '130055.213000', '130055.216000', '130055.218000', '130055.221000', '130055.223000', '130055.226000', '130055.229000', '130055.231000', '130055.234000', '130055.236000', '130055.239000', '130055.241000', '130055.244000', '130055.247000', '130055.249000', '130055.252000', '130055.254000', '130055.257000', '130055.260000', '130055.262000', '130055.265000', '130055.267000', '130055.270000', '130055.272000', '130115.161000', '130115.164000', '130115.167000', '130115.169000', '130115.172000', '130115.175000', '130115.177000', '130115.180000', '130115.182000', '130115.185000', '130115.187000', '130115.190000', '130115.193000', '130115.195000', '130115.198000', '130115.200000', '130115.203000', '130115.206000', '130115.208000', '130115.211000', '130115.213000', '130115.216000', '130115.218000', '130115.222000', '130115.225000', '130115.228000', '130115.230000', '130115.233000', '130115.235000', '130115.238000', '130115.240000', '130115.243000', '130115.245000', '130115.248000', '130115.251000', '130115.253000', '130115.256000', '130115.258000', '130115.261000', '130115.263000', '130115.266000', '130115.269000', '130115.271000', '130135.162000', '130135.165000', '130135.167000', '130135.170000', '130135.172000', '130135.175000', '130135.177000', '130135.180000', '130135.182000', '130135.185000', '130135.188000', '130135.190000', '130135.193000', '130135.195000', '130135.198000', '130135.201000', '130135.203000', '130135.206000', '130135.209000', '130135.211000', '130135.214000', '130135.216000', '130135.219000', '130135.222000', '130135.236000', '130135.239000', '130135.241000', '130135.244000', '130135.247000', '130135.249000', '130135.252000', '130135.254000', '130135.257000', '130135.259000', '130135.262000', '130135.264000', '130135.267000', '130135.269000', '130135.272000', '130135.275000', '130135.277000', '130135.280000', '130135.282000', '130135.285000', '130148.875000', '130148.878000', '130148.880000', '130148.883000', '130148.885000', '130148.888000', '130148.891000', '130148.893000', '130148.896000', '130148.899000', '130148.901000', '130148.904000', '130148.906000', '130148.909000', '130148.912000', '130148.915000', '130148.918000', '130148.921000', '130148.924000', '130148.926000', '130148.929000', '130148.932000', '130148.935000', '130148.939000', '130148.945000', '130148.950000', '130148.952000', '130148.955000', '130148.958000', '130148.961000'], 'InstanceCreationTime': ['125535.198000', '125535.201000', '125535.204000', '125535.207000', '125535.209000', '125535.212000', '125535.215000', '125535.217000', '125535.220000', '125535.222000', '125535.225000', '125535.227000', '125535.230000', '125535.260000', '125535.262000', '125535.265000', '125535.267000', '125535.270000', '125535.281000', '125535.283000', '125535.286000', '125535.288000', '125535.291000', '125535.293000', '125535.296000', '125535.299000', '125535.301000', '125535.304000', '125535.306000', '125535.309000', '125535.311000', '125535.314000', '125535.316000', '125535.319000', '125535.322000', '125535.324000', '125535.327000', '125535.329000', '125535.332000', '125535.334000', '125535.337000', '125535.339000', '125535.342000', '125535.345000', '125535.347000', '125535.350000', '125535.352000', '125535.355000', '125535.357000', '125535.360000', '125535.362000', '125535.365000', '125535.368000', '125535.370000', '125535.373000', '125535.375000', '125535.378000', '125535.381000', '125535.384000', '125555.161000', '125555.164000', '125555.167000', '125555.169000', '125555.172000', '125555.175000', '125555.177000', '125555.180000', '125555.182000', '125555.185000', '125555.188000', '125555.190000', '125555.193000', '125555.195000', '125555.198000', '125555.200000', '125555.203000', '125555.205000', '125555.208000', '125555.210000', '125555.213000', '125555.215000', '125555.218000', '125555.221000', '125555.223000', '125555.226000', '125555.228000', '125555.231000', '125555.233000', '125555.236000', '125555.238000', '125555.241000', '125555.243000', '125555.246000', '125555.248000', '125555.251000', '125555.253000', '125555.256000', '125555.259000', '125555.261000', '125555.264000', '125555.266000', '125555.269000', '125615.161000', '125615.164000', '125615.167000', '125615.169000', '125615.172000', '125615.175000', '125615.177000', '125615.180000', '125615.182000', '125615.185000', '125615.188000', '125615.190000', '125615.193000', '125615.195000', '125615.198000', '125615.200000', '125615.203000', '125615.205000', '125615.208000', '125615.211000', '125615.213000', '125615.216000', '125615.218000', '125615.221000', '125615.223000', '125615.226000', '125615.229000', '125615.231000', '125615.234000', '125615.236000', '125615.239000', '125615.241000', '125615.244000', '125615.246000', '125615.249000', '125615.252000', '125615.254000', '125615.257000', '125615.259000', '125615.262000', '125615.264000', '125615.267000', '125615.269000', '125615.272000', '125635.161000', '125635.164000', '125635.167000', '125635.169000', '125635.172000', '125635.175000', '125635.177000', '125635.180000', '125635.183000', '125635.186000', '125635.189000', '125635.191000', '125635.194000', '125635.196000', '125635.199000', '125635.201000', '125635.212000', '125635.215000', '125635.218000', '125635.220000', '125635.223000', '125635.226000', '125635.230000', '125635.233000', '125635.235000', '125635.238000', '125635.241000', '125635.243000', '125635.246000', '125635.248000', '125635.251000', '125635.253000', '125635.256000', '125635.258000', '125635.261000', '125635.264000', '125635.266000', '125635.269000', '125635.271000', '125635.274000', '125635.276000', '125635.279000', '125635.282000', '125655.162000', '125655.164000', '125655.167000', '125655.170000', '125655.172000', '125655.175000', '125655.177000', '125655.180000', '125655.182000', '125655.185000', '125655.188000', '125655.190000', '125655.193000', '125655.195000', '125655.198000', '125655.200000', '125655.213000', '125655.216000', '125655.219000', '125655.221000', '125655.224000', '125655.226000', '125655.229000', '125655.232000', '125655.234000', '125655.237000', '125655.239000', '125655.242000', '125655.244000', '125655.247000', '125655.249000', '125655.252000', '125655.254000', '125655.257000', '125655.260000', '125655.262000', '125655.265000', '125655.267000', '125655.270000', '125655.272000', '125655.275000', '125655.277000', '125655.280000', '125655.283000', '125715.161000', '125715.164000', '125715.167000', '125715.169000', '125715.172000', '125715.174000', '125715.177000', '125715.207000', '125715.209000', '125715.212000', '125715.215000', '125715.217000', '125715.220000', '125715.222000', '125715.225000', '125715.227000', '125715.230000', '125715.232000', '125715.235000', '125715.238000', '125715.240000', '125715.243000', '125715.245000', '125715.248000', '125715.250000', '125715.253000', '125715.255000', '125715.258000', '125715.261000', '125715.263000', '125715.266000', '125715.268000', '125715.271000', '125715.273000', '125715.276000', '125715.278000', '125715.281000', '125715.284000', '125715.286000', '125715.289000', '125715.291000', '125715.294000', '125715.296000', '125735.162000', '125735.164000', '125735.167000', '125735.170000', '125735.172000', '125735.175000', '125735.177000', '125735.180000', '125735.182000', '125735.185000', '125735.188000', '125735.190000', '125735.193000', '125735.195000', '125735.198000', '125735.200000', '125735.203000', '125735.205000', '125735.208000', '125735.210000', '125735.213000', '125735.216000', '125735.218000', '125735.221000', '125735.223000', '125735.226000', '125735.228000', '125735.231000', '125735.233000', '125735.236000', '125735.238000', '125735.241000', '125735.243000', '125735.246000', '125735.249000', '125735.251000', '125735.254000', '125735.256000', '125735.259000', '125735.261000', '125735.264000', '125735.266000', '125735.269000', '125735.272000', '125755.161000', '125755.164000', '125755.167000', '125755.169000', '125755.172000', '125755.175000', '125755.177000', '125755.180000', '125755.183000', '125755.185000', '125755.188000', '125755.190000', '125755.193000', '125755.195000', '125755.198000', '125755.200000', '125755.203000', '125755.205000', '125755.208000', '125755.211000', '125755.213000', '125755.216000', '125755.218000', '125755.221000', '125755.223000', '125755.226000', '125755.228000', '125755.231000', '125755.234000', '125755.236000', '125755.239000', '125755.242000', '125755.245000', '125755.248000', '125755.251000', '125755.253000', '125755.256000', '125755.258000', '125755.261000', '125755.264000', '125755.267000', '125755.269000', '125755.272000', '125815.161000', '125815.164000', '125815.167000', '125815.169000', '125815.172000', '125815.175000', '125815.177000', '125815.180000', '125815.182000', '125815.185000', '125815.188000', '125815.190000', '125815.193000', '125815.195000', '125815.198000', '125815.200000', '125815.203000', '125815.205000', '125815.208000', '125815.211000', '125815.213000', '125815.216000', '125815.218000', '125815.221000', '125815.224000', '125815.226000', '125815.229000', '125815.231000', '125815.234000', '125815.236000', '125815.239000', '125815.241000', '125815.244000', '125815.247000', '125815.249000', '125815.252000', '125815.254000', '125815.257000', '125815.259000', '125815.262000', '125815.264000', '125815.267000', '125815.270000', '125815.272000', '125835.162000', '125835.164000', '125835.167000', '125835.169000', '125835.172000', '125835.175000', '125835.177000', '125835.180000', '125835.182000', '125835.185000', '125835.187000', '125835.190000', '125835.193000', '125835.195000', '125835.198000', '125835.200000', '125835.212000', '125835.214000', '125835.217000', '125835.220000', '125835.223000', '125835.226000', '125835.228000', '125835.231000', '125835.233000', '125835.236000', '125835.239000', '125835.241000', '125835.244000', '125835.246000', '125835.249000', '125835.251000', '125835.254000', '125835.257000', '125835.259000', '125835.262000', '125835.264000', '125835.267000', '125835.269000', '125835.272000', '125835.274000', '125835.277000', '125835.279000', '125855.162000', '125855.164000', '125855.167000', '125855.170000', '125855.172000', '125855.175000', '125855.177000', '125855.180000', '125855.183000', '125855.185000', '125855.188000', '125855.190000', '125855.193000', '125855.195000', '125855.198000', '125855.200000', '125855.203000', '125855.206000', '125855.208000', '125855.211000', '125855.213000', '125855.216000', '125855.219000', '125855.221000', '125855.224000', '125855.226000', '125855.229000', '125855.231000', '125855.234000', '125855.236000', '125855.239000', '125855.242000', '125855.244000', '125855.247000', '125855.249000', '125855.252000', '125855.254000', '125855.257000', '125855.259000', '125855.262000', '125855.264000', '125855.267000', '125855.270000', '125855.272000', '125915.161000', '125915.164000', '125915.167000', '125915.169000', '125915.172000', '125915.175000', '125915.177000', '125915.180000', '125915.182000', '125915.185000', '125915.188000', '125915.190000', '125915.193000', '125915.195000', '125915.198000', '125915.200000', '125915.203000', '125915.206000', '125915.208000', '125915.211000', '125915.213000', '125915.216000', '125915.218000', '125915.221000', '125915.223000', '125915.226000', '125915.229000', '125915.231000', '125915.234000', '125915.236000', '125915.239000', '125915.241000', '125915.244000', '125915.246000', '125915.249000', '125915.252000', '125915.254000', '125915.257000', '125915.259000', '125915.263000', '125915.266000', '125915.268000', '125915.271000', '125935.162000', '125935.165000', '125935.167000', '125935.170000', '125935.173000', '125935.175000', '125935.178000', '125935.181000', '125935.183000', '125935.186000', '125935.188000', '125935.191000', '125935.193000', '125935.196000', '125935.198000', '125935.201000', '125935.204000', '125935.206000', '125935.209000', '125935.211000', '125935.214000', '125935.216000', '125935.219000', '125935.222000', '125935.224000', '125935.227000', '125935.229000', '125935.232000', '125935.234000', '125935.237000', '125935.240000', '125935.242000', '125935.245000', '125935.247000', '125935.250000', '125935.252000', '125935.255000', '125935.258000', '125935.260000', '125935.263000', '125935.265000', '125935.268000', '125935.270000', '125955.161000', '125955.164000', '125955.167000', '125955.169000', '125955.172000', '125955.175000', '125955.177000', '125955.180000', '125955.182000', '125955.185000', '125955.187000', '125955.190000', '125955.192000', '125955.195000', '125955.197000', '125955.200000', '125955.203000', '125955.205000', '125955.208000', '125955.210000', '125955.213000', '125955.216000', '125955.218000', '125955.221000', '125955.223000', '125955.226000', '125955.228000', '125955.231000', '125955.234000', '125955.236000', '125955.239000', '125955.241000', '125955.244000', '125955.246000', '125955.249000', '125955.251000', '125955.254000', '125955.257000', '125955.259000', '125955.262000', '125955.264000', '125955.267000', '125955.269000', '125955.272000', '130015.161000', '130015.164000', '130015.167000', '130015.169000', '130015.172000', '130015.175000', '130015.177000', '130015.180000', '130015.182000', '130015.185000', '130015.187000', '130015.190000', '130015.192000', '130015.195000', '130015.198000', '130015.200000', '130015.203000', '130015.205000', '130015.208000', '130015.210000', '130015.213000', '130015.216000', '130015.218000', '130015.221000', '130015.223000', '130015.226000', '130015.228000', '130015.231000', '130015.233000', '130015.236000', '130015.239000', '130015.241000', '130015.244000', '130015.246000', '130015.249000', '130015.251000', '130015.254000', '130015.256000', '130015.259000', '130015.261000', '130015.264000', '130015.267000', '130015.269000', '130015.272000', '130035.161000', '130035.164000', '130035.167000', '130035.169000', '130035.172000', '130035.175000', '130035.177000', '130035.180000', '130035.182000', '130035.185000', '130035.187000', '130035.190000', '130035.193000', '130035.195000', '130035.198000', '130035.200000', '130035.203000', '130035.205000', '130035.208000', '130035.211000', '130035.213000', '130035.216000', '130035.218000', '130035.221000', '130035.223000', '130035.226000', '130035.228000', '130035.231000', '130035.234000', '130035.236000', '130035.239000', '130035.241000', '130035.244000', '130035.246000', '130035.249000', '130035.251000', '130035.254000', '130035.257000', '130035.259000', '130035.262000', '130035.264000', '130035.267000', '130035.269000', '130055.162000', '130055.164000', '130055.167000', '130055.170000', '130055.172000', '130055.175000', '130055.177000', '130055.180000', '130055.182000', '130055.185000', '130055.187000', '130055.190000', '130055.193000', '130055.195000', '130055.198000', '130055.200000', '130055.203000', '130055.205000', '130055.208000', '130055.210000', '130055.213000', '130055.216000', '130055.218000', '130055.221000', '130055.223000', '130055.226000', '130055.229000', '130055.231000', '130055.234000', '130055.236000', '130055.239000', '130055.241000', '130055.244000', '130055.247000', '130055.249000', '130055.252000', '130055.254000', '130055.257000', '130055.260000', '130055.262000', '130055.265000', '130055.267000', '130055.270000', '130055.272000', '130115.161000', '130115.164000', '130115.167000', '130115.169000', '130115.172000', '130115.175000', '130115.177000', '130115.180000', '130115.182000', '130115.185000', '130115.187000', '130115.190000', '130115.193000', '130115.195000', '130115.198000', '130115.200000', '130115.203000', '130115.206000', '130115.208000', '130115.211000', '130115.213000', '130115.216000', '130115.218000', '130115.222000', '130115.225000', '130115.228000', '130115.230000', '130115.233000', '130115.235000', '130115.238000', '130115.240000', '130115.243000', '130115.245000', '130115.248000', '130115.251000', '130115.253000', '130115.256000', '130115.258000', '130115.261000', '130115.263000', '130115.266000', '130115.269000', '130115.271000', '130135.162000', '130135.165000', '130135.167000', '130135.170000', '130135.172000', '130135.175000', '130135.177000', '130135.180000', '130135.182000', '130135.185000', '130135.188000', '130135.190000', '130135.193000', '130135.195000', '130135.198000', '130135.201000', '130135.203000', '130135.206000', '130135.209000', '130135.211000', '130135.214000', '130135.216000', '130135.219000', '130135.222000', '130135.236000', '130135.239000', '130135.241000', '130135.244000', '130135.247000', '130135.249000', '130135.252000', '130135.254000', '130135.257000', '130135.259000', '130135.262000', '130135.264000', '130135.267000', '130135.269000', '130135.272000', '130135.275000', '130135.277000', '130135.280000', '130135.282000', '130135.285000', '130148.875000', '130148.878000', '130148.880000', '130148.883000', '130148.885000', '130148.888000', '130148.891000', '130148.893000', '130148.896000', '130148.899000', '130148.901000', '130148.904000', '130148.906000', '130148.909000', '130148.912000', '130148.915000', '130148.918000', '130148.921000', '130148.924000', '130148.926000', '130148.929000', '130148.932000', '130148.935000', '130148.939000', '130148.945000', '130148.950000', '130148.952000', '130148.955000', '130148.958000', '130148.961000'], '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': [10305, 8761, 11886, 12178, 16481, 20136, 10286, 12557, 9825, 19876, 11277, 18747, 11235, 14349, 9705, 7835, 10309, 8045, 13297, 8600, 13742, 8679, 7819, 11714, 8508, 12695, 8730, 9693, 9622, 8103, 16186, 10491, 17834, 13387, 19339, 10203, 8084, 11655, 8153, 16738, 10381, 19450, 12730, 15040, 10441, 8467, 10109, 8712, 8082, 15408, 9382, 17870, 13013, 22123, 16870, 9838, 9555, 8318, 7686, 10088, 8156, 13975, 9002, 14488, 16299, 16238, 9281, 14943, 9041, 11238, 11321, 9836, 20251, 9380, 8003, 12150, 11503, 20087, 13289, 13436, 8608, 7887, 13381, 9611, 19557, 10131, 13250, 12229, 8580, 18969, 8802, 9887, 11927, 8438, 10945, 8770, 12550, 15285, 20344, 22771, 10135, 8067, 13772, 9032, 10241, 15267, 18746, 22587, 20818, 14553, 12509, 9805, 17839, 10292, 18905, 10742, 11463, 15941, 11186, 19476, 14725, 9353, 17665, 13019, 19561, 22283, 15418, 21564, 22013, 15540, 8256, 8164, 8773, 8165, 11414, 11869, 8852, 20408, 12333, 8241, 15519, 9909, 7867, 14854, 9639, 8873, 13804, 8542, 18531, 10447, 8510, 13900, 9352, 15683, 17927, 8935, 8461, 11151, 8435, 8831, 11910, 11507, 7706, 10927, 8019, 7597, 16104, 10160, 13826, 12240, 15380, 17346, 12862, 19029, 10061, 19034, 9109, 10416, 11297, 8814, 14320, 9125, 7889, 11152, 8812, 7977, 18580, 13849, 8491, 11624, 8763, 15787, 10088, 11670, 13940, 19127, 24400, 17021, 8780, 8337, 8542, 7689, 11130, 12033, 15369, 12849, 19367, 11631, 10595, 10831, 9049, 21019, 15459, 23566, 17760, 20358, 17600, 9813, 8769, 9853, 7806, 12293, 11009, 10636, 15150, 13196, 9349, 21385, 15912, 21482, 17628, 22052, 15269, 13544, 13574, 8593, 10891, 9288, 7817, 10834, 8218, 15611, 10751, 9817, 11363, 8629, 8106, 10828, 8051, 14359, 13295, 15158, 10712, 8194, 10959, 9097, 17890, 12447, 13584, 17705, 9580, 10211, 11129, 18847, 15560, 17515, 12096, 12812, 13102, 10559, 14926, 11224, 18709, 17431, 9216, 7544, 15626, 9588, 8912, 13374, 22648, 20916, 14447, 10828, 14151, 10300, 11086, 16647, 11339, 13454, 10113, 18048, 11352, 9056, 8413, 13213, 18860, 20054, 14949, 20058, 22049, 14301, 16862, 11065, 18817, 11348, 17560, 10360, 16746, 10521, 14889, 9205, 15255, 9348, 20741, 14020, 8654, 11141, 8554, 8161, 9925, 12686, 10333, 14339, 11157, 16624, 11253, 8998, 19094, 10903, 8437, 8367, 8212, 11392, 11053, 16641, 20375, 16754, 19255, 13006, 21266, 12223, 22538, 17016, 12364, 11851, 9033, 12750, 8859, 8299, 10098, 9109, 18307, 10813, 14192, 9432, 8312, 11318, 8695, 14224, 9438, 16625, 10262, 20122, 11274, 14791, 9749, 18578, 12641, 8032, 9167, 7937, 9563, 13078, 12501, 15134, 22528, 10847, 11677, 11152, 23723, 17884, 11900, 8901, 9543, 14629, 10743, 8200, 10436, 9554, 13077, 12981, 15458, 12832, 13219, 15236, 21910, 11675, 9686, 8722, 7749, 9852, 10733, 14893, 9692, 8584, 13670, 9909, 15345, 10804, 18338, 10355, 16499, 9928, 13620, 8673, 9279, 8863, 7427, 11074, 7844, 11562, 8042, 12311, 9234, 15436, 10778, 18344, 10688, 9735, 9102, 7697, 10762, 8213, 15541, 13013, 18058, 11036, 22789, 10090, 18899, 11527, 16138, 20523, 12739, 11665, 9009, 12152, 21059, 22194, 13057, 13987, 9639, 17621, 15535, 9172, 11317, 9049, 13092, 11070, 22688, 16291, 17539, 9689, 18135, 10872, 17172, 12412, 22633, 17928, 9974, 11799, 9366, 15891, 10919, 7800, 10185, 8800, 9244, 13783, 12870, 15255, 8442, 9813, 10817, 13218, 10829, 16381, 10313, 10848, 14391, 10076, 12459, 10056, 8986, 8948, 9718, 14772, 10947, 19096, 14325, 20821, 14504, 20197, 15716, 22589, 11983, 8699, 10985, 9257, 11803, 9380, 15073, 9114, 16336, 11951, 17606, 11315, 11251, 12213, 16607, 22681, 10181, 7884, 10815, 8376, 15067, 9517, 16314, 10633, 14821, 9150, 10435, 12193, 11696, 20900, 22118, 15629, 14033, 8354, 11583, 8120, 10456, 11071, 10496, 19245, 13532, 16675, 8479, 17761, 9625, 15551, 10612, 13963, 12609, 22616, 10703, 8725, 9449, 13754, 9496, 16329, 9651, 14229, 15691, 14397, 8704, 13871, 20801, 10671, 21655, 8481, 13808, 8839, 13773, 9436, 16147, 9764, 18195, 18660, 21211, 16727, 9332, 14254, 10385, 15023, 15216, 21515, 11521, 13985, 8931, 11327, 8728, 9673, 7685, 9735, 11728, 9286, 9047, 11721, 9488, 14642, 10363, 19447, 11614, 18382, 11522, 18177, 15041, 18642, 8719, 7620, 9716, 7775, 12506, 8757, 13732, 9476, 14221, 9630, 13354, 9213, 13847, 9299, 13431, 9117, 13125, 8870, 13542, 9174, 14058, 9072, 14412, 9231, 13370, 8762, 13760, 9965, 18854, 10293, 8066, 9269, 8046, 11291, 8480, 10758, 12872, 8931, 16593, 20478, 22956, 17584, 8593, 12410, 9126, 17910, 12082, 15511, 9160, 11253, 8732, 9873, 9647, 8713, 14643, 10266, 20440, 11727, 22027, 14805, 8358, 10532, 8796, 13780, 11061, 12559, 14847, 13111, 15033, 11122, 16072, 22416, 8417, 9514, 8341, 9730, 9587, 10023, 9418, 8067, 15624, 10135, 9722, 10290, 8565, 16142, 11170, 19881, 14201, 21409, 16053, 20482, 11750, 7894, 10272, 8007, 11138, 8717, 12755, 10093, 12022, 8352, 16462, 21057, 20983, 16204, 16651, 11464, 7518, 10483, 8906, 12988, 9016, 12996, 9685, 16765, 10009, 11704, 9841, 8384, 10168, 16913, 11490, 8063, 11766, 9154, 10814, 8670, 13951, 8876, 19710, 15906, 18660, 10883, 8530, 11533, 8968, 14303, 9657, 13599, 11384, 11457, 10282, 11938, 8380, 14294, 8908, 13363, 8553, 8275, 10653, 9281, 13611, 8928, 14700, 8514, 11813, 8573, 14836, 11240, 20359, 10638, 16891, 9747, 14802, 10189, 7541, 10518, 8150, 12531, 8845, 13662, 8842, 18861, 19136, 17300, 11163, 12271, 9955, 13822, 14855, 8965, 10043, 8463, 8402, 10662, 11147, 15451, 18810, 14652, 12799, 14949, 20830, 23853, 15877, 9695, 10341, 8306, 13968, 9558, 13351, 10663, 12359, 12270, 9225, 8567, 14406, 9325, 18908, 14342, 20418, 16312, 18198, 12020, 14081, 9706, 8922, 12019, 9291, 13092, 9298, 12764, 10253, 8916, 11606, 8844, 14800, 11245, 17347, 10928, 12969, 9986, 17925, 16804, 22976, 18913, 10380, 16191, 10955, 16040, 9705, 16567, 11890, 18309, 12025, 8298, 10922, 8735, 11972, 9917, 16011, 10348, 19609, 14839, 15174, 21707, 20383, 11705, 12016, 9165, 12908, 9616], 'WindowCenter': [4632.0, 4581.0, 4617.0, 4602.0, 4628.0, 4643.0, 4554.0, 4569.0, 4541.0, 4606.0, 4534.0, 4594.0, 4532.0, 4564.0, 4524.0, 4493.0, 4523.0, 4493.0, 4563.0, 4502.0, 4565.0, 4503.0, 4510.0, 4545.0, 4515.0, 4579.0, 4531.0, 4539.0, 4541.0, 4509.0, 4611.0, 4552.0, 4611.0, 4594.0, 4622.0, 4534.0, 4504.0, 4554.0, 4520.0, 4610.0, 4552.0, 4631.0, 4582.0, 4599.0, 4552.0, 4519.0, 4549.0, 4530.0, 4518.0, 4612.0, 4543.0, 4611.0, 4581.0, 4647.0, 4600.0, 4538.0, 4528.0, 4520.0, 4495.0, 4528.0, 4497.0, 4581.0, 4530.0, 4606.0, 4614.0, 4601.0, 4530.0, 4588.0, 4531.0, 4561.0, 4549.0, 4541.0, 4621.0, 4530.0, 4508.0, 4588.0, 4588.0, 4646.0, 4583.0, 4579.0, 4507.0, 4506.0, 4566.0, 4530.0, 4610.0, 4538.0, 4594.0, 4569.0, 4518.0, 4607.0, 4544.0, 4551.0, 4570.0, 4519.0, 4561.0, 4531.0, 4598.0, 4619.0, 4636.0, 4629.0, 4551.0, 4519.0, 4593.0, 4540.0, 4550.0, 4615.0, 4636.0, 4657.0, 4634.0, 4589.0, 4568.0, 4536.0, 4597.0, 4526.0, 4607.0, 4536.0, 4545.0, 4599.0, 4559.0, 4619.0, 4577.0, 4526.0, 4596.0, 4555.0, 4605.0, 4633.0, 4577.0, 4606.0, 4604.0, 4559.0, 4489.0, 4501.0, 4501.0, 4489.0, 4531.0, 4539.0, 4501.0, 4600.0, 4540.0, 4492.0, 4574.0, 4523.0, 4488.0, 4557.0, 4509.0, 4501.0, 4552.0, 4499.0, 4591.0, 4521.0, 4501.0, 4562.0, 4539.0, 4598.0, 4596.0, 4515.0, 4517.0, 4559.0, 4533.0, 4553.0, 4609.0, 4586.0, 4523.0, 4572.0, 4522.0, 4523.0, 4612.0, 4565.0, 4591.0, 4573.0, 4587.0, 4611.0, 4567.0, 4610.0, 4553.0, 4632.0, 4542.0, 4560.0, 4557.0, 4529.0, 4577.0, 4526.0, 4508.0, 4547.0, 4527.0, 4520.0, 4621.0, 4579.0, 4518.0, 4557.0, 4520.0, 4602.0, 4551.0, 4574.0, 4595.0, 4624.0, 4651.0, 4612.0, 4535.0, 4531.0, 4530.0, 4525.0, 4586.0, 4585.0, 4612.0, 4596.0, 4621.0, 4557.0, 4562.0, 4559.0, 4527.0, 4633.0, 4589.0, 4643.0, 4610.0, 4605.0, 4597.0, 4537.0, 4518.0, 4536.0, 4511.0, 4555.0, 4557.0, 4535.0, 4587.0, 4566.0, 4516.0, 4617.0, 4587.0, 4605.0, 4582.0, 4611.0, 4583.0, 4576.0, 4554.0, 4516.0, 4559.0, 4527.0, 4509.0, 4547.0, 4532.0, 4602.0, 4560.0, 4538.0, 4547.0, 4532.0, 4523.0, 4562.0, 4507.0, 4589.0, 4570.0, 4589.0, 4538.0, 4510.0, 4563.0, 4561.0, 4627.0, 4570.0, 4569.0, 4600.0, 4516.0, 4523.0, 4535.0, 4608.0, 4575.0, 4571.0, 4532.0, 4541.0, 4541.0, 4538.0, 4616.0, 4584.0, 4632.0, 4622.0, 4539.0, 4508.0, 4589.0, 4541.0, 4530.0, 4577.0, 4643.0, 4628.0, 4590.0, 4550.0, 4578.0, 4553.0, 4544.0, 4585.0, 4547.0, 4579.0, 4549.0, 4607.0, 4543.0, 4515.0, 4529.0, 4591.0, 4638.0, 4631.0, 4641.0, 4645.0, 4652.0, 4593.0, 4597.0, 4558.0, 4608.0, 4543.0, 4586.0, 4538.0, 4586.0, 4536.0, 4586.0, 4527.0, 4570.0, 4526.0, 4641.0, 4575.0, 4502.0, 4531.0, 4515.0, 4519.0, 4551.0, 4580.0, 4549.0, 4589.0, 4560.0, 4602.0, 4549.0, 4505.0, 4596.0, 4523.0, 4493.0, 4463.0, 4521.0, 4549.0, 4536.0, 4588.0, 4585.0, 4564.0, 4582.0, 4543.0, 4594.0, 4546.0, 4607.0, 4563.0, 4519.0, 4507.0, 4491.0, 4528.0, 4490.0, 4493.0, 4524.0, 4505.0, 4583.0, 4521.0, 4554.0, 4504.0, 4484.0, 4522.0, 4491.0, 4562.0, 4523.0, 4591.0, 4528.0, 4606.0, 4526.0, 4553.0, 4518.0, 4597.0, 4558.0, 4508.0, 4515.0, 4493.0, 4502.0, 4555.0, 4539.0, 4564.0, 4621.0, 4538.0, 4548.0, 4537.0, 4640.0, 4615.0, 4569.0, 4530.0, 4526.0, 4588.0, 4547.0, 4518.0, 4581.0, 4554.0, 4582.0, 4569.0, 4592.0, 4557.0, 4556.0, 4575.0, 4620.0, 4536.0, 4529.0, 4517.0, 4498.0, 4527.0, 4550.0, 4575.0, 4534.0, 4515.0, 4564.0, 4513.0, 4560.0, 4531.0, 4621.0, 4524.0, 4577.0, 4518.0, 4535.0, 4500.0, 4512.0, 4525.0, 4511.0, 4571.0, 4517.0, 4554.0, 4508.0, 4555.0, 4528.0, 4588.0, 4546.0, 4607.0, 4539.0, 4526.0, 4518.0, 4497.0, 4550.0, 4506.0, 4586.0, 4570.0, 4614.0, 4552.0, 4642.0, 4554.0, 4638.0, 4551.0, 4571.0, 4603.0, 4569.0, 4558.0, 4544.0, 4571.0, 4621.0, 4618.0, 4554.0, 4602.0, 4555.0, 4624.0, 4589.0, 4515.0, 4537.0, 4514.0, 4580.0, 4561.0, 4620.0, 4561.0, 4571.0, 4513.0, 4627.0, 4532.0, 4585.0, 4552.0, 4620.0, 4618.0, 4538.0, 4555.0, 4513.0, 4573.0, 4536.0, 4495.0, 4507.0, 4541.0, 4567.0, 4605.0, 4583.0, 4588.0, 4521.0, 4540.0, 4545.0, 4570.0, 4549.0, 4591.0, 4529.0, 4551.0, 4574.0, 4515.0, 4555.0, 4536.0, 4518.0, 4529.0, 4540.0, 4577.0, 4549.0, 4610.0, 4566.0, 4606.0, 4574.0, 4616.0, 4588.0, 4617.0, 4531.0, 4505.0, 4534.0, 4525.0, 4572.0, 4546.0, 4589.0, 4536.0, 4589.0, 4562.0, 4624.0, 4545.0, 4546.0, 4557.0, 4588.0, 4614.0, 4510.0, 4495.0, 4548.0, 4534.0, 4602.0, 4551.0, 4598.0, 4565.0, 4591.0, 4528.0, 4547.0, 4556.0, 4545.0, 4633.0, 4624.0, 4586.0, 4577.0, 4519.0, 4560.0, 4508.0, 4553.0, 4548.0, 4550.0, 4608.0, 4555.0, 4584.0, 4507.0, 4596.0, 4513.0, 4564.0, 4536.0, 4567.0, 4571.0, 4614.0, 4549.0, 4515.0, 4539.0, 4578.0, 4540.0, 4584.0, 4551.0, 4590.0, 4574.0, 4564.0, 4518.0, 4592.0, 4642.0, 4547.0, 4643.0, 4541.0, 4605.0, 4542.0, 4591.0, 4541.0, 4611.0, 4550.0, 4618.0, 4636.0, 4630.0, 4595.0, 4538.0, 4579.0, 4524.0, 4576.0, 4575.0, 4617.0, 4543.0, 4557.0, 4518.0, 4555.0, 4515.0, 4537.0, 4521.0, 4540.0, 4557.0, 4541.0, 4540.0, 4566.0, 4526.0, 4571.0, 4525.0, 4604.0, 4535.0, 4594.0, 4557.0, 4608.0, 4587.0, 4594.0, 4500.0, 4492.0, 4523.0, 4494.0, 4557.0, 4518.0, 4564.0, 4526.0, 4564.0, 4526.0, 4565.0, 4524.0, 4562.0, 4527.0, 4565.0, 4525.0, 4563.0, 4517.0, 4564.0, 4524.0, 4574.0, 4527.0, 4576.0, 4526.0, 4563.0, 4530.0, 4574.0, 4537.0, 4620.0, 4549.0, 4505.0, 4525.0, 4510.0, 4559.0, 4520.0, 4558.0, 4567.0, 4557.0, 4641.0, 4648.0, 4643.0, 4611.0, 4546.0, 4597.0, 4569.0, 4635.0, 4575.0, 4589.0, 4530.0, 4561.0, 4533.0, 4551.0, 4527.0, 4516.0, 4588.0, 4535.0, 4603.0, 4559.0, 4640.0, 4576.0, 4504.0, 4562.0, 4520.0, 4555.0, 4518.0, 4559.0, 4589.0, 4557.0, 4576.0, 4544.0, 4584.0, 4617.0, 4502.0, 4511.0, 4504.0, 4523.0, 4538.0, 4540.0, 4529.0, 4519.0, 4600.0, 4548.0, 4528.0, 4533.0, 4517.0, 4586.0, 4561.0, 4607.0, 4565.0, 4632.0, 4603.0, 4619.0, 4548.0, 4509.0, 4537.0, 4507.0, 4547.0, 4504.0, 4544.0, 4513.0, 4544.0, 4518.0, 4596.0, 4632.0, 4631.0, 4595.0, 4576.0, 4544.0, 4487.0, 4525.0, 4518.0, 4579.0, 4529.0, 4567.0, 4539.0, 4598.0, 4523.0, 4533.0, 4513.0, 4505.0, 4537.0, 4596.0, 4531.0, 4519.0, 4570.0, 4538.0, 4560.0, 4529.0, 4565.0, 4541.0, 4634.0, 4585.0, 4592.0, 4518.0, 4500.0, 4544.0, 4503.0, 4566.0, 4516.0, 4554.0, 4534.0, 4545.0, 4522.0, 4529.0, 4505.0, 4565.0, 4502.0, 4591.0, 4543.0, 4519.0, 4548.0, 4527.0, 4576.0, 4515.0, 4574.0, 4500.0, 4542.0, 4503.0, 4574.0, 4535.0, 4604.0, 4537.0, 4596.0, 4527.0, 4575.0, 4538.0, 4484.0, 4533.0, 4496.0, 4557.0, 4517.0, 4569.0, 4516.0, 4626.0, 4628.0, 4611.0, 4550.0, 4555.0, 4549.0, 4576.0, 4565.0, 4518.0, 4536.0, 4521.0, 4521.0, 4550.0, 4573.0, 4605.0, 4609.0, 4578.0, 4556.0, 4578.0, 4631.0, 4643.0, 4577.0, 4527.0, 4535.0, 4522.0, 4576.0, 4526.0, 4567.0, 4534.0, 4540.0, 4541.0, 4514.0, 4518.0, 4577.0, 4542.0, 4607.0, 4580.0, 4608.0, 4575.0, 4596.0, 4557.0, 4568.0, 4528.0, 4501.0, 4539.0, 4512.0, 4565.0, 4526.0, 4578.0, 4538.0, 4527.0, 4544.0, 4528.0, 4577.0, 4549.0, 4597.0, 4547.0, 4569.0, 4541.0, 4624.0, 4601.0, 4617.0, 4623.0, 4536.0, 4614.0, 4545.0, 4630.0, 4545.0, 4626.0, 4572.0, 4611.0, 4542.0, 4518.0, 4533.0, 4527.0, 4570.0, 4548.0, 4601.0, 4539.0, 4607.0, 4578.0, 4591.0, 4622.0, 4593.0, 4534.0, 4529.0, 4510.0, 4555.0, 4527.0], 'WindowWidth': [10188.0, 10092.0, 10130.0, 10098.0, 10123.0, 10142.0, 10011.0, 10025.0, 9986.0, 10075.0, 9966.0, 10052.0, 9961.0, 10005.0, 9953.0, 9910.0, 9948.0, 9908.0, 10001.0, 9921.0, 10007.0, 9925.0, 9946.0, 9982.0, 9942.0, 10038.0, 9975.0, 9980.0, 9983.0, 9938.0, 10085.0, 9998.0, 10087.0, 10068.0, 10099.0, 9966.0, 9929.0, 9997.0, 9958.0, 10082.0, 10004.0, 10112.0, 10045.0, 10064.0, 10001.0, 9955.0, 9996.0, 9974.0, 9957.0, 10087.0, 9995.0, 10086.0, 10042.0, 10152.0, 10070.0, 9976.0, 9962.0, 9953.0, 9912.0, 9957.0, 9918.0, 10039.0, 9968.0, 10083.0, 10094.0, 10069.0, 9967.0, 10047.0, 9972.0, 10015.0, 9993.0, 9984.0, 10096.0, 9966.0, 9939.0, 10061.0, 10064.0, 10145.0, 10046.0, 10035.0, 9932.0, 9929.0, 10011.0, 9968.0, 10079.0, 9979.0, 10065.0, 10025.0, 9952.0, 10075.0, 9995.0, 10003.0, 10026.0, 9953.0, 10012.0, 9973.0, 10077.0, 10109.0, 10126.0, 10111.0, 10003.0, 9958.0, 10061.0, 9988.0, 9998.0, 10097.0, 10131.0, 10172.0, 10126.0, 10051.0, 10018.0, 9974.0, 10058.0, 9956.0, 10072.0, 9970.0, 9981.0, 10064.0, 10009.0, 10089.0, 10026.0, 9956.0, 10056.0, 9995.0, 10062.0, 10126.0, 10030.0, 10069.0, 10074.0, 9995.0, 9902.0, 9919.0, 9916.0, 9900.0, 9959.0, 9967.0, 9917.0, 10055.0, 9968.0, 9903.0, 10021.0, 9949.0, 9898.0, 9988.0, 9926.0, 9918.0, 9986.0, 9914.0, 10043.0, 9944.0, 9915.0, 10003.0, 9986.0, 10062.0, 10054.0, 9943.0, 9948.0, 10009.0, 9983.0, 10014.0, 10101.0, 10062.0, 9967.0, 10033.0, 9964.0, 9967.0, 10088.0, 10027.0, 10057.0, 10031.0, 10046.0, 10086.0, 10021.0, 10086.0, 10011.0, 10122.0, 9994.0, 10015.0, 10005.0, 9969.0, 10029.0, 9963.0, 9938.0, 9987.0, 9965.0, 9959.0, 10101.0, 10036.0, 9949.0, 10000.0, 9956.0, 10071.0, 10002.0, 10035.0, 10069.0, 10105.0, 10153.0, 10083.0, 9984.0, 9976.0, 9971.0, 9972.0, 10056.0, 10052.0, 10092.0, 10075.0, 10105.0, 10004.0, 10017.0, 10010.0, 9964.0, 10121.0, 10051.0, 10141.0, 10081.0, 10069.0, 10059.0, 9975.0, 9953.0, 9979.0, 9947.0, 10002.0, 10006.0, 9972.0, 10045.0, 10013.0, 9943.0, 10093.0, 10044.0, 10079.0, 10035.0, 10078.0, 10039.0, 10035.0, 9992.0, 9946.0, 10012.0, 9962.0, 9941.0, 9991.0, 9980.0, 10074.0, 10012.0, 9977.0, 9986.0, 9976.0, 9965.0, 10017.0, 9935.0, 10048.0, 10022.0, 10050.0, 9973.0, 9941.0, 10020.0, 10029.0, 10113.0, 10023.0, 10014.0, 10061.0, 9940.0, 9945.0, 9962.0, 10073.0, 10022.0, 10005.0, 9953.0, 9966.0, 9967.0, 9974.0, 10103.0, 10061.0, 10118.0, 10103.0, 9982.0, 9936.0, 10047.0, 9990.0, 9970.0, 10033.0, 10147.0, 10107.0, 10056.0, 9996.0, 10034.0, 10005.0, 9978.0, 10039.0, 9991.0, 10037.0, 9996.0, 10074.0, 9977.0, 9942.0, 9975.0, 10064.0, 10136.0, 10116.0, 10149.0, 10146.0, 10150.0, 10060.0, 10061.0, 10007.0, 10075.0, 9979.0, 10038.0, 9979.0, 10039.0, 9972.0, 10042.0, 9960.0, 10012.0, 9964.0, 10131.0, 10028.0, 9920.0, 9955.0, 9946.0, 9956.0, 9999.0, 10038.0, 9996.0, 10054.0, 10012.0, 10070.0, 9992.0, 9921.0, 10053.0, 9942.0, 9905.0, 9844.0, 9964.0, 9990.0, 9968.0, 10044.0, 10034.0, 10000.0, 10023.0, 9967.0, 10047.0, 9981.0, 10072.0, 10000.0, 9927.0, 9910.0, 9893.0, 9940.0, 9897.0, 9906.0, 9950.0, 9922.0, 10026.0, 9938.0, 9985.0, 9916.0, 9891.0, 9940.0, 9901.0, 9998.0, 9959.0, 10046.0, 9958.0, 10065.0, 9950.0, 9985.0, 9944.0, 10052.0, 9999.0, 9939.0, 9940.0, 9904.0, 9911.0, 9990.0, 9963.0, 10000.0, 10097.0, 9973.0, 9988.0, 9971.0, 10134.0, 10095.0, 10024.0, 9969.0, 9958.0, 10046.0, 9991.0, 9951.0, 10056.0, 10012.0, 10041.0, 10018.0, 10055.0, 9999.0, 9995.0, 10020.0, 10099.0, 9967.0, 9964.0, 9950.0, 9925.0, 9958.0, 9992.0, 10025.0, 9972.0, 9941.0, 10003.0, 9931.0, 9994.0, 9957.0, 10101.0, 9951.0, 10024.0, 9946.0, 9952.0, 9916.0, 9933.0, 9957.0, 9946.0, 10026.0, 9948.0, 9995.0, 9934.0, 9997.0, 9962.0, 10044.0, 9986.0, 10075.0, 9979.0, 9959.0, 9949.0, 9921.0, 9994.0, 9932.0, 10041.0, 10021.0, 10092.0, 10000.0, 10133.0, 10005.0, 10135.0, 9996.0, 10007.0, 10066.0, 10017.0, 10006.0, 9996.0, 10029.0, 10096.0, 10094.0, 9992.0, 10079.0, 10013.0, 10111.0, 10050.0, 9941.0, 9968.0, 9936.0, 10038.0, 10011.0, 10099.0, 9992.0, 10006.0, 9931.0, 10110.0, 9959.0, 10038.0, 9990.0, 10103.0, 10098.0, 9977.0, 9997.0, 9938.0, 10018.0, 9968.0, 9914.0, 9915.0, 9990.0, 10037.0, 10086.0, 10046.0, 10046.0, 9960.0, 9978.0, 9979.0, 10020.0, 9989.0, 10045.0, 9959.0, 9996.0, 10020.0, 9938.0, 9994.0, 9971.0, 9948.0, 9967.0, 9981.0, 10031.0, 9993.0, 10080.0, 10011.0, 10075.0, 10023.0, 10090.0, 10046.0, 10087.0, 9955.0, 9927.0, 9965.0, 9954.0, 10027.0, 9995.0, 10047.0, 9981.0, 10046.0, 10012.0, 10108.0, 9982.0, 9986.0, 9999.0, 10043.0, 10082.0, 9923.0, 9914.0, 9991.0, 9979.0, 10070.0, 10001.0, 10064.0, 10021.0, 10054.0, 9963.0, 9988.0, 9996.0, 9980.0, 10121.0, 10119.0, 10040.0, 10028.0, 9952.0, 10007.0, 9934.0, 10002.0, 9989.0, 9992.0, 10074.0, 9993.0, 10036.0, 9930.0, 10054.0, 9931.0, 10003.0, 9969.0, 10012.0, 10025.0, 10086.0, 9991.0, 9943.0, 9980.0, 10031.0, 9982.0, 10038.0, 10003.0, 10054.0, 10021.0, 10004.0, 9952.0, 10062.0, 10140.0, 9990.0, 10140.0, 9990.0, 10082.0, 9992.0, 10054.0, 9992.0, 10089.0, 9996.0, 10090.0, 10139.0, 10113.0, 10054.0, 9981.0, 10036.0, 9952.0, 10025.0, 10023.0, 10089.0, 9975.0, 9990.0, 9950.0, 10001.0, 9944.0, 9977.0, 9964.0, 9983.0, 10002.0, 9989.0, 9989.0, 10015.0, 9957.0, 10012.0, 9953.0, 10064.0, 9965.0, 10053.0, 10004.0, 10075.0, 10047.0, 10052.0, 9916.0, 9906.0, 9951.0, 9914.0, 9999.0, 9950.0, 10007.0, 9958.0, 10007.0, 9957.0, 10009.0, 9954.0, 10004.0, 9962.0, 10012.0, 9958.0, 10006.0, 9947.0, 10009.0, 9955.0, 10022.0, 9964.0, 10027.0, 9958.0, 10006.0, 9970.0, 10023.0, 9977.0, 10096.0, 9994.0, 9928.0, 9955.0, 9942.0, 10008.0, 9956.0, 10005.0, 10018.0, 10020.0, 10141.0, 10164.0, 10142.0, 10079.0, 10004.0, 10078.0, 10037.0, 10125.0, 10037.0, 10048.0, 9968.0, 10017.0, 9979.0, 9999.0, 9963.0, 9947.0, 10047.0, 9969.0, 10067.0, 10006.0, 10127.0, 10027.0, 9923.0, 10018.0, 9955.0, 9989.0, 9932.0, 10007.0, 10050.0, 9999.0, 10023.0, 9984.0, 10035.0, 10094.0, 9922.0, 9928.0, 9922.0, 9949.0, 9978.0, 9982.0, 9967.0, 9954.0, 10067.0, 9991.0, 9963.0, 9965.0, 9946.0, 10039.0, 10011.0, 10079.0, 10011.0, 10125.0, 10078.0, 10092.0, 9988.0, 9938.0, 9972.0, 9932.0, 9983.0, 9921.0, 9976.0, 9930.0, 9974.0, 9954.0, 10059.0, 10127.0, 10119.0, 10055.0, 10020.0, 9975.0, 9900.0, 9947.0, 9945.0, 10036.0, 9967.0, 10014.0, 9981.0, 10060.0, 9948.0, 9958.0, 9929.0, 9928.0, 9974.0, 10054.0, 9956.0, 9957.0, 10024.0, 9979.0, 10014.0, 9969.0, 10010.0, 9989.0, 10126.0, 10042.0, 10042.0, 9935.0, 9914.0, 9976.0, 9921.0, 10008.0, 9940.0, 9989.0, 9963.0, 9982.0, 9944.0, 9946.0, 9928.0, 10005.0, 9916.0, 10059.0, 9996.0, 9955.0, 9992.0, 9964.0, 10025.0, 9941.0, 10020.0, 9917.0, 9973.0, 9924.0, 10020.0, 9965.0, 10066.0, 9975.0, 10056.0, 9962.0, 10026.0, 9974.0, 9895.0, 9960.0, 9915.0, 9999.0, 9945.0, 10016.0, 9944.0, 10121.0, 10136.0, 10089.0, 9992.0, 9997.0, 10000.0, 10028.0, 10004.0, 9950.0, 9971.0, 9958.0, 9960.0, 9994.0, 10032.0, 10085.0, 10076.0, 10032.0, 9996.0, 10030.0, 10119.0, 10145.0, 10026.0, 9958.0, 9969.0, 9962.0, 10025.0, 9959.0, 10012.0, 9965.0, 9968.0, 9968.0, 9936.0, 9944.0, 10024.0, 9988.0, 10079.0, 10033.0, 10074.0, 10019.0, 10057.0, 9998.0, 10015.0, 9964.0, 9917.0, 9965.0, 9935.0, 10010.0, 9958.0, 10039.0, 9979.0, 9960.0, 9977.0, 9965.0, 10028.0, 9990.0, 10057.0, 9988.0, 10018.0, 9983.0, 10108.0, 10071.0, 10100.0, 10106.0, 9968.0, 10087.0, 9982.0, 10125.0, 9996.0, 10116.0, 10031.0, 10082.0, 9971.0, 9950.0, 9964.0, 9965.0, 10029.0, 9995.0, 10063.0, 9976.0, 10074.0, 10026.0, 10055.0, 10102.0, 10050.0, 9960.0, 9948.0, 9928.0, 9991.0, 9962.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.0022282508630609896</td></tr>
<tr><td colspan=3>aqi</td><td>0.03018214706559264</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.86098736023037</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2321543357718887</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0202850882142847</td></tr>
<tr><td colspan=3>efc</td><td>0.5236</td></tr>
<tr><td colspan=3>fber</td><td>3058.543</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21988300067702962</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>338</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>38.89528193325662</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4469694998580724</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3068425813642235</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.661969663806425</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.372096254403569</td></tr>
<tr><td colspan=3>gcor</td><td>0.0153079</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0152174923568964</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04237786680459976</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.069619274583154</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.0011</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.1912</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>273.1607</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>292115.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1330.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>482.3452</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7636</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>621.4905</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3715.7094</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3839.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4947.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>943.3259</td></tr>
<tr><td colspan=3>tsnr</td><td>30.730149272829294</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>