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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-04_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_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-0100/ses-04/func/sub-0100_ses-04_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>0d660c0fa0f9431e91f33afd47ddd74d</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:22:45.457500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999728, 0.0169928, 0.0159746, -0.0136107, 0.981292, -0.192044]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.124673</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7770, -7239, 87, -133, -21, 110, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>314.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>210e0c36-7c7d-4926-bec5-15b53cfc8cde||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682197093963623, -0.036516595631837845, 0.05113548785448074, 111.96110534667969], [-0.04559031501412392, 2.632734537124634, -0.5177911520004272, -74.90483093261719], [0.04285858944058418, 0.5152404308319092, 2.6493918895721436, -102.81632995605469], [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': ['122245.457500', '122245.917500', '122246.377500', '122246.837500', '122247.297500', '122247.757500', '122248.217500', '122248.677500', '122249.137500', '122249.597500', '122250.057500', '122250.517500', '122250.977500', '122251.437500', '122251.897500', '122252.357500', '122252.817500', '122253.277500', '122253.737500', '122254.197500', '122254.657500', '122255.117500', '122255.577500', '122256.037500', '122256.497500', '122256.957500', '122257.417500', '122257.877500', '122258.337500', '122258.797500', '122259.257500', '122259.717500', '122300.177500', '122300.637500', '122301.097500', '122301.557500', '122302.017500', '122302.477500', '122302.937500', '122303.397500', '122303.857500', '122304.317500', '122304.777500', '122305.237500', '122305.697500', '122306.157500', '122306.617500', '122307.077500', '122307.537500', '122307.997500', '122308.457500', '122308.917500', '122309.377500', '122309.837500', '122310.297500', '122310.757500', '122311.217500', '122311.677500', '122312.137500', '122312.597500', '122313.057500', '122313.517500', '122313.977500', '122314.437500', '122314.897500', '122315.357500', '122315.817500', '122316.277500', '122316.737500', '122317.197500', '122317.657500', '122318.117500', '122318.577500', '122319.037500', '122319.497500', '122319.957500', '122320.417500', '122320.877500', '122321.337500', '122321.797500', '122322.257500', '122322.717500', '122323.177500', '122323.637500', '122324.097500', '122324.557500', '122325.017500', '122325.477500', '122325.937500', '122326.397500', '122326.857500', '122327.317500', '122327.777500', '122328.237500', '122328.697500', '122329.157500', '122329.617500', '122330.077500', '122330.537500', '122330.997500', '122331.457500', '122331.917500', '122332.377500', '122332.837500', '122333.297500', '122333.757500', '122334.217500', '122334.677500', '122335.137500', '122335.597500', '122336.057500', '122336.517500', '122336.977500', '122337.437500', '122337.897500', '122338.357500', '122338.817500', '122339.277500', '122339.737500', '122340.197500', '122340.657500', '122341.117500', '122341.577500', '122342.037500', '122342.497500', '122342.957500', '122343.417500', '122343.877500', '122344.337500', '122344.797500', '122345.257500', '122345.717500', '122346.177500', '122346.637500', '122347.097500', '122347.557500', '122348.017500', '122348.477500', '122348.937500', '122349.397500', '122349.857500', '122350.317500', '122350.777500', '122351.237500', '122351.697500', '122352.157500', '122352.617500', '122353.077500', '122353.537500', '122353.997500', '122354.457500', '122354.917500', '122355.377500', '122355.837500', '122356.297500', '122356.757500', '122357.217500', '122357.677500', '122358.137500', '122358.597500', '122359.057500', '122359.517500', '122359.977500', '122400.437500', '122400.897500', '122401.357500', '122401.817500', '122402.277500', '122402.737500', '122403.197500', '122403.657500', '122404.117500', '122404.577500', '122405.037500', '122405.497500', '122405.957500', '122406.417500', '122406.877500', '122407.337500', '122407.797500', '122408.257500', '122408.717500', '122409.177500', '122409.637500', '122410.097500', '122410.557500', '122411.017500', '122411.477500', '122411.937500', '122412.397500', '122412.857500', '122413.317500', '122413.777500', '122414.237500', '122414.697500', '122415.157500', '122415.617500', '122416.077500', '122416.537500', '122416.997500', '122417.457500', '122417.917500', '122418.377500', '122418.837500', '122419.297500', '122419.757500', '122420.217500', '122420.677500', '122421.137500', '122421.597500', '122422.057500', '122422.517500', '122422.977500', '122423.437500', '122423.897500', '122424.357500', '122424.817500', '122425.277500', '122425.737500', '122426.197500', '122426.657500', '122427.117500', '122427.577500', '122428.037500', '122428.497500', '122428.957500', '122429.417500', '122429.877500', '122430.337500', '122430.797500', '122431.257500', '122431.717500', '122432.177500', '122432.637500', '122433.097500', '122433.557500', '122434.017500', '122434.477500', '122434.937500', '122435.397500', '122435.857500', '122436.317500', '122436.777500', '122437.237500', '122437.697500', '122438.157500', '122438.617500', '122439.077500', '122439.537500', '122439.997500', '122440.457500', '122440.917500', '122441.377500', '122441.837500', '122442.297500', '122442.757500', '122443.217500', '122443.677500', '122444.137500', '122444.597500', '122445.057500', '122445.517500', '122445.977500', '122446.437500', '122446.897500', '122447.357500', '122447.817500', '122448.277500', '122448.737500', '122449.197500', '122449.657500', '122450.117500', '122450.577500', '122451.037500', '122451.497500', '122451.957500', '122452.417500', '122452.877500', '122453.337500', '122453.797500', '122454.257500', '122454.717500', '122455.177500', '122455.637500', '122456.097500', '122456.557500', '122457.017500', '122457.477500', '122457.937500', '122458.397500', '122458.857500', '122459.317500', '122459.777500', '122500.237500', '122500.697500', '122501.157500', '122501.617500', '122502.077500', '122502.537500', '122502.997500', '122503.457500', '122503.917500', '122504.377500', '122504.837500', '122505.297500', '122505.757500', '122506.217500', '122506.677500', '122507.137500', '122507.597500', '122508.057500', '122508.517500', '122508.977500', '122509.437500', '122509.897500', '122510.357500', '122510.817500', '122511.277500', '122511.737500', '122512.197500', '122512.657500', '122513.117500', '122513.577500', '122514.037500', '122514.497500', '122514.957500', '122515.417500', '122515.877500', '122516.337500', '122516.797500', '122517.257500', '122517.717500', '122518.177500', '122518.637500', '122519.097500', '122519.557500', '122520.017500', '122520.477500', '122520.937500', '122521.397500', '122521.857500', '122522.317500', '122522.777500', '122523.237500', '122523.697500', '122524.157500', '122524.617500', '122525.077500', '122525.537500', '122525.997500', '122526.457500', '122526.917500', '122527.377500', '122527.837500', '122528.297500', '122528.757500', '122529.217500', '122529.677500', '122530.137500', '122530.597500', '122531.057500', '122531.517500', '122531.977500', '122532.437500', '122532.897500', '122533.357500', '122533.817500', '122534.277500', '122534.737500', '122535.197500', '122535.657500', '122536.117500', '122536.577500', '122537.037500', '122537.497500', '122537.957500', '122538.417500', '122538.877500', '122539.337500', '122539.797500', '122540.257500', '122540.717500', '122541.177500', '122541.637500', '122542.097500', '122542.557500', '122543.017500', '122543.477500', '122543.937500', '122544.397500', '122544.857500', '122545.317500', '122545.777500', '122546.237500', '122546.697500', '122547.157500', '122547.617500', '122548.077500', '122548.537500', '122548.997500', '122549.457500', '122549.917500', '122550.377500', '122550.837500', '122551.297500', '122551.757500', '122552.217500', '122552.677500', '122553.137500', '122553.597500', '122554.057500', '122554.517500', '122554.977500', '122555.437500', '122555.897500', '122556.357500', '122556.817500', '122557.277500', '122557.737500', '122558.197500', '122558.657500', '122559.117500', '122559.577500', '122600.037500', '122600.497500', '122600.957500', '122601.417500', '122601.877500', '122602.337500', '122602.797500', '122603.257500', '122603.717500', '122604.177500', '122604.637500', '122605.097500', '122605.557500', '122606.017500', '122606.477500', '122606.937500', '122607.397500', '122607.857500', '122608.317500', '122608.777500', '122609.237500', '122609.697500', '122610.157500', '122610.617500', '122611.077500', '122611.537500', '122611.997500', '122612.457500', '122612.917500', '122613.377500', '122613.837500', '122614.297500', '122614.757500', '122615.217500', '122615.677500', '122616.137500', '122616.597500', '122617.057500', '122617.517500', '122617.977500', '122618.437500', '122618.897500', '122619.357500', '122619.817500', '122620.277500', '122620.737500', '122621.197500', '122621.657500', '122622.117500', '122622.577500', '122623.037500', '122623.497500', '122623.957500', '122624.417500', '122624.877500', '122625.337500', '122625.797500', '122626.257500', '122626.717500', '122627.177500', '122627.637500', '122628.097500', '122628.557500', '122629.017500', '122629.477500', '122629.937500', '122630.397500', '122630.857500', '122631.317500', '122631.777500', '122632.237500', '122632.697500', '122633.157500', '122633.617500', '122634.077500', '122634.537500', '122634.997500', '122635.457500', '122635.917500', '122636.377500', '122636.837500', '122637.297500', '122637.757500', '122638.217500', '122638.677500', '122639.137500', '122639.597500', '122640.057500', '122640.517500', '122640.977500', '122641.437500', '122641.897500', '122642.357500', '122642.817500', '122643.277500', '122643.737500', '122644.197500', '122644.657500', '122645.117500', '122645.577500', '122646.037500', '122646.497500', '122646.957500', '122647.417500', '122647.877500', '122648.337500', '122648.797500', '122649.257500', '122649.717500', '122650.177500', '122650.637500', '122651.097500', '122651.557500', '122652.017500', '122652.477500', '122652.937500', '122653.397500', '122653.857500', '122654.317500', '122654.777500', '122655.237500', '122655.697500', '122656.157500', '122656.617500', '122657.077500', '122657.537500', '122657.997500', '122658.457500', '122658.917500', '122659.377500', '122659.837500', '122700.297500', '122700.757500', '122701.217500', '122701.677500', '122702.137500', '122702.597500', '122703.057500', '122703.517500', '122703.977500', '122704.437500', '122704.897500', '122705.357500', '122705.817500', '122706.277500', '122706.737500', '122707.197500', '122707.657500', '122708.117500', '122708.577500', '122709.037500', '122709.497500', '122709.957500', '122710.417500', '122710.877500', '122711.337500', '122711.797500', '122712.257500', '122712.717500', '122713.177500', '122713.637500', '122714.097500', '122714.557500', '122715.017500', '122715.477500', '122715.937500', '122716.397500', '122716.857500', '122717.317500', '122717.777500', '122718.237500', '122718.697500', '122719.157500', '122719.617500', '122720.077500', '122720.537500', '122720.997500', '122721.457500', '122721.917500', '122722.377500', '122722.837500', '122723.297500', '122723.757500', '122724.217500', '122724.677500', '122725.137500', '122725.597500', '122726.057500', '122726.517500', '122726.977500', '122727.437500', '122727.897500', '122728.357500', '122728.817500', '122729.277500', '122729.737500', '122730.197500', '122730.657500', '122731.117500', '122731.577500', '122732.037500', '122732.497500', '122732.957500', '122733.417500', '122733.877500', '122734.337500', '122734.797500', '122735.257500', '122735.717500', '122736.177500', '122736.637500', '122737.097500', '122737.557500', '122738.017500', '122738.477500', '122738.937500', '122739.397500', '122739.857500', '122740.317500', '122740.777500', '122741.237500', '122741.697500', '122742.157500', '122742.617500', '122743.077500', '122743.537500', '122743.997500', '122744.457500', '122744.917500', '122745.377500', '122745.837500', '122746.297500', '122746.757500', '122747.217500', '122747.677500', '122748.137500', '122748.597500', '122749.057500', '122749.517500', '122749.977500', '122750.437500', '122750.897500', '122751.357500', '122751.817500', '122752.277500', '122752.737500', '122753.197500', '122753.657500', '122754.117500', '122754.577500', '122755.037500', '122755.497500', '122755.957500', '122756.417500', '122756.877500', '122757.337500', '122757.797500', '122758.257500', '122758.717500', '122759.177500', '122759.637500', '122800.097500', '122800.557500', '122801.017500', '122801.477500', '122801.937500', '122802.397500', '122802.857500', '122803.317500', '122803.777500', '122804.237500', '122804.697500', '122805.157500', '122805.617500', '122806.077500', '122806.537500', '122806.997500', '122807.457500', '122807.917500', '122808.377500', '122808.837500', '122809.297500', '122809.757500', '122810.217500', '122810.677500', '122811.137500', '122811.597500', '122812.057500', '122812.517500', '122812.977500', '122813.437500', '122813.897500', '122814.357500', '122814.817500', '122815.277500', '122815.737500', '122816.197500', '122816.657500', '122817.117500', '122817.577500', '122818.037500', '122818.497500', '122818.957500', '122819.417500', '122819.877500', '122820.337500', '122820.797500', '122821.257500', '122821.717500', '122822.177500', '122822.637500', '122823.097500', '122823.557500', '122824.017500', '122824.477500', '122824.937500', '122825.397500', '122825.857500', '122826.317500', '122826.777500', '122827.237500', '122827.697500', '122828.157500', '122828.617500', '122829.077500', '122829.537500', '122829.997500', '122830.457500', '122830.917500', '122831.377500', '122831.837500', '122832.297500', '122832.757500', '122833.217500', '122833.677500', '122834.137500', '122834.597500', '122835.057500', '122835.517500', '122835.977500', '122836.437500', '122836.897500', '122837.357500', '122837.817500', '122838.277500', '122838.737500', '122839.197500', '122839.657500', '122840.117500', '122840.577500', '122841.037500', '122841.497500', '122841.957500', '122842.417500', '122842.877500', '122843.337500', '122843.797500', '122844.257500', '122844.717500', '122845.177500', '122845.637500', '122846.097500', '122846.557500', '122847.017500', '122847.477500', '122847.937500', '122848.397500', '122848.857500', '122849.317500', '122849.777500', '122850.237500', '122850.697500', '122851.157500', '122851.617500', '122852.077500', '122852.537500', '122852.997500', '122853.457500', '122853.917500', '122854.377500', '122854.837500', '122855.297500', '122855.757500', '122856.217500', '122856.677500', '122857.137500', '122857.597500', '122858.057500', '122858.517500', '122858.977500', '122859.437500', '122859.897500', '122900.357500', '122900.817500', '122901.277500', '122901.737500', '122902.197500', '122902.657500', '122903.117500', '122903.577500', '122904.037500', '122904.497500', '122904.957500', '122905.417500', '122905.877500', '122906.337500', '122906.797500', '122907.257500', '122907.717500', '122908.177500', '122908.637500', '122909.097500', '122909.557500', '122910.017500', '122910.477500', '122910.937500', '122911.397500', '122911.857500', '122912.317500', '122912.777500', '122913.237500', '122913.697500', '122914.157500', '122914.617500', '122915.077500', '122915.537500', '122915.997500', '122916.457500', '122916.917500', '122917.377500', '122917.837500', '122918.297500', '122918.757500', '122919.217500', '122919.677500', '122920.137500', '122920.597500', '122921.057500', '122921.517500', '122921.977500', '122922.437500', '122922.897500', '122923.357500', '122923.817500', '122924.277500', '122924.737500', '122925.197500', '122925.657500', '122926.117500'], 'ContentTime': ['122311.896000', '122311.899000', '122311.902000', '122311.905000', '122311.907000', '122311.910000', '122311.912000', '122311.915000', '122311.917000', '122311.920000', '122311.923000', '122311.925000', '122311.928000', '122311.930000', '122311.933000', '122311.936000', '122311.938000', '122311.941000', '122311.943000', '122311.946000', '122311.949000', '122311.952000', '122311.955000', '122311.960000', '122311.963000', '122311.966000', '122311.968000', '122311.971000', '122311.973000', '122311.976000', '122311.978000', '122311.981000', '122311.984000', '122311.986000', '122311.989000', '122311.991000', '122311.994000', '122311.997000', '122312.000000', '122312.003000', '122312.005000', '122312.008000', '122312.010000', '122312.013000', '122312.016000', '122312.018000', '122312.021000', '122312.023000', '122312.026000', '122312.029000', '122312.031000', '122312.034000', '122312.036000', '122312.039000', '122331.857000', '122331.860000', '122331.863000', '122331.865000', '122331.868000', '122331.870000', '122331.873000', '122331.876000', '122331.878000', '122331.881000', '122331.883000', '122331.886000', '122331.889000', '122331.891000', '122331.894000', '122331.896000', '122331.899000', '122331.902000', '122331.904000', '122331.907000', '122331.909000', '122331.912000', '122331.923000', '122331.925000', '122331.928000', '122331.931000', '122331.933000', '122331.936000', '122331.938000', '122331.941000', '122331.943000', '122331.946000', '122331.948000', '122331.951000', '122331.954000', '122331.956000', '122331.959000', '122331.961000', '122331.964000', '122331.966000', '122331.969000', '122331.971000', '122331.974000', '122331.977000', '122351.867000', '122351.870000', '122351.872000', '122351.875000', '122351.878000', '122351.880000', '122351.883000', '122351.885000', '122351.888000', '122351.891000', '122351.893000', '122351.915000', '122351.917000', '122351.920000', '122351.923000', '122351.925000', '122351.928000', '122351.930000', '122351.933000', '122351.936000', '122351.938000', '122351.941000', '122351.943000', '122351.946000', '122351.949000', '122351.951000', '122351.954000', '122351.956000', '122351.959000', '122351.962000', '122351.964000', '122351.967000', '122351.970000', '122351.972000', '122351.975000', '122351.977000', '122351.980000', '122351.983000', '122351.985000', '122351.988000', '122351.991000', '122351.993000', '122351.996000', '122411.857000', '122411.860000', '122411.863000', '122411.865000', '122411.868000', '122411.871000', '122411.873000', '122411.876000', '122411.878000', '122411.881000', '122411.883000', '122411.886000', '122411.889000', '122411.891000', '122411.894000', '122411.897000', '122411.899000', '122411.902000', '122411.904000', '122411.907000', '122411.910000', '122411.912000', '122411.915000', '122411.917000', '122411.920000', '122411.923000', '122411.925000', '122411.928000', '122411.930000', '122411.933000', '122411.936000', '122411.938000', '122411.941000', '122411.943000', '122411.946000', '122411.948000', '122411.951000', '122411.954000', '122411.956000', '122411.959000', '122411.961000', '122411.964000', '122411.967000', '122411.969000', '122431.858000', '122431.860000', '122431.863000', '122431.866000', '122431.868000', '122431.871000', '122431.873000', '122431.876000', '122431.878000', '122431.881000', '122431.884000', '122431.886000', '122431.901000', '122431.904000', '122431.906000', '122431.909000', '122431.911000', '122431.914000', '122431.916000', '122431.919000', '122431.922000', '122431.924000', '122431.927000', '122431.930000', '122431.932000', '122431.935000', '122431.937000', '122431.940000', '122431.942000', '122431.945000', '122431.948000', '122431.950000', '122431.953000', '122431.955000', '122431.958000', '122431.961000', '122431.963000', '122431.966000', '122431.968000', '122431.971000', '122431.973000', '122431.976000', '122431.979000', '122451.858000', '122451.866000', '122451.869000', '122451.871000', '122451.874000', '122451.877000', '122451.879000', '122451.882000', '122451.884000', '122451.887000', '122451.889000', '122451.892000', '122451.895000', '122451.897000', '122451.900000', '122451.903000', '122451.905000', '122451.908000', '122451.910000', '122451.913000', '122451.915000', '122451.918000', '122451.921000', '122451.923000', '122451.926000', '122451.928000', '122451.931000', '122451.934000', '122451.936000', '122451.939000', '122451.941000', '122451.944000', '122451.947000', '122451.949000', '122451.952000', '122451.954000', '122451.957000', '122451.959000', '122451.962000', '122451.965000', '122451.967000', '122451.970000', '122451.973000', '122451.975000', '122511.857000', '122511.859000', '122511.862000', '122511.865000', '122511.867000', '122511.870000', '122511.873000', '122511.875000', '122511.878000', '122511.881000', '122511.883000', '122511.886000', '122511.888000', '122511.891000', '122511.894000', '122511.896000', '122511.899000', '122511.901000', '122511.904000', '122511.907000', '122511.909000', '122511.912000', '122511.914000', '122511.917000', '122511.920000', '122511.922000', '122511.925000', '122511.927000', '122511.930000', '122511.933000', '122511.935000', '122511.938000', '122511.940000', '122511.943000', '122511.945000', '122511.948000', '122511.951000', '122511.953000', '122511.956000', '122511.967000', '122511.970000', '122511.972000', '122511.975000', '122531.856000', '122531.859000', '122531.862000', '122531.865000', '122531.867000', '122531.870000', '122531.872000', '122531.875000', '122531.878000', '122531.886000', '122531.889000', '122531.891000', '122531.894000', '122531.896000', '122531.899000', '122531.902000', '122531.904000', '122531.907000', '122531.910000', '122531.912000', '122531.915000', '122531.917000', '122531.920000', '122531.923000', '122531.925000', '122531.928000', '122531.931000', '122531.934000', '122531.936000', '122531.939000', '122531.941000', '122531.944000', '122531.947000', '122531.949000', '122531.952000', '122531.954000', '122531.957000', '122531.960000', '122531.962000', '122531.965000', '122531.968000', '122531.970000', '122531.973000', '122531.976000', '122551.857000', '122551.860000', '122551.863000', '122551.866000', '122551.868000', '122551.871000', '122551.873000', '122551.876000', '122551.878000', '122551.881000', '122551.884000', '122551.886000', '122551.889000', '122551.891000', '122551.894000', '122551.897000', '122551.899000', '122551.902000', '122551.904000', '122551.907000', '122551.910000', '122551.912000', '122551.915000', '122551.918000', '122551.920000', '122551.923000', '122551.926000', '122551.928000', '122551.931000', '122551.933000', '122551.936000', '122551.939000', '122551.941000', '122551.944000', '122551.946000', '122551.949000', '122551.951000', '122551.954000', '122551.957000', '122551.959000', '122551.962000', '122551.964000', '122551.967000', '122611.858000', '122611.860000', '122611.863000', '122611.866000', '122611.868000', '122611.871000', '122611.873000', '122611.876000', '122611.879000', '122611.881000', '122611.884000', '122611.887000', '122611.889000', '122611.892000', '122611.895000', '122611.897000', '122611.900000', '122611.903000', '122611.905000', '122611.908000', '122611.910000', '122611.913000', '122611.916000', '122611.918000', '122611.921000', '122611.924000', '122611.926000', '122611.929000', '122611.931000', '122611.934000', '122611.937000', '122611.939000', '122611.942000', '122611.944000', '122611.947000', '122611.950000', '122611.952000', '122611.955000', '122611.957000', '122611.960000', '122611.963000', '122611.965000', '122611.968000', '122611.970000', '122631.857000', '122631.860000', '122631.863000', '122631.865000', '122631.868000', '122631.871000', '122631.873000', '122631.876000', '122631.878000', '122631.881000', '122631.884000', '122631.886000', '122631.889000', '122631.891000', '122631.894000', '122631.896000', '122631.899000', '122631.902000', '122631.904000', '122631.907000', '122631.909000', '122631.912000', '122631.915000', '122631.917000', '122631.920000', '122631.922000', '122631.925000', '122631.928000', '122631.930000', '122631.933000', '122631.935000', '122631.938000', '122631.940000', '122631.943000', '122631.946000', '122631.948000', '122631.951000', '122631.954000', '122631.956000', '122631.959000', '122631.961000', '122631.964000', '122631.967000', '122651.858000', '122651.860000', '122651.863000', '122651.866000', '122651.868000', '122651.871000', '122651.873000', '122651.876000', '122651.879000', '122651.881000', '122651.884000', '122651.887000', '122651.889000', '122651.892000', '122651.894000', '122651.897000', '122651.900000', '122651.902000', '122651.905000', '122651.908000', '122651.910000', '122651.925000', '122651.927000', '122651.930000', '122651.933000', '122651.935000', '122651.938000', '122651.940000', '122651.943000', '122651.946000', '122651.948000', '122651.951000', '122651.953000', '122651.956000', '122651.958000', '122651.961000', '122651.964000', '122651.966000', '122651.969000', '122651.972000', '122651.974000', '122651.977000', '122651.979000', '122651.982000', '122711.857000', '122711.860000', '122711.863000', '122711.866000', '122711.868000', '122711.871000', '122711.874000', '122711.876000', '122711.879000', '122711.881000', '122711.884000', '122711.887000', '122711.889000', '122711.892000', '122711.894000', '122711.897000', '122711.900000', '122711.902000', '122711.905000', '122711.908000', '122711.910000', '122711.913000', '122711.915000', '122711.918000', '122711.921000', '122711.923000', '122711.926000', '122711.929000', '122711.931000', '122711.937000', '122711.939000', '122711.942000', '122711.944000', '122711.947000', '122711.950000', '122711.952000', '122711.955000', '122711.958000', '122711.960000', '122711.963000', '122711.965000', '122711.968000', '122711.971000', '122731.857000', '122731.860000', '122731.863000', '122731.865000', '122731.868000', '122731.871000', '122731.873000', '122731.876000', '122731.879000', '122731.881000', '122731.884000', '122731.887000', '122731.890000', '122731.892000', '122731.895000', '122731.898000', '122731.900000', '122731.903000', '122731.905000', '122731.908000', '122731.911000', '122731.913000', '122731.916000', '122731.918000', '122731.921000', '122731.924000', '122731.926000', '122731.929000', '122731.932000', '122731.934000', '122731.937000', '122731.940000', '122731.942000', '122731.945000', '122731.948000', '122731.950000', '122731.953000', '122731.956000', '122731.958000', '122731.961000', '122731.963000', '122731.966000', '122731.969000', '122751.856000', '122751.859000', '122751.862000', '122751.865000', '122751.867000', '122751.870000', '122751.872000', '122751.875000', '122751.878000', '122751.880000', '122751.883000', '122751.886000', '122751.888000', '122751.891000', '122751.893000', '122751.896000', '122751.898000', '122751.901000', '122751.904000', '122751.906000', '122751.909000', '122751.912000', '122751.914000', '122751.917000', '122751.920000', '122751.922000', '122751.925000', '122751.927000', '122751.930000', '122751.933000', '122751.935000', '122751.938000', '122751.940000', '122751.943000', '122751.946000', '122751.948000', '122751.951000', '122751.953000', '122751.956000', '122751.959000', '122751.961000', '122751.964000', '122751.966000', '122751.969000', '122811.858000', '122811.860000', '122811.863000', '122811.866000', '122811.868000', '122811.871000', '122811.874000', '122811.876000', '122811.879000', '122811.882000', '122811.885000', '122811.887000', '122811.890000', '122811.893000', '122811.895000', '122811.898000', '122811.900000', '122811.903000', '122811.906000', '122811.908000', '122811.911000', '122811.914000', '122811.916000', '122811.926000', '122811.929000', '122811.931000', '122811.934000', '122811.937000', '122811.939000', '122811.942000', '122811.944000', '122811.947000', '122811.950000', '122811.952000', '122811.955000', '122811.957000', '122811.960000', '122811.962000', '122811.965000', '122811.968000', '122811.970000', '122811.973000', '122811.975000', '122831.858000', '122831.860000', '122831.863000', '122831.866000', '122831.868000', '122831.871000', '122831.873000', '122831.876000', '122831.879000', '122831.881000', '122831.884000', '122831.887000', '122831.889000', '122831.892000', '122831.894000', '122831.897000', '122831.901000', '122831.904000', '122831.907000', '122831.909000', '122831.912000', '122831.914000', '122831.917000', '122831.920000', '122831.922000', '122831.925000', '122831.927000', '122831.930000', '122831.933000', '122831.936000', '122831.938000', '122831.941000', '122831.944000', '122831.946000', '122831.949000', '122831.951000', '122831.954000', '122831.957000', '122831.959000', '122831.962000', '122831.964000', '122831.967000', '122831.969000', '122831.972000', '122851.858000', '122851.861000', '122851.864000', '122851.867000', '122851.870000', '122851.872000', '122851.875000', '122851.877000', '122851.880000', '122851.883000', '122851.885000', '122851.888000', '122851.891000', '122851.893000', '122851.896000', '122851.899000', '122851.901000', '122851.911000', '122851.914000', '122851.916000', '122851.919000', '122851.922000', '122851.926000', '122851.928000', '122851.931000', '122851.934000', '122851.936000', '122851.939000', '122851.942000', '122851.944000', '122851.947000', '122851.950000', '122851.952000', '122851.955000', '122851.958000', '122851.960000', '122851.963000', '122851.966000', '122851.968000', '122851.971000', '122851.974000', '122851.976000', '122851.979000', '122911.858000', '122911.861000', '122911.863000', '122911.866000', '122911.869000', '122911.871000', '122911.874000', '122911.876000', '122911.879000', '122911.882000', '122911.884000', '122911.887000', '122911.889000', '122911.892000', '122911.895000', '122911.897000', '122911.900000', '122911.902000', '122911.905000', '122911.908000', '122911.910000', '122911.913000', '122911.915000', '122911.918000', '122911.921000', '122911.923000', '122911.926000', '122911.928000', '122911.931000', '122911.934000', '122911.936000', '122911.939000', '122911.942000', '122911.945000', '122911.947000', '122911.950000', '122911.953000', '122911.955000', '122911.958000', '122911.961000', '122911.963000', '122911.966000', '122911.969000', '122911.971000', '122927.747000', '122927.750000', '122927.753000', '122927.755000', '122927.759000', '122927.761000', '122927.764000', '122927.767000', '122927.769000', '122927.772000', '122927.775000', '122927.778000', '122927.780000', '122927.783000', '122927.786000', '122927.789000', '122927.791000', '122927.794000', '122927.797000', '122927.800000', '122927.803000', '122927.805000', '122927.808000', '122927.811000', '122927.814000', '122927.817000', '122927.825000', '122927.828000', '122927.831000', '122927.834000', '122927.837000', '122927.839000', '122927.842000', '122927.845000', '122927.848000'], 'InstanceCreationTime': ['122311.896000', '122311.899000', '122311.902000', '122311.905000', '122311.907000', '122311.910000', '122311.912000', '122311.915000', '122311.917000', '122311.920000', '122311.923000', '122311.925000', '122311.928000', '122311.930000', '122311.933000', '122311.936000', '122311.938000', '122311.941000', '122311.943000', '122311.946000', '122311.949000', '122311.952000', '122311.955000', '122311.960000', '122311.963000', '122311.966000', '122311.968000', '122311.971000', '122311.973000', '122311.976000', '122311.978000', '122311.981000', '122311.984000', '122311.986000', '122311.989000', '122311.991000', '122311.994000', '122311.997000', '122312.000000', '122312.003000', '122312.005000', '122312.008000', '122312.010000', '122312.013000', '122312.016000', '122312.018000', '122312.021000', '122312.023000', '122312.026000', '122312.029000', '122312.031000', '122312.034000', '122312.036000', '122312.039000', '122331.857000', '122331.860000', '122331.863000', '122331.865000', '122331.868000', '122331.870000', '122331.873000', '122331.876000', '122331.878000', '122331.881000', '122331.883000', '122331.886000', '122331.889000', '122331.891000', '122331.894000', '122331.896000', '122331.899000', '122331.902000', '122331.904000', '122331.907000', '122331.909000', '122331.912000', '122331.923000', '122331.925000', '122331.928000', '122331.931000', '122331.933000', '122331.936000', '122331.938000', '122331.941000', '122331.943000', '122331.946000', '122331.948000', '122331.951000', '122331.954000', '122331.956000', '122331.959000', '122331.961000', '122331.964000', '122331.966000', '122331.969000', '122331.971000', '122331.974000', '122331.977000', '122351.867000', '122351.870000', '122351.872000', '122351.875000', '122351.878000', '122351.880000', '122351.883000', '122351.885000', '122351.888000', '122351.891000', '122351.893000', '122351.915000', '122351.917000', '122351.920000', '122351.923000', '122351.925000', '122351.928000', '122351.930000', '122351.933000', '122351.936000', '122351.938000', '122351.941000', '122351.943000', '122351.946000', '122351.949000', '122351.951000', '122351.954000', '122351.956000', '122351.959000', '122351.962000', '122351.964000', '122351.967000', '122351.970000', '122351.972000', '122351.975000', '122351.977000', '122351.980000', '122351.983000', '122351.985000', '122351.988000', '122351.991000', '122351.993000', '122351.996000', '122411.857000', '122411.860000', '122411.863000', '122411.865000', '122411.868000', '122411.871000', '122411.873000', '122411.876000', '122411.878000', '122411.881000', '122411.883000', '122411.886000', '122411.889000', '122411.891000', '122411.894000', '122411.897000', '122411.899000', '122411.902000', '122411.904000', '122411.907000', '122411.910000', '122411.912000', '122411.915000', '122411.917000', '122411.920000', '122411.923000', '122411.925000', '122411.928000', '122411.930000', '122411.933000', '122411.936000', '122411.938000', '122411.941000', '122411.943000', '122411.946000', '122411.948000', '122411.951000', '122411.954000', '122411.956000', '122411.959000', '122411.961000', '122411.964000', '122411.967000', '122411.969000', '122431.858000', '122431.860000', '122431.863000', '122431.866000', '122431.868000', '122431.871000', '122431.873000', '122431.876000', '122431.878000', '122431.881000', '122431.884000', '122431.886000', '122431.901000', '122431.904000', '122431.906000', '122431.909000', '122431.911000', '122431.914000', '122431.916000', '122431.919000', '122431.922000', '122431.924000', '122431.927000', '122431.930000', '122431.932000', '122431.935000', '122431.937000', '122431.940000', '122431.942000', '122431.945000', '122431.948000', '122431.950000', '122431.953000', '122431.955000', '122431.958000', '122431.961000', '122431.963000', '122431.966000', '122431.968000', '122431.971000', '122431.973000', '122431.976000', '122431.979000', '122451.858000', '122451.866000', '122451.869000', '122451.871000', '122451.874000', '122451.877000', '122451.879000', '122451.882000', '122451.884000', '122451.887000', '122451.889000', '122451.892000', '122451.895000', '122451.897000', '122451.900000', '122451.903000', '122451.905000', '122451.908000', '122451.910000', '122451.913000', '122451.915000', '122451.918000', '122451.921000', '122451.923000', '122451.926000', '122451.928000', '122451.931000', '122451.934000', '122451.936000', '122451.939000', '122451.941000', '122451.944000', '122451.947000', '122451.949000', '122451.952000', '122451.954000', '122451.957000', '122451.959000', '122451.962000', '122451.965000', '122451.967000', '122451.970000', '122451.973000', '122451.975000', '122511.857000', '122511.859000', '122511.862000', '122511.865000', '122511.867000', '122511.870000', '122511.873000', '122511.875000', '122511.878000', '122511.881000', '122511.883000', '122511.886000', '122511.888000', '122511.891000', '122511.894000', '122511.896000', '122511.899000', '122511.901000', '122511.904000', '122511.907000', '122511.909000', '122511.912000', '122511.914000', '122511.917000', '122511.920000', '122511.922000', '122511.925000', '122511.927000', '122511.930000', '122511.933000', '122511.935000', '122511.938000', '122511.940000', '122511.943000', '122511.945000', '122511.948000', '122511.951000', '122511.953000', '122511.956000', '122511.967000', '122511.970000', '122511.972000', '122511.975000', '122531.856000', '122531.859000', '122531.862000', '122531.865000', '122531.867000', '122531.870000', '122531.872000', '122531.875000', '122531.878000', '122531.886000', '122531.889000', '122531.891000', '122531.894000', '122531.896000', '122531.899000', '122531.902000', '122531.904000', '122531.907000', '122531.910000', '122531.912000', '122531.915000', '122531.917000', '122531.920000', '122531.923000', '122531.925000', '122531.928000', '122531.931000', '122531.934000', '122531.936000', '122531.939000', '122531.941000', '122531.944000', '122531.947000', '122531.949000', '122531.952000', '122531.954000', '122531.957000', '122531.960000', '122531.962000', '122531.965000', '122531.968000', '122531.970000', '122531.973000', '122531.976000', '122551.857000', '122551.860000', '122551.863000', '122551.866000', '122551.868000', '122551.871000', '122551.873000', '122551.876000', '122551.878000', '122551.881000', '122551.884000', '122551.886000', '122551.889000', '122551.891000', '122551.894000', '122551.897000', '122551.899000', '122551.902000', '122551.904000', '122551.907000', '122551.910000', '122551.912000', '122551.915000', '122551.918000', '122551.920000', '122551.923000', '122551.926000', '122551.928000', '122551.931000', '122551.933000', '122551.936000', '122551.939000', '122551.941000', '122551.944000', '122551.946000', '122551.949000', '122551.951000', '122551.954000', '122551.957000', '122551.959000', '122551.962000', '122551.964000', '122551.967000', '122611.858000', '122611.860000', '122611.863000', '122611.866000', '122611.868000', '122611.871000', '122611.873000', '122611.876000', '122611.879000', '122611.881000', '122611.884000', '122611.887000', '122611.889000', '122611.892000', '122611.895000', '122611.897000', '122611.900000', '122611.903000', '122611.905000', '122611.908000', '122611.910000', '122611.913000', '122611.916000', '122611.918000', '122611.921000', '122611.924000', '122611.926000', '122611.929000', '122611.931000', '122611.934000', '122611.937000', '122611.939000', '122611.942000', '122611.944000', '122611.947000', '122611.950000', '122611.952000', '122611.955000', '122611.957000', '122611.960000', '122611.963000', '122611.965000', '122611.968000', '122611.970000', '122631.857000', '122631.860000', '122631.863000', '122631.865000', '122631.868000', '122631.871000', '122631.873000', '122631.876000', '122631.878000', '122631.881000', '122631.884000', '122631.886000', '122631.889000', '122631.891000', '122631.894000', '122631.896000', '122631.899000', '122631.902000', '122631.904000', '122631.907000', '122631.909000', '122631.912000', '122631.915000', '122631.917000', '122631.920000', '122631.922000', '122631.925000', '122631.928000', '122631.930000', '122631.933000', '122631.935000', '122631.938000', '122631.940000', '122631.943000', '122631.946000', '122631.948000', '122631.951000', '122631.954000', '122631.956000', '122631.959000', '122631.961000', '122631.964000', '122631.967000', '122651.858000', '122651.860000', '122651.863000', '122651.866000', '122651.868000', '122651.871000', '122651.873000', '122651.876000', '122651.879000', '122651.881000', '122651.884000', '122651.887000', '122651.889000', '122651.892000', '122651.894000', '122651.897000', '122651.900000', '122651.902000', '122651.905000', '122651.908000', '122651.910000', '122651.925000', '122651.927000', '122651.930000', '122651.933000', '122651.935000', '122651.938000', '122651.940000', '122651.943000', '122651.946000', '122651.948000', '122651.951000', '122651.953000', '122651.956000', '122651.958000', '122651.961000', '122651.964000', '122651.966000', '122651.969000', '122651.972000', '122651.974000', '122651.977000', '122651.979000', '122651.982000', '122711.857000', '122711.860000', '122711.863000', '122711.866000', '122711.868000', '122711.871000', '122711.874000', '122711.876000', '122711.879000', '122711.881000', '122711.884000', '122711.887000', '122711.889000', '122711.892000', '122711.894000', '122711.897000', '122711.900000', '122711.902000', '122711.905000', '122711.908000', '122711.910000', '122711.913000', '122711.915000', '122711.918000', '122711.921000', '122711.923000', '122711.926000', '122711.929000', '122711.931000', '122711.937000', '122711.939000', '122711.942000', '122711.944000', '122711.947000', '122711.950000', '122711.952000', '122711.955000', '122711.958000', '122711.960000', '122711.963000', '122711.965000', '122711.968000', '122711.971000', '122731.857000', '122731.860000', '122731.863000', '122731.865000', '122731.868000', '122731.871000', '122731.873000', '122731.876000', '122731.879000', '122731.881000', '122731.884000', '122731.887000', '122731.890000', '122731.892000', '122731.895000', '122731.898000', '122731.900000', '122731.903000', '122731.905000', '122731.908000', '122731.911000', '122731.913000', '122731.916000', '122731.918000', '122731.921000', '122731.924000', '122731.926000', '122731.929000', '122731.932000', '122731.934000', '122731.937000', '122731.940000', '122731.942000', '122731.945000', '122731.948000', '122731.950000', '122731.953000', '122731.956000', '122731.958000', '122731.961000', '122731.963000', '122731.966000', '122731.969000', '122751.856000', '122751.859000', '122751.862000', '122751.865000', '122751.867000', '122751.870000', '122751.872000', '122751.875000', '122751.878000', '122751.880000', '122751.883000', '122751.886000', '122751.888000', '122751.891000', '122751.893000', '122751.896000', '122751.898000', '122751.901000', '122751.904000', '122751.906000', '122751.909000', '122751.912000', '122751.914000', '122751.917000', '122751.920000', '122751.922000', '122751.925000', '122751.927000', '122751.930000', '122751.933000', '122751.935000', '122751.938000', '122751.940000', '122751.943000', '122751.946000', '122751.948000', '122751.951000', '122751.953000', '122751.956000', '122751.959000', '122751.961000', '122751.964000', '122751.966000', '122751.969000', '122811.858000', '122811.860000', '122811.863000', '122811.866000', '122811.868000', '122811.871000', '122811.874000', '122811.876000', '122811.879000', '122811.882000', '122811.885000', '122811.887000', '122811.890000', '122811.893000', '122811.895000', '122811.898000', '122811.900000', '122811.903000', '122811.906000', '122811.908000', '122811.911000', '122811.914000', '122811.916000', '122811.926000', '122811.929000', '122811.931000', '122811.934000', '122811.937000', '122811.939000', '122811.942000', '122811.944000', '122811.947000', '122811.950000', '122811.952000', '122811.955000', '122811.957000', '122811.960000', '122811.962000', '122811.965000', '122811.968000', '122811.970000', '122811.973000', '122811.975000', '122831.858000', '122831.860000', '122831.863000', '122831.866000', '122831.868000', '122831.871000', '122831.873000', '122831.876000', '122831.879000', '122831.881000', '122831.884000', '122831.887000', '122831.889000', '122831.892000', '122831.894000', '122831.897000', '122831.901000', '122831.904000', '122831.907000', '122831.909000', '122831.912000', '122831.914000', '122831.917000', '122831.920000', '122831.922000', '122831.925000', '122831.927000', '122831.930000', '122831.933000', '122831.936000', '122831.938000', '122831.941000', '122831.944000', '122831.946000', '122831.949000', '122831.951000', '122831.954000', '122831.957000', '122831.959000', '122831.962000', '122831.964000', '122831.967000', '122831.969000', '122831.972000', '122851.858000', '122851.861000', '122851.864000', '122851.867000', '122851.870000', '122851.872000', '122851.875000', '122851.877000', '122851.880000', '122851.883000', '122851.885000', '122851.888000', '122851.891000', '122851.893000', '122851.896000', '122851.899000', '122851.901000', '122851.911000', '122851.914000', '122851.916000', '122851.919000', '122851.922000', '122851.926000', '122851.928000', '122851.931000', '122851.934000', '122851.936000', '122851.939000', '122851.942000', '122851.944000', '122851.947000', '122851.950000', '122851.952000', '122851.955000', '122851.958000', '122851.960000', '122851.963000', '122851.966000', '122851.968000', '122851.971000', '122851.974000', '122851.976000', '122851.979000', '122911.858000', '122911.861000', '122911.863000', '122911.866000', '122911.869000', '122911.871000', '122911.874000', '122911.876000', '122911.879000', '122911.882000', '122911.884000', '122911.887000', '122911.889000', '122911.892000', '122911.895000', '122911.897000', '122911.900000', '122911.902000', '122911.905000', '122911.908000', '122911.910000', '122911.913000', '122911.915000', '122911.918000', '122911.921000', '122911.923000', '122911.926000', '122911.928000', '122911.931000', '122911.934000', '122911.936000', '122911.939000', '122911.942000', '122911.945000', '122911.947000', '122911.950000', '122911.953000', '122911.955000', '122911.958000', '122911.961000', '122911.963000', '122911.966000', '122911.969000', '122911.971000', '122927.747000', '122927.750000', '122927.753000', '122927.755000', '122927.759000', '122927.761000', '122927.764000', '122927.767000', '122927.769000', '122927.772000', '122927.775000', '122927.778000', '122927.780000', '122927.783000', '122927.786000', '122927.789000', '122927.791000', '122927.794000', '122927.797000', '122927.800000', '122927.803000', '122927.805000', '122927.808000', '122927.811000', '122927.814000', '122927.817000', '122927.825000', '122927.828000', '122927.831000', '122927.834000', '122927.837000', '122927.839000', '122927.842000', '122927.845000', '122927.848000'], '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': [9331, 8886, 9733, 9196, 10697, 8444, 12191, 8635, 17207, 9552, 8686, 8388, 9493, 12555, 9981, 14901, 8390, 7787, 8483, 9203, 11044, 10879, 11973, 8863, 9675, 8467, 12465, 9656, 10117, 8578, 8843, 9915, 9019, 15510, 9430, 8197, 8759, 9652, 13553, 9980, 11956, 9332, 8223, 9225, 13866, 17652, 10036, 10074, 9535, 10331, 9005, 14474, 9899, 8643, 8624, 8676, 9700, 8322, 14421, 8879, 10885, 8852, 13250, 9628, 8624, 9029, 9214, 10197, 9400, 13115, 9550, 8845, 8987, 9503, 14005, 10303, 16057, 10369, 9519, 9244, 8998, 15971, 11039, 11430, 9038, 8912, 15338, 12037, 10871, 9044, 9227, 13451, 11352, 14128, 11380, 9416, 11299, 10889, 10498, 11531, 9457, 8738, 8857, 9373, 13730, 11358, 14580, 12074, 9309, 8919, 8974, 8539, 13908, 10568, 13412, 9073, 8845, 8859, 9052, 11113, 9226, 8929, 8565, 8984, 9765, 8878, 9593, 9345, 8823, 11294, 9265, 11583, 9665, 11557, 9623, 11957, 9816, 9162, 10188, 8583, 15236, 11131, 9400, 9081, 8978, 13663, 10453, 15035, 9722, 9548, 9081, 8445, 15568, 10168, 8867, 8505, 9338, 12033, 10114, 15042, 9052, 9561, 8683, 8478, 14384, 11439, 11137, 8565, 9437, 10451, 10875, 17051, 10072, 8679, 8308, 8746, 12636, 9861, 11278, 9734, 8552, 10847, 11469, 16307, 9658, 9518, 8812, 9034, 12695, 9682, 10418, 8927, 8643, 9418, 8596, 12443, 8634, 9001, 8450, 8729, 13537, 10826, 8826, 8723, 8534, 14856, 12345, 12344, 9367, 8550, 13316, 10711, 13284, 9400, 8598, 12624, 10375, 14292, 10857, 9231, 11456, 9254, 14220, 10947, 9497, 8059, 8975, 9145, 14517, 8634, 9564, 9076, 8394, 12674, 10545, 8905, 8927, 8744, 11642, 12519, 9018, 10742, 9046, 8736, 12392, 10399, 11517, 9219, 8718, 11979, 10356, 11776, 9294, 8407, 11288, 10216, 11617, 9759, 7921, 10207, 12404, 15589, 9635, 8845, 9097, 8718, 15149, 11802, 9391, 8455, 8596, 12946, 10790, 8900, 8849, 9447, 7997, 8922, 11426, 13933, 9629, 9127, 8606, 9088, 15167, 9592, 9388, 8698, 8965, 11656, 11629, 17212, 8842, 9181, 9025, 8459, 14244, 11791, 8647, 8811, 8581, 11192, 10780, 11139, 10719, 9656, 9180, 9088, 16110, 16111, 9868, 9819, 9223, 11892, 10693, 10803, 9276, 8903, 10151, 9002, 13961, 10574, 9093, 8927, 8476, 12570, 12124, 8903, 8861, 8891, 8900, 9339, 10239, 11681, 9331, 8175, 8980, 9145, 15516, 9348, 10489, 9075, 8677, 12097, 12264, 12905, 9610, 8080, 9305, 11465, 17042, 9428, 8349, 8834, 8491, 14075, 13275, 12777, 9549, 8483, 8831, 11273, 14754, 9037, 8632, 9500, 9230, 8693, 13782, 11181, 10057, 8673, 8685, 9181, 9444, 12378, 8777, 8565, 8790, 9362, 11357, 9348, 13736, 8908, 9271, 8823, 10561, 13315, 9146, 13019, 9220, 10380, 10341, 15134, 16041, 10438, 11810, 9476, 13341, 13775, 15145, 12504, 9606, 9953, 8983, 12950, 11286, 9547, 10030, 9298, 13310, 13092, 9284, 9468, 9272, 12791, 10403, 15762, 9505, 8802, 8785, 8362, 11334, 8811, 9239, 8596, 10435, 8923, 9910, 8967, 8668, 12117, 8595, 8814, 9874, 8546, 12987, 12034, 8847, 10391, 8564, 14863, 12124, 11693, 9120, 8913, 11652, 8998, 17453, 12696, 9338, 9276, 8319, 14500, 11273, 12790, 9509, 8173, 8960, 11479, 12498, 9234, 10186, 9339, 10942, 9036, 14365, 9481, 10621, 9600, 10096, 8896, 13674, 9400, 9800, 9313, 9579, 8547, 11105, 9152, 9179, 9041, 8849, 9129, 9442, 13931, 10479, 12672, 9804, 8989, 8881, 9576, 13067, 10437, 15252, 9812, 11498, 9411, 12627, 14019, 9313, 11797, 9143, 16124, 12126, 10666, 9628, 9217, 13857, 11211, 15498, 10455, 9408, 10177, 9187, 15992, 9405, 8865, 8740, 8711, 13843, 9274, 9634, 8718, 8888, 10592, 9349, 13771, 9752, 8482, 8901, 8486, 15250, 11318, 11868, 9787, 8690, 9435, 10292, 17354, 10554, 10167, 8651, 8895, 10816, 9574, 11414, 9949, 9085, 9519, 14470, 11667, 9616, 9677, 9482, 9959, 8968, 14224, 9272, 10095, 9432, 8150, 8830, 9159, 14364, 9069, 8688, 8701, 8979, 9855, 9142, 15186, 17322, 11247, 11161, 9066, 9935, 9078, 10585, 9252, 9074, 9806, 9119, 11788, 9182, 9142, 11387, 9066, 9766, 12710, 10209, 16028, 13978, 12361, 13292, 9677, 14560, 9773, 14933, 9667, 10198, 9868, 9598, 10448, 9074, 15481, 9727, 9701, 8524, 8699, 11396, 9347, 10694, 8403, 9313, 8842, 8383, 8581, 9559, 8871, 10111, 9634, 8344, 9115, 9038, 11653, 9399, 9002, 9926, 9287, 11682, 9839, 11780, 10273, 9452, 11864, 9655, 15042, 10975, 9259, 9882, 9283, 17335, 13082, 9775, 8413, 8839, 10149, 9386, 17201, 11879, 8985, 8700, 9440, 11227, 8976, 13842, 8484, 8954, 8660, 8761, 12754, 9028, 8698, 9812, 9373, 12239, 9900, 9205, 9620, 13220, 11563, 9071, 11100, 9065, 18143, 13423, 10184, 8408, 8567, 9515, 8624, 15586, 9645, 8195, 8280, 9019, 11734, 9138, 10429, 9583, 8011, 8764, 12628, 9773, 9662, 8838, 9516, 9643, 9589, 12597, 9501, 14997, 9994, 9299, 9088, 9604, 10664, 9748, 9760, 9778, 11348, 8650, 13783, 8672, 12561, 10042, 9559, 8754, 8992, 9618, 9083, 10162, 9124, 9428, 12073, 8748, 12390, 8532, 14570, 11841, 13326, 11592, 9345, 12038, 9652, 17508, 14355, 9847, 10426, 8755, 17376, 14644, 9779, 14563, 9124, 9132, 10471, 8312, 8570, 16563, 14473, 14658, 11088, 9336, 13689, 13220, 17149, 12909, 9381, 9106, 8604, 13392, 9786, 8811, 8545, 8432, 10803, 9425, 9314, 8888, 8594, 9740, 8861, 8451, 8805, 8213, 9159, 8653, 9510, 9341, 9261, 9240, 13435, 11079, 8820, 8987, 8386, 13641, 10805, 12519, 9366, 7834, 8815, 9494, 12716, 9321, 9855, 8772, 12715, 9382, 15324, 9246, 8007, 8312, 9781, 12389, 8880, 9820, 8840, 7963, 9756, 10424, 13285, 9145, 10773, 8662, 13738, 13972, 9102, 9163, 9146, 9798, 8806, 13815, 10030, 9317, 9969, 8613, 16446, 13512, 10863, 8776, 8940, 11665, 9507, 10797, 8469, 9191, 12417, 10773, 14591, 8562, 9278, 9304, 8653, 16544, 11454, 9547, 9216, 8892, 14994, 12456, 10162, 8694, 9296, 10741, 9913, 11829, 8534, 9039, 11830, 9981, 11969, 8416, 9316, 9924, 8543, 14923, 11213, 9223, 8865], 'WindowCenter': [4619.0, 4600.0, 4603.0, 4576.0, 4582.0, 4540.0, 4599.0, 4548.0, 4638.0, 4556.0, 4521.0, 4532.0, 4554.0, 4582.0, 4554.0, 4615.0, 4535.0, 4511.0, 4535.0, 4553.0, 4573.0, 4575.0, 4585.0, 4532.0, 4530.0, 4535.0, 4584.0, 4555.0, 4553.0, 4522.0, 4530.0, 4564.0, 4545.0, 4618.0, 4546.0, 4523.0, 4546.0, 4565.0, 4607.0, 4570.0, 4585.0, 4545.0, 4524.0, 4555.0, 4606.0, 4637.0, 4554.0, 4542.0, 4542.0, 4552.0, 4545.0, 4604.0, 4553.0, 4521.0, 4520.0, 4520.0, 4554.0, 4531.0, 4591.0, 4518.0, 4560.0, 4542.0, 4580.0, 4555.0, 4534.0, 4544.0, 4556.0, 4565.0, 4557.0, 4610.0, 4572.0, 4548.0, 4546.0, 4568.0, 4606.0, 4567.0, 4640.0, 4569.0, 4544.0, 4558.0, 4545.0, 4628.0, 4591.0, 4575.0, 4548.0, 4559.0, 4617.0, 4600.0, 4577.0, 4545.0, 4545.0, 4608.0, 4588.0, 4606.0, 4572.0, 4545.0, 4576.0, 4575.0, 4567.0, 4561.0, 4540.0, 4532.0, 4545.0, 4546.0, 4606.0, 4574.0, 4604.0, 4572.0, 4529.0, 4516.0, 4533.0, 4532.0, 4591.0, 4565.0, 4580.0, 4530.0, 4529.0, 4532.0, 4542.0, 4561.0, 4530.0, 4543.0, 4531.0, 4545.0, 4555.0, 4532.0, 4539.0, 4545.0, 4557.0, 4577.0, 4556.0, 4575.0, 4543.0, 4586.0, 4556.0, 4587.0, 4552.0, 4531.0, 4564.0, 4535.0, 4615.0, 4576.0, 4531.0, 4531.0, 4534.0, 4606.0, 4566.0, 4616.0, 4543.0, 4539.0, 4544.0, 4534.0, 4613.0, 4566.0, 4529.0, 4521.0, 4554.0, 4583.0, 4563.0, 4617.0, 4542.0, 4539.0, 4531.0, 4536.0, 4605.0, 4588.0, 4563.0, 4520.0, 4543.0, 4564.0, 4562.0, 4625.0, 4543.0, 4518.0, 4520.0, 4534.0, 4583.0, 4568.0, 4561.0, 4543.0, 4535.0, 4573.0, 4574.0, 4626.0, 4541.0, 4526.0, 4532.0, 4532.0, 4583.0, 4555.0, 4539.0, 4519.0, 4534.0, 4542.0, 4533.0, 4593.0, 4532.0, 4533.0, 4536.0, 4544.0, 4607.0, 4593.0, 4546.0, 4545.0, 4560.0, 4617.0, 4600.0, 4598.0, 4545.0, 4546.0, 4606.0, 4563.0, 4596.0, 4544.0, 4534.0, 4596.0, 4564.0, 4606.0, 4563.0, 4530.0, 4584.0, 4542.0, 4606.0, 4563.0, 4540.0, 4521.0, 4531.0, 4543.0, 4617.0, 4533.0, 4540.0, 4544.0, 4534.0, 4595.0, 4576.0, 4544.0, 4545.0, 4547.0, 4585.0, 4609.0, 4546.0, 4563.0, 4547.0, 4547.0, 4596.0, 4568.0, 4574.0, 4542.0, 4547.0, 4586.0, 4567.0, 4572.0, 4546.0, 4535.0, 4575.0, 4567.0, 4562.0, 4540.0, 4524.0, 4552.0, 4596.0, 4615.0, 4540.0, 4517.0, 4545.0, 4532.0, 4602.0, 4587.0, 4531.0, 4508.0, 4547.0, 4593.0, 4575.0, 4546.0, 4532.0, 4542.0, 4525.0, 4543.0, 4574.0, 4608.0, 4543.0, 4531.0, 4545.0, 4543.0, 4614.0, 4556.0, 4531.0, 4521.0, 4543.0, 4573.0, 4573.0, 4625.0, 4533.0, 4529.0, 4543.0, 4533.0, 4602.0, 4589.0, 4532.0, 4532.0, 4548.0, 4575.0, 4576.0, 4588.0, 4554.0, 4541.0, 4544.0, 4543.0, 4613.0, 4617.0, 4541.0, 4527.0, 4543.0, 4570.0, 4553.0, 4550.0, 4516.0, 4518.0, 4551.0, 4531.0, 4591.0, 4563.0, 4530.0, 4519.0, 4533.0, 4581.0, 4585.0, 4533.0, 4520.0, 4532.0, 4532.0, 4540.0, 4566.0, 4574.0, 4530.0, 4520.0, 4543.0, 4541.0, 4615.0, 4545.0, 4550.0, 4531.0, 4534.0, 4582.0, 4585.0, 4571.0, 4530.0, 4511.0, 4543.0, 4571.0, 4626.0, 4532.0, 4508.0, 4530.0, 4532.0, 4604.0, 4597.0, 4583.0, 4531.0, 4508.0, 4532.0, 4563.0, 4603.0, 4520.0, 4508.0, 4528.0, 4530.0, 4533.0, 4594.0, 4574.0, 4540.0, 4520.0, 4532.0, 4542.0, 4540.0, 4596.0, 4548.0, 4533.0, 4548.0, 4556.0, 4586.0, 4570.0, 4621.0, 4549.0, 4544.0, 4560.0, 4563.0, 4607.0, 4559.0, 4594.0, 4545.0, 4566.0, 4567.0, 4616.0, 4630.0, 4564.0, 4559.0, 4544.0, 4594.0, 4593.0, 4605.0, 4570.0, 4529.0, 4541.0, 4530.0, 4583.0, 4562.0, 4530.0, 4539.0, 4544.0, 4582.0, 4595.0, 4519.0, 4528.0, 4531.0, 4581.0, 4552.0, 4588.0, 4528.0, 4516.0, 4509.0, 4519.0, 4559.0, 4519.0, 4516.0, 4520.0, 4549.0, 4531.0, 4554.0, 4545.0, 4534.0, 4584.0, 4533.0, 4533.0, 4567.0, 4549.0, 4607.0, 4602.0, 4546.0, 4555.0, 4549.0, 4606.0, 4597.0, 4585.0, 4533.0, 4532.0, 4587.0, 4544.0, 4628.0, 4596.0, 4529.0, 4531.0, 4537.0, 4604.0, 4576.0, 4571.0, 4530.0, 4510.0, 4546.0, 4572.0, 4574.0, 4532.0, 4542.0, 4520.0, 4563.0, 4532.0, 4591.0, 4531.0, 4538.0, 4527.0, 4538.0, 4532.0, 4590.0, 4544.0, 4539.0, 4530.0, 4539.0, 4534.0, 4561.0, 4545.0, 4556.0, 4545.0, 4545.0, 4546.0, 4557.0, 4605.0, 4579.0, 4599.0, 4570.0, 4546.0, 4546.0, 4557.0, 4594.0, 4566.0, 4618.0, 4556.0, 4561.0, 4556.0, 4584.0, 4607.0, 4545.0, 4574.0, 4545.0, 4616.0, 4587.0, 4554.0, 4531.0, 4545.0, 4605.0, 4574.0, 4605.0, 4552.0, 4529.0, 4553.0, 4531.0, 4613.0, 4531.0, 4516.0, 4533.0, 4520.0, 4593.0, 4532.0, 4528.0, 4532.0, 4545.0, 4562.0, 4545.0, 4605.0, 4541.0, 4519.0, 4547.0, 4534.0, 4615.0, 4577.0, 4571.0, 4543.0, 4533.0, 4544.0, 4552.0, 4627.0, 4552.0, 4539.0, 4522.0, 4545.0, 4565.0, 4556.0, 4562.0, 4543.0, 4545.0, 4556.0, 4606.0, 4575.0, 4542.0, 4531.0, 4530.0, 4541.0, 4533.0, 4593.0, 4531.0, 4535.0, 4519.0, 4521.0, 4544.0, 4542.0, 4603.0, 4546.0, 4520.0, 4533.0, 4545.0, 4565.0, 4557.0, 4618.0, 4645.0, 4590.0, 4577.0, 4536.0, 4543.0, 4534.0, 4553.0, 4547.0, 4547.0, 4568.0, 4549.0, 4588.0, 4560.0, 4556.0, 4574.0, 4536.0, 4543.0, 4583.0, 4567.0, 4619.0, 4597.0, 4574.0, 4583.0, 4532.0, 4580.0, 4529.0, 4575.0, 4530.0, 4527.0, 4515.0, 4513.0, 4538.0, 4520.0, 4589.0, 4516.0, 4514.0, 4505.0, 4531.0, 4559.0, 4532.0, 4564.0, 4521.0, 4530.0, 4520.0, 4534.0, 4533.0, 4556.0, 4547.0, 4553.0, 4545.0, 4523.0, 4547.0, 4559.0, 4578.0, 4559.0, 4562.0, 4571.0, 4560.0, 4587.0, 4582.0, 4590.0, 4570.0, 4557.0, 4590.0, 4558.0, 4618.0, 4567.0, 4534.0, 4569.0, 4546.0, 4628.0, 4598.0, 4541.0, 4509.0, 4545.0, 4553.0, 4543.0, 4626.0, 4587.0, 4532.0, 4521.0, 4554.0, 4573.0, 4543.0, 4595.0, 4535.0, 4532.0, 4536.0, 4547.0, 4598.0, 4549.0, 4537.0, 4571.0, 4557.0, 4589.0, 4558.0, 4558.0, 4569.0, 4597.0, 4576.0, 4535.0, 4578.0, 4544.0, 4637.0, 4597.0, 4538.0, 4507.0, 4532.0, 4543.0, 4534.0, 4617.0, 4558.0, 4522.0, 4534.0, 4545.0, 4585.0, 4558.0, 4553.0, 4542.0, 4525.0, 4546.0, 4587.0, 4557.0, 4544.0, 4532.0, 4542.0, 4532.0, 4545.0, 4586.0, 4558.0, 4603.0, 4545.0, 4532.0, 4545.0, 4555.0, 4565.0, 4544.0, 4553.0, 4546.0, 4576.0, 4547.0, 4595.0, 4537.0, 4584.0, 4554.0, 4555.0, 4546.0, 4548.0, 4544.0, 4560.0, 4566.0, 4556.0, 4558.0, 4601.0, 4550.0, 4586.0, 4549.0, 4605.0, 4586.0, 4608.0, 4578.0, 4542.0, 4587.0, 4558.0, 4638.0, 4608.0, 4554.0, 4564.0, 4534.0, 4624.0, 4617.0, 4555.0, 4604.0, 4543.0, 4541.0, 4551.0, 4522.0, 4546.0, 4627.0, 4608.0, 4594.0, 4561.0, 4542.0, 4592.0, 4580.0, 4611.0, 4569.0, 4515.0, 4518.0, 4518.0, 4578.0, 4538.0, 4504.0, 4521.0, 4519.0, 4549.0, 4528.0, 4515.0, 4530.0, 4519.0, 4542.0, 4530.0, 4508.0, 4546.0, 4533.0, 4545.0, 4535.0, 4541.0, 4530.0, 4544.0, 4544.0, 4594.0, 4576.0, 4532.0, 4531.0, 4536.0, 4591.0, 4576.0, 4571.0, 4532.0, 4511.0, 4543.0, 4553.0, 4584.0, 4543.0, 4553.0, 4535.0, 4593.0, 4545.0, 4604.0, 4542.0, 4509.0, 4533.0, 4552.0, 4585.0, 4547.0, 4554.0, 4532.0, 4536.0, 4555.0, 4578.0, 4607.0, 4545.0, 4563.0, 4536.0, 4594.0, 4606.0, 4546.0, 4544.0, 4541.0, 4554.0, 4544.0, 4607.0, 4554.0, 4532.0, 4542.0, 4536.0, 4613.0, 4607.0, 4562.0, 4522.0, 4543.0, 4574.0, 4558.0, 4563.0, 4523.0, 4555.0, 4595.0, 4578.0, 4606.0, 4524.0, 4531.0, 4544.0, 4534.0, 4627.0, 4575.0, 4542.0, 4532.0, 4544.0, 4602.0, 4598.0, 4540.0, 4519.0, 4528.0, 4564.0, 4555.0, 4572.0, 4523.0, 4532.0, 4585.0, 4568.0, 4574.0, 4520.0, 4541.0, 4553.0, 4534.0, 4616.0, 4574.0, 4530.0, 4529.0], 'WindowWidth': [10189.0, 10144.0, 10128.0, 10076.0, 10070.0, 10009.0, 10091.0, 10017.0, 10141.0, 10019.0, 9964.0, 9983.0, 10017.0, 10051.0, 10016.0, 10101.0, 9989.0, 9952.0, 9989.0, 10013.0, 10040.0, 10045.0, 10057.0, 9980.0, 9970.0, 9993.0, 10055.0, 10019.0, 10008.0, 9965.0, 9974.0, 10030.0, 10004.0, 10107.0, 10005.0, 9967.0, 10006.0, 10034.0, 10091.0, 10045.0, 10055.0, 10001.0, 9971.0, 10020.0, 10088.0, 10136.0, 10012.0, 9989.0, 9989.0, 10007.0, 10004.0, 10081.0, 10009.0, 9962.0, 9957.0, 9959.0, 10015.0, 9981.0, 10058.0, 9952.0, 10016.0, 9996.0, 10043.0, 10017.0, 9986.0, 9999.0, 10018.0, 10033.0, 10022.0, 10099.0, 10049.0, 10011.0, 10005.0, 10040.0, 10086.0, 10037.0, 10142.0, 10039.0, 9997.0, 10025.0, 10002.0, 10123.0, 10072.0, 10042.0, 10012.0, 10029.0, 10105.0, 10084.0, 10048.0, 10001.0, 10001.0, 10093.0, 10068.0, 10088.0, 10032.0, 10000.0, 10048.0, 10045.0, 10034.0, 10016.0, 9988.0, 9980.0, 10002.0, 10005.0, 10089.0, 10042.0, 10083.0, 10032.0, 9969.0, 9946.0, 9984.0, 9983.0, 10061.0, 10030.0, 10042.0, 9972.0, 9971.0, 9980.0, 9997.0, 10016.0, 9971.0, 9998.0, 9982.0, 10005.0, 10015.0, 9980.0, 9983.0, 10004.0, 10024.0, 10050.0, 10021.0, 10040.0, 9997.0, 10062.0, 10020.0, 10062.0, 10008.0, 9974.0, 10029.0, 9990.0, 10101.0, 10048.0, 9977.0, 9974.0, 9986.0, 10090.0, 10033.0, 10102.0, 9996.0, 9984.0, 10003.0, 9987.0, 10096.0, 10032.0, 9972.0, 9962.0, 10017.0, 10053.0, 10026.0, 10104.0, 9995.0, 9985.0, 9979.0, 9997.0, 10086.0, 10067.0, 10022.0, 9960.0, 9998.0, 10029.0, 10022.0, 10117.0, 9994.0, 9955.0, 9961.0, 9989.0, 10051.0, 10039.0, 10019.0, 9993.0, 9990.0, 10042.0, 10042.0, 10117.0, 9989.0, 9961.0, 9983.0, 9983.0, 10053.0, 10014.0, 9981.0, 9957.0, 9988.0, 9995.0, 9986.0, 10068.0, 9981.0, 9983.0, 9997.0, 10004.0, 10091.0, 10081.0, 10006.0, 10002.0, 10033.0, 10105.0, 10085.0, 10079.0, 10002.0, 10007.0, 10088.0, 10029.0, 10075.0, 9999.0, 9987.0, 10075.0, 10029.0, 10089.0, 10022.0, 9975.0, 10057.0, 9996.0, 10088.0, 10022.0, 9986.0, 9970.0, 9979.0, 9998.0, 10105.0, 9984.0, 9990.0, 10005.0, 9988.0, 10075.0, 10050.0, 9999.0, 10002.0, 10012.0, 10057.0, 10100.0, 10006.0, 10021.0, 10008.0, 10010.0, 10076.0, 10040.0, 10038.0, 9996.0, 10010.0, 10063.0, 10036.0, 10033.0, 10004.0, 9990.0, 10043.0, 10037.0, 10018.0, 9986.0, 9976.0, 10008.0, 10074.0, 10101.0, 9986.0, 9950.0, 10004.0, 9983.0, 10079.0, 10063.0, 9976.0, 9941.0, 10011.0, 10066.0, 10044.0, 10005.0, 9980.0, 9992.0, 9977.0, 10000.0, 10042.0, 10093.0, 9994.0, 9974.0, 10004.0, 9998.0, 10098.0, 10018.0, 9975.0, 9961.0, 9998.0, 10040.0, 10040.0, 10112.0, 9979.0, 9968.0, 9999.0, 9987.0, 10078.0, 10069.0, 9981.0, 9976.0, 10011.0, 10043.0, 10047.0, 10066.0, 10012.0, 9990.0, 10000.0, 9999.0, 10094.0, 10106.0, 9988.0, 9963.0, 9995.0, 10030.0, 10009.0, 9999.0, 9947.0, 9954.0, 10006.0, 9977.0, 10062.0, 10022.0, 9972.0, 9956.0, 9986.0, 10045.0, 10056.0, 9981.0, 9957.0, 9979.0, 9980.0, 9990.0, 10034.0, 10038.0, 9971.0, 9958.0, 10000.0, 9992.0, 10102.0, 10001.0, 9997.0, 9974.0, 9988.0, 10048.0, 10059.0, 10030.0, 9972.0, 9950.0, 9996.0, 10033.0, 10118.0, 9978.0, 9939.0, 9975.0, 9983.0, 10082.0, 10073.0, 10046.0, 9974.0, 9937.0, 9983.0, 10023.0, 10077.0, 9957.0, 9938.0, 9963.0, 9971.0, 9988.0, 10066.0, 10040.0, 9986.0, 9959.0, 9979.0, 9995.0, 9988.0, 10074.0, 10010.0, 9984.0, 10010.0, 10023.0, 10061.0, 10044.0, 10115.0, 10012.0, 9997.0, 10030.0, 10025.0, 10090.0, 10027.0, 10067.0, 9998.0, 10032.0, 10036.0, 10101.0, 10130.0, 10025.0, 10012.0, 9998.0, 10068.0, 10065.0, 10085.0, 10024.0, 9966.0, 9988.0, 9977.0, 10052.0, 10019.0, 9971.0, 9982.0, 10000.0, 10048.0, 10068.0, 9954.0, 9965.0, 9973.0, 10044.0, 10007.0, 10051.0, 9967.0, 9946.0, 9941.0, 9958.0, 10010.0, 9956.0, 9947.0, 9959.0, 10001.0, 9979.0, 10014.0, 10002.0, 9985.0, 10052.0, 9982.0, 9981.0, 10036.0, 10015.0, 10090.0, 10090.0, 10002.0, 10010.0, 10015.0, 10087.0, 10078.0, 10056.0, 9979.0, 9976.0, 10063.0, 10000.0, 10122.0, 10070.0, 9970.0, 9973.0, 9994.0, 10080.0, 10045.0, 10029.0, 9972.0, 9944.0, 10005.0, 10033.0, 10038.0, 9977.0, 9987.0, 9955.0, 10020.0, 9979.0, 10058.0, 9972.0, 9978.0, 9962.0, 9983.0, 9983.0, 10054.0, 9996.0, 9980.0, 9972.0, 9988.0, 9986.0, 10016.0, 10000.0, 10016.0, 9999.0, 9997.0, 10003.0, 10022.0, 10082.0, 10053.0, 10080.0, 10042.0, 10000.0, 10003.0, 10021.0, 10066.0, 10032.0, 10105.0, 10016.0, 10017.0, 10020.0, 10056.0, 10090.0, 10002.0, 10035.0, 10002.0, 10103.0, 10063.0, 10010.0, 9974.0, 10001.0, 10084.0, 10041.0, 10085.0, 10001.0, 9968.0, 10011.0, 9977.0, 10093.0, 9976.0, 9946.0, 9984.0, 9962.0, 10066.0, 9978.0, 9965.0, 9979.0, 10004.0, 10022.0, 10003.0, 10085.0, 9991.0, 9958.0, 10010.0, 9988.0, 10100.0, 10048.0, 10030.0, 9994.0, 9983.0, 10003.0, 10007.0, 10120.0, 10007.0, 9982.0, 9965.0, 10005.0, 10030.0, 10015.0, 10019.0, 9994.0, 10001.0, 10019.0, 10085.0, 10040.0, 9990.0, 9971.0, 9968.0, 9989.0, 9983.0, 10063.0, 9973.0, 9972.0, 9954.0, 9964.0, 10000.0, 9997.0, 10078.0, 10003.0, 9961.0, 9980.0, 10007.0, 10032.0, 10026.0, 10107.0, 10160.0, 10068.0, 10046.0, 9989.0, 9992.0, 9985.0, 10005.0, 10007.0, 10007.0, 10035.0, 10013.0, 10065.0, 10027.0, 10019.0, 10039.0, 9987.0, 9993.0, 10050.0, 10036.0, 10112.0, 10076.0, 10035.0, 10046.0, 9973.0, 10037.0, 9966.0, 10024.0, 9973.0, 9961.0, 9942.0, 9937.0, 9982.0, 9961.0, 10056.0, 9945.0, 9938.0, 9929.0, 9978.0, 10011.0, 9979.0, 10023.0, 9961.0, 9969.0, 9956.0, 9988.0, 9982.0, 10021.0, 10005.0, 10007.0, 9999.0, 9969.0, 10006.0, 10027.0, 10050.0, 10025.0, 10036.0, 10046.0, 10026.0, 10060.0, 10065.0, 10070.0, 10042.0, 10019.0, 10072.0, 10027.0, 10108.0, 10032.0, 9983.0, 10042.0, 10007.0, 10125.0, 10077.0, 9986.0, 9941.0, 10000.0, 10011.0, 9995.0, 10116.0, 10061.0, 9976.0, 9960.0, 10014.0, 10037.0, 9998.0, 10069.0, 9988.0, 9978.0, 9990.0, 10007.0, 10077.0, 10012.0, 9994.0, 10048.0, 10023.0, 10065.0, 10019.0, 10024.0, 10042.0, 10077.0, 10043.0, 9987.0, 10051.0, 10004.0, 10136.0, 10074.0, 9982.0, 9938.0, 9982.0, 9997.0, 9985.0, 10106.0, 10021.0, 9962.0, 9987.0, 10001.0, 10056.0, 10021.0, 10006.0, 9990.0, 9974.0, 10006.0, 10062.0, 10019.0, 9993.0, 9976.0, 9990.0, 9976.0, 10000.0, 10060.0, 10023.0, 10075.0, 9995.0, 9976.0, 10002.0, 10016.0, 10026.0, 9996.0, 10009.0, 9999.0, 10043.0, 10008.0, 10068.0, 9994.0, 10052.0, 10010.0, 10013.0, 10005.0, 10009.0, 9998.0, 10030.0, 10030.0, 10019.0, 10022.0, 10085.0, 10012.0, 10053.0, 10015.0, 10083.0, 10058.0, 10091.0, 10048.0, 9992.0, 10061.0, 10022.0, 10138.0, 10090.0, 10010.0, 10024.0, 9989.0, 10113.0, 10105.0, 10017.0, 10080.0, 9995.0, 9989.0, 10002.0, 9966.0, 10009.0, 10120.0, 10094.0, 10066.0, 10015.0, 9993.0, 10063.0, 10042.0, 10091.0, 10023.0, 9943.0, 9955.0, 9955.0, 10038.0, 9980.0, 9929.0, 9964.0, 9958.0, 9998.0, 9967.0, 9944.0, 9976.0, 9962.0, 9993.0, 9975.0, 9942.0, 10006.0, 9985.0, 10004.0, 9988.0, 9989.0, 9975.0, 10003.0, 10002.0, 10067.0, 10048.0, 9981.0, 9975.0, 9992.0, 10061.0, 10048.0, 10029.0, 9978.0, 9950.0, 9998.0, 10011.0, 10055.0, 9996.0, 10009.0, 9987.0, 10067.0, 10003.0, 10079.0, 9993.0, 9943.0, 9987.0, 10007.0, 10056.0, 10006.0, 10010.0, 9981.0, 9994.0, 10016.0, 10052.0, 10088.0, 9999.0, 10019.0, 9992.0, 10067.0, 10088.0, 10003.0, 9996.0, 9990.0, 10013.0, 10001.0, 10088.0, 10011.0, 9977.0, 9992.0, 9991.0, 10095.0, 10089.0, 10018.0, 9963.0, 9998.0, 10040.0, 10025.0, 10023.0, 9968.0, 10018.0, 10071.0, 10053.0, 10087.0, 9968.0, 9975.0, 10003.0, 9988.0, 10121.0, 10040.0, 9991.0, 9978.0, 10001.0, 10077.0, 10077.0, 9986.0, 9955.0, 9968.0, 10028.0, 10015.0, 10033.0, 9966.0, 9982.0, 10057.0, 10038.0, 10039.0, 9960.0, 9991.0, 10014.0, 9987.0, 10104.0, 10040.0, 9974.0, 9975.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.0004281912442396314</td></tr>
<tr><td colspan=3>aqi</td><td>0.02498322557603687</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.25224239084195</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2051993456862728</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9969024471510961</td></tr>
<tr><td colspan=3>efc</td><td>0.5383</td></tr>
<tr><td colspan=3>fber</td><td>2568.7019</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23717551382690127</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>446</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>51.382488479262676</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3150075263359327</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.243609401053638</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4445280326270007</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2568851453271592</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127434</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01731397584080696</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0393919013440609</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.34489683831805</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>20.4055</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>78.9076</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>276.6969</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286219.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1260.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>484.21</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9283</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.0505</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3726.9197</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3815.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.0367</td></tr>
<tr><td colspan=3>tsnr</td><td>36.1231587252114</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>