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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0017/ses-01/func/sub-0017_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b24b91667b0afaf40183e92e38e3adf7</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:58:30.330000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99723, -0.0743837, -0.000490923, 0.073232, 0.982905, -0.168925]</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_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0980817</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7713, -7247, 566, 31, -158, -40, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.928</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>283e4a3a-b474-448c-906d-af900d2ca2e0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6754939556121826, 0.19647616147994995, -0.03522911295294762, 101.49172973632812], [0.19956600666046143, 2.6370608806610107, -0.45473769307136536, -79.65892028808594], [-0.0013171114260330796, 0.45321425795555115, 2.6611976623535156, -88.13886260986328], [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': ['125830.330000', '125830.790000', '125831.250000', '125831.710000', '125832.170000', '125832.630000', '125833.090000', '125833.550000', '125834.010000', '125834.470000', '125834.930000', '125835.390000', '125835.850000', '125836.310000', '125836.770000', '125837.230000', '125837.690000', '125838.150000', '125838.610000', '125839.070000', '125839.530000', '125839.990000', '125840.450000', '125840.910000', '125841.370000', '125841.830000', '125842.290000', '125842.750000', '125843.210000', '125843.670000', '125844.130000', '125844.590000', '125845.050000', '125845.510000', '125845.970000', '125846.430000', '125846.890000', '125847.350000', '125847.810000', '125848.270000', '125848.730000', '125849.190000', '125849.650000', '125850.110000', '125850.570000', '125851.030000', '125851.490000', '125851.950000', '125852.410000', '125852.870000', '125853.330000', '125853.790000', '125854.250000', '125854.710000', '125855.170000', '125855.630000', '125856.090000', '125856.550000', '125857.010000', '125857.470000', '125857.930000', '125858.390000', '125858.850000', '125859.310000', '125859.770000', '125900.230000', '125900.690000', '125901.150000', '125901.610000', '125902.070000', '125902.530000', '125902.990000', '125903.450000', '125903.910000', '125904.370000', '125904.830000', '125905.290000', '125905.750000', '125906.210000', '125906.670000', '125907.130000', '125907.590000', '125908.050000', '125908.510000', '125908.970000', '125909.430000', '125909.890000', '125910.350000', '125910.810000', '125911.270000', '125911.730000', '125912.190000', '125912.650000', '125913.110000', '125913.570000', '125914.030000', '125914.490000', '125914.950000', '125915.410000', '125915.870000', '125916.330000', '125916.790000', '125917.250000', '125917.710000', '125918.170000', '125918.630000', '125919.090000', '125919.550000', '125920.010000', '125920.470000', '125920.930000', '125921.390000', '125921.850000', '125922.310000', '125922.770000', '125923.230000', '125923.690000', '125924.150000', '125924.610000', '125925.070000', '125925.530000', '125925.990000', '125926.450000', '125926.910000', '125927.370000', '125927.830000', '125928.290000', '125928.750000', '125929.210000', '125929.670000', '125930.130000', '125930.590000', '125931.050000', '125931.510000', '125931.970000', '125932.430000', '125932.890000', '125933.350000', '125933.810000', '125934.270000', '125934.730000', '125935.190000', '125935.650000', '125936.110000', '125936.570000', '125937.030000', '125937.490000', '125937.950000', '125938.410000', '125938.870000', '125939.330000', '125939.790000', '125940.250000', '125940.710000', '125941.170000', '125941.630000', '125942.090000', '125942.550000', '125943.010000', '125943.470000', '125943.930000', '125944.390000', '125944.850000', '125945.310000', '125945.770000', '125946.230000', '125946.690000', '125947.150000', '125947.610000', '125948.070000', '125948.530000', '125948.990000', '125949.450000', '125949.910000', '125950.370000', '125950.830000', '125951.290000', '125951.750000', '125952.210000', '125952.670000', '125953.130000', '125953.590000', '125954.050000', '125954.510000', '125954.970000', '125955.430000', '125955.890000', '125956.350000', '125956.810000', '125957.270000', '125957.730000', '125958.190000', '125958.650000', '125959.110000', '125959.570000', '130000.030000', '130000.490000', '130000.950000', '130001.410000', '130001.870000', '130002.330000', '130002.790000', '130003.250000', '130003.710000', '130004.170000', '130004.630000', '130005.090000', '130005.550000', '130006.010000', '130006.470000', '130006.930000', '130007.390000', '130007.850000', '130008.310000', '130008.770000', '130009.230000', '130009.690000', '130010.150000', '130010.610000', '130011.070000', '130011.530000', '130011.990000', '130012.450000', '130012.910000', '130013.370000', '130013.830000', '130014.290000', '130014.750000', '130015.210000', '130015.670000', '130016.130000', '130016.590000', '130017.050000', '130017.510000', '130017.970000', '130018.430000', '130018.890000', '130019.350000', '130019.810000', '130020.270000', '130020.730000', '130021.190000', '130021.650000', '130022.110000', '130022.570000', '130023.030000', '130023.490000', '130023.950000', '130024.410000', '130024.870000', '130025.330000', '130025.790000', '130026.250000', '130026.710000', '130027.170000', '130027.630000', '130028.090000', '130028.550000', '130029.010000', '130029.470000', '130029.930000', '130030.390000', '130030.850000', '130031.310000', '130031.770000', '130032.230000', '130032.690000', '130033.150000', '130033.610000', '130034.070000', '130034.530000', '130034.990000', '130035.450000', '130035.910000', '130036.370000', '130036.830000', '130037.290000', '130037.750000', '130038.210000', '130038.670000', '130039.130000', '130039.590000', '130040.050000', '130040.510000', '130040.970000', '130041.430000', '130041.890000', '130042.350000', '130042.810000', '130043.270000', '130043.730000', '130044.190000', '130044.650000', '130045.110000', '130045.570000', '130046.030000', '130046.490000', '130046.950000', '130047.410000', '130047.870000', '130048.330000', '130048.790000', '130049.250000', '130049.710000', '130050.170000', '130050.630000', '130051.090000', '130051.550000', '130052.010000', '130052.470000', '130052.930000', '130053.390000', '130053.850000', '130054.310000', '130054.770000', '130055.230000', '130055.690000', '130056.150000', '130056.610000', '130057.070000', '130057.530000', '130057.990000', '130058.450000', '130058.910000', '130059.370000', '130059.830000', '130100.290000', '130100.750000', '130101.210000', '130101.670000', '130102.130000', '130102.590000', '130103.050000', '130103.510000', '130103.970000', '130104.430000', '130104.890000', '130105.350000', '130105.810000', '130106.270000', '130106.730000', '130107.190000', '130107.650000', '130108.110000', '130108.570000', '130109.030000', '130109.490000', '130109.950000', '130110.410000', '130110.870000', '130111.330000', '130111.790000', '130112.250000', '130112.710000', '130113.170000', '130113.630000', '130114.090000', '130114.550000', '130115.010000', '130115.470000', '130115.930000', '130116.390000', '130116.850000', '130117.310000', '130117.770000', '130118.230000', '130118.690000', '130119.150000', '130119.610000', '130120.070000', '130120.530000', '130120.990000', '130121.450000', '130121.910000', '130122.370000', '130122.830000', '130123.290000', '130123.750000', '130124.210000', '130124.670000', '130125.130000', '130125.590000', '130126.050000', '130126.510000', '130126.970000', '130127.430000', '130127.890000', '130128.350000', '130128.810000', '130129.270000', '130129.730000', '130130.190000', '130130.650000', '130131.110000', '130131.570000', '130132.030000', '130132.490000', '130132.950000', '130133.410000', '130133.870000', '130134.330000', '130134.790000', '130135.250000', '130135.710000', '130136.170000', '130136.630000', '130137.090000', '130137.550000', '130138.010000', '130138.470000', '130138.930000', '130139.390000', '130139.850000', '130140.310000', '130140.770000', '130141.230000', '130141.690000', '130142.150000', '130142.610000', '130143.070000', '130143.530000', '130143.990000', '130144.450000', '130144.910000', '130145.370000', '130145.830000', '130146.290000', '130146.750000', '130147.210000', '130147.670000', '130148.130000', '130148.590000', '130149.050000', '130149.510000', '130149.970000', '130150.430000', '130150.890000', '130151.350000', '130151.810000', '130152.270000', '130152.730000', '130153.190000', '130153.650000', '130154.110000', '130154.570000', '130155.030000', '130155.490000', '130155.950000', '130156.410000', '130156.870000', '130157.330000', '130157.790000', '130158.250000', '130158.710000', '130159.170000', '130159.630000', '130200.090000', '130200.550000', '130201.010000', '130201.470000', '130201.930000', '130202.390000', '130202.850000', '130203.310000', '130203.770000', '130204.230000', '130204.690000', '130205.150000', '130205.610000', '130206.070000', '130206.530000', '130206.990000', '130207.450000', '130207.910000', '130208.370000', '130208.830000', '130209.290000', '130209.750000', '130210.210000', '130210.670000', '130211.130000', '130211.590000', '130212.050000', '130212.510000', '130212.970000', '130213.430000', '130213.890000', '130214.350000', '130214.810000', '130215.270000', '130215.730000', '130216.190000', '130216.650000', '130217.110000', '130217.570000', '130218.030000', '130218.490000', '130218.950000', '130219.410000', '130219.870000', '130220.330000', '130220.790000', '130221.250000', '130221.710000', '130222.170000', '130222.630000', '130223.090000', '130223.550000', '130224.010000', '130224.470000', '130224.930000', '130225.390000', '130225.850000', '130226.310000', '130226.770000', '130227.230000', '130227.690000', '130228.150000', '130228.610000', '130229.070000', '130229.530000', '130229.990000', '130230.450000', '130230.910000', '130231.370000', '130231.830000', '130232.290000', '130232.750000', '130233.210000', '130233.670000', '130234.130000', '130234.590000', '130235.050000', '130235.510000', '130235.970000', '130236.430000', '130236.890000', '130237.350000', '130237.810000', '130238.270000', '130238.730000', '130239.190000', '130239.650000', '130240.110000', '130240.570000', '130241.030000', '130241.490000', '130241.950000', '130242.410000', '130242.870000', '130243.330000', '130243.790000', '130244.250000', '130244.710000', '130245.170000', '130245.630000', '130246.090000', '130246.550000', '130247.010000', '130247.470000', '130247.930000', '130248.390000', '130248.850000', '130249.310000', '130249.770000', '130250.230000', '130250.690000', '130251.150000', '130251.610000', '130252.070000', '130252.530000', '130252.990000', '130253.450000', '130253.910000', '130254.370000', '130254.830000', '130255.290000', '130255.750000', '130256.210000', '130256.670000', '130257.130000', '130257.590000', '130258.050000', '130258.510000', '130258.970000', '130259.430000', '130259.890000', '130300.350000', '130300.810000', '130301.270000', '130301.730000', '130302.190000', '130302.650000', '130303.110000', '130303.570000', '130304.030000', '130304.490000', '130304.950000', '130305.410000', '130305.870000', '130306.330000', '130306.790000', '130307.250000', '130307.710000', '130308.170000', '130308.630000', '130309.090000', '130309.550000', '130310.010000', '130310.470000', '130310.930000', '130311.390000', '130311.850000', '130312.310000', '130312.770000', '130313.230000', '130313.690000', '130314.150000', '130314.610000', '130315.070000', '130315.530000', '130315.990000', '130316.450000', '130316.910000', '130317.370000', '130317.830000', '130318.290000', '130318.750000', '130319.210000', '130319.670000', '130320.130000', '130320.590000', '130321.050000', '130321.510000', '130321.970000', '130322.430000', '130322.890000', '130323.350000', '130323.810000', '130324.270000', '130324.730000', '130325.190000', '130325.650000', '130326.110000', '130326.570000', '130327.030000', '130327.490000', '130327.950000', '130328.410000', '130328.870000', '130329.330000', '130329.790000', '130330.250000', '130330.710000', '130331.170000', '130331.630000', '130332.090000', '130332.550000', '130333.010000', '130333.470000', '130333.930000', '130334.390000', '130334.850000', '130335.310000', '130335.770000', '130336.230000', '130336.690000', '130337.150000', '130337.610000', '130338.070000', '130338.530000', '130338.990000', '130339.450000', '130339.910000', '130340.370000', '130340.830000', '130341.290000', '130341.750000', '130342.210000', '130342.670000', '130343.130000', '130343.590000', '130344.050000', '130344.510000', '130344.970000', '130345.430000', '130345.890000', '130346.350000', '130346.810000', '130347.270000', '130347.730000', '130348.190000', '130348.650000', '130349.110000', '130349.570000', '130350.030000', '130350.490000', '130350.950000', '130351.410000', '130351.870000', '130352.330000', '130352.790000', '130353.250000', '130353.710000', '130354.170000', '130354.630000', '130355.090000', '130355.550000', '130356.010000', '130356.470000', '130356.930000', '130357.390000', '130357.850000', '130358.310000', '130358.770000', '130359.230000', '130359.690000', '130400.150000', '130400.610000', '130401.070000', '130401.530000', '130401.990000', '130402.450000', '130402.910000', '130403.370000', '130403.830000', '130404.290000', '130404.750000', '130405.210000', '130405.670000', '130406.130000', '130406.590000', '130407.050000', '130407.510000', '130407.970000', '130408.430000', '130408.890000', '130409.350000', '130409.810000', '130410.270000', '130410.730000', '130411.190000', '130411.650000', '130412.110000', '130412.570000', '130413.030000', '130413.490000', '130413.950000', '130414.410000', '130414.870000', '130415.330000', '130415.790000', '130416.250000', '130416.710000', '130417.170000', '130417.630000', '130418.090000', '130418.550000', '130419.010000', '130419.470000', '130419.930000', '130420.390000', '130420.850000', '130421.310000', '130421.770000', '130422.230000', '130422.690000', '130423.150000', '130423.610000', '130424.070000', '130424.530000', '130424.990000', '130425.450000', '130425.910000', '130426.370000', '130426.830000', '130427.290000', '130427.750000', '130428.210000', '130428.670000', '130429.130000', '130429.590000', '130430.050000', '130430.510000', '130430.970000', '130431.430000', '130431.890000', '130432.350000', '130432.810000', '130433.270000', '130433.730000', '130434.190000', '130434.650000', '130435.110000', '130435.570000', '130436.030000', '130436.490000', '130436.950000', '130437.410000', '130437.870000', '130438.330000', '130438.790000', '130439.250000', '130439.710000', '130440.170000', '130440.630000', '130441.090000', '130441.550000', '130442.010000', '130442.470000', '130442.930000', '130443.390000', '130443.850000', '130444.310000', '130444.770000', '130445.230000', '130445.690000', '130446.150000', '130446.610000', '130447.070000', '130447.530000', '130447.990000', '130448.450000', '130448.910000', '130449.370000', '130449.830000', '130450.290000', '130450.750000', '130451.210000', '130451.670000', '130452.130000', '130452.590000', '130453.050000', '130453.510000', '130453.970000', '130454.430000', '130454.890000', '130455.350000', '130455.810000', '130456.270000', '130456.730000', '130457.190000', '130457.650000', '130458.110000', '130458.570000', '130459.030000', '130459.490000', '130459.950000', '130500.410000', '130500.870000', '130501.330000', '130501.790000', '130502.250000', '130502.710000', '130503.170000', '130503.630000', '130504.090000', '130504.550000', '130505.010000', '130505.470000', '130505.930000', '130506.390000', '130506.850000', '130507.310000', '130507.770000', '130508.230000', '130508.690000', '130509.150000', '130509.610000', '130510.070000', '130510.530000', '130510.990000'], 'ContentTime': ['125842.967000', '125842.971000', '125842.974000', '125842.976000', '125842.979000', '125842.982000', '125842.985000', '125842.988000', '125842.990000', '125842.993000', '125842.996000', '125843.000000', '125843.004000', '125843.010000', '125843.013000', '125843.016000', '125843.019000', '125843.021000', '125843.024000', '125843.027000', '125843.030000', '125843.033000', '125843.036000', '125843.038000', '125843.041000', '125843.044000', '125902.924000', '125902.938000', '125902.941000', '125902.957000', '125902.960000', '125902.963000', '125902.965000', '125902.968000', '125902.971000', '125902.974000', '125902.977000', '125902.980000', '125902.982000', '125902.985000', '125902.988000', '125902.991000', '125902.994000', '125902.996000', '125903.000000', '125903.003000', '125903.006000', '125903.009000', '125903.011000', '125903.015000', '125903.017000', '125903.020000', '125903.023000', '125903.026000', '125903.028000', '125903.031000', '125903.034000', '125903.037000', '125903.040000', '125903.042000', '125903.045000', '125903.048000', '125903.057000', '125903.060000', '125903.062000', '125903.065000', '125903.068000', '125903.071000', '125903.073000', '125903.076000', '125922.924000', '125922.927000', '125922.930000', '125922.933000', '125922.936000', '125922.939000', '125922.942000', '125922.945000', '125922.947000', '125922.950000', '125922.953000', '125922.956000', '125922.959000', '125922.962000', '125922.965000', '125922.967000', '125922.970000', '125922.973000', '125922.976000', '125922.979000', '125922.981000', '125922.984000', '125922.987000', '125922.990000', '125922.993000', '125922.996000', '125922.998000', '125923.002000', '125923.005000', '125923.008000', '125923.011000', '125923.014000', '125923.016000', '125923.019000', '125923.022000', '125923.031000', '125923.033000', '125923.036000', '125923.039000', '125923.042000', '125923.045000', '125923.048000', '125923.050000', '125942.924000', '125942.927000', '125942.930000', '125942.933000', '125942.935000', '125942.938000', '125942.941000', '125942.944000', '125942.947000', '125942.949000', '125942.952000', '125942.955000', '125942.958000', '125942.961000', '125942.964000', '125942.967000', '125942.969000', '125942.972000', '125942.975000', '125942.978000', '125942.981000', '125942.983000', '125942.986000', '125942.989000', '125942.992000', '125942.995000', '125942.998000', '125943.001000', '125943.004000', '125943.007000', '125943.010000', '125943.013000', '125943.015000', '125943.018000', '125943.027000', '125943.030000', '125943.033000', '125943.035000', '125943.038000', '125943.041000', '125943.044000', '125943.047000', '125943.050000', '125943.052000', '130002.924000', '130002.927000', '130002.930000', '130002.932000', '130002.935000', '130002.938000', '130002.941000', '130002.944000', '130002.947000', '130002.950000', '130002.952000', '130002.955000', '130002.958000', '130002.961000', '130002.964000', '130002.967000', '130002.970000', '130002.972000', '130002.975000', '130002.978000', '130002.981000', '130002.984000', '130002.987000', '130002.989000', '130002.992000', '130002.995000', '130002.998000', '130003.002000', '130003.005000', '130003.008000', '130003.010000', '130003.013000', '130003.016000', '130003.019000', '130003.022000', '130003.024000', '130003.027000', '130003.030000', '130003.033000', '130003.036000', '130003.039000', '130003.043000', '130003.045000', '130022.924000', '130022.927000', '130022.930000', '130022.932000', '130022.935000', '130022.938000', '130022.941000', '130022.944000', '130022.946000', '130022.949000', '130022.952000', '130022.955000', '130022.958000', '130022.961000', '130022.964000', '130022.966000', '130022.969000', '130022.972000', '130022.975000', '130022.978000', '130022.980000', '130022.983000', '130022.986000', '130022.989000', '130022.992000', '130022.995000', '130022.997000', '130023.001000', '130023.004000', '130023.007000', '130023.010000', '130023.013000', '130023.016000', '130023.018000', '130023.021000', '130023.024000', '130023.027000', '130023.030000', '130023.032000', '130023.035000', '130023.038000', '130023.041000', '130023.044000', '130023.047000', '130042.924000', '130042.927000', '130042.929000', '130042.932000', '130042.935000', '130042.938000', '130042.941000', '130042.944000', '130042.947000', '130042.949000', '130042.952000', '130042.955000', '130042.958000', '130042.961000', '130042.964000', '130042.967000', '130042.969000', '130042.972000', '130042.975000', '130042.978000', '130042.981000', '130042.984000', '130042.986000', '130042.989000', '130042.992000', '130042.995000', '130042.998000', '130043.002000', '130043.005000', '130043.008000', '130043.010000', '130043.013000', '130043.016000', '130043.019000', '130043.022000', '130043.024000', '130043.027000', '130043.030000', '130043.033000', '130043.036000', '130043.039000', '130043.042000', '130043.044000', '130102.924000', '130102.927000', '130102.929000', '130102.932000', '130102.935000', '130102.938000', '130102.941000', '130102.943000', '130102.946000', '130102.949000', '130102.952000', '130102.955000', '130102.958000', '130102.961000', '130102.964000', '130102.967000', '130102.969000', '130102.972000', '130102.975000', '130102.978000', '130102.981000', '130102.984000', '130102.986000', '130102.989000', '130102.992000', '130102.995000', '130102.998000', '130103.001000', '130103.004000', '130103.007000', '130103.010000', '130103.013000', '130103.016000', '130103.018000', '130103.021000', '130103.024000', '130103.027000', '130103.029000', '130103.032000', '130103.035000', '130103.038000', '130103.041000', '130103.044000', '130103.046000', '130122.924000', '130122.927000', '130122.930000', '130122.932000', '130122.935000', '130122.938000', '130122.941000', '130122.944000', '130122.947000', '130122.950000', '130122.953000', '130122.955000', '130122.958000', '130122.961000', '130122.964000', '130122.967000', '130122.970000', '130122.972000', '130122.975000', '130122.978000', '130122.981000', '130122.984000', '130122.987000', '130122.989000', '130122.992000', '130122.995000', '130122.998000', '130123.002000', '130123.004000', '130123.007000', '130123.010000', '130123.013000', '130123.016000', '130123.018000', '130123.021000', '130123.024000', '130123.027000', '130123.030000', '130123.032000', '130123.035000', '130123.038000', '130123.041000', '130123.044000', '130142.924000', '130142.928000', '130142.933000', '130142.936000', '130142.939000', '130142.942000', '130142.945000', '130142.948000', '130142.951000', '130142.954000', '130142.957000', '130142.960000', '130142.963000', '130142.966000', '130142.969000', '130142.981000', '130142.984000', '130142.987000', '130142.990000', '130142.993000', '130142.996000', '130143.000000', '130143.003000', '130143.006000', '130143.008000', '130143.011000', '130143.014000', '130143.018000', '130143.021000', '130143.024000', '130143.026000', '130143.029000', '130143.032000', '130143.035000', '130143.038000', '130143.041000', '130143.044000', '130143.047000', '130143.050000', '130143.052000', '130143.055000', '130143.058000', '130143.061000', '130202.924000', '130202.927000', '130202.930000', '130202.933000', '130202.935000', '130202.938000', '130202.941000', '130202.944000', '130202.947000', '130202.950000', '130202.953000', '130202.955000', '130202.958000', '130202.961000', '130202.964000', '130202.967000', '130202.969000', '130202.972000', '130202.975000', '130202.978000', '130202.981000', '130202.984000', '130202.998000', '130203.002000', '130203.005000', '130203.008000', '130203.011000', '130203.013000', '130203.016000', '130203.019000', '130203.022000', '130203.025000', '130203.027000', '130203.030000', '130203.033000', '130203.036000', '130203.039000', '130203.042000', '130203.045000', '130203.047000', '130203.050000', '130203.053000', '130203.056000', '130203.059000', '130222.924000', '130222.927000', '130222.930000', '130222.932000', '130222.935000', '130222.938000', '130222.941000', '130222.945000', '130222.949000', '130222.952000', '130222.955000', '130222.958000', '130222.961000', '130222.964000', '130222.967000', '130222.969000', '130222.972000', '130222.975000', '130222.978000', '130222.981000', '130222.984000', '130222.986000', '130222.989000', '130222.992000', '130222.995000', '130222.997000', '130223.002000', '130223.004000', '130223.007000', '130223.010000', '130223.013000', '130223.016000', '130223.018000', '130223.021000', '130223.024000', '130223.027000', '130223.030000', '130223.033000', '130223.035000', '130223.038000', '130223.041000', '130223.044000', '130223.047000', '130242.924000', '130242.927000', '130242.930000', '130242.932000', '130242.935000', '130242.938000', '130242.941000', '130242.944000', '130242.947000', '130242.950000', '130242.953000', '130242.955000', '130242.958000', '130242.961000', '130242.964000', '130242.967000', '130242.969000', '130242.972000', '130242.975000', '130242.978000', '130242.981000', '130242.984000', '130242.987000', '130242.989000', '130242.992000', '130242.995000', '130242.998000', '130243.002000', '130243.004000', '130243.007000', '130243.010000', '130243.013000', '130243.016000', '130243.019000', '130243.021000', '130243.024000', '130243.027000', '130243.030000', '130243.033000', '130243.036000', '130243.038000', '130243.041000', '130243.044000', '130243.047000', '130302.924000', '130302.927000', '130302.930000', '130302.933000', '130302.935000', '130302.938000', '130302.941000', '130302.944000', '130302.947000', '130302.951000', '130302.956000', '130302.959000', '130302.962000', '130302.965000', '130302.968000', '130302.970000', '130302.973000', '130302.976000', '130302.979000', '130302.982000', '130302.985000', '130302.988000', '130302.990000', '130302.993000', '130302.996000', '130303.000000', '130303.003000', '130303.005000', '130303.008000', '130303.011000', '130303.014000', '130303.017000', '130303.019000', '130303.022000', '130303.025000', '130303.028000', '130303.031000', '130303.034000', '130303.037000', '130303.039000', '130303.042000', '130303.045000', '130303.048000', '130322.924000', '130322.927000', '130322.929000', '130322.932000', '130322.935000', '130322.938000', '130322.941000', '130322.944000', '130322.947000', '130322.950000', '130322.952000', '130322.955000', '130322.958000', '130322.961000', '130322.964000', '130322.967000', '130322.969000', '130322.972000', '130322.975000', '130322.978000', '130322.981000', '130322.984000', '130322.986000', '130322.989000', '130322.992000', '130322.995000', '130322.998000', '130323.002000', '130323.005000', '130323.007000', '130323.010000', '130323.013000', '130323.016000', '130323.019000', '130323.021000', '130323.024000', '130323.027000', '130323.030000', '130323.033000', '130323.036000', '130323.039000', '130323.041000', '130323.044000', '130323.047000', '130342.924000', '130342.927000', '130342.930000', '130342.950000', '130342.953000', '130342.956000', '130342.959000', '130342.961000', '130342.964000', '130342.967000', '130342.970000', '130342.973000', '130342.976000', '130342.978000', '130342.981000', '130342.984000', '130342.987000', '130342.992000', '130342.996000', '130342.998000', '130343.002000', '130343.005000', '130343.008000', '130343.011000', '130343.014000', '130343.016000', '130343.019000', '130343.022000', '130343.025000', '130343.028000', '130343.031000', '130343.033000', '130343.036000', '130343.039000', '130343.042000', '130343.045000', '130343.048000', '130343.051000', '130343.053000', '130343.056000', '130343.059000', '130343.062000', '130343.065000', '130402.924000', '130402.927000', '130402.930000', '130402.933000', '130402.935000', '130402.938000', '130402.941000', '130402.944000', '130402.947000', '130402.950000', '130402.952000', '130402.955000', '130402.958000', '130402.961000', '130402.964000', '130402.967000', '130402.970000', '130402.973000', '130402.976000', '130402.979000', '130402.981000', '130402.989000', '130402.992000', '130402.995000', '130402.998000', '130403.002000', '130403.005000', '130403.008000', '130403.011000', '130403.013000', '130403.016000', '130403.019000', '130403.022000', '130403.025000', '130403.028000', '130403.030000', '130403.033000', '130403.036000', '130403.039000', '130403.042000', '130403.044000', '130403.047000', '130403.050000', '130403.053000', '130422.924000', '130422.927000', '130422.930000', '130422.933000', '130422.935000', '130422.938000', '130422.941000', '130422.944000', '130422.947000', '130422.950000', '130422.953000', '130422.955000', '130422.958000', '130422.961000', '130422.964000', '130422.967000', '130422.970000', '130422.973000', '130422.975000', '130422.978000', '130422.981000', '130422.984000', '130422.987000', '130422.990000', '130422.995000', '130423.000000', '130423.003000', '130423.006000', '130423.009000', '130423.012000', '130423.014000', '130423.017000', '130423.020000', '130423.023000', '130423.026000', '130423.029000', '130423.031000', '130423.034000', '130423.037000', '130423.040000', '130423.043000', '130423.045000', '130423.048000', '130442.924000', '130442.927000', '130442.930000', '130442.933000', '130442.935000', '130442.938000', '130442.941000', '130442.944000', '130442.947000', '130442.950000', '130442.952000', '130442.955000', '130442.958000', '130442.961000', '130442.964000', '130442.967000', '130442.969000', '130442.972000', '130442.975000', '130442.978000', '130442.981000', '130442.984000', '130442.987000', '130442.989000', '130442.992000', '130442.995000', '130442.998000', '130443.002000', '130443.005000', '130443.007000', '130443.010000', '130443.013000', '130443.016000', '130443.019000', '130443.022000', '130443.024000', '130443.027000', '130443.030000', '130443.033000', '130443.036000', '130443.039000', '130443.041000', '130443.044000', '130443.047000', '130502.924000', '130502.927000', '130502.930000', '130502.932000', '130502.935000', '130502.938000', '130502.941000', '130502.944000', '130502.947000', '130502.950000', '130502.954000', '130502.957000', '130502.960000', '130502.979000', '130502.982000', '130502.985000', '130502.987000', '130502.990000', '130502.993000', '130502.996000', '130503.000000', '130503.003000', '130503.005000', '130503.008000', '130503.019000', '130503.022000', '130503.025000', '130503.028000', '130503.031000', '130503.034000', '130503.037000', '130503.040000', '130503.042000', '130503.045000', '130503.048000', '130503.051000', '130503.054000', '130503.057000', '130503.060000', '130503.062000', '130503.065000', '130503.068000', '130503.071000', '130511.801000', '130511.805000', '130511.809000', '130511.812000', '130511.815000', '130511.818000', '130511.821000', '130511.824000', '130511.828000', '130511.831000', '130511.834000', '130511.837000', '130511.840000', '130511.843000', '130511.846000', '130511.849000', '130511.851000', '130511.854000', '130511.857000', '130511.860000'], 'InstanceCreationTime': ['125842.967000', '125842.971000', '125842.974000', '125842.976000', '125842.979000', '125842.982000', '125842.985000', '125842.988000', '125842.990000', '125842.993000', '125842.996000', '125843.000000', '125843.004000', '125843.010000', '125843.013000', '125843.016000', '125843.019000', '125843.021000', '125843.024000', '125843.027000', '125843.030000', '125843.033000', '125843.036000', '125843.038000', '125843.041000', '125843.044000', '125902.924000', '125902.938000', '125902.941000', '125902.957000', '125902.960000', '125902.963000', '125902.965000', '125902.968000', '125902.971000', '125902.974000', '125902.977000', '125902.980000', '125902.982000', '125902.985000', '125902.988000', '125902.991000', '125902.994000', '125902.996000', '125903.000000', '125903.003000', '125903.006000', '125903.009000', '125903.011000', '125903.015000', '125903.017000', '125903.020000', '125903.023000', '125903.026000', '125903.028000', '125903.031000', '125903.034000', '125903.037000', '125903.040000', '125903.042000', '125903.045000', '125903.048000', '125903.057000', '125903.060000', '125903.062000', '125903.065000', '125903.068000', '125903.071000', '125903.073000', '125903.076000', '125922.924000', '125922.927000', '125922.930000', '125922.933000', '125922.936000', '125922.939000', '125922.942000', '125922.945000', '125922.947000', '125922.950000', '125922.953000', '125922.956000', '125922.959000', '125922.962000', '125922.965000', '125922.967000', '125922.970000', '125922.973000', '125922.976000', '125922.979000', '125922.981000', '125922.984000', '125922.987000', '125922.990000', '125922.993000', '125922.996000', '125922.998000', '125923.002000', '125923.005000', '125923.008000', '125923.011000', '125923.014000', '125923.016000', '125923.019000', '125923.022000', '125923.031000', '125923.033000', '125923.036000', '125923.039000', '125923.042000', '125923.045000', '125923.048000', '125923.050000', '125942.924000', '125942.927000', '125942.930000', '125942.933000', '125942.935000', '125942.938000', '125942.941000', '125942.944000', '125942.947000', '125942.949000', '125942.952000', '125942.955000', '125942.958000', '125942.961000', '125942.964000', '125942.967000', '125942.969000', '125942.972000', '125942.975000', '125942.978000', '125942.981000', '125942.983000', '125942.986000', '125942.989000', '125942.992000', '125942.995000', '125942.998000', '125943.001000', '125943.004000', '125943.007000', '125943.010000', '125943.013000', '125943.015000', '125943.018000', '125943.027000', '125943.030000', '125943.033000', '125943.035000', '125943.038000', '125943.041000', '125943.044000', '125943.047000', '125943.050000', '125943.052000', '130002.924000', '130002.927000', '130002.930000', '130002.932000', '130002.935000', '130002.938000', '130002.941000', '130002.944000', '130002.947000', '130002.950000', '130002.952000', '130002.955000', '130002.958000', '130002.961000', '130002.964000', '130002.967000', '130002.970000', '130002.972000', '130002.975000', '130002.978000', '130002.981000', '130002.984000', '130002.987000', '130002.989000', '130002.992000', '130002.995000', '130002.998000', '130003.002000', '130003.005000', '130003.008000', '130003.010000', '130003.013000', '130003.016000', '130003.019000', '130003.022000', '130003.024000', '130003.027000', '130003.030000', '130003.033000', '130003.036000', '130003.039000', '130003.043000', '130003.045000', '130022.924000', '130022.927000', '130022.930000', '130022.932000', '130022.935000', '130022.938000', '130022.941000', '130022.944000', '130022.946000', '130022.949000', '130022.952000', '130022.955000', '130022.958000', '130022.961000', '130022.964000', '130022.966000', '130022.969000', '130022.972000', '130022.975000', '130022.978000', '130022.980000', '130022.983000', '130022.986000', '130022.989000', '130022.992000', '130022.995000', '130022.997000', '130023.001000', '130023.004000', '130023.007000', '130023.010000', '130023.013000', '130023.016000', '130023.018000', '130023.021000', '130023.024000', '130023.027000', '130023.030000', '130023.032000', '130023.035000', '130023.038000', '130023.041000', '130023.044000', '130023.047000', '130042.924000', '130042.927000', '130042.929000', '130042.932000', '130042.935000', '130042.938000', '130042.941000', '130042.944000', '130042.947000', '130042.949000', '130042.952000', '130042.955000', '130042.958000', '130042.961000', '130042.964000', '130042.967000', '130042.969000', '130042.972000', '130042.975000', '130042.978000', '130042.981000', '130042.984000', '130042.986000', '130042.989000', '130042.992000', '130042.995000', '130042.998000', '130043.002000', '130043.005000', '130043.008000', '130043.010000', '130043.013000', '130043.016000', '130043.019000', '130043.022000', '130043.024000', '130043.027000', '130043.030000', '130043.033000', '130043.036000', '130043.039000', '130043.042000', '130043.044000', '130102.924000', '130102.927000', '130102.929000', '130102.932000', '130102.935000', '130102.938000', '130102.941000', '130102.943000', '130102.946000', '130102.949000', '130102.952000', '130102.955000', '130102.958000', '130102.961000', '130102.964000', '130102.967000', '130102.969000', '130102.972000', '130102.975000', '130102.978000', '130102.981000', '130102.984000', '130102.986000', '130102.989000', '130102.992000', '130102.995000', '130102.998000', '130103.001000', '130103.004000', '130103.007000', '130103.010000', '130103.013000', '130103.016000', '130103.018000', '130103.021000', '130103.024000', '130103.027000', '130103.029000', '130103.032000', '130103.035000', '130103.038000', '130103.041000', '130103.044000', '130103.046000', '130122.924000', '130122.927000', '130122.930000', '130122.932000', '130122.935000', '130122.938000', '130122.941000', '130122.944000', '130122.947000', '130122.950000', '130122.953000', '130122.955000', '130122.958000', '130122.961000', '130122.964000', '130122.967000', '130122.970000', '130122.972000', '130122.975000', '130122.978000', '130122.981000', '130122.984000', '130122.987000', '130122.989000', '130122.992000', '130122.995000', '130122.998000', '130123.002000', '130123.004000', '130123.007000', '130123.010000', '130123.013000', '130123.016000', '130123.018000', '130123.021000', '130123.024000', '130123.027000', '130123.030000', '130123.032000', '130123.035000', '130123.038000', '130123.041000', '130123.044000', '130142.924000', '130142.928000', '130142.933000', '130142.936000', '130142.939000', '130142.942000', '130142.945000', '130142.948000', '130142.951000', '130142.954000', '130142.957000', '130142.960000', '130142.963000', '130142.966000', '130142.969000', '130142.981000', '130142.984000', '130142.987000', '130142.990000', '130142.993000', '130142.996000', '130143.000000', '130143.003000', '130143.006000', '130143.008000', '130143.011000', '130143.014000', '130143.018000', '130143.021000', '130143.024000', '130143.026000', '130143.029000', '130143.032000', '130143.035000', '130143.038000', '130143.041000', '130143.044000', '130143.047000', '130143.050000', '130143.052000', '130143.055000', '130143.058000', '130143.061000', '130202.924000', '130202.927000', '130202.930000', '130202.933000', '130202.935000', '130202.938000', '130202.941000', '130202.944000', '130202.947000', '130202.950000', '130202.953000', '130202.955000', '130202.958000', '130202.961000', '130202.964000', '130202.967000', '130202.969000', '130202.972000', '130202.975000', '130202.978000', '130202.981000', '130202.984000', '130202.998000', '130203.002000', '130203.005000', '130203.008000', '130203.011000', '130203.013000', '130203.016000', '130203.019000', '130203.022000', '130203.025000', '130203.027000', '130203.030000', '130203.033000', '130203.036000', '130203.039000', '130203.042000', '130203.045000', '130203.047000', '130203.050000', '130203.053000', '130203.056000', '130203.059000', '130222.924000', '130222.927000', '130222.930000', '130222.932000', '130222.935000', '130222.938000', '130222.941000', '130222.945000', '130222.949000', '130222.952000', '130222.955000', '130222.958000', '130222.961000', '130222.964000', '130222.967000', '130222.969000', '130222.972000', '130222.975000', '130222.978000', '130222.981000', '130222.984000', '130222.986000', '130222.989000', '130222.992000', '130222.995000', '130222.997000', '130223.002000', '130223.004000', '130223.007000', '130223.010000', '130223.013000', '130223.016000', '130223.018000', '130223.021000', '130223.024000', '130223.027000', '130223.030000', '130223.033000', '130223.035000', '130223.038000', '130223.041000', '130223.044000', '130223.047000', '130242.924000', '130242.927000', '130242.930000', '130242.932000', '130242.935000', '130242.938000', '130242.941000', '130242.944000', '130242.947000', '130242.950000', '130242.953000', '130242.955000', '130242.958000', '130242.961000', '130242.964000', '130242.967000', '130242.969000', '130242.972000', '130242.975000', '130242.978000', '130242.981000', '130242.984000', '130242.987000', '130242.989000', '130242.992000', '130242.995000', '130242.998000', '130243.002000', '130243.004000', '130243.007000', '130243.010000', '130243.013000', '130243.016000', '130243.019000', '130243.021000', '130243.024000', '130243.027000', '130243.030000', '130243.033000', '130243.036000', '130243.038000', '130243.041000', '130243.044000', '130243.047000', '130302.924000', '130302.927000', '130302.930000', '130302.933000', '130302.935000', '130302.938000', '130302.941000', '130302.944000', '130302.947000', '130302.951000', '130302.956000', '130302.959000', '130302.962000', '130302.965000', '130302.968000', '130302.970000', '130302.973000', '130302.976000', '130302.979000', '130302.982000', '130302.985000', '130302.988000', '130302.990000', '130302.993000', '130302.996000', '130303.000000', '130303.003000', '130303.005000', '130303.008000', '130303.011000', '130303.014000', '130303.017000', '130303.019000', '130303.022000', '130303.025000', '130303.028000', '130303.031000', '130303.034000', '130303.037000', '130303.039000', '130303.042000', '130303.045000', '130303.048000', '130322.924000', '130322.927000', '130322.929000', '130322.932000', '130322.935000', '130322.938000', '130322.941000', '130322.944000', '130322.947000', '130322.950000', '130322.952000', '130322.955000', '130322.958000', '130322.961000', '130322.964000', '130322.967000', '130322.969000', '130322.972000', '130322.975000', '130322.978000', '130322.981000', '130322.984000', '130322.986000', '130322.989000', '130322.992000', '130322.995000', '130322.998000', '130323.002000', '130323.005000', '130323.007000', '130323.010000', '130323.013000', '130323.016000', '130323.019000', '130323.021000', '130323.024000', '130323.027000', '130323.030000', '130323.033000', '130323.036000', '130323.039000', '130323.041000', '130323.044000', '130323.047000', '130342.924000', '130342.927000', '130342.930000', '130342.950000', '130342.953000', '130342.956000', '130342.959000', '130342.961000', '130342.964000', '130342.967000', '130342.970000', '130342.973000', '130342.976000', '130342.978000', '130342.981000', '130342.984000', '130342.987000', '130342.992000', '130342.996000', '130342.998000', '130343.002000', '130343.005000', '130343.008000', '130343.011000', '130343.014000', '130343.016000', '130343.019000', '130343.022000', '130343.025000', '130343.028000', '130343.031000', '130343.033000', '130343.036000', '130343.039000', '130343.042000', '130343.045000', '130343.048000', '130343.051000', '130343.053000', '130343.056000', '130343.059000', '130343.062000', '130343.065000', '130402.924000', '130402.927000', '130402.930000', '130402.933000', '130402.935000', '130402.938000', '130402.941000', '130402.944000', '130402.947000', '130402.950000', '130402.952000', '130402.955000', '130402.958000', '130402.961000', '130402.964000', '130402.967000', '130402.970000', '130402.973000', '130402.976000', '130402.979000', '130402.981000', '130402.989000', '130402.992000', '130402.995000', '130402.998000', '130403.002000', '130403.005000', '130403.008000', '130403.011000', '130403.013000', '130403.016000', '130403.019000', '130403.022000', '130403.025000', '130403.028000', '130403.030000', '130403.033000', '130403.036000', '130403.039000', '130403.042000', '130403.044000', '130403.047000', '130403.050000', '130403.053000', '130422.924000', '130422.927000', '130422.930000', '130422.933000', '130422.935000', '130422.938000', '130422.941000', '130422.944000', '130422.947000', '130422.950000', '130422.953000', '130422.955000', '130422.958000', '130422.961000', '130422.964000', '130422.967000', '130422.970000', '130422.973000', '130422.975000', '130422.978000', '130422.981000', '130422.984000', '130422.987000', '130422.990000', '130422.995000', '130423.000000', '130423.003000', '130423.006000', '130423.009000', '130423.012000', '130423.014000', '130423.017000', '130423.020000', '130423.023000', '130423.026000', '130423.029000', '130423.031000', '130423.034000', '130423.037000', '130423.040000', '130423.043000', '130423.045000', '130423.048000', '130442.924000', '130442.927000', '130442.930000', '130442.933000', '130442.935000', '130442.938000', '130442.941000', '130442.944000', '130442.947000', '130442.950000', '130442.952000', '130442.955000', '130442.958000', '130442.961000', '130442.964000', '130442.967000', '130442.969000', '130442.972000', '130442.975000', '130442.978000', '130442.981000', '130442.984000', '130442.987000', '130442.989000', '130442.992000', '130442.995000', '130442.998000', '130443.002000', '130443.005000', '130443.007000', '130443.010000', '130443.013000', '130443.016000', '130443.019000', '130443.022000', '130443.024000', '130443.027000', '130443.030000', '130443.033000', '130443.036000', '130443.039000', '130443.041000', '130443.044000', '130443.047000', '130502.924000', '130502.927000', '130502.930000', '130502.932000', '130502.935000', '130502.938000', '130502.941000', '130502.944000', '130502.947000', '130502.950000', '130502.954000', '130502.957000', '130502.960000', '130502.979000', '130502.982000', '130502.985000', '130502.987000', '130502.990000', '130502.993000', '130502.996000', '130503.000000', '130503.003000', '130503.005000', '130503.008000', '130503.019000', '130503.022000', '130503.025000', '130503.028000', '130503.031000', '130503.034000', '130503.037000', '130503.040000', '130503.042000', '130503.045000', '130503.048000', '130503.051000', '130503.054000', '130503.057000', '130503.060000', '130503.062000', '130503.065000', '130503.068000', '130503.071000', '130511.801000', '130511.805000', '130511.809000', '130511.812000', '130511.815000', '130511.818000', '130511.821000', '130511.824000', '130511.828000', '130511.831000', '130511.834000', '130511.837000', '130511.840000', '130511.843000', '130511.846000', '130511.849000', '130511.851000', '130511.854000', '130511.857000', '130511.860000'], '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': [10795, 7020, 8807, 6300, 7973, 8928, 7343, 9926, 7427, 9508, 6796, 8589, 6251, 8236, 9673, 8058, 10252, 7593, 10062, 6274, 9350, 6591, 7846, 9789, 7425, 9388, 6567, 9202, 6435, 8713, 6601, 8166, 7301, 10212, 7266, 9935, 7104, 8424, 11608, 7720, 10851, 11503, 8457, 11821, 7269, 10667, 8508, 8444, 11498, 7514, 10220, 5702, 8428, 6590, 7624, 7230, 6928, 9652, 6630, 9439, 6243, 8395, 9780, 7540, 10002, 6979, 9591, 10218, 8106, 10353, 6878, 9963, 6546, 9187, 8653, 8321, 10768, 7184, 10125, 6715, 8910, 7793, 7979, 10557, 8046, 6750, 7220, 7092, 7270, 9746, 6861, 9869, 6213, 8086, 9785, 7237, 9982, 6546, 9664, 6679, 8187, 11084, 8277, 10256, 6947, 10037, 6438, 8998, 7930, 7775, 10513, 7340, 10236, 6993, 9797, 8785, 7810, 10717, 7420, 10575, 6597, 8883, 9556, 8025, 10524, 7273, 10292, 6261, 9738, 5947, 8750, 7949, 7505, 9639, 6585, 9556, 6408, 9780, 6594, 9026, 5615, 8112, 8273, 7023, 9291, 7398, 9547, 7051, 9307, 6463, 8393, 6944, 8055, 6159, 9159, 6258, 10000, 7806, 10588, 7337, 10226, 7379, 9129, 11530, 8364, 10816, 7800, 10963, 7182, 9648, 7447, 8422, 10457, 7653, 10545, 7201, 10257, 7325, 9705, 6338, 9492, 6090, 8920, 6394, 8772, 8685, 8528, 10537, 7400, 10434, 6924, 9088, 9724, 8207, 10628, 7495, 10377, 6960, 9837, 7608, 8897, 10679, 7874, 10889, 7193, 10715, 6662, 8481, 7121, 7761, 8839, 7809, 10331, 7285, 10060, 6851, 9065, 6411, 8359, 10171, 7630, 10034, 7146, 9805, 6977, 9165, 5872, 9886, 6510, 9244, 8217, 8196, 10464, 7485, 10068, 6442, 9219, 7837, 7851, 10550, 8120, 10391, 7249, 9913, 7331, 10243, 6638, 8956, 7207, 8272, 11021, 8169, 10277, 7242, 9427, 8447, 8052, 11849, 7897, 10922, 7816, 11243, 6387, 10040, 10558, 8138, 10883, 6809, 9298, 9614, 7817, 10894, 7133, 10546, 8542, 7797, 10357, 7200, 10048, 7083, 8165, 10456, 7432, 10212, 6793, 8064, 10832, 7992, 9929, 6750, 9945, 6234, 8326, 7376, 8185, 9847, 7670, 9668, 6714, 9161, 7130, 8070, 7534, 8026, 10746, 8017, 10254, 7039, 9117, 7399, 8981, 12053, 8801, 11804, 8042, 11347, 7351, 9584, 8529, 8680, 11707, 8508, 10997, 7409, 9749, 12934, 8777, 11775, 7609, 9721, 10446, 9443, 11897, 8317, 11380, 7412, 8636, 9928, 8836, 10885, 7494, 10905, 6871, 8661, 10457, 7892, 10335, 7251, 10217, 6681, 8502, 6890, 8003, 9609, 7781, 10283, 7834, 10292, 6645, 9772, 6901, 8388, 11013, 8022, 10004, 7471, 10089, 7013, 8673, 10618, 8497, 10895, 7996, 11010, 6721, 9304, 10575, 9086, 11038, 8410, 11207, 6903, 10541, 7113, 9040, 8082, 8711, 10869, 8037, 10359, 7423, 10181, 7191, 9191, 9444, 8233, 10755, 7510, 10828, 7124, 8932, 9089, 8532, 10680, 7391, 9970, 6815, 10341, 7127, 10400, 6564, 9769, 6764, 10324, 7211, 8854, 10605, 8149, 10860, 7850, 10345, 7925, 10800, 7012, 10752, 7213, 10197, 8316, 9240, 11403, 8296, 10677, 7712, 10255, 7096, 10759, 7626, 9219, 10753, 8945, 11577, 8465, 11320, 8120, 10748, 7123, 9515, 8501, 8964, 10678, 8908, 11310, 7749, 10848, 6999, 9984, 7257, 9971, 7109, 10674, 8533, 8658, 8432, 9952, 8268, 11651, 8600, 11023, 7617, 10721, 12883, 9273, 11602, 7818, 9619, 11857, 8817, 11255, 6989, 9730, 10578, 8317, 10229, 7109, 9843, 6768, 8260, 9881, 7731, 9577, 7193, 8672, 7889, 8079, 9537, 6912, 9662, 7322, 8495, 10910, 8122, 10096, 6868, 8615, 6375, 7415, 6425, 8804, 6953, 9693, 7052, 8722, 7180, 8431, 11258, 8535, 11103, 8289, 10330, 6755, 8623, 8199, 8445, 11919, 9030, 11404, 7622, 10767, 7167, 9009, 12176, 9181, 11631, 7429, 10633, 8412, 8679, 11056, 7644, 10865, 7491, 9771, 8594, 10344, 6954, 7249, 5788, 7734, 6565, 7313, 7460, 6867, 8791, 6810, 9646, 6885, 8777, 9723, 8443, 11090, 8572, 10416, 7719, 10647, 6621, 9695, 7220, 8471, 6825, 8417, 6322, 7967, 8603, 7473, 9772, 7786, 9144, 7533, 9598, 7270, 9285, 6824, 9226, 7115, 7961, 8688, 7664, 10428, 7693, 10601, 7225, 9042, 8191, 8644, 10724, 7888, 10306, 7038, 8609, 9247, 8494, 11049, 7790, 10209, 7225, 9905, 6913, 8505, 7597, 7964, 6537, 7849, 6275, 8823, 6777, 9411, 7701, 8631, 8157, 10745, 7221, 9168, 11301, 9028, 10697, 7851, 10444, 8141, 8414, 11305, 8669, 10787, 7153, 8756, 9332, 7678, 10815, 7224, 9484, 7249, 8515, 6527, 8542, 6378, 8099, 10314, 7987, 10252, 7176, 8811, 7731, 7580, 10493, 7335, 9815, 8072, 7774, 10448, 7421, 9965, 7162, 8217, 10563, 7979, 10118, 6764, 9235, 7802, 7641, 10374, 7807, 10155, 6821, 8664, 7299, 7858, 10108, 7864, 9643, 7454, 9656, 7080, 8640, 8659, 8369, 8938, 8702, 9117, 8442, 10566, 8155, 9949, 8629, 10402, 7417, 10701, 8049, 10659, 7900, 8971, 10440, 8179, 11233, 8170, 11131, 7775, 10025, 7116, 10006, 7070, 8681, 10347, 8591, 10559, 8448, 10687, 7260, 8570, 10315, 8147, 10567, 8320, 10843, 7094, 9854, 7616, 8251, 10664, 9124, 10551, 7195, 9712, 8040, 8040, 11113, 8294, 10728, 7148, 9666, 7367, 7740, 10559, 7978, 10577, 7045, 9984, 6866, 8525, 6463, 8135, 8491, 7875, 7757, 7710, 9488, 8474, 10835, 8296, 10697, 7568, 8283, 10809, 7897, 11508, 7849, 10751, 7684, 8206, 10523, 8062, 11154, 7842, 10520, 7607, 8925, 8931, 7758, 11067, 7934, 10482, 7704, 8412, 6536, 7896, 9644, 7668, 10119, 8016, 10169, 6850, 9640, 6645, 8043, 10069, 8114, 10383, 7788, 10137, 7434, 8774, 8875, 8274, 9869, 8466, 11421, 7997, 10747, 7674, 8664, 10530, 8798, 11663, 7604, 11001, 6973, 9863, 9666, 8480, 11150, 7452, 10501, 7514, 8100, 9572, 8371, 8381, 7380, 7294, 7997, 6378, 9284, 6439, 10712, 8118, 10843, 7694, 10726, 8030, 8780, 12485, 8911, 11492, 8122, 8794, 11243, 8375, 11870, 7905, 11050, 7598, 8248, 8924, 7423, 9976, 7361, 9736, 7154, 9952, 7659, 9414, 6501, 9557, 7164, 10606, 6991, 9219, 6985, 8704, 6152, 9314, 6269, 10015], 'WindowCenter': [3574.0, 3515.0, 3536.0, 3492.0, 3524.0, 3521.0, 3500.0, 3532.0, 3501.0, 3521.0, 3487.0, 3521.0, 3489.0, 3511.0, 3521.0, 3511.0, 3530.0, 3499.0, 3519.0, 3489.0, 3521.0, 3488.0, 3510.0, 3530.0, 3512.0, 3534.0, 3498.0, 3534.0, 3503.0, 3537.0, 3515.0, 3537.0, 3528.0, 3560.0, 3527.0, 3549.0, 3515.0, 3525.0, 3544.0, 3512.0, 3544.0, 3531.0, 3510.0, 3529.0, 3487.0, 3518.0, 3495.0, 3495.0, 3527.0, 3485.0, 3515.0, 3462.0, 3507.0, 3485.0, 3497.0, 3498.0, 3500.0, 3531.0, 3500.0, 3522.0, 3489.0, 3521.0, 3531.0, 3510.0, 3532.0, 3499.0, 3520.0, 3518.0, 3509.0, 3529.0, 3487.0, 3516.0, 3487.0, 3518.0, 3508.0, 3508.0, 3529.0, 3487.0, 3530.0, 3486.0, 3520.0, 3509.0, 3509.0, 3530.0, 3510.0, 3487.0, 3510.0, 3499.0, 3499.0, 3531.0, 3499.0, 3533.0, 3489.0, 3511.0, 3531.0, 3500.0, 3531.0, 3488.0, 3520.0, 3486.0, 3508.0, 3529.0, 3507.0, 3517.0, 3486.0, 3516.0, 3473.0, 3507.0, 3495.0, 3495.0, 3516.0, 3485.0, 3517.0, 3483.0, 3517.0, 3505.0, 3495.0, 3515.0, 3484.0, 3514.0, 3470.0, 3503.0, 3504.0, 3493.0, 3514.0, 3482.0, 3513.0, 3472.0, 3503.0, 3461.0, 3505.0, 3494.0, 3484.0, 3515.0, 3475.0, 3516.0, 3486.0, 3518.0, 3487.0, 3519.0, 3476.0, 3510.0, 3508.0, 3499.0, 3520.0, 3499.0, 3532.0, 3500.0, 3520.0, 3490.0, 3521.0, 3498.0, 3509.0, 3491.0, 3533.0, 3502.0, 3545.0, 3525.0, 3545.0, 3514.0, 3544.0, 3513.0, 3534.0, 3543.0, 3511.0, 3543.0, 3500.0, 3530.0, 3487.0, 3520.0, 3497.0, 3508.0, 3530.0, 3507.0, 3530.0, 3500.0, 3530.0, 3499.0, 3532.0, 3489.0, 3533.0, 3489.0, 3533.0, 3491.0, 3535.0, 3522.0, 3524.0, 3544.0, 3513.0, 3544.0, 3500.0, 3522.0, 3521.0, 3510.0, 3531.0, 3498.0, 3530.0, 3486.0, 3519.0, 3496.0, 3518.0, 3529.0, 3509.0, 3530.0, 3498.0, 3529.0, 3486.0, 3508.0, 3487.0, 3508.0, 3518.0, 3498.0, 3530.0, 3498.0, 3530.0, 3488.0, 3521.0, 3488.0, 3522.0, 3531.0, 3513.0, 3532.0, 3500.0, 3532.0, 3501.0, 3532.0, 3480.0, 3532.0, 3490.0, 3534.0, 3520.0, 3522.0, 3544.0, 3511.0, 3532.0, 3489.0, 3521.0, 3497.0, 3510.0, 3530.0, 3511.0, 3531.0, 3499.0, 3531.0, 3511.0, 3533.0, 3501.0, 3522.0, 3511.0, 3522.0, 3543.0, 3511.0, 3531.0, 3498.0, 3521.0, 3509.0, 3510.0, 3541.0, 3496.0, 3527.0, 3497.0, 3541.0, 3487.0, 3532.0, 3530.0, 3498.0, 3529.0, 3486.0, 3519.0, 3517.0, 3496.0, 3528.0, 3482.0, 3517.0, 3505.0, 3494.0, 3516.0, 3485.0, 3516.0, 3484.0, 3495.0, 3515.0, 3485.0, 3517.0, 3474.0, 3494.0, 3527.0, 3496.0, 3517.0, 3487.0, 3529.0, 3477.0, 3506.0, 3498.0, 3510.0, 3530.0, 3510.0, 3532.0, 3499.0, 3533.0, 3499.0, 3522.0, 3512.0, 3523.0, 3544.0, 3522.0, 3544.0, 3501.0, 3532.0, 3512.0, 3532.0, 3553.0, 3531.0, 3554.0, 3512.0, 3556.0, 3512.0, 3533.0, 3520.0, 3519.0, 3552.0, 3522.0, 3543.0, 3498.0, 3530.0, 3552.0, 3508.0, 3541.0, 3496.0, 3519.0, 3529.0, 3517.0, 3526.0, 3494.0, 3527.0, 3482.0, 3504.0, 3515.0, 3504.0, 3514.0, 3483.0, 3527.0, 3474.0, 3506.0, 3516.0, 3494.0, 3514.0, 3499.0, 3527.0, 3485.0, 3507.0, 3485.0, 3495.0, 3516.0, 3496.0, 3529.0, 3509.0, 3541.0, 3499.0, 3532.0, 3498.0, 3519.0, 3542.0, 3509.0, 3533.0, 3499.0, 3530.0, 3499.0, 3518.0, 3531.0, 3521.0, 3540.0, 3508.0, 3540.0, 3486.0, 3520.0, 3530.0, 3519.0, 3539.0, 3508.0, 3529.0, 3487.0, 3528.0, 3497.0, 3520.0, 3507.0, 3521.0, 3542.0, 3509.0, 3530.0, 3498.0, 3531.0, 3498.0, 3520.0, 3529.0, 3509.0, 3528.0, 3496.0, 3529.0, 3496.0, 3520.0, 3519.0, 3520.0, 3530.0, 3509.0, 3531.0, 3487.0, 3544.0, 3500.0, 3541.0, 3500.0, 3530.0, 3500.0, 3544.0, 3511.0, 3532.0, 3542.0, 3509.0, 3540.0, 3510.0, 3531.0, 3510.0, 3540.0, 3499.0, 3542.0, 3499.0, 3544.0, 3509.0, 3532.0, 3541.0, 3510.0, 3530.0, 3510.0, 3530.0, 3499.0, 3543.0, 3510.0, 3532.0, 3541.0, 3520.0, 3541.0, 3508.0, 3540.0, 3509.0, 3542.0, 3497.0, 3531.0, 3508.0, 3519.0, 3529.0, 3520.0, 3541.0, 3511.0, 3540.0, 3499.0, 3531.0, 3510.0, 3544.0, 3513.0, 3555.0, 3534.0, 3533.0, 3522.0, 3531.0, 3524.0, 3542.0, 3522.0, 3543.0, 3511.0, 3532.0, 3539.0, 3508.0, 3528.0, 3484.0, 3504.0, 3525.0, 3503.0, 3514.0, 3470.0, 3502.0, 3513.0, 3492.0, 3514.0, 3483.0, 3515.0, 3472.0, 3495.0, 3514.0, 3495.0, 3516.0, 3484.0, 3507.0, 3507.0, 3508.0, 3518.0, 3498.0, 3530.0, 3497.0, 3520.0, 3543.0, 3511.0, 3544.0, 3502.0, 3520.0, 3518.0, 3513.0, 3489.0, 3522.0, 3499.0, 3532.0, 3513.0, 3535.0, 3512.0, 3525.0, 3556.0, 3524.0, 3558.0, 3525.0, 3546.0, 3500.0, 3520.0, 3508.0, 3510.0, 3543.0, 3520.0, 3542.0, 3499.0, 3529.0, 3484.0, 3507.0, 3529.0, 3506.0, 3526.0, 3484.0, 3517.0, 3494.0, 3494.0, 3515.0, 3483.0, 3515.0, 3485.0, 3503.0, 3477.0, 3513.0, 3487.0, 3496.0, 3478.0, 3496.0, 3498.0, 3510.0, 3499.0, 3486.0, 3519.0, 3487.0, 3519.0, 3498.0, 3508.0, 3519.0, 3508.0, 3529.0, 3508.0, 3528.0, 3495.0, 3515.0, 3472.0, 3504.0, 3483.0, 3505.0, 3485.0, 3505.0, 3472.0, 3495.0, 3506.0, 3497.0, 3528.0, 3498.0, 3520.0, 3510.0, 3530.0, 3510.0, 3520.0, 3499.0, 3520.0, 3499.0, 3511.0, 3520.0, 3509.0, 3530.0, 3509.0, 3530.0, 3497.0, 3520.0, 3509.0, 3522.0, 3544.0, 3510.0, 3531.0, 3485.0, 3508.0, 3520.0, 3510.0, 3528.0, 3496.0, 3516.0, 3485.0, 3517.0, 3486.0, 3507.0, 3494.0, 3496.0, 3488.0, 3510.0, 3490.0, 3533.0, 3515.0, 3546.0, 3526.0, 3534.0, 3526.0, 3557.0, 3513.0, 3534.0, 3543.0, 3522.0, 3532.0, 3509.0, 3531.0, 3497.0, 3507.0, 3528.0, 3507.0, 3528.0, 3485.0, 3506.0, 3506.0, 3495.0, 3528.0, 3484.0, 3516.0, 3496.0, 3507.0, 3487.0, 3520.0, 3487.0, 3510.0, 3530.0, 3509.0, 3530.0, 3500.0, 3521.0, 3509.0, 3498.0, 3530.0, 3497.0, 3530.0, 3507.0, 3497.0, 3530.0, 3498.0, 3518.0, 3486.0, 3508.0, 3529.0, 3507.0, 3530.0, 3486.0, 3518.0, 3496.0, 3495.0, 3529.0, 3498.0, 3530.0, 3488.0, 3519.0, 3498.0, 3511.0, 3532.0, 3522.0, 3533.0, 3513.0, 3533.0, 3513.0, 3536.0, 3533.0, 3538.0, 3534.0, 3536.0, 3537.0, 3537.0, 3558.0, 3537.0, 3546.0, 3538.0, 3545.0, 3514.0, 3543.0, 3512.0, 3544.0, 3510.0, 3523.0, 3542.0, 3521.0, 3543.0, 3521.0, 3540.0, 3509.0, 3532.0, 3499.0, 3532.0, 3499.0, 3522.0, 3542.0, 3521.0, 3531.0, 3521.0, 3542.0, 3499.0, 3521.0, 3530.0, 3510.0, 3530.0, 3510.0, 3541.0, 3497.0, 3529.0, 3498.0, 3508.0, 3529.0, 3519.0, 3528.0, 3486.0, 3517.0, 3495.0, 3496.0, 3527.0, 3507.0, 3528.0, 3486.0, 3518.0, 3496.0, 3496.0, 3528.0, 3508.0, 3530.0, 3486.0, 3530.0, 3487.0, 3519.0, 3488.0, 3522.0, 3523.0, 3522.0, 3523.0, 3511.0, 3532.0, 3522.0, 3544.0, 3524.0, 3543.0, 3511.0, 3522.0, 3531.0, 3508.0, 3541.0, 3507.0, 3531.0, 3498.0, 3508.0, 3526.0, 3496.0, 3527.0, 3506.0, 3528.0, 3497.0, 3518.0, 3507.0, 3496.0, 3527.0, 3509.0, 3530.0, 3496.0, 3508.0, 3486.0, 3509.0, 3518.0, 3508.0, 3529.0, 3510.0, 3531.0, 3501.0, 3531.0, 3500.0, 3511.0, 3532.0, 3512.0, 3544.0, 3512.0, 3533.0, 3500.0, 3522.0, 3521.0, 3522.0, 3533.0, 3522.0, 3542.0, 3510.0, 3531.0, 3509.0, 3521.0, 3528.0, 3520.0, 3541.0, 3509.0, 3530.0, 3499.0, 3531.0, 3519.0, 3519.0, 3541.0, 3499.0, 3530.0, 3498.0, 3509.0, 3520.0, 3508.0, 3522.0, 3513.0, 3499.0, 3520.0, 3489.0, 3533.0, 3503.0, 3546.0, 3539.0, 3559.0, 3527.0, 3557.0, 3511.0, 3522.0, 3554.0, 3519.0, 3541.0, 3496.0, 3509.0, 3527.0, 3496.0, 3527.0, 3494.0, 3526.0, 3484.0, 3508.0, 3506.0, 3496.0, 3516.0, 3497.0, 3517.0, 3500.0, 3531.0, 3510.0, 3534.0, 3503.0, 3531.0, 3509.0, 3542.0, 3498.0, 3520.0, 3501.0, 3520.0, 3488.0, 3519.0, 3487.0, 3532.0], 'WindowWidth': [8087.0, 7996.0, 8022.0, 7959.0, 8002.0, 7995.0, 7965.0, 8007.0, 7966.0, 7993.0, 7943.0, 7992.0, 7947.0, 7978.0, 7992.0, 7978.0, 8003.0, 7960.0, 7986.0, 7949.0, 7993.0, 7946.0, 7977.0, 8003.0, 7983.0, 8015.0, 7961.0, 8014.0, 7976.0, 8027.0, 7996.0, 8027.0, 8017.0, 8060.0, 8011.0, 8042.0, 7992.0, 8005.0, 8030.0, 7981.0, 8027.0, 8005.0, 7973.0, 8000.0, 7940.0, 7981.0, 7946.0, 7946.0, 7993.0, 7934.0, 7975.0, 7903.0, 7965.0, 7935.0, 7955.0, 7959.0, 7964.0, 8006.0, 7964.0, 7995.0, 7951.0, 7995.0, 8009.0, 7980.0, 8008.0, 7960.0, 7990.0, 7985.0, 7974.0, 8000.0, 7941.0, 7980.0, 7941.0, 7986.0, 7971.0, 7971.0, 8000.0, 7942.0, 8004.0, 7940.0, 7989.0, 7976.0, 7973.0, 8003.0, 7976.0, 7942.0, 7978.0, 7963.0, 7962.0, 8006.0, 7962.0, 8011.0, 7950.0, 7980.0, 8008.0, 7965.0, 8007.0, 7947.0, 7989.0, 7939.0, 7970.0, 7998.0, 7967.0, 7979.0, 7938.0, 7979.0, 7918.0, 7967.0, 7949.0, 7949.0, 7980.0, 7936.0, 7982.0, 7931.0, 7980.0, 7964.0, 7948.0, 7977.0, 7932.0, 7973.0, 7908.0, 7956.0, 7960.0, 7943.0, 7971.0, 7926.0, 7970.0, 7914.0, 7955.0, 7900.0, 7961.0, 7947.0, 7934.0, 7975.0, 7922.0, 7979.0, 7941.0, 7985.0, 7943.0, 7988.0, 7930.0, 7976.0, 7972.0, 7960.0, 7989.0, 7963.0, 8007.0, 7966.0, 7992.0, 7954.0, 7992.0, 7958.0, 7976.0, 7955.0, 8015.0, 7975.0, 8032.0, 8008.0, 8035.0, 7991.0, 8031.0, 7985.0, 8016.0, 8028.0, 7980.0, 8026.0, 7963.0, 8005.0, 7941.0, 7989.0, 7957.0, 7972.0, 8004.0, 7971.0, 8004.0, 7965.0, 8004.0, 7962.0, 8009.0, 7951.0, 8014.0, 7952.0, 8015.0, 7956.0, 8018.0, 7998.0, 8002.0, 8030.0, 7985.0, 8027.0, 7965.0, 7995.0, 7994.0, 7975.0, 8006.0, 7959.0, 8003.0, 7940.0, 7986.0, 7952.0, 7983.0, 8000.0, 7973.0, 8001.0, 7959.0, 8000.0, 7940.0, 7970.0, 7944.0, 7973.0, 7986.0, 7958.0, 8004.0, 7959.0, 8003.0, 7946.0, 7992.0, 7947.0, 7994.0, 8006.0, 7985.0, 8009.0, 7967.0, 8011.0, 7969.0, 8010.0, 7941.0, 8011.0, 7951.0, 8013.0, 7993.0, 7995.0, 8027.0, 7981.0, 8008.0, 7947.0, 7993.0, 7957.0, 7976.0, 8003.0, 7980.0, 8005.0, 7961.0, 8007.0, 7979.0, 8013.0, 7970.0, 7997.0, 7981.0, 7997.0, 8024.0, 7978.0, 8006.0, 7959.0, 7991.0, 7976.0, 7977.0, 8018.0, 7952.0, 7994.0, 7955.0, 8018.0, 7943.0, 8007.0, 8003.0, 7956.0, 7999.0, 7939.0, 7985.0, 7982.0, 7952.0, 7995.0, 7929.0, 7979.0, 7962.0, 7945.0, 7977.0, 7934.0, 7977.0, 7933.0, 7948.0, 7976.0, 7936.0, 7978.0, 7919.0, 7946.0, 7993.0, 7951.0, 7979.0, 7943.0, 8001.0, 7931.0, 7968.0, 7959.0, 7976.0, 8004.0, 7977.0, 8011.0, 7965.0, 8012.0, 7965.0, 7999.0, 7985.0, 8001.0, 8028.0, 7998.0, 8030.0, 7968.0, 8012.0, 7983.0, 8011.0, 8043.0, 8008.0, 8042.0, 7984.0, 8048.0, 7986.0, 8013.0, 7992.0, 7991.0, 8038.0, 7995.0, 8026.0, 7959.0, 8006.0, 8039.0, 7972.0, 8019.0, 7951.0, 7988.0, 7998.0, 7981.0, 7992.0, 7946.0, 7993.0, 7928.0, 7958.0, 7974.0, 7958.0, 7973.0, 7930.0, 7992.0, 7919.0, 7965.0, 7977.0, 7947.0, 7974.0, 7962.0, 7995.0, 7936.0, 7968.0, 7937.0, 7952.0, 7979.0, 7956.0, 8001.0, 7976.0, 8020.0, 7963.0, 8009.0, 7961.0, 7990.0, 8023.0, 7976.0, 8012.0, 7961.0, 8005.0, 7961.0, 7987.0, 8005.0, 7992.0, 8019.0, 7972.0, 8018.0, 7941.0, 7989.0, 8005.0, 7986.0, 8016.0, 7972.0, 8000.0, 7943.0, 7998.0, 7956.0, 7991.0, 7971.0, 7993.0, 8022.0, 7976.0, 8005.0, 7960.0, 8007.0, 7961.0, 7991.0, 8002.0, 7974.0, 8000.0, 7954.0, 7999.0, 7956.0, 7991.0, 7988.0, 7989.0, 8002.0, 7977.0, 8008.0, 7945.0, 8029.0, 7965.0, 8020.0, 7966.0, 8006.0, 7970.0, 8029.0, 7982.0, 8010.0, 8025.0, 7975.0, 8016.0, 7977.0, 8007.0, 7979.0, 8019.0, 7962.0, 8024.0, 7964.0, 8029.0, 7976.0, 8011.0, 8021.0, 7977.0, 8005.0, 7977.0, 8004.0, 7963.0, 8026.0, 7979.0, 8009.0, 8021.0, 7990.0, 8020.0, 7973.0, 8016.0, 7973.0, 8021.0, 7957.0, 8006.0, 7971.0, 7986.0, 8002.0, 7990.0, 8021.0, 7981.0, 8018.0, 7961.0, 8005.0, 7981.0, 8030.0, 7991.0, 8047.0, 8019.0, 8015.0, 8000.0, 8011.0, 8001.0, 8025.0, 8000.0, 8028.0, 7979.0, 8007.0, 8018.0, 7968.0, 7996.0, 7931.0, 7958.0, 7988.0, 7955.0, 7970.0, 7906.0, 7954.0, 7969.0, 7940.0, 7971.0, 7929.0, 7973.0, 7914.0, 7947.0, 7971.0, 7948.0, 7977.0, 7933.0, 7968.0, 7969.0, 7971.0, 7983.0, 7960.0, 8003.0, 7958.0, 7992.0, 8023.0, 7981.0, 8030.0, 7972.0, 7988.0, 8003.0, 7987.0, 7948.0, 7995.0, 7961.0, 8010.0, 7988.0, 8020.0, 7987.0, 8008.0, 8050.0, 8003.0, 8054.0, 8006.0, 8035.0, 7966.0, 7993.0, 7975.0, 7978.0, 8026.0, 7991.0, 8021.0, 7961.0, 8001.0, 7935.0, 7968.0, 8001.0, 7964.0, 7992.0, 7932.0, 7979.0, 7946.0, 7945.0, 7974.0, 7928.0, 7974.0, 7936.0, 7954.0, 7908.0, 7966.0, 7940.0, 7954.0, 7933.0, 7953.0, 7963.0, 7979.0, 7962.0, 7941.0, 7990.0, 7943.0, 7989.0, 7959.0, 7973.0, 7987.0, 7972.0, 8001.0, 7972.0, 7998.0, 7950.0, 7975.0, 7915.0, 7960.0, 7929.0, 7963.0, 7937.0, 7964.0, 7917.0, 7951.0, 7965.0, 7956.0, 7998.0, 7959.0, 7991.0, 7980.0, 8006.0, 7980.0, 7993.0, 7964.0, 7991.0, 7963.0, 7981.0, 7992.0, 7976.0, 8004.0, 7975.0, 8004.0, 7955.0, 7992.0, 7975.0, 7998.0, 8029.0, 7976.0, 8007.0, 7938.0, 7971.0, 7990.0, 7975.0, 7997.0, 7951.0, 7977.0, 7937.0, 7981.0, 7937.0, 7968.0, 7945.0, 7954.0, 7946.0, 7978.0, 7954.0, 8016.0, 7997.0, 8039.0, 8011.0, 8020.0, 8009.0, 8053.0, 7988.0, 8017.0, 8028.0, 7996.0, 8011.0, 7973.0, 8008.0, 7955.0, 7968.0, 7997.0, 7966.0, 7996.0, 7935.0, 7964.0, 7964.0, 7949.0, 7995.0, 7934.0, 7980.0, 7953.0, 7970.0, 7942.0, 7990.0, 7946.0, 7980.0, 8005.0, 7976.0, 8005.0, 7964.0, 7994.0, 7975.0, 7960.0, 8005.0, 7957.0, 8002.0, 7968.0, 7957.0, 8003.0, 7957.0, 7983.0, 7940.0, 7971.0, 8000.0, 7970.0, 8002.0, 7940.0, 7985.0, 7954.0, 7950.0, 7999.0, 7958.0, 8004.0, 7947.0, 7988.0, 7959.0, 7981.0, 8009.0, 7999.0, 8012.0, 7988.0, 8015.0, 7988.0, 8023.0, 8015.0, 8027.0, 8016.0, 8023.0, 8025.0, 8027.0, 8055.0, 8029.0, 8037.0, 8030.0, 8033.0, 7992.0, 8028.0, 7984.0, 8031.0, 7979.0, 8001.0, 8024.0, 7996.0, 8026.0, 7993.0, 8022.0, 7977.0, 8011.0, 7965.0, 8010.0, 7963.0, 7997.0, 8024.0, 7994.0, 8009.0, 7995.0, 8023.0, 7963.0, 7993.0, 8005.0, 7976.0, 8005.0, 7977.0, 8019.0, 7957.0, 8002.0, 7959.0, 7972.0, 8001.0, 7987.0, 8000.0, 7941.0, 7984.0, 7952.0, 7954.0, 7996.0, 7969.0, 7998.0, 7939.0, 7985.0, 7952.0, 7953.0, 7997.0, 7971.0, 8003.0, 7942.0, 8005.0, 7945.0, 7989.0, 7948.0, 7998.0, 7998.0, 7998.0, 8001.0, 7984.0, 8012.0, 8000.0, 8030.0, 8002.0, 8027.0, 7982.0, 7997.0, 8009.0, 7973.0, 8019.0, 7971.0, 8006.0, 7958.0, 7971.0, 7994.0, 7953.0, 7996.0, 7967.0, 7999.0, 7954.0, 7986.0, 7968.0, 7954.0, 7996.0, 7974.0, 8002.0, 7954.0, 7971.0, 7942.0, 7975.0, 7985.0, 7972.0, 8003.0, 7978.0, 8008.0, 7968.0, 8008.0, 7966.0, 7982.0, 8012.0, 7984.0, 8031.0, 7986.0, 8012.0, 7965.0, 7998.0, 7994.0, 7997.0, 8014.0, 7997.0, 8023.0, 7978.0, 8006.0, 7976.0, 7994.0, 8002.0, 7991.0, 8020.0, 7974.0, 8002.0, 7962.0, 8008.0, 7988.0, 7990.0, 8021.0, 7964.0, 8003.0, 7961.0, 7976.0, 7991.0, 7972.0, 7998.0, 7986.0, 7964.0, 7993.0, 7951.0, 8015.0, 7976.0, 8035.0, 8032.0, 8058.0, 8014.0, 8054.0, 7982.0, 7996.0, 8044.0, 7988.0, 8021.0, 7953.0, 7971.0, 7995.0, 7950.0, 7995.0, 7946.0, 7990.0, 7933.0, 7972.0, 7962.0, 7952.0, 7978.0, 7954.0, 7982.0, 7964.0, 8009.0, 7979.0, 8017.0, 7977.0, 8009.0, 7979.0, 8023.0, 7959.0, 7991.0, 7969.0, 7993.0, 7948.0, 7989.0, 7944.0, 8011.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.002186946039035591</td></tr>
<tr><td colspan=3>aqi</td><td>0.05702816234213547</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.15725928574712</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0723850891609197</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9285582200919549</td></tr>
<tr><td colspan=3>efc</td><td>0.4933</td></tr>
<tr><td colspan=3>fber</td><td>3826.0947</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1320726016310593</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.82548794489093</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.71005487778527</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.604692665172015</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.978042383543391</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5474295846404043</td></tr>
<tr><td colspan=3>gcor</td><td>0.00718779</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012662583030760288</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03892887756228447</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.906287494436227</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.5707</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9078</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.4001</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297505.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>711.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.072</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2428</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.7703</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2704.1973</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79039.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>931.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3536.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>734.7083</td></tr>
<tr><td colspan=3>tsnr</td><td>26.750817478634417</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>