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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-04_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-04_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-0065/ses-03/func/sub-0065_ses-03_task-social_acq-mb8_run-04_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>e867ecca6e04b392ac782e749d67b2f2</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>11:23:24.385000</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.999729, -0.0132208, 0.0191457, 0.0129127, 0.999786, 0.0161323]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0969841</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7803, -7239, 643, -1, -548, 399, 76]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>953addef-3a58-4584-9d08-865ba20d044b||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.6822006702423096, 0.03464370593428612, 0.052258171141147614, 108.09440612792969], [0.03547056019306183, 2.682353973388672, 0.042878009378910065, -90.33792877197266], [0.051366470754146576, -0.04328187182545662, 2.6991536617279053, -57.19270706176758], [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': ['112324.385000', '112324.845000', '112325.305000', '112325.765000', '112326.225000', '112326.685000', '112327.145000', '112327.605000', '112328.065000', '112328.525000', '112328.985000', '112329.445000', '112329.905000', '112330.365000', '112330.825000', '112331.285000', '112331.745000', '112332.205000', '112332.665000', '112333.125000', '112333.585000', '112334.045000', '112334.505000', '112334.965000', '112335.425000', '112335.885000', '112336.345000', '112336.805000', '112337.265000', '112337.725000', '112338.185000', '112338.645000', '112339.105000', '112339.565000', '112340.025000', '112340.485000', '112340.945000', '112341.405000', '112341.865000', '112342.325000', '112342.785000', '112343.245000', '112343.705000', '112344.165000', '112344.625000', '112345.085000', '112345.545000', '112346.005000', '112346.465000', '112346.925000', '112347.385000', '112347.845000', '112348.305000', '112348.765000', '112349.225000', '112349.685000', '112350.145000', '112350.605000', '112351.065000', '112351.525000', '112351.985000', '112352.445000', '112352.905000', '112353.365000', '112353.825000', '112354.285000', '112354.745000', '112355.205000', '112355.665000', '112356.125000', '112356.585000', '112357.045000', '112357.505000', '112357.965000', '112358.425000', '112358.885000', '112359.345000', '112359.805000', '112400.265000', '112400.725000', '112401.185000', '112401.645000', '112402.105000', '112402.565000', '112403.025000', '112403.485000', '112403.945000', '112404.405000', '112404.865000', '112405.325000', '112405.785000', '112406.245000', '112406.705000', '112407.165000', '112407.625000', '112408.085000', '112408.545000', '112409.005000', '112409.465000', '112409.925000', '112410.385000', '112410.845000', '112411.305000', '112411.765000', '112412.225000', '112412.685000', '112413.145000', '112413.605000', '112414.065000', '112414.525000', '112414.985000', '112415.445000', '112415.905000', '112416.365000', '112416.825000', '112417.285000', '112417.745000', '112418.205000', '112418.665000', '112419.125000', '112419.585000', '112420.045000', '112420.505000', '112420.965000', '112421.425000', '112421.885000', '112422.345000', '112422.805000', '112423.265000', '112423.725000', '112424.185000', '112424.645000', '112425.105000', '112425.565000', '112426.025000', '112426.485000', '112426.945000', '112427.405000', '112427.865000', '112428.325000', '112428.785000', '112429.245000', '112429.705000', '112430.165000', '112430.625000', '112431.085000', '112431.545000', '112432.005000', '112432.465000', '112432.925000', '112433.385000', '112433.845000', '112434.305000', '112434.765000', '112435.225000', '112435.685000', '112436.145000', '112436.605000', '112437.065000', '112437.525000', '112437.985000', '112438.445000', '112438.905000', '112439.365000', '112439.825000', '112440.285000', '112440.745000', '112441.205000', '112441.665000', '112442.125000', '112442.585000', '112443.045000', '112443.505000', '112443.965000', '112444.425000', '112444.885000', '112445.345000', '112445.805000', '112446.265000', '112446.725000', '112447.185000', '112447.645000', '112448.105000', '112448.565000', '112449.025000', '112449.485000', '112449.945000', '112450.405000', '112450.865000', '112451.325000', '112451.785000', '112452.245000', '112452.705000', '112453.165000', '112453.625000', '112454.085000', '112454.545000', '112455.005000', '112455.465000', '112455.925000', '112456.385000', '112456.845000', '112457.305000', '112457.765000', '112458.225000', '112458.685000', '112459.145000', '112459.605000', '112500.065000', '112500.525000', '112500.985000', '112501.445000', '112501.905000', '112502.365000', '112502.825000', '112503.285000', '112503.745000', '112504.205000', '112504.665000', '112505.125000', '112505.585000', '112506.045000', '112506.505000', '112506.965000', '112507.425000', '112507.885000', '112508.345000', '112508.805000', '112509.265000', '112509.725000', '112510.185000', '112510.645000', '112511.105000', '112511.565000', '112512.025000', '112512.485000', '112512.945000', '112513.405000', '112513.865000', '112514.325000', '112514.785000', '112515.245000', '112515.705000', '112516.165000', '112516.625000', '112517.085000', '112517.545000', '112518.005000', '112518.465000', '112518.925000', '112519.385000', '112519.845000', '112520.305000', '112520.765000', '112521.225000', '112521.685000', '112522.145000', '112522.605000', '112523.065000', '112523.525000', '112523.985000', '112524.445000', '112524.905000', '112525.365000', '112525.825000', '112526.285000', '112526.745000', '112527.205000', '112527.665000', '112528.125000', '112528.585000', '112529.045000', '112529.505000', '112529.965000', '112530.425000', '112530.885000', '112531.345000', '112531.805000', '112532.265000', '112532.725000', '112533.185000', '112533.645000', '112534.105000', '112534.565000', '112535.025000', '112535.485000', '112535.945000', '112536.405000', '112536.865000', '112537.325000', '112537.785000', '112538.245000', '112538.705000', '112539.165000', '112539.625000', '112540.085000', '112540.545000', '112541.005000', '112541.465000', '112541.925000', '112542.385000', '112542.845000', '112543.305000', '112543.765000', '112544.225000', '112544.685000', '112545.145000', '112545.605000', '112546.065000', '112546.525000', '112546.985000', '112547.445000', '112547.905000', '112548.365000', '112548.825000', '112549.285000', '112549.745000', '112550.205000', '112550.665000', '112551.125000', '112551.585000', '112552.045000', '112552.505000', '112552.965000', '112553.425000', '112553.885000', '112554.345000', '112554.805000', '112555.265000', '112555.725000', '112556.185000', '112556.645000', '112557.105000', '112557.565000', '112558.025000', '112558.485000', '112558.945000', '112559.405000', '112559.865000', '112600.325000', '112600.785000', '112601.245000', '112601.705000', '112602.165000', '112602.625000', '112603.085000', '112603.545000', '112604.005000', '112604.465000', '112604.925000', '112605.385000', '112605.845000', '112606.305000', '112606.765000', '112607.225000', '112607.685000', '112608.145000', '112608.605000', '112609.065000', '112609.525000', '112609.985000', '112610.445000', '112610.905000', '112611.365000', '112611.825000', '112612.285000', '112612.745000', '112613.205000', '112613.665000', '112614.125000', '112614.585000', '112615.045000', '112615.505000', '112615.965000', '112616.425000', '112616.885000', '112617.345000', '112617.805000', '112618.265000', '112618.725000', '112619.185000', '112619.645000', '112620.105000', '112620.565000', '112621.025000', '112621.485000', '112621.945000', '112622.405000', '112622.865000', '112623.325000', '112623.785000', '112624.245000', '112624.705000', '112625.165000', '112625.625000', '112626.085000', '112626.545000', '112627.005000', '112627.465000', '112627.925000', '112628.385000', '112628.845000', '112629.305000', '112629.765000', '112630.225000', '112630.685000', '112631.145000', '112631.605000', '112632.065000', '112632.525000', '112632.985000', '112633.445000', '112633.905000', '112634.365000', '112634.825000', '112635.285000', '112635.745000', '112636.205000', '112636.665000', '112637.125000', '112637.585000', '112638.045000', '112638.505000', '112638.965000', '112639.425000', '112639.885000', '112640.345000', '112640.805000', '112641.265000', '112641.725000', '112642.185000', '112642.645000', '112643.105000', '112643.565000', '112644.025000', '112644.485000', '112644.945000', '112645.405000', '112645.865000', '112646.325000', '112646.785000', '112647.245000', '112647.705000', '112648.165000', '112648.625000', '112649.085000', '112649.545000', '112650.005000', '112650.465000', '112650.925000', '112651.385000', '112651.845000', '112652.305000', '112652.765000', '112653.225000', '112653.685000', '112654.145000', '112654.605000', '112655.065000', '112655.525000', '112655.985000', '112656.445000', '112656.905000', '112657.365000', '112657.825000', '112658.285000', '112658.745000', '112659.205000', '112659.665000', '112700.125000', '112700.585000', '112701.045000', '112701.505000', '112701.965000', '112702.425000', '112702.885000', '112703.345000', '112703.805000', '112704.265000', '112704.725000', '112705.185000', '112705.645000', '112706.105000', '112706.565000', '112707.025000', '112707.485000', '112707.945000', '112708.405000', '112708.865000', '112709.325000', '112709.785000', '112710.245000', '112710.705000', '112711.165000', '112711.625000', '112712.085000', '112712.545000', '112713.005000', '112713.465000', '112713.925000', '112714.385000', '112714.845000', '112715.305000', '112715.765000', '112716.225000', '112716.685000', '112717.145000', '112717.605000', '112718.065000', '112718.525000', '112718.985000', '112719.445000', '112719.905000', '112720.365000', '112720.825000', '112721.285000', '112721.745000', '112722.205000', '112722.665000', '112723.125000', '112723.585000', '112724.045000', '112724.505000', '112724.965000', '112725.425000', '112725.885000', '112726.345000', '112726.805000', '112727.265000', '112727.725000', '112728.185000', '112728.645000', '112729.105000', '112729.565000', '112730.025000', '112730.485000', '112730.945000', '112731.405000', '112731.865000', '112732.325000', '112732.785000', '112733.245000', '112733.705000', '112734.165000', '112734.625000', '112735.085000', '112735.545000', '112736.005000', '112736.465000', '112736.925000', '112737.385000', '112737.845000', '112738.305000', '112738.765000', '112739.225000', '112739.685000', '112740.145000', '112740.605000', '112741.065000', '112741.525000', '112741.985000', '112742.445000', '112742.905000', '112743.365000', '112743.825000', '112744.285000', '112744.745000', '112745.205000', '112745.665000', '112746.125000', '112746.585000', '112747.045000', '112747.505000', '112747.965000', '112748.425000', '112748.885000', '112749.345000', '112749.805000', '112750.265000', '112750.725000', '112751.185000', '112751.645000', '112752.105000', '112752.565000', '112753.025000', '112753.485000', '112753.945000', '112754.405000', '112754.865000', '112755.325000', '112755.785000', '112756.245000', '112756.705000', '112757.165000', '112757.625000', '112758.085000', '112758.545000', '112759.005000', '112759.465000', '112759.925000', '112800.385000', '112800.845000', '112801.305000', '112801.765000', '112802.225000', '112802.685000', '112803.145000', '112803.605000', '112804.065000', '112804.525000', '112804.985000', '112805.445000', '112805.905000', '112806.365000', '112806.825000', '112807.285000', '112807.745000', '112808.205000', '112808.665000', '112809.125000', '112809.585000', '112810.045000', '112810.505000', '112810.965000', '112811.425000', '112811.885000', '112812.345000', '112812.805000', '112813.265000', '112813.725000', '112814.185000', '112814.645000', '112815.105000', '112815.565000', '112816.025000', '112816.485000', '112816.945000', '112817.405000', '112817.865000', '112818.325000', '112818.785000', '112819.245000', '112819.705000', '112820.165000', '112820.625000', '112821.085000', '112821.545000', '112822.005000', '112822.465000', '112822.925000', '112823.385000', '112823.845000', '112824.305000', '112824.765000', '112825.225000', '112825.685000', '112826.145000', '112826.605000', '112827.065000', '112827.525000', '112827.985000', '112828.445000', '112828.905000', '112829.365000', '112829.825000', '112830.285000', '112830.745000', '112831.205000', '112831.665000', '112832.125000', '112832.585000', '112833.045000', '112833.505000', '112833.965000', '112834.425000', '112834.885000', '112835.345000', '112835.805000', '112836.265000', '112836.725000', '112837.185000', '112837.645000', '112838.105000', '112838.565000', '112839.025000', '112839.485000', '112839.945000', '112840.405000', '112840.865000', '112841.325000', '112841.785000', '112842.245000', '112842.705000', '112843.165000', '112843.625000', '112844.085000', '112844.545000', '112845.005000', '112845.465000', '112845.925000', '112846.385000', '112846.845000', '112847.305000', '112847.765000', '112848.225000', '112848.685000', '112849.145000', '112849.605000', '112850.065000', '112850.525000', '112850.985000', '112851.445000', '112851.905000', '112852.365000', '112852.825000', '112853.285000', '112853.745000', '112854.205000', '112854.665000', '112855.125000', '112855.585000', '112856.045000', '112856.505000', '112856.965000', '112857.425000', '112857.885000', '112858.345000', '112858.805000', '112859.265000', '112859.725000', '112900.185000', '112900.645000', '112901.105000', '112901.565000', '112902.025000', '112902.485000', '112902.945000', '112903.405000', '112903.865000', '112904.325000', '112904.785000', '112905.245000', '112905.705000', '112906.165000', '112906.625000', '112907.085000', '112907.545000', '112908.005000', '112908.465000', '112908.925000', '112909.385000', '112909.845000', '112910.305000', '112910.765000', '112911.225000', '112911.685000', '112912.145000', '112912.605000', '112913.065000', '112913.525000', '112913.985000', '112914.445000', '112914.905000', '112915.365000', '112915.825000', '112916.285000', '112916.745000', '112917.205000', '112917.665000', '112918.125000', '112918.585000', '112919.045000', '112919.505000', '112919.965000', '112920.425000', '112920.885000', '112921.345000', '112921.805000', '112922.265000', '112922.725000', '112923.185000', '112923.645000', '112924.105000', '112924.565000', '112925.025000', '112925.485000', '112925.945000', '112926.405000', '112926.865000', '112927.325000', '112927.785000', '112928.245000', '112928.705000', '112929.165000', '112929.625000', '112930.085000', '112930.545000', '112931.005000', '112931.465000', '112931.925000', '112932.385000', '112932.845000', '112933.305000', '112933.765000', '112934.225000', '112934.685000', '112935.145000', '112935.605000', '112936.065000', '112936.525000', '112936.985000', '112937.445000', '112937.905000', '112938.365000', '112938.825000', '112939.285000', '112939.745000', '112940.205000', '112940.665000', '112941.125000', '112941.585000', '112942.045000', '112942.505000', '112942.965000', '112943.425000', '112943.885000', '112944.345000', '112944.805000', '112945.265000', '112945.725000', '112946.185000', '112946.645000', '112947.105000', '112947.565000', '112948.025000', '112948.485000', '112948.945000', '112949.405000', '112949.865000', '112950.325000', '112950.785000', '112951.245000', '112951.705000', '112952.165000', '112952.625000', '112953.085000', '112953.545000', '112954.005000', '112954.465000', '112954.925000', '112955.385000', '112955.845000', '112956.305000', '112956.765000', '112957.225000', '112957.685000', '112958.145000', '112958.605000', '112959.065000', '112959.525000', '112959.985000', '113000.445000', '113000.905000', '113001.365000', '113001.825000', '113002.285000', '113002.745000', '113003.205000', '113003.665000', '113004.125000', '113004.585000', '113005.045000'], 'ContentTime': ['112349.611000', '112349.613000', '112349.616000', '112349.619000', '112349.621000', '112349.624000', '112349.627000', '112349.629000', '112349.632000', '112349.634000', '112349.637000', '112349.639000', '112349.642000', '112349.645000', '112349.647000', '112349.650000', '112349.652000', '112349.655000', '112349.657000', '112349.660000', '112349.663000', '112349.665000', '112349.668000', '112349.670000', '112349.673000', '112349.675000', '112349.678000', '112349.680000', '112349.683000', '112349.686000', '112349.688000', '112349.691000', '112349.693000', '112349.696000', '112349.699000', '112349.701000', '112349.704000', '112349.706000', '112349.709000', '112349.711000', '112349.714000', '112349.717000', '112349.719000', '112349.722000', '112349.724000', '112349.727000', '112349.730000', '112349.732000', '112349.735000', '112349.737000', '112349.740000', '112349.743000', '112349.750000', '112409.525000', '112409.527000', '112409.530000', '112409.533000', '112409.535000', '112409.538000', '112409.540000', '112409.543000', '112409.545000', '112409.548000', '112409.550000', '112409.553000', '112409.555000', '112409.558000', '112409.560000', '112409.563000', '112409.593000', '112409.596000', '112409.598000', '112409.601000', '112409.603000', '112409.606000', '112409.609000', '112409.611000', '112409.614000', '112409.616000', '112409.619000', '112409.623000', '112409.626000', '112409.628000', '112409.631000', '112409.634000', '112409.636000', '112409.639000', '112409.641000', '112409.644000', '112409.646000', '112409.649000', '112409.651000', '112409.654000', '112409.657000', '112409.659000', '112409.662000', '112429.525000', '112429.528000', '112429.531000', '112429.533000', '112429.536000', '112429.538000', '112429.541000', '112429.544000', '112429.546000', '112429.549000', '112429.555000', '112429.558000', '112429.560000', '112429.563000', '112429.566000', '112429.568000', '112429.571000', '112429.573000', '112429.576000', '112429.578000', '112429.581000', '112429.583000', '112429.586000', '112429.589000', '112429.591000', '112429.594000', '112429.596000', '112429.599000', '112429.601000', '112429.604000', '112429.607000', '112429.609000', '112429.612000', '112429.614000', '112429.617000', '112429.619000', '112429.622000', '112429.624000', '112429.627000', '112429.629000', '112429.632000', '112429.634000', '112429.637000', '112429.640000', '112449.525000', '112449.528000', '112449.531000', '112449.533000', '112449.536000', '112449.539000', '112449.541000', '112449.544000', '112449.546000', '112449.549000', '112449.551000', '112449.554000', '112449.556000', '112449.559000', '112449.561000', '112449.564000', '112449.575000', '112449.578000', '112449.580000', '112449.583000', '112449.585000', '112449.588000', '112449.591000', '112449.593000', '112449.596000', '112449.598000', '112449.601000', '112449.604000', '112449.606000', '112449.609000', '112449.611000', '112449.614000', '112449.617000', '112449.619000', '112449.622000', '112449.624000', '112449.627000', '112449.629000', '112449.632000', '112449.634000', '112449.637000', '112449.640000', '112449.642000', '112509.526000', '112509.528000', '112509.531000', '112509.533000', '112509.536000', '112509.539000', '112509.541000', '112509.544000', '112509.546000', '112509.549000', '112509.551000', '112509.560000', '112509.563000', '112509.565000', '112509.568000', '112509.571000', '112509.573000', '112509.576000', '112509.578000', '112509.581000', '112509.583000', '112509.586000', '112509.589000', '112509.591000', '112509.594000', '112509.597000', '112509.599000', '112509.602000', '112509.604000', '112509.607000', '112509.610000', '112509.612000', '112509.615000', '112509.617000', '112509.620000', '112509.623000', '112509.626000', '112509.628000', '112509.631000', '112509.633000', '112509.636000', '112509.639000', '112509.641000', '112509.653000', '112529.525000', '112529.528000', '112529.531000', '112529.533000', '112529.536000', '112529.539000', '112529.541000', '112529.544000', '112529.546000', '112529.549000', '112529.551000', '112529.554000', '112529.557000', '112529.559000', '112529.562000', '112529.564000', '112529.567000', '112529.569000', '112529.572000', '112529.575000', '112529.577000', '112529.580000', '112529.582000', '112529.585000', '112529.587000', '112529.590000', '112529.593000', '112529.595000', '112529.598000', '112529.600000', '112529.603000', '112529.606000', '112529.608000', '112529.611000', '112529.625000', '112529.627000', '112529.630000', '112529.632000', '112529.635000', '112529.638000', '112529.640000', '112529.643000', '112529.645000', '112549.525000', '112549.528000', '112549.531000', '112549.533000', '112549.536000', '112549.539000', '112549.541000', '112549.544000', '112549.547000', '112549.549000', '112549.552000', '112549.554000', '112549.557000', '112549.560000', '112549.562000', '112549.565000', '112549.568000', '112549.570000', '112549.573000', '112549.575000', '112549.578000', '112549.580000', '112549.583000', '112549.586000', '112549.588000', '112549.591000', '112549.593000', '112549.596000', '112549.599000', '112549.601000', '112549.604000', '112549.606000', '112549.609000', '112549.612000', '112549.614000', '112549.617000', '112549.619000', '112549.622000', '112549.624000', '112549.627000', '112549.629000', '112549.632000', '112549.635000', '112549.637000', '112609.525000', '112609.528000', '112609.531000', '112609.540000', '112609.542000', '112609.545000', '112609.547000', '112609.550000', '112609.553000', '112609.555000', '112609.558000', '112609.560000', '112609.563000', '112609.566000', '112609.568000', '112609.571000', '112609.574000', '112609.576000', '112609.579000', '112609.581000', '112609.584000', '112609.587000', '112609.589000', '112609.592000', '112609.595000', '112609.597000', '112609.600000', '112609.602000', '112609.605000', '112609.608000', '112609.610000', '112609.613000', '112609.615000', '112609.618000', '112609.620000', '112609.623000', '112609.626000', '112609.628000', '112609.631000', '112609.633000', '112609.636000', '112609.639000', '112609.641000', '112629.524000', '112629.527000', '112629.530000', '112629.532000', '112629.535000', '112629.537000', '112629.540000', '112629.543000', '112629.545000', '112629.548000', '112629.550000', '112629.553000', '112629.556000', '112629.558000', '112629.561000', '112629.563000', '112629.566000', '112629.569000', '112629.571000', '112629.574000', '112629.576000', '112629.579000', '112629.581000', '112629.584000', '112629.586000', '112629.589000', '112629.592000', '112629.594000', '112629.597000', '112629.599000', '112629.602000', '112629.605000', '112629.607000', '112629.610000', '112629.612000', '112629.615000', '112629.618000', '112629.620000', '112629.623000', '112629.626000', '112629.628000', '112629.631000', '112629.633000', '112629.636000', '112649.525000', '112649.528000', '112649.531000', '112649.533000', '112649.536000', '112649.539000', '112649.541000', '112649.544000', '112649.547000', '112649.549000', '112649.552000', '112649.554000', '112649.557000', '112649.560000', '112649.562000', '112649.565000', '112649.567000', '112649.570000', '112649.572000', '112649.575000', '112649.577000', '112649.580000', '112649.583000', '112649.585000', '112649.600000', '112649.603000', '112649.605000', '112649.608000', '112649.611000', '112649.613000', '112649.616000', '112649.618000', '112649.621000', '112649.624000', '112649.626000', '112649.629000', '112649.631000', '112649.634000', '112649.636000', '112649.639000', '112649.642000', '112649.644000', '112649.647000', '112709.526000', '112709.528000', '112709.531000', '112709.533000', '112709.536000', '112709.539000', '112709.541000', '112709.544000', '112709.546000', '112709.549000', '112709.552000', '112709.554000', '112709.557000', '112709.559000', '112709.562000', '112709.565000', '112709.567000', '112709.570000', '112709.572000', '112709.575000', '112709.577000', '112709.580000', '112709.583000', '112709.585000', '112709.588000', '112709.591000', '112709.593000', '112709.596000', '112709.599000', '112709.601000', '112709.604000', '112709.606000', '112709.609000', '112709.612000', '112709.614000', '112709.617000', '112709.619000', '112709.622000', '112709.625000', '112709.627000', '112709.630000', '112709.632000', '112709.635000', '112709.638000', '112729.525000', '112729.528000', '112729.531000', '112729.533000', '112729.536000', '112729.539000', '112729.541000', '112729.544000', '112729.546000', '112729.549000', '112729.552000', '112729.554000', '112729.557000', '112729.559000', '112729.562000', '112729.564000', '112729.567000', '112729.570000', '112729.572000', '112729.575000', '112729.577000', '112729.580000', '112729.583000', '112729.585000', '112729.588000', '112729.590000', '112729.593000', '112729.596000', '112729.598000', '112729.601000', '112729.603000', '112729.606000', '112729.609000', '112729.611000', '112729.614000', '112729.616000', '112729.619000', '112729.622000', '112729.624000', '112729.627000', '112729.629000', '112729.632000', '112729.634000', '112749.526000', '112749.528000', '112749.531000', '112749.534000', '112749.536000', '112749.539000', '112749.541000', '112749.544000', '112749.547000', '112749.549000', '112749.552000', '112749.554000', '112749.557000', '112749.559000', '112749.562000', '112749.565000', '112749.567000', '112749.570000', '112749.572000', '112749.575000', '112749.577000', '112749.580000', '112749.583000', '112749.585000', '112749.588000', '112749.591000', '112749.593000', '112749.596000', '112749.598000', '112749.601000', '112749.604000', '112749.606000', '112749.609000', '112749.611000', '112749.614000', '112749.617000', '112749.619000', '112749.622000', '112749.625000', '112749.627000', '112749.630000', '112749.632000', '112749.635000', '112749.638000', '112809.526000', '112809.529000', '112809.531000', '112809.534000', '112809.536000', '112809.539000', '112809.542000', '112809.544000', '112809.547000', '112809.549000', '112809.552000', '112809.555000', '112809.557000', '112809.560000', '112809.562000', '112809.565000', '112809.568000', '112809.570000', '112809.573000', '112809.575000', '112809.578000', '112809.581000', '112809.583000', '112809.586000', '112809.588000', '112809.591000', '112809.594000', '112809.596000', '112809.599000', '112809.601000', '112809.604000', '112809.607000', '112809.609000', '112809.612000', '112809.614000', '112809.617000', '112809.620000', '112809.622000', '112809.625000', '112809.627000', '112809.630000', '112809.633000', '112809.635000', '112829.525000', '112829.528000', '112829.531000', '112829.534000', '112829.537000', '112829.540000', '112829.542000', '112829.545000', '112829.548000', '112829.550000', '112829.553000', '112829.555000', '112829.558000', '112829.560000', '112829.563000', '112829.566000', '112829.568000', '112829.571000', '112829.573000', '112829.576000', '112829.579000', '112829.581000', '112829.584000', '112829.587000', '112829.589000', '112829.592000', '112829.595000', '112829.597000', '112829.600000', '112829.602000', '112829.605000', '112829.607000', '112829.610000', '112829.613000', '112829.615000', '112829.618000', '112829.620000', '112829.623000', '112829.626000', '112829.629000', '112829.631000', '112829.634000', '112829.636000', '112829.639000', '112849.524000', '112849.527000', '112849.530000', '112849.532000', '112849.535000', '112849.538000', '112849.540000', '112849.543000', '112849.545000', '112849.548000', '112849.550000', '112849.553000', '112849.556000', '112849.558000', '112849.561000', '112849.563000', '112849.566000', '112849.569000', '112849.571000', '112849.574000', '112849.576000', '112849.579000', '112849.582000', '112849.584000', '112849.587000', '112849.597000', '112849.599000', '112849.602000', '112849.604000', '112849.607000', '112849.610000', '112849.612000', '112849.615000', '112849.618000', '112849.620000', '112849.623000', '112849.625000', '112849.628000', '112849.631000', '112849.633000', '112849.636000', '112849.638000', '112849.641000', '112909.526000', '112909.528000', '112909.531000', '112909.533000', '112909.536000', '112909.539000', '112909.541000', '112909.544000', '112909.546000', '112909.549000', '112909.551000', '112909.554000', '112909.557000', '112909.559000', '112909.562000', '112909.565000', '112909.567000', '112909.570000', '112909.573000', '112909.575000', '112909.578000', '112909.580000', '112909.583000', '112909.586000', '112909.588000', '112909.591000', '112909.594000', '112909.596000', '112909.599000', '112909.601000', '112909.604000', '112909.607000', '112909.609000', '112909.612000', '112909.614000', '112909.617000', '112909.620000', '112909.622000', '112909.625000', '112909.627000', '112909.630000', '112909.633000', '112909.635000', '112929.526000', '112929.528000', '112929.531000', '112929.534000', '112929.536000', '112929.539000', '112929.541000', '112929.544000', '112929.546000', '112929.549000', '112929.552000', '112929.554000', '112929.557000', '112929.559000', '112929.563000', '112929.566000', '112929.569000', '112929.571000', '112929.574000', '112929.577000', '112929.579000', '112929.582000', '112929.584000', '112929.587000', '112929.590000', '112929.592000', '112929.595000', '112929.597000', '112929.600000', '112929.602000', '112929.605000', '112929.608000', '112929.610000', '112929.613000', '112929.615000', '112929.618000', '112929.621000', '112929.623000', '112929.626000', '112929.628000', '112929.631000', '112929.633000', '112929.636000', '112929.639000', '112949.526000', '112949.528000', '112949.531000', '112949.534000', '112949.536000', '112949.539000', '112949.541000', '112949.544000', '112949.547000', '112949.550000', '112949.553000', '112949.555000', '112949.558000', '112949.560000', '112949.563000', '112949.566000', '112949.582000', '112949.584000', '112949.587000', '112949.590000', '112949.592000', '112949.595000', '112949.597000', '112949.600000', '112949.602000', '112949.605000', '112949.608000', '112949.610000', '112949.613000', '112949.615000', '112949.618000', '112949.621000', '112949.623000', '112949.626000', '112949.629000', '112949.631000', '112949.634000', '112949.636000', '112949.639000', '112949.642000', '112949.644000', '112949.647000', '112949.649000', '113006.065000', '113006.068000', '113006.071000', '113006.074000', '113006.077000', '113006.079000', '113006.082000', '113006.085000', '113006.088000', '113006.091000', '113006.093000', '113006.096000', '113006.099000', '113006.102000', '113006.105000', '113006.108000', '113006.111000', '113006.113000', '113006.116000', '113006.119000', '113006.122000', '113006.124000', '113006.127000', '113006.129000', '113006.132000', '113006.135000', '113006.137000', '113006.140000', '113006.142000', '113006.145000', '113006.148000', '113006.150000', '113006.153000', '113006.156000', '113006.158000', '113006.161000', '113006.163000'], 'InstanceCreationTime': ['112349.611000', '112349.613000', '112349.616000', '112349.619000', '112349.621000', '112349.624000', '112349.627000', '112349.629000', '112349.632000', '112349.634000', '112349.637000', '112349.639000', '112349.642000', '112349.645000', '112349.647000', '112349.650000', '112349.652000', '112349.655000', '112349.657000', '112349.660000', '112349.663000', '112349.665000', '112349.668000', '112349.670000', '112349.673000', '112349.675000', '112349.678000', '112349.680000', '112349.683000', '112349.686000', '112349.688000', '112349.691000', '112349.693000', '112349.696000', '112349.699000', '112349.701000', '112349.704000', '112349.706000', '112349.709000', '112349.711000', '112349.714000', '112349.717000', '112349.719000', '112349.722000', '112349.724000', '112349.727000', '112349.730000', '112349.732000', '112349.735000', '112349.737000', '112349.740000', '112349.743000', '112349.750000', '112409.525000', '112409.527000', '112409.530000', '112409.533000', '112409.535000', '112409.538000', '112409.540000', '112409.543000', '112409.545000', '112409.548000', '112409.550000', '112409.553000', '112409.555000', '112409.558000', '112409.560000', '112409.563000', '112409.593000', '112409.596000', '112409.598000', '112409.601000', '112409.603000', '112409.606000', '112409.609000', '112409.611000', '112409.614000', '112409.616000', '112409.619000', '112409.623000', '112409.626000', '112409.628000', '112409.631000', '112409.634000', '112409.636000', '112409.639000', '112409.641000', '112409.644000', '112409.646000', '112409.649000', '112409.651000', '112409.654000', '112409.657000', '112409.659000', '112409.662000', '112429.525000', '112429.528000', '112429.531000', '112429.533000', '112429.536000', '112429.538000', '112429.541000', '112429.544000', '112429.546000', '112429.549000', '112429.555000', '112429.558000', '112429.560000', '112429.563000', '112429.566000', '112429.568000', '112429.571000', '112429.573000', '112429.576000', '112429.578000', '112429.581000', '112429.583000', '112429.586000', '112429.589000', '112429.591000', '112429.594000', '112429.596000', '112429.599000', '112429.601000', '112429.604000', '112429.607000', '112429.609000', '112429.612000', '112429.614000', '112429.617000', '112429.619000', '112429.622000', '112429.624000', '112429.627000', '112429.629000', '112429.632000', '112429.634000', '112429.637000', '112429.640000', '112449.525000', '112449.528000', '112449.531000', '112449.533000', '112449.536000', '112449.539000', '112449.541000', '112449.544000', '112449.546000', '112449.549000', '112449.551000', '112449.554000', '112449.556000', '112449.559000', '112449.561000', '112449.564000', '112449.575000', '112449.578000', '112449.580000', '112449.583000', '112449.585000', '112449.588000', '112449.591000', '112449.593000', '112449.596000', '112449.598000', '112449.601000', '112449.604000', '112449.606000', '112449.609000', '112449.611000', '112449.614000', '112449.617000', '112449.619000', '112449.622000', '112449.624000', '112449.627000', '112449.629000', '112449.632000', '112449.634000', '112449.637000', '112449.640000', '112449.642000', '112509.526000', '112509.528000', '112509.531000', '112509.533000', '112509.536000', '112509.539000', '112509.541000', '112509.544000', '112509.546000', '112509.549000', '112509.551000', '112509.560000', '112509.563000', '112509.565000', '112509.568000', '112509.571000', '112509.573000', '112509.576000', '112509.578000', '112509.581000', '112509.583000', '112509.586000', '112509.589000', '112509.591000', '112509.594000', '112509.597000', '112509.599000', '112509.602000', '112509.604000', '112509.607000', '112509.610000', '112509.612000', '112509.615000', '112509.617000', '112509.620000', '112509.623000', '112509.626000', '112509.628000', '112509.631000', '112509.633000', '112509.636000', '112509.639000', '112509.641000', '112509.653000', '112529.525000', '112529.528000', '112529.531000', '112529.533000', '112529.536000', '112529.539000', '112529.541000', '112529.544000', '112529.546000', '112529.549000', '112529.551000', '112529.554000', '112529.557000', '112529.559000', '112529.562000', '112529.564000', '112529.567000', '112529.569000', '112529.572000', '112529.575000', '112529.577000', '112529.580000', '112529.582000', '112529.585000', '112529.587000', '112529.590000', '112529.593000', '112529.595000', '112529.598000', '112529.600000', '112529.603000', '112529.606000', '112529.608000', '112529.611000', '112529.625000', '112529.627000', '112529.630000', '112529.632000', '112529.635000', '112529.638000', '112529.640000', '112529.643000', '112529.645000', '112549.525000', '112549.528000', '112549.531000', '112549.533000', '112549.536000', '112549.539000', '112549.541000', '112549.544000', '112549.547000', '112549.549000', '112549.552000', '112549.554000', '112549.557000', '112549.560000', '112549.562000', '112549.565000', '112549.568000', '112549.570000', '112549.573000', '112549.575000', '112549.578000', '112549.580000', '112549.583000', '112549.586000', '112549.588000', '112549.591000', '112549.593000', '112549.596000', '112549.599000', '112549.601000', '112549.604000', '112549.606000', '112549.609000', '112549.612000', '112549.614000', '112549.617000', '112549.619000', '112549.622000', '112549.624000', '112549.627000', '112549.629000', '112549.632000', '112549.635000', '112549.637000', '112609.525000', '112609.528000', '112609.531000', '112609.540000', '112609.542000', '112609.545000', '112609.547000', '112609.550000', '112609.553000', '112609.555000', '112609.558000', '112609.560000', '112609.563000', '112609.566000', '112609.568000', '112609.571000', '112609.574000', '112609.576000', '112609.579000', '112609.581000', '112609.584000', '112609.587000', '112609.589000', '112609.592000', '112609.595000', '112609.597000', '112609.600000', '112609.602000', '112609.605000', '112609.608000', '112609.610000', '112609.613000', '112609.615000', '112609.618000', '112609.620000', '112609.623000', '112609.626000', '112609.628000', '112609.631000', '112609.633000', '112609.636000', '112609.639000', '112609.641000', '112629.524000', '112629.527000', '112629.530000', '112629.532000', '112629.535000', '112629.537000', '112629.540000', '112629.543000', '112629.545000', '112629.548000', '112629.550000', '112629.553000', '112629.556000', '112629.558000', '112629.561000', '112629.563000', '112629.566000', '112629.569000', '112629.571000', '112629.574000', '112629.576000', '112629.579000', '112629.581000', '112629.584000', '112629.586000', '112629.589000', '112629.592000', '112629.594000', '112629.597000', '112629.599000', '112629.602000', '112629.605000', '112629.607000', '112629.610000', '112629.612000', '112629.615000', '112629.618000', '112629.620000', '112629.623000', '112629.626000', '112629.628000', '112629.631000', '112629.633000', '112629.636000', '112649.525000', '112649.528000', '112649.531000', '112649.533000', '112649.536000', '112649.539000', '112649.541000', '112649.544000', '112649.547000', '112649.549000', '112649.552000', '112649.554000', '112649.557000', '112649.560000', '112649.562000', '112649.565000', '112649.567000', '112649.570000', '112649.572000', '112649.575000', '112649.577000', '112649.580000', '112649.583000', '112649.585000', '112649.600000', '112649.603000', '112649.605000', '112649.608000', '112649.611000', '112649.613000', '112649.616000', '112649.618000', '112649.621000', '112649.624000', '112649.626000', '112649.629000', '112649.631000', '112649.634000', '112649.636000', '112649.639000', '112649.642000', '112649.644000', '112649.647000', '112709.526000', '112709.528000', '112709.531000', '112709.533000', '112709.536000', '112709.539000', '112709.541000', '112709.544000', '112709.546000', '112709.549000', '112709.552000', '112709.554000', '112709.557000', '112709.559000', '112709.562000', '112709.565000', '112709.567000', '112709.570000', '112709.572000', '112709.575000', '112709.577000', '112709.580000', '112709.583000', '112709.585000', '112709.588000', '112709.591000', '112709.593000', '112709.596000', '112709.599000', '112709.601000', '112709.604000', '112709.606000', '112709.609000', '112709.612000', '112709.614000', '112709.617000', '112709.619000', '112709.622000', '112709.625000', '112709.627000', '112709.630000', '112709.632000', '112709.635000', '112709.638000', '112729.525000', '112729.528000', '112729.531000', '112729.533000', '112729.536000', '112729.539000', '112729.541000', '112729.544000', '112729.546000', '112729.549000', '112729.552000', '112729.554000', '112729.557000', '112729.559000', '112729.562000', '112729.564000', '112729.567000', '112729.570000', '112729.572000', '112729.575000', '112729.577000', '112729.580000', '112729.583000', '112729.585000', '112729.588000', '112729.590000', '112729.593000', '112729.596000', '112729.598000', '112729.601000', '112729.603000', '112729.606000', '112729.609000', '112729.611000', '112729.614000', '112729.616000', '112729.619000', '112729.622000', '112729.624000', '112729.627000', '112729.629000', '112729.632000', '112729.634000', '112749.526000', '112749.528000', '112749.531000', '112749.534000', '112749.536000', '112749.539000', '112749.541000', '112749.544000', '112749.547000', '112749.549000', '112749.552000', '112749.554000', '112749.557000', '112749.559000', '112749.562000', '112749.565000', '112749.567000', '112749.570000', '112749.572000', '112749.575000', '112749.577000', '112749.580000', '112749.583000', '112749.585000', '112749.588000', '112749.591000', '112749.593000', '112749.596000', '112749.598000', '112749.601000', '112749.604000', '112749.606000', '112749.609000', '112749.611000', '112749.614000', '112749.617000', '112749.619000', '112749.622000', '112749.625000', '112749.627000', '112749.630000', '112749.632000', '112749.635000', '112749.638000', '112809.526000', '112809.529000', '112809.531000', '112809.534000', '112809.536000', '112809.539000', '112809.542000', '112809.544000', '112809.547000', '112809.549000', '112809.552000', '112809.555000', '112809.557000', '112809.560000', '112809.562000', '112809.565000', '112809.568000', '112809.570000', '112809.573000', '112809.575000', '112809.578000', '112809.581000', '112809.583000', '112809.586000', '112809.588000', '112809.591000', '112809.594000', '112809.596000', '112809.599000', '112809.601000', '112809.604000', '112809.607000', '112809.609000', '112809.612000', '112809.614000', '112809.617000', '112809.620000', '112809.622000', '112809.625000', '112809.627000', '112809.630000', '112809.633000', '112809.635000', '112829.525000', '112829.528000', '112829.531000', '112829.534000', '112829.537000', '112829.540000', '112829.542000', '112829.545000', '112829.548000', '112829.550000', '112829.553000', '112829.555000', '112829.558000', '112829.560000', '112829.563000', '112829.566000', '112829.568000', '112829.571000', '112829.573000', '112829.576000', '112829.579000', '112829.581000', '112829.584000', '112829.587000', '112829.589000', '112829.592000', '112829.595000', '112829.597000', '112829.600000', '112829.602000', '112829.605000', '112829.607000', '112829.610000', '112829.613000', '112829.615000', '112829.618000', '112829.620000', '112829.623000', '112829.626000', '112829.629000', '112829.631000', '112829.634000', '112829.636000', '112829.639000', '112849.524000', '112849.527000', '112849.530000', '112849.532000', '112849.535000', '112849.538000', '112849.540000', '112849.543000', '112849.545000', '112849.548000', '112849.550000', '112849.553000', '112849.556000', '112849.558000', '112849.561000', '112849.563000', '112849.566000', '112849.569000', '112849.571000', '112849.574000', '112849.576000', '112849.579000', '112849.582000', '112849.584000', '112849.587000', '112849.597000', '112849.599000', '112849.602000', '112849.604000', '112849.607000', '112849.610000', '112849.612000', '112849.615000', '112849.618000', '112849.620000', '112849.623000', '112849.625000', '112849.628000', '112849.631000', '112849.633000', '112849.636000', '112849.638000', '112849.641000', '112909.526000', '112909.528000', '112909.531000', '112909.533000', '112909.536000', '112909.539000', '112909.541000', '112909.544000', '112909.546000', '112909.549000', '112909.551000', '112909.554000', '112909.557000', '112909.559000', '112909.562000', '112909.565000', '112909.567000', '112909.570000', '112909.573000', '112909.575000', '112909.578000', '112909.580000', '112909.583000', '112909.586000', '112909.588000', '112909.591000', '112909.594000', '112909.596000', '112909.599000', '112909.601000', '112909.604000', '112909.607000', '112909.609000', '112909.612000', '112909.614000', '112909.617000', '112909.620000', '112909.622000', '112909.625000', '112909.627000', '112909.630000', '112909.633000', '112909.635000', '112929.526000', '112929.528000', '112929.531000', '112929.534000', '112929.536000', '112929.539000', '112929.541000', '112929.544000', '112929.546000', '112929.549000', '112929.552000', '112929.554000', '112929.557000', '112929.559000', '112929.563000', '112929.566000', '112929.569000', '112929.571000', '112929.574000', '112929.577000', '112929.579000', '112929.582000', '112929.584000', '112929.587000', '112929.590000', '112929.592000', '112929.595000', '112929.597000', '112929.600000', '112929.602000', '112929.605000', '112929.608000', '112929.610000', '112929.613000', '112929.615000', '112929.618000', '112929.621000', '112929.623000', '112929.626000', '112929.628000', '112929.631000', '112929.633000', '112929.636000', '112929.639000', '112949.526000', '112949.528000', '112949.531000', '112949.534000', '112949.536000', '112949.539000', '112949.541000', '112949.544000', '112949.547000', '112949.550000', '112949.553000', '112949.555000', '112949.558000', '112949.560000', '112949.563000', '112949.566000', '112949.582000', '112949.584000', '112949.587000', '112949.590000', '112949.592000', '112949.595000', '112949.597000', '112949.600000', '112949.602000', '112949.605000', '112949.608000', '112949.610000', '112949.613000', '112949.615000', '112949.618000', '112949.621000', '112949.623000', '112949.626000', '112949.629000', '112949.631000', '112949.634000', '112949.636000', '112949.639000', '112949.642000', '112949.644000', '112949.647000', '112949.649000', '113006.065000', '113006.068000', '113006.071000', '113006.074000', '113006.077000', '113006.079000', '113006.082000', '113006.085000', '113006.088000', '113006.091000', '113006.093000', '113006.096000', '113006.099000', '113006.102000', '113006.105000', '113006.108000', '113006.111000', '113006.113000', '113006.116000', '113006.119000', '113006.122000', '113006.124000', '113006.127000', '113006.129000', '113006.132000', '113006.135000', '113006.137000', '113006.140000', '113006.142000', '113006.145000', '113006.148000', '113006.150000', '113006.153000', '113006.156000', '113006.158000', '113006.161000', '113006.163000'], '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': [7337, 7006, 6653, 7535, 6500, 7588, 6723, 6896, 7295, 6522, 7344, 6493, 6971, 7350, 6460, 7311, 6447, 6869, 7114, 6814, 7240, 6552, 6876, 7018, 6503, 7679, 6491, 7136, 6767, 7536, 6860, 7009, 6888, 6581, 7053, 6672, 6776, 6672, 6990, 6545, 6749, 6697, 6815, 6467, 6887, 6376, 6341, 6528, 6362, 7777, 6699, 6975, 6406, 6796, 6841, 7048, 7173, 6532, 6988, 7064, 7235, 7032, 6949, 6707, 6363, 6450, 6923, 6561, 6982, 6346, 6480, 6794, 6733, 6380, 6662, 6553, 6451, 6278, 6892, 6240, 6960, 6456, 7127, 6463, 6665, 6379, 6673, 6539, 6597, 6430, 6375, 6372, 6636, 6958, 6271, 6934, 6294, 7032, 6342, 6938, 6561, 6551, 6472, 7268, 7059, 6705, 7038, 6696, 7029, 7033, 7478, 6531, 8368, 6985, 7764, 6709, 7085, 6898, 6932, 6709, 6502, 6283, 6545, 6516, 6847, 6478, 6702, 6691, 7473, 7148, 6436, 6646, 6385, 6539, 6500, 6361, 6624, 6804, 6820, 6868, 6886, 6459, 6860, 6272, 6824, 6748, 6940, 6831, 6402, 6679, 6655, 6704, 6676, 6401, 6566, 6482, 6606, 6149, 7137, 6530, 7289, 6615, 6540, 7098, 6305, 7123, 6202, 6620, 6909, 7136, 8507, 6925, 8194, 6918, 9863, 7125, 7976, 6737, 8804, 7167, 6444, 6372, 6486, 6232, 6311, 6498, 6497, 6460, 6598, 6415, 6498, 6627, 6736, 6685, 6451, 6771, 6540, 6560, 6582, 6380, 6407, 6571, 6522, 6336, 6405, 6322, 6522, 6336, 6595, 6820, 6537, 6487, 6479, 6319, 6321, 6778, 6453, 6772, 6554, 6328, 6587, 6580, 6791, 6386, 6422, 6648, 6657, 6489, 6686, 6494, 6600, 6263, 6352, 6406, 6539, 6651, 6401, 6430, 6417, 7226, 6509, 6445, 6962, 6312, 6694, 6324, 6417, 6289, 6504, 6556, 6303, 6226, 6504, 6319, 6366, 6161, 6268, 6500, 6560, 6264, 6455, 6713, 6438, 6257, 6174, 6604, 6259, 6465, 6451, 6374, 6487, 6222, 6444, 6353, 6441, 6278, 6606, 6313, 6359, 6461, 6201, 6489, 6464, 6618, 8518, 6359, 6608, 6244, 6241, 6470, 6203, 6509, 7430, 7284, 7512, 8231, 7618, 8085, 7332, 7983, 7887, 7514, 7521, 7498, 7377, 6339, 6710, 6303, 6639, 6179, 6704, 6612, 7013, 6836, 6275, 6895, 6674, 6735, 6882, 6492, 6899, 6341, 6496, 6439, 6395, 6477, 6270, 6151, 6448, 6661, 7144, 6461, 6465, 7005, 6353, 6685, 6674, 6752, 6582, 6410, 6769, 6091, 6370, 6838, 6550, 6608, 6535, 6343, 6493, 6431, 6307, 6429, 6513, 6288, 6545, 6200, 6243, 6550, 6343, 6289, 6541, 6263, 6339, 6301, 6528, 6723, 6505, 7016, 7306, 6855, 6801, 6176, 6792, 7051, 6245, 6703, 6945, 6513, 6849, 6573, 6735, 6472, 6406, 6477, 6127, 6532, 6680, 6435, 6424, 6259, 6490, 6494, 6187, 6473, 6338, 6457, 6560, 6268, 6338, 6331, 7292, 6162, 7028, 6391, 6587, 6473, 6661, 6469, 6747, 6555, 6305, 6639, 6441, 6276, 6252, 6235, 6227, 6685, 6387, 6891, 6293, 6534, 7186, 6686, 6490, 6489, 6547, 6517, 6471, 6560, 6598, 6647, 6773, 6620, 6929, 7690, 6820, 7553, 7949, 7140, 7426, 7037, 6812, 6949, 6586, 6485, 6460, 6824, 6370, 6532, 6673, 6330, 6899, 6303, 6967, 6492, 6998, 6311, 6895, 6433, 6521, 6889, 6578, 6734, 6343, 6474, 6289, 6261, 6433, 6247, 6371, 6232, 6393, 6304, 6268, 6491, 6492, 6285, 6604, 6276, 6364, 6286, 6345, 6376, 6334, 6295, 6192, 6234, 6094, 6353, 6494, 6701, 6332, 6248, 6896, 6239, 6437, 6344, 6386, 6524, 6379, 6536, 6515, 6437, 6673, 6403, 6369, 6183, 6410, 6447, 6635, 6302, 6449, 6434, 6459, 6294, 6397, 6247, 6287, 6291, 6506, 6399, 6408, 6358, 6638, 6312, 6597, 6319, 6625, 6393, 6298, 6402, 6375, 6577, 6164, 6661, 6711, 6746, 6442, 6403, 6436, 7106, 6337, 6481, 6491, 6405, 6353, 6599, 6566, 6622, 6536, 6322, 6822, 6232, 6614, 6152, 7050, 6793, 6714, 6358, 6453, 6241, 6543, 7199, 6648, 6516, 6747, 6620, 6201, 6794, 6736, 6592, 6460, 6144, 6796, 6398, 6558, 6724, 6378, 6608, 6745, 6204, 6643, 6602, 7054, 6428, 7312, 6871, 6513, 7332, 8111, 6901, 7409, 6753, 6623, 7560, 6853, 7702, 6456, 7478, 8459, 7490, 6844, 7226, 7457, 6820, 7054, 7095, 7007, 6679, 7189, 6723, 7329, 7271, 7316, 6661, 6705, 6541, 6359, 6302, 6274, 6742, 6767, 6855, 6536, 6721, 6626, 6517, 6623, 6467, 6702, 6531, 6638, 6632, 6403, 6670, 6595, 6660, 6586, 6347, 6417, 6676, 6355, 6661, 6350, 6455, 6194, 6418, 6326, 6720, 6481, 6237, 6626, 6358, 6700, 6418, 6540, 6507, 6669, 6538, 6474, 6598, 6550, 6850, 6596, 6228, 6431, 6290, 6600, 6619, 6474, 6340, 6486, 6443, 6364, 6666, 6619, 6405, 6871, 7227, 6348, 6803, 6166, 6610, 6562, 6381, 6885, 6758, 6639, 6602, 6724, 6816, 6810, 6863, 6476, 6441, 6617, 6572, 6478, 6539, 6459, 6354, 6428, 6288, 6996, 6548, 6558, 7033, 6837, 6291, 6516, 6578, 7080, 7021, 6650, 6618, 6715, 6518, 6678, 6287, 6371, 6528, 6385, 6388, 6652, 6582, 6417, 6178, 6402, 6561, 6690, 6459, 6346, 6348, 6497, 6221, 6342, 6417, 6440, 6385, 6789, 6603, 6428, 6395, 6578, 6621, 6207, 6388, 6504, 6222, 6227, 6353, 6403, 6424, 6425, 6616, 6293, 6372, 6557, 6495, 6680, 6259, 6503, 6417, 6418, 6312, 6478, 6335, 6372, 6674, 6703, 6374, 6842, 6563, 6923, 8652, 6380, 7299, 6347, 7253, 7255, 6335, 6764, 6323, 6709, 6654, 6521, 6907, 6359, 6342, 6324, 6614, 6863, 6567, 6580, 6276, 6448, 6718, 6459, 7197, 6210, 6194, 6279, 6502, 6210, 6764, 6454, 7016, 6501, 6803, 6203, 6912, 6555, 6486, 6777, 6383, 6795, 6219, 6461, 6823, 6312, 6264, 6343, 6428, 6510, 6453, 6617, 6537, 6409, 6327, 6456, 6341, 6281, 6464, 6678, 6478, 6691, 6299, 6999, 6497, 7234, 6484, 6967, 6747, 7437, 7194, 8747, 7072, 7552, 6803, 7059, 6827, 6971, 6276, 6849, 6592, 6832, 6670, 6264, 6664, 6123, 6759, 6361, 6803, 6658, 6307, 6490, 6245, 6732, 6911, 6994, 7178], 'WindowCenter': [4086.0, 4075.0, 4047.0, 4058.0, 4035.0, 4043.0, 4031.0, 4029.0, 4041.0, 4017.0, 4040.0, 4019.0, 4029.0, 4040.0, 4018.0, 4029.0, 4007.0, 4019.0, 4028.0, 4016.0, 4028.0, 4007.0, 4017.0, 4029.0, 4015.0, 4038.0, 4018.0, 4027.0, 4028.0, 4049.0, 4031.0, 4042.0, 4043.0, 4030.0, 4043.0, 4032.0, 4044.0, 4045.0, 4043.0, 4028.0, 4030.0, 4014.0, 4014.0, 4008.0, 4014.0, 4007.0, 4007.0, 4022.0, 4023.0, 4031.0, 4008.0, 4020.0, 4020.0, 4022.0, 4019.0, 4020.0, 4043.0, 4019.0, 4015.0, 4001.0, 4004.0, 3989.0, 3988.0, 3987.0, 3980.0, 3975.0, 3975.0, 3972.0, 3975.0, 3963.0, 3975.0, 3989.0, 3999.0, 3990.0, 3988.0, 3977.0, 3989.0, 3990.0, 4000.0, 3991.0, 4001.0, 3990.0, 4001.0, 3990.0, 3989.0, 3990.0, 4002.0, 3994.0, 4003.0, 4004.0, 3991.0, 4004.0, 4001.0, 4016.0, 4005.0, 4030.0, 4008.0, 4030.0, 4019.0, 4019.0, 4019.0, 4022.0, 4024.0, 4042.0, 4045.0, 4048.0, 4043.0, 4028.0, 4040.0, 4027.0, 4028.0, 4011.0, 4041.0, 4032.0, 4047.0, 4021.0, 4021.0, 4029.0, 4029.0, 4004.0, 3988.0, 3993.0, 4004.0, 4003.0, 4031.0, 4019.0, 4005.0, 4006.0, 4017.0, 4017.0, 3993.0, 4001.0, 3994.0, 4005.0, 4008.0, 3999.0, 4023.0, 4006.0, 4004.0, 4006.0, 4020.0, 4010.0, 4018.0, 4009.0, 4020.0, 4019.0, 4016.0, 4010.0, 4006.0, 4008.0, 4008.0, 4006.0, 4006.0, 3996.0, 4010.0, 3999.0, 4012.0, 4007.0, 4017.0, 4012.0, 4035.0, 4010.0, 4015.0, 4049.0, 4013.0, 4025.0, 3992.0, 4013.0, 4027.0, 4010.0, 4027.0, 4023.0, 4041.0, 4009.0, 4033.0, 3996.0, 4002.0, 3991.0, 4033.0, 3985.0, 3966.0, 3963.0, 3962.0, 3967.0, 3965.0, 3966.0, 3974.0, 3975.0, 3988.0, 3988.0, 3990.0, 4003.0, 4000.0, 4001.0, 3992.0, 3989.0, 3990.0, 3990.0, 4000.0, 3991.0, 3990.0, 4006.0, 3990.0, 3993.0, 3992.0, 3989.0, 3992.0, 3987.0, 4001.0, 3988.0, 3994.0, 3993.0, 3991.0, 4006.0, 3992.0, 4016.0, 4006.0, 4018.0, 4004.0, 4006.0, 4019.0, 4006.0, 4007.0, 4008.0, 4006.0, 4006.0, 4007.0, 4007.0, 4017.0, 4007.0, 4021.0, 4011.0, 4005.0, 4008.0, 4020.0, 4032.0, 4021.0, 4007.0, 4009.0, 4028.0, 4004.0, 4010.0, 4014.0, 3994.0, 4006.0, 3991.0, 3992.0, 3996.0, 3992.0, 3992.0, 3989.0, 3990.0, 4006.0, 3992.0, 3992.0, 3999.0, 3989.0, 4003.0, 4003.0, 3991.0, 3994.0, 3991.0, 3980.0, 3991.0, 3966.0, 3990.0, 3979.0, 3976.0, 3991.0, 3976.0, 3991.0, 3992.0, 4003.0, 3993.0, 3989.0, 4004.0, 3993.0, 3993.0, 3992.0, 4003.0, 3995.0, 3992.0, 4005.0, 4005.0, 4026.0, 3980.0, 3995.0, 3979.0, 3980.0, 3982.0, 3969.0, 3984.0, 4003.0, 4001.0, 4004.0, 4014.0, 4001.0, 4012.0, 3987.0, 3997.0, 3999.0, 3977.0, 3982.0, 3972.0, 3965.0, 3950.0, 3963.0, 3963.0, 3973.0, 3962.0, 3974.0, 3974.0, 3973.0, 3973.0, 3950.0, 3970.0, 3963.0, 3960.0, 3972.0, 3950.0, 3987.0, 3962.0, 3963.0, 3964.0, 3965.0, 3977.0, 3976.0, 3979.0, 3993.0, 3989.0, 4002.0, 3989.0, 3987.0, 4015.0, 3992.0, 4006.0, 4004.0, 3992.0, 3993.0, 3981.0, 3991.0, 3979.0, 3976.0, 3989.0, 3977.0, 3976.0, 3979.0, 3965.0, 3977.0, 3976.0, 3965.0, 3976.0, 3964.0, 3977.0, 3978.0, 3965.0, 3979.0, 3980.0, 3980.0, 3979.0, 3980.0, 3979.0, 3993.0, 3993.0, 3996.0, 3995.0, 3983.0, 3994.0, 3992.0, 3981.0, 3995.0, 3968.0, 3989.0, 3991.0, 3979.0, 3992.0, 4003.0, 3995.0, 3995.0, 3989.0, 3978.0, 3977.0, 3965.0, 3965.0, 3955.0, 3965.0, 3962.0, 3950.0, 3950.0, 3948.0, 3951.0, 3949.0, 3937.0, 3947.0, 3945.0, 3948.0, 3960.0, 3950.0, 3963.0, 3960.0, 3984.0, 3952.0, 3987.0, 3962.0, 3986.0, 3975.0, 3991.0, 3978.0, 3977.0, 3977.0, 3964.0, 3975.0, 3965.0, 3977.0, 3979.0, 3967.0, 3967.0, 3992.0, 3993.0, 4006.0, 3996.0, 4024.0, 4018.0, 4008.0, 4008.0, 4003.0, 4007.0, 3990.0, 3990.0, 3999.0, 3991.0, 3988.0, 3988.0, 3989.0, 3991.0, 4000.0, 3978.0, 3986.0, 3985.0, 3964.0, 3973.0, 3960.0, 3949.0, 3945.0, 3949.0, 3939.0, 3940.0, 3951.0, 3956.0, 3956.0, 3966.0, 3973.0, 3987.0, 3973.0, 3987.0, 3991.0, 4001.0, 3962.0, 3974.0, 3951.0, 3950.0, 3961.0, 3948.0, 3960.0, 3950.0, 3949.0, 3950.0, 3949.0, 3952.0, 3947.0, 3961.0, 3951.0, 3962.0, 3964.0, 3961.0, 3976.0, 3976.0, 3975.0, 3988.0, 3978.0, 3988.0, 3977.0, 3979.0, 3991.0, 3992.0, 3995.0, 4005.0, 3995.0, 4006.0, 4018.0, 4023.0, 4019.0, 4006.0, 4006.0, 4004.0, 3995.0, 3994.0, 3994.0, 4006.0, 3993.0, 3996.0, 4002.0, 3995.0, 4008.0, 4005.0, 3997.0, 4006.0, 3995.0, 4006.0, 3995.0, 4007.0, 4004.0, 3991.0, 4006.0, 3996.0, 4006.0, 3994.0, 3995.0, 4005.0, 3994.0, 3994.0, 3995.0, 3993.0, 3994.0, 4019.0, 4009.0, 4005.0, 4010.0, 4021.0, 4010.0, 4006.0, 4008.0, 4035.0, 4036.0, 4027.0, 4043.0, 4032.0, 4044.0, 4037.0, 4024.0, 4033.0, 4032.0, 4020.0, 4009.0, 4007.0, 4007.0, 3993.0, 3992.0, 3991.0, 3991.0, 3981.0, 3981.0, 3993.0, 3982.0, 3991.0, 3980.0, 3991.0, 3992.0, 3992.0, 3991.0, 3994.0, 4003.0, 4006.0, 4015.0, 4006.0, 3990.0, 3992.0, 3991.0, 3969.0, 3990.0, 3977.0, 3988.0, 3978.0, 3966.0, 3991.0, 3981.0, 3985.0, 3983.0, 3987.0, 3983.0, 3997.0, 3989.0, 3999.0, 4011.0, 4023.0, 4000.0, 4010.0, 3989.0, 3987.0, 4012.0, 4020.0, 4012.0, 4024.0, 4001.0, 4002.0, 4006.0, 3997.0, 4018.0, 3982.0, 3995.0, 4008.0, 3994.0, 3970.0, 3993.0, 3977.0, 3968.0, 3978.0, 3964.0, 3965.0, 3976.0, 3978.0, 3964.0, 3962.0, 3960.0, 3977.0, 3967.0, 3975.0, 3950.0, 3950.0, 3949.0, 3963.0, 3974.0, 3986.0, 3987.0, 3987.0, 3999.0, 4002.0, 4001.0, 4000.0, 4001.0, 4003.0, 3989.0, 3989.0, 3989.0, 3976.0, 3989.0, 3977.0, 3988.0, 3988.0, 3978.0, 3990.0, 3988.0, 3988.0, 3991.0, 3989.0, 4003.0, 3991.0, 4004.0, 4003.0, 4016.0, 4007.0, 4007.0, 4030.0, 4008.0, 4019.0, 4032.0, 4032.0, 4019.0, 4020.0, 4021.0, 4019.0, 4032.0, 4019.0, 4045.0, 4047.0, 4009.0, 4021.0, 4019.0, 4028.0, 4022.0, 4021.0, 4020.0, 4021.0, 4023.0, 4022.0, 4034.0, 4023.0, 4021.0, 4035.0, 4043.0, 4018.0, 4020.0, 3992.0, 4004.0, 4004.0, 3993.0, 4014.0, 4001.0, 4002.0, 4002.0, 3988.0, 3989.0, 3976.0, 3987.0, 3978.0, 3975.0, 3989.0, 3988.0, 3988.0, 3976.0, 3991.0, 4001.0, 4010.0, 4003.0, 4029.0, 4022.0, 4017.0, 4031.0, 4019.0, 4007.0, 4006.0, 4002.0, 4016.0, 4004.0, 3988.0, 3990.0, 3978.0, 3979.0, 3990.0, 3977.0, 3979.0, 3978.0, 3977.0, 3979.0, 3977.0, 3989.0, 3979.0, 3968.0, 3990.0, 3989.0, 3991.0, 3993.0, 3990.0, 3992.0, 3991.0, 3983.0, 3995.0, 3993.0, 4006.0, 4017.0, 4034.0, 4032.0, 4023.0, 4021.0, 4043.0, 4033.0, 4009.0, 4033.0, 4024.0, 4008.0, 4009.0, 4009.0, 4018.0, 4008.0, 4007.0, 4018.0, 4008.0, 4009.0, 4005.0, 4008.0, 4006.0, 4005.0, 4007.0, 4006.0, 4008.0, 4005.0, 3996.0, 3994.0, 3998.0, 4007.0, 4021.0, 4013.0, 4035.0, 4034.0, 4036.0, 4041.0, 3999.0, 4022.0, 3999.0, 4031.0, 4019.0, 3997.0, 4006.0, 3992.0, 3991.0, 3989.0, 3979.0, 3990.0, 3979.0, 3992.0, 3992.0, 4002.0, 4002.0, 3989.0, 4002.0, 3980.0, 3980.0, 3978.0, 3979.0, 3990.0, 3978.0, 3980.0, 3977.0, 3992.0, 3992.0, 4018.0, 4019.0, 4029.0, 4007.0, 4031.0, 3996.0, 4031.0, 4009.0, 4008.0, 4021.0, 4022.0, 4016.0, 3995.0, 4006.0, 4006.0, 3996.0, 4006.0, 4008.0, 4007.0, 4006.0, 4008.0, 4006.0, 4006.0, 4020.0, 4008.0, 4010.0, 4010.0, 3999.0, 4023.0, 4020.0, 4021.0, 4022.0, 4010.0, 4023.0, 4000.0, 4019.0, 3998.0, 4011.0, 4019.0, 4021.0, 4009.0, 4015.0, 3991.0, 3992.0, 3979.0, 3979.0, 3966.0, 3979.0, 3968.0, 3979.0, 3978.0, 3978.0, 3966.0, 3952.0, 3964.0, 3942.0, 3965.0, 3953.0, 3966.0, 3965.0, 3965.0, 3966.0, 3954.0, 3967.0, 3989.0, 4003.0, 4004.0], 'WindowWidth': [9118.0, 9095.0, 9045.0, 9054.0, 9018.0, 9026.0, 9007.0, 8998.0, 9018.0, 8983.0, 9015.0, 8986.0, 8997.0, 9014.0, 8982.0, 8997.0, 8965.0, 8981.0, 8993.0, 8976.0, 8994.0, 8966.0, 8977.0, 8996.0, 8976.0, 9009.0, 8982.0, 8993.0, 8998.0, 9029.0, 9008.0, 9024.0, 9025.0, 9005.0, 9026.0, 9010.0, 9027.0, 9031.0, 9024.0, 9001.0, 9002.0, 8969.0, 8973.0, 8968.0, 8970.0, 8967.0, 8966.0, 8991.0, 8994.0, 8997.0, 8960.0, 8979.0, 8987.0, 8989.0, 8983.0, 8984.0, 9025.0, 8985.0, 8971.0, 8946.0, 8951.0, 8924.0, 8921.0, 8921.0, 8917.0, 8899.0, 8899.0, 8890.0, 8897.0, 8882.0, 8901.0, 8923.0, 8943.0, 8931.0, 8926.0, 8908.0, 8926.0, 8929.0, 8943.0, 8931.0, 8946.0, 8931.0, 8946.0, 8928.0, 8928.0, 8931.0, 8950.0, 8943.0, 8952.0, 8956.0, 8933.0, 8956.0, 8948.0, 8974.0, 8961.0, 8999.0, 8969.0, 9002.0, 8985.0, 8982.0, 8982.0, 8991.0, 8999.0, 9019.0, 9031.0, 9038.0, 9029.0, 9000.0, 9020.0, 8997.0, 8998.0, 8970.0, 9011.0, 9004.0, 9029.0, 8991.0, 8985.0, 9001.0, 8998.0, 8954.0, 8925.0, 8936.0, 8958.0, 8955.0, 9005.0, 8986.0, 8959.0, 8960.0, 8974.0, 8974.0, 8939.0, 8950.0, 8942.0, 8958.0, 8965.0, 8952.0, 8990.0, 8961.0, 8956.0, 8960.0, 8983.0, 8970.0, 8980.0, 8969.0, 8984.0, 8983.0, 8973.0, 8970.0, 8960.0, 8965.0, 8965.0, 8959.0, 8962.0, 8947.0, 8967.0, 8948.0, 8969.0, 8968.0, 8979.0, 8975.0, 9008.0, 8967.0, 8982.0, 9036.0, 8978.0, 8992.0, 8944.0, 8975.0, 8993.0, 8965.0, 8982.0, 8987.0, 9012.0, 8963.0, 8984.0, 8936.0, 8941.0, 8933.0, 8990.0, 8913.0, 8885.0, 8877.0, 8876.0, 8892.0, 8884.0, 8885.0, 8898.0, 8901.0, 8921.0, 8924.0, 8930.0, 8950.0, 8946.0, 8947.0, 8937.0, 8929.0, 8931.0, 8929.0, 8944.0, 8931.0, 8930.0, 8960.0, 8930.0, 8937.0, 8935.0, 8927.0, 8935.0, 8922.0, 8947.0, 8926.0, 8939.0, 8940.0, 8935.0, 8961.0, 8937.0, 8975.0, 8962.0, 8979.0, 8958.0, 8961.0, 8983.0, 8961.0, 8961.0, 8966.0, 8960.0, 8961.0, 8962.0, 8963.0, 8979.0, 8962.0, 8986.0, 8974.0, 8960.0, 8967.0, 8987.0, 9006.0, 8990.0, 8964.0, 8969.0, 8995.0, 8957.0, 8970.0, 8970.0, 8940.0, 8959.0, 8933.0, 8938.0, 8945.0, 8937.0, 8938.0, 8931.0, 8933.0, 8965.0, 8938.0, 8935.0, 8952.0, 8931.0, 8955.0, 8953.0, 8933.0, 8938.0, 8931.0, 8915.0, 8929.0, 8891.0, 8926.0, 8910.0, 8905.0, 8931.0, 8904.0, 8931.0, 8937.0, 8954.0, 8939.0, 8929.0, 8956.0, 8936.0, 8935.0, 8936.0, 8953.0, 8943.0, 8937.0, 8956.0, 8958.0, 8982.0, 8916.0, 8940.0, 8912.0, 8915.0, 8919.0, 8898.0, 8921.0, 8948.0, 8942.0, 8950.0, 8962.0, 8941.0, 8957.0, 8915.0, 8929.0, 8931.0, 8899.0, 8903.0, 8885.0, 8876.0, 8854.0, 8878.0, 8881.0, 8894.0, 8877.0, 8896.0, 8897.0, 8893.0, 8894.0, 8856.0, 8884.0, 8875.0, 8869.0, 8887.0, 8858.0, 8917.0, 8879.0, 8881.0, 8882.0, 8884.0, 8904.0, 8905.0, 8917.0, 8938.0, 8926.0, 8946.0, 8927.0, 8922.0, 8971.0, 8936.0, 8961.0, 8952.0, 8933.0, 8936.0, 8914.0, 8927.0, 8911.0, 8902.0, 8924.0, 8905.0, 8901.0, 8909.0, 8885.0, 8902.0, 8902.0, 8885.0, 8902.0, 8884.0, 8903.0, 8908.0, 8885.0, 8909.0, 8914.0, 8913.0, 8911.0, 8913.0, 8911.0, 8935.0, 8939.0, 8945.0, 8937.0, 8918.0, 8934.0, 8927.0, 8912.0, 8938.0, 8895.0, 8923.0, 8928.0, 8908.0, 8932.0, 8948.0, 8945.0, 8940.0, 8923.0, 8907.0, 8903.0, 8882.0, 8883.0, 8872.0, 8882.0, 8874.0, 8856.0, 8856.0, 8850.0, 8855.0, 8850.0, 8832.0, 8848.0, 8842.0, 8849.0, 8867.0, 8854.0, 8878.0, 8874.0, 8906.0, 8863.0, 8917.0, 8880.0, 8916.0, 8902.0, 8931.0, 8909.0, 8903.0, 8904.0, 8882.0, 8896.0, 8885.0, 8903.0, 8907.0, 8891.0, 8891.0, 8933.0, 8936.0, 8955.0, 8945.0, 8997.0, 8978.0, 8962.0, 8967.0, 8955.0, 8962.0, 8931.0, 8930.0, 8943.0, 8929.0, 8924.0, 8927.0, 8923.0, 8932.0, 8940.0, 8905.0, 8914.0, 8907.0, 8877.0, 8887.0, 8866.0, 8849.0, 8838.0, 8846.0, 8834.0, 8838.0, 8852.0, 8868.0, 8868.0, 8883.0, 8898.0, 8919.0, 8896.0, 8920.0, 8935.0, 8943.0, 8876.0, 8891.0, 8859.0, 8853.0, 8870.0, 8848.0, 8868.0, 8855.0, 8854.0, 8855.0, 8853.0, 8862.0, 8849.0, 8871.0, 8858.0, 8876.0, 8881.0, 8876.0, 8902.0, 8901.0, 8902.0, 8921.0, 8908.0, 8924.0, 8907.0, 8911.0, 8931.0, 8937.0, 8943.0, 8960.0, 8948.0, 8967.0, 8985.0, 8996.0, 8982.0, 8958.0, 8958.0, 8952.0, 8941.0, 8939.0, 8939.0, 8958.0, 8937.0, 8944.0, 8951.0, 8943.0, 8963.0, 8956.0, 8947.0, 8960.0, 8942.0, 8960.0, 8943.0, 8960.0, 8955.0, 8933.0, 8958.0, 8946.0, 8960.0, 8941.0, 8942.0, 8958.0, 8940.0, 8940.0, 8944.0, 8936.0, 8941.0, 8984.0, 8968.0, 8956.0, 8972.0, 8988.0, 8970.0, 8962.0, 8968.0, 9018.0, 9017.0, 9005.0, 9026.0, 9009.0, 9029.0, 9018.0, 9000.0, 9012.0, 9005.0, 8987.0, 8970.0, 8961.0, 8961.0, 8938.0, 8934.0, 8930.0, 8929.0, 8917.0, 8917.0, 8936.0, 8921.0, 8930.0, 8914.0, 8930.0, 8934.0, 8932.0, 8932.0, 8941.0, 8955.0, 8959.0, 8970.0, 8960.0, 8929.0, 8933.0, 8927.0, 8896.0, 8925.0, 8904.0, 8919.0, 8907.0, 8889.0, 8929.0, 8913.0, 8924.0, 8917.0, 8925.0, 8914.0, 8939.0, 8931.0, 8948.0, 8967.0, 8986.0, 8951.0, 8961.0, 8930.0, 8926.0, 8967.0, 8974.0, 8966.0, 8986.0, 8951.0, 8954.0, 8954.0, 8941.0, 8971.0, 8918.0, 8936.0, 8953.0, 8932.0, 8893.0, 8928.0, 8898.0, 8885.0, 8900.0, 8877.0, 8880.0, 8898.0, 8902.0, 8877.0, 8870.0, 8863.0, 8899.0, 8887.0, 8899.0, 8857.0, 8854.0, 8852.0, 8879.0, 8897.0, 8917.0, 8923.0, 8924.0, 8945.0, 8951.0, 8950.0, 8945.0, 8950.0, 8954.0, 8926.0, 8927.0, 8924.0, 8902.0, 8924.0, 8903.0, 8922.0, 8923.0, 8908.0, 8928.0, 8922.0, 8925.0, 8930.0, 8926.0, 8953.0, 8934.0, 8956.0, 8954.0, 8975.0, 8964.0, 8966.0, 9001.0, 8966.0, 8984.0, 9010.0, 9008.0, 8984.0, 8988.0, 8990.0, 8985.0, 9008.0, 8985.0, 9031.0, 9036.0, 8971.0, 8989.0, 8985.0, 8999.0, 8991.0, 8992.0, 8988.0, 8992.0, 8995.0, 8995.0, 9011.0, 8993.0, 8990.0, 9016.0, 9025.0, 8984.0, 8988.0, 8938.0, 8956.0, 8956.0, 8940.0, 8968.0, 8947.0, 8949.0, 8947.0, 8922.0, 8925.0, 8903.0, 8918.0, 8909.0, 8900.0, 8924.0, 8922.0, 8925.0, 8905.0, 8934.0, 8948.0, 8972.0, 8956.0, 8999.0, 8994.0, 8982.0, 9003.0, 8987.0, 8962.0, 8960.0, 8951.0, 8974.0, 8954.0, 8921.0, 8927.0, 8906.0, 8909.0, 8925.0, 8905.0, 8909.0, 8907.0, 8905.0, 8909.0, 8903.0, 8922.0, 8911.0, 8894.0, 8928.0, 8924.0, 8929.0, 8935.0, 8927.0, 8933.0, 8932.0, 8923.0, 8941.0, 8937.0, 8959.0, 8982.0, 9016.0, 9010.0, 8998.0, 8993.0, 9026.0, 9013.0, 8973.0, 9014.0, 8999.0, 8969.0, 8969.0, 8969.0, 8982.0, 8967.0, 8965.0, 8981.0, 8967.0, 8972.0, 8959.0, 8965.0, 8961.0, 8958.0, 8964.0, 8961.0, 8965.0, 8957.0, 8944.0, 8940.0, 8948.0, 8961.0, 8986.0, 8980.0, 9016.0, 9009.0, 9012.0, 9008.0, 8950.0, 8985.0, 8951.0, 9000.0, 8979.0, 8948.0, 8956.0, 8933.0, 8927.0, 8922.0, 8911.0, 8926.0, 8912.0, 8933.0, 8933.0, 8949.0, 8948.0, 8928.0, 8946.0, 8913.0, 8913.0, 8908.0, 8910.0, 8927.0, 8908.0, 8914.0, 8908.0, 8938.0, 8937.0, 8981.0, 8984.0, 8997.0, 8966.0, 9005.0, 8949.0, 9002.0, 8970.0, 8967.0, 8990.0, 8994.0, 8976.0, 8943.0, 8959.0, 8959.0, 8947.0, 8962.0, 8967.0, 8965.0, 8959.0, 8966.0, 8960.0, 8962.0, 8986.0, 8966.0, 8968.0, 8970.0, 8951.0, 8993.0, 8985.0, 8988.0, 8990.0, 8971.0, 8992.0, 8954.0, 8978.0, 8950.0, 8969.0, 8983.0, 8986.0, 8963.0, 8960.0, 8925.0, 8928.0, 8907.0, 8906.0, 8884.0, 8906.0, 8889.0, 8907.0, 8904.0, 8901.0, 8881.0, 8861.0, 8878.0, 8845.0, 8881.0, 8860.0, 8880.0, 8878.0, 8881.0, 8884.0, 8864.0, 8886.0, 8921.0, 8947.0, 8949.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.004960091954022989</td></tr>
<tr><td colspan=3>aqi</td><td>0.06276614</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.60387662551203</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1668742607825104</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0250520843383215</td></tr>
<tr><td colspan=3>efc</td><td>0.4551</td></tr>
<tr><td colspan=3>fber</td><td>6543.9414</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14254032390907245</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>184</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.149425287356323</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5541597522508863</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.389006579405281</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.814739387436838</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.458733289910541</td></tr>
<tr><td colspan=3>gcor</td><td>0.016061</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014259977266192436</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026357615366578102</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8346955086143497</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>27.0611</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0119</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.376</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305124.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>637.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.2516</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8883</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.9247</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3237.8856</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.674</td></tr>
<tr><td colspan=3>tsnr</td><td>25.20059136702912</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>