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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-01_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-01_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-0035/ses-04/func/sub-0035_ses-04_task-social_acq-mb8_run-01_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>694bac635953039a43f9a43725d56ac4</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:35:30.575000</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.991749, -0.0432748, 0.12067, 0.0282218, 0.991909, 0.123773]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0886593</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7743, -7276, 651, -48, -146, 95, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.838</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>de5fe685-07a7-45ca-8a7b-5725e1cdd2b2||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.660789966583252, 0.07571690529584885, 0.3376350402832031, 101.01716613769531], [0.11610306799411774, 2.661219596862793, 0.322236031293869, -106.7984848022461], [0.32374897599220276, -0.3320751190185547, 2.6593546867370605, -78.444580078125], [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': ['113530.575000', '113531.035000', '113531.495000', '113531.955000', '113532.415000', '113532.875000', '113533.335000', '113533.795000', '113534.255000', '113534.715000', '113535.175000', '113535.635000', '113536.095000', '113536.555000', '113537.015000', '113537.475000', '113537.935000', '113538.395000', '113538.855000', '113539.315000', '113539.775000', '113540.235000', '113540.695000', '113541.155000', '113541.615000', '113542.075000', '113542.535000', '113542.995000', '113543.455000', '113543.915000', '113544.375000', '113544.835000', '113545.295000', '113545.755000', '113546.215000', '113546.675000', '113547.135000', '113547.595000', '113548.055000', '113548.515000', '113548.975000', '113549.435000', '113549.895000', '113550.355000', '113550.815000', '113551.275000', '113551.735000', '113552.195000', '113552.655000', '113553.115000', '113553.575000', '113554.035000', '113554.495000', '113554.955000', '113555.415000', '113555.875000', '113556.335000', '113556.795000', '113557.255000', '113557.715000', '113558.175000', '113558.635000', '113559.095000', '113559.555000', '113600.015000', '113600.475000', '113600.935000', '113601.395000', '113601.855000', '113602.315000', '113602.775000', '113603.235000', '113603.695000', '113604.155000', '113604.615000', '113605.075000', '113605.535000', '113605.995000', '113606.455000', '113606.915000', '113607.375000', '113607.835000', '113608.295000', '113608.755000', '113609.215000', '113609.675000', '113610.135000', '113610.595000', '113611.055000', '113611.515000', '113611.975000', '113612.435000', '113612.895000', '113613.355000', '113613.815000', '113614.275000', '113614.735000', '113615.195000', '113615.655000', '113616.115000', '113616.575000', '113617.035000', '113617.495000', '113617.955000', '113618.415000', '113618.875000', '113619.335000', '113619.795000', '113620.255000', '113620.715000', '113621.175000', '113621.635000', '113622.095000', '113622.555000', '113623.015000', '113623.475000', '113623.935000', '113624.395000', '113624.855000', '113625.315000', '113625.775000', '113626.235000', '113626.695000', '113627.155000', '113627.615000', '113628.075000', '113628.535000', '113628.995000', '113629.455000', '113629.915000', '113630.375000', '113630.835000', '113631.295000', '113631.755000', '113632.215000', '113632.675000', '113633.135000', '113633.595000', '113634.055000', '113634.515000', '113634.975000', '113635.435000', '113635.895000', '113636.355000', '113636.815000', '113637.275000', '113637.735000', '113638.195000', '113638.655000', '113639.115000', '113639.575000', '113640.035000', '113640.495000', '113640.955000', '113641.415000', '113641.875000', '113642.335000', '113642.795000', '113643.255000', '113643.715000', '113644.175000', '113644.635000', '113645.095000', '113645.555000', '113646.015000', '113646.475000', '113646.935000', '113647.395000', '113647.855000', '113648.315000', '113648.775000', '113649.235000', '113649.695000', '113650.155000', '113650.615000', '113651.075000', '113651.535000', '113651.995000', '113652.455000', '113652.915000', '113653.375000', '113653.835000', '113654.295000', '113654.755000', '113655.215000', '113655.675000', '113656.135000', '113656.595000', '113657.055000', '113657.515000', '113657.975000', '113658.435000', '113658.895000', '113659.355000', '113659.815000', '113700.275000', '113700.735000', '113701.195000', '113701.655000', '113702.115000', '113702.575000', '113703.035000', '113703.495000', '113703.955000', '113704.415000', '113704.875000', '113705.335000', '113705.795000', '113706.255000', '113706.715000', '113707.175000', '113707.635000', '113708.095000', '113708.555000', '113709.015000', '113709.475000', '113709.935000', '113710.395000', '113710.855000', '113711.315000', '113711.775000', '113712.235000', '113712.695000', '113713.155000', '113713.615000', '113714.075000', '113714.535000', '113714.995000', '113715.455000', '113715.915000', '113716.375000', '113716.835000', '113717.295000', '113717.755000', '113718.215000', '113718.675000', '113719.135000', '113719.595000', '113720.055000', '113720.515000', '113720.975000', '113721.435000', '113721.895000', '113722.355000', '113722.815000', '113723.275000', '113723.735000', '113724.195000', '113724.655000', '113725.115000', '113725.575000', '113726.035000', '113726.495000', '113726.955000', '113727.415000', '113727.875000', '113728.335000', '113728.795000', '113729.255000', '113729.715000', '113730.175000', '113730.635000', '113731.095000', '113731.555000', '113732.015000', '113732.475000', '113732.935000', '113733.395000', '113733.855000', '113734.315000', '113734.775000', '113735.235000', '113735.695000', '113736.155000', '113736.615000', '113737.075000', '113737.535000', '113737.995000', '113738.455000', '113738.915000', '113739.375000', '113739.835000', '113740.295000', '113740.755000', '113741.215000', '113741.675000', '113742.135000', '113742.595000', '113743.055000', '113743.515000', '113743.975000', '113744.435000', '113744.895000', '113745.355000', '113745.815000', '113746.275000', '113746.735000', '113747.195000', '113747.655000', '113748.115000', '113748.575000', '113749.035000', '113749.495000', '113749.955000', '113750.415000', '113750.875000', '113751.335000', '113751.795000', '113752.255000', '113752.715000', '113753.175000', '113753.635000', '113754.095000', '113754.555000', '113755.015000', '113755.475000', '113755.935000', '113756.395000', '113756.855000', '113757.315000', '113757.775000', '113758.235000', '113758.695000', '113759.155000', '113759.615000', '113800.075000', '113800.535000', '113800.995000', '113801.455000', '113801.915000', '113802.375000', '113802.835000', '113803.295000', '113803.755000', '113804.215000', '113804.675000', '113805.135000', '113805.595000', '113806.055000', '113806.515000', '113806.975000', '113807.435000', '113807.895000', '113808.355000', '113808.815000', '113809.275000', '113809.735000', '113810.195000', '113810.655000', '113811.115000', '113811.575000', '113812.035000', '113812.495000', '113812.955000', '113813.415000', '113813.875000', '113814.335000', '113814.795000', '113815.255000', '113815.715000', '113816.175000', '113816.635000', '113817.095000', '113817.555000', '113818.015000', '113818.475000', '113818.935000', '113819.395000', '113819.855000', '113820.315000', '113820.775000', '113821.235000', '113821.695000', '113822.155000', '113822.615000', '113823.075000', '113823.535000', '113823.995000', '113824.455000', '113824.915000', '113825.375000', '113825.835000', '113826.295000', '113826.755000', '113827.215000', '113827.675000', '113828.135000', '113828.595000', '113829.055000', '113829.515000', '113829.975000', '113830.435000', '113830.895000', '113831.355000', '113831.815000', '113832.275000', '113832.735000', '113833.195000', '113833.655000', '113834.115000', '113834.575000', '113835.035000', '113835.495000', '113835.955000', '113836.415000', '113836.875000', '113837.335000', '113837.795000', '113838.255000', '113838.715000', '113839.175000', '113839.635000', '113840.095000', '113840.555000', '113841.015000', '113841.475000', '113841.935000', '113842.395000', '113842.855000', '113843.315000', '113843.775000', '113844.235000', '113844.695000', '113845.155000', '113845.615000', '113846.075000', '113846.535000', '113846.995000', '113847.455000', '113847.915000', '113848.375000', '113848.835000', '113849.295000', '113849.755000', '113850.215000', '113850.675000', '113851.135000', '113851.595000', '113852.055000', '113852.515000', '113852.975000', '113853.435000', '113853.895000', '113854.355000', '113854.815000', '113855.275000', '113855.735000', '113856.195000', '113856.655000', '113857.115000', '113857.575000', '113858.035000', '113858.495000', '113858.955000', '113859.415000', '113859.875000', '113900.335000', '113900.795000', '113901.255000', '113901.715000', '113902.175000', '113902.635000', '113903.095000', '113903.555000', '113904.015000', '113904.475000', '113904.935000', '113905.395000', '113905.855000', '113906.315000', '113906.775000', '113907.235000', '113907.695000', '113908.155000', '113908.615000', '113909.075000', '113909.535000', '113909.995000', '113910.455000', '113910.915000', '113911.375000', '113911.835000', '113912.295000', '113912.755000', '113913.215000', '113913.675000', '113914.135000', '113914.595000', '113915.055000', '113915.515000', '113915.975000', '113916.435000', '113916.895000', '113917.355000', '113917.815000', '113918.275000', '113918.735000', '113919.195000', '113919.655000', '113920.115000', '113920.575000', '113921.035000', '113921.495000', '113921.955000', '113922.415000', '113922.875000', '113923.335000', '113923.795000', '113924.255000', '113924.715000', '113925.175000', '113925.635000', '113926.095000', '113926.555000', '113927.015000', '113927.475000', '113927.935000', '113928.395000', '113928.855000', '113929.315000', '113929.775000', '113930.235000', '113930.695000', '113931.155000', '113931.615000', '113932.075000', '113932.535000', '113932.995000', '113933.455000', '113933.915000', '113934.375000', '113934.835000', '113935.295000', '113935.755000', '113936.215000', '113936.675000', '113937.135000', '113937.595000', '113938.055000', '113938.515000', '113938.975000', '113939.435000', '113939.895000', '113940.355000', '113940.815000', '113941.275000', '113941.735000', '113942.195000', '113942.655000', '113943.115000', '113943.575000', '113944.035000', '113944.495000', '113944.955000', '113945.415000', '113945.875000', '113946.335000', '113946.795000', '113947.255000', '113947.715000', '113948.175000', '113948.635000', '113949.095000', '113949.555000', '113950.015000', '113950.475000', '113950.935000', '113951.395000', '113951.855000', '113952.315000', '113952.775000', '113953.235000', '113953.695000', '113954.155000', '113954.615000', '113955.075000', '113955.535000', '113955.995000', '113956.455000', '113956.915000', '113957.375000', '113957.835000', '113958.295000', '113958.755000', '113959.215000', '113959.675000', '114000.135000', '114000.595000', '114001.055000', '114001.515000', '114001.975000', '114002.435000', '114002.895000', '114003.355000', '114003.815000', '114004.275000', '114004.735000', '114005.195000', '114005.655000', '114006.115000', '114006.575000', '114007.035000', '114007.495000', '114007.955000', '114008.415000', '114008.875000', '114009.335000', '114009.795000', '114010.255000', '114010.715000', '114011.175000', '114011.635000', '114012.095000', '114012.555000', '114013.015000', '114013.475000', '114013.935000', '114014.395000', '114014.855000', '114015.315000', '114015.775000', '114016.235000', '114016.695000', '114017.155000', '114017.615000', '114018.075000', '114018.535000', '114018.995000', '114019.455000', '114019.915000', '114020.375000', '114020.835000', '114021.295000', '114021.755000', '114022.215000', '114022.675000', '114023.135000', '114023.595000', '114024.055000', '114024.515000', '114024.975000', '114025.435000', '114025.895000', '114026.355000', '114026.815000', '114027.275000', '114027.735000', '114028.195000', '114028.655000', '114029.115000', '114029.575000', '114030.035000', '114030.495000', '114030.955000', '114031.415000', '114031.875000', '114032.335000', '114032.795000', '114033.255000', '114033.715000', '114034.175000', '114034.635000', '114035.095000', '114035.555000', '114036.015000', '114036.475000', '114036.935000', '114037.395000', '114037.855000', '114038.315000', '114038.775000', '114039.235000', '114039.695000', '114040.155000', '114040.615000', '114041.075000', '114041.535000', '114041.995000', '114042.455000', '114042.915000', '114043.375000', '114043.835000', '114044.295000', '114044.755000', '114045.215000', '114045.675000', '114046.135000', '114046.595000', '114047.055000', '114047.515000', '114047.975000', '114048.435000', '114048.895000', '114049.355000', '114049.815000', '114050.275000', '114050.735000', '114051.195000', '114051.655000', '114052.115000', '114052.575000', '114053.035000', '114053.495000', '114053.955000', '114054.415000', '114054.875000', '114055.335000', '114055.795000', '114056.255000', '114056.715000', '114057.175000', '114057.635000', '114058.095000', '114058.555000', '114059.015000', '114059.475000', '114059.935000', '114100.395000', '114100.855000', '114101.315000', '114101.775000', '114102.235000', '114102.695000', '114103.155000', '114103.615000', '114104.075000', '114104.535000', '114104.995000', '114105.455000', '114105.915000', '114106.375000', '114106.835000', '114107.295000', '114107.755000', '114108.215000', '114108.675000', '114109.135000', '114109.595000', '114110.055000', '114110.515000', '114110.975000', '114111.435000', '114111.895000', '114112.355000', '114112.815000', '114113.275000', '114113.735000', '114114.195000', '114114.655000', '114115.115000', '114115.575000', '114116.035000', '114116.495000', '114116.955000', '114117.415000', '114117.875000', '114118.335000', '114118.795000', '114119.255000', '114119.715000', '114120.175000', '114120.635000', '114121.095000', '114121.555000', '114122.015000', '114122.475000', '114122.935000', '114123.395000', '114123.855000', '114124.315000', '114124.775000', '114125.235000', '114125.695000', '114126.155000', '114126.615000', '114127.075000', '114127.535000', '114127.995000', '114128.455000', '114128.915000', '114129.375000', '114129.835000', '114130.295000', '114130.755000', '114131.215000', '114131.675000', '114132.135000', '114132.595000', '114133.055000', '114133.515000', '114133.975000', '114134.435000', '114134.895000', '114135.355000', '114135.815000', '114136.275000', '114136.735000', '114137.195000', '114137.655000', '114138.115000', '114138.575000', '114139.035000', '114139.495000', '114139.955000', '114140.415000', '114140.875000', '114141.335000', '114141.795000', '114142.255000', '114142.715000', '114143.175000', '114143.635000', '114144.095000', '114144.555000', '114145.015000', '114145.475000', '114145.935000', '114146.395000', '114146.855000', '114147.315000', '114147.775000', '114148.235000', '114148.695000', '114149.155000', '114149.615000', '114150.075000', '114150.535000', '114150.995000', '114151.455000', '114151.915000', '114152.375000', '114152.835000', '114153.295000', '114153.755000', '114154.215000', '114154.675000', '114155.135000', '114155.595000', '114156.055000', '114156.515000', '114156.975000', '114157.435000', '114157.895000', '114158.355000', '114158.815000', '114159.275000', '114159.735000', '114200.195000', '114200.655000', '114201.115000', '114201.575000', '114202.035000', '114202.495000', '114202.955000', '114203.415000', '114203.875000', '114204.335000', '114204.795000', '114205.255000', '114205.715000', '114206.175000', '114206.635000', '114207.095000', '114207.555000', '114208.015000', '114208.475000', '114208.935000', '114209.395000', '114209.855000', '114210.315000', '114210.775000', '114211.235000'], 'ContentTime': ['113552.717000', '113552.720000', '113552.723000', '113552.725000', '113552.735000', '113552.738000', '113552.740000', '113552.743000', '113552.746000', '113552.748000', '113552.751000', '113552.757000', '113552.759000', '113552.762000', '113552.764000', '113552.767000', '113552.770000', '113552.772000', '113552.775000', '113552.778000', '113552.780000', '113552.783000', '113552.785000', '113552.788000', '113552.791000', '113552.793000', '113552.796000', '113552.799000', '113552.801000', '113552.804000', '113552.806000', '113552.809000', '113552.812000', '113552.814000', '113552.817000', '113552.820000', '113552.822000', '113552.825000', '113552.827000', '113552.830000', '113552.846000', '113552.849000', '113552.851000', '113552.854000', '113552.857000', '113552.859000', '113612.688000', '113612.691000', '113612.694000', '113612.697000', '113612.700000', '113612.702000', '113612.705000', '113612.707000', '113612.710000', '113612.713000', '113612.715000', '113612.718000', '113612.720000', '113612.723000', '113612.726000', '113612.728000', '113612.731000', '113612.733000', '113612.736000', '113612.739000', '113612.741000', '113612.744000', '113612.747000', '113612.749000', '113612.752000', '113612.754000', '113612.757000', '113612.759000', '113612.762000', '113612.765000', '113612.767000', '113612.770000', '113612.773000', '113612.775000', '113612.778000', '113612.780000', '113612.783000', '113612.791000', '113612.794000', '113612.796000', '113612.799000', '113612.833000', '113612.835000', '113612.838000', '113632.688000', '113632.691000', '113632.694000', '113632.696000', '113632.699000', '113632.702000', '113632.704000', '113632.707000', '113632.710000', '113632.712000', '113632.715000', '113632.717000', '113632.720000', '113632.722000', '113632.725000', '113632.728000', '113632.730000', '113632.733000', '113632.735000', '113632.738000', '113632.740000', '113632.743000', '113632.746000', '113632.748000', '113632.751000', '113632.753000', '113632.756000', '113632.759000', '113632.761000', '113632.764000', '113632.766000', '113632.769000', '113632.772000', '113632.774000', '113632.777000', '113632.779000', '113632.782000', '113632.785000', '113632.787000', '113632.790000', '113632.793000', '113632.795000', '113632.798000', '113652.688000', '113652.691000', '113652.694000', '113652.697000', '113652.699000', '113652.702000', '113652.704000', '113652.707000', '113652.710000', '113652.712000', '113652.715000', '113652.718000', '113652.720000', '113652.723000', '113652.726000', '113652.728000', '113652.731000', '113652.733000', '113652.736000', '113652.739000', '113652.741000', '113652.744000', '113652.747000', '113652.749000', '113652.752000', '113652.755000', '113652.757000', '113652.767000', '113652.769000', '113652.772000', '113652.775000', '113652.778000', '113652.780000', '113652.783000', '113652.785000', '113652.788000', '113652.806000', '113652.824000', '113652.826000', '113652.829000', '113652.832000', '113652.834000', '113652.837000', '113652.840000', '113712.687000', '113712.690000', '113712.693000', '113712.695000', '113712.698000', '113712.701000', '113712.704000', '113712.706000', '113712.709000', '113712.712000', '113712.714000', '113712.717000', '113712.719000', '113712.722000', '113712.725000', '113712.727000', '113712.730000', '113712.733000', '113712.735000', '113712.738000', '113712.740000', '113712.743000', '113712.746000', '113712.748000', '113712.758000', '113712.761000', '113712.764000', '113712.766000', '113712.769000', '113712.771000', '113712.774000', '113712.777000', '113712.779000', '113712.782000', '113712.785000', '113712.787000', '113712.790000', '113712.793000', '113712.796000', '113712.799000', '113712.852000', '113712.855000', '113712.858000', '113732.687000', '113732.690000', '113732.693000', '113732.696000', '113732.698000', '113732.701000', '113732.704000', '113732.706000', '113732.709000', '113732.711000', '113732.714000', '113732.717000', '113732.719000', '113732.722000', '113732.725000', '113732.728000', '113732.731000', '113732.733000', '113732.736000', '113732.739000', '113732.741000', '113732.744000', '113732.747000', '113732.749000', '113732.752000', '113732.754000', '113732.757000', '113732.760000', '113732.762000', '113732.765000', '113732.768000', '113732.770000', '113732.773000', '113732.775000', '113732.778000', '113732.781000', '113732.784000', '113732.786000', '113732.789000', '113732.791000', '113732.794000', '113732.796000', '113732.799000', '113732.802000', '113752.687000', '113752.690000', '113752.693000', '113752.695000', '113752.698000', '113752.701000', '113752.704000', '113752.706000', '113752.709000', '113752.711000', '113752.714000', '113752.717000', '113752.719000', '113752.722000', '113752.725000', '113752.727000', '113752.730000', '113752.733000', '113752.735000', '113752.738000', '113752.741000', '113752.743000', '113752.746000', '113752.748000', '113752.751000', '113752.754000', '113752.756000', '113752.759000', '113752.762000', '113752.764000', '113752.767000', '113752.769000', '113752.772000', '113752.775000', '113752.777000', '113752.780000', '113752.783000', '113752.785000', '113752.788000', '113752.791000', '113752.794000', '113752.796000', '113752.799000', '113812.688000', '113812.691000', '113812.694000', '113812.696000', '113812.704000', '113812.706000', '113812.709000', '113812.711000', '113812.714000', '113812.717000', '113812.719000', '113812.722000', '113812.725000', '113812.728000', '113812.730000', '113812.733000', '113812.736000', '113812.738000', '113812.741000', '113812.744000', '113812.746000', '113812.749000', '113812.751000', '113812.754000', '113812.757000', '113812.759000', '113812.762000', '113812.765000', '113812.767000', '113812.770000', '113812.773000', '113812.775000', '113812.778000', '113812.780000', '113812.783000', '113812.786000', '113812.788000', '113812.791000', '113812.794000', '113812.796000', '113812.799000', '113812.850000', '113812.852000', '113812.855000', '113832.688000', '113832.691000', '113832.694000', '113832.697000', '113832.699000', '113832.702000', '113832.705000', '113832.707000', '113832.710000', '113832.712000', '113832.715000', '113832.718000', '113832.720000', '113832.723000', '113832.726000', '113832.728000', '113832.731000', '113832.741000', '113832.744000', '113832.747000', '113832.749000', '113832.752000', '113832.755000', '113832.757000', '113832.760000', '113832.762000', '113832.765000', '113832.768000', '113832.770000', '113832.773000', '113832.776000', '113832.778000', '113832.781000', '113832.784000', '113832.786000', '113832.789000', '113832.791000', '113832.794000', '113832.797000', '113832.799000', '113832.802000', '113832.805000', '113832.807000', '113852.688000', '113852.691000', '113852.694000', '113852.696000', '113852.699000', '113852.702000', '113852.704000', '113852.707000', '113852.710000', '113852.712000', '113852.715000', '113852.717000', '113852.721000', '113852.731000', '113852.734000', '113852.736000', '113852.739000', '113852.742000', '113852.744000', '113852.747000', '113852.750000', '113852.752000', '113852.755000', '113852.757000', '113852.760000', '113852.763000', '113852.765000', '113852.768000', '113852.770000', '113852.773000', '113852.776000', '113852.778000', '113852.781000', '113852.784000', '113852.786000', '113852.789000', '113852.791000', '113852.794000', '113852.796000', '113852.799000', '113852.861000', '113852.864000', '113852.866000', '113852.869000', '113912.688000', '113912.691000', '113912.694000', '113912.697000', '113912.700000', '113912.702000', '113912.705000', '113912.707000', '113912.710000', '113912.713000', '113912.715000', '113912.718000', '113912.720000', '113912.723000', '113912.726000', '113912.728000', '113912.731000', '113912.734000', '113912.736000', '113912.739000', '113912.741000', '113912.744000', '113912.747000', '113912.749000', '113912.752000', '113912.754000', '113912.757000', '113912.759000', '113912.762000', '113912.765000', '113912.767000', '113912.770000', '113912.773000', '113912.775000', '113912.778000', '113912.781000', '113912.783000', '113912.786000', '113912.788000', '113912.791000', '113912.793000', '113912.796000', '113912.799000', '113932.688000', '113932.691000', '113932.693000', '113932.696000', '113932.699000', '113932.701000', '113932.704000', '113932.708000', '113932.710000', '113932.713000', '113932.715000', '113932.718000', '113932.721000', '113932.723000', '113932.726000', '113932.729000', '113932.731000', '113932.734000', '113932.736000', '113932.739000', '113932.742000', '113932.744000', '113932.747000', '113932.750000', '113932.752000', '113932.755000', '113932.758000', '113932.760000', '113932.763000', '113932.766000', '113932.768000', '113932.771000', '113932.773000', '113932.776000', '113932.779000', '113932.781000', '113932.784000', '113932.787000', '113932.789000', '113932.792000', '113932.794000', '113932.797000', '113932.853000', '113952.687000', '113952.690000', '113952.693000', '113952.696000', '113952.698000', '113952.701000', '113952.707000', '113952.709000', '113952.712000', '113952.715000', '113952.717000', '113952.720000', '113952.723000', '113952.725000', '113952.728000', '113952.731000', '113952.733000', '113952.736000', '113952.738000', '113952.741000', '113952.744000', '113952.746000', '113952.749000', '113952.751000', '113952.754000', '113952.757000', '113952.759000', '113952.762000', '113952.765000', '113952.767000', '113952.770000', '113952.772000', '113952.775000', '113952.777000', '113952.780000', '113952.783000', '113952.785000', '113952.788000', '113952.790000', '113952.793000', '113952.796000', '113952.798000', '113952.857000', '113952.859000', '114012.688000', '114012.690000', '114012.693000', '114012.695000', '114012.698000', '114012.701000', '114012.703000', '114012.706000', '114012.709000', '114012.711000', '114012.714000', '114012.717000', '114012.721000', '114012.724000', '114012.727000', '114012.730000', '114012.732000', '114012.735000', '114012.738000', '114012.740000', '114012.743000', '114012.745000', '114012.748000', '114012.751000', '114012.753000', '114012.756000', '114012.759000', '114012.762000', '114012.765000', '114012.767000', '114012.770000', '114012.773000', '114012.776000', '114012.778000', '114012.781000', '114012.783000', '114012.786000', '114012.789000', '114012.791000', '114012.794000', '114012.796000', '114012.799000', '114012.859000', '114032.688000', '114032.691000', '114032.694000', '114032.697000', '114032.699000', '114032.702000', '114032.705000', '114032.707000', '114032.710000', '114032.713000', '114032.715000', '114032.718000', '114032.720000', '114032.723000', '114032.726000', '114032.729000', '114032.731000', '114032.734000', '114032.736000', '114032.739000', '114032.742000', '114032.744000', '114032.747000', '114032.750000', '114032.752000', '114032.755000', '114032.757000', '114032.760000', '114032.763000', '114032.765000', '114032.768000', '114032.771000', '114032.773000', '114032.776000', '114032.779000', '114032.781000', '114032.784000', '114032.786000', '114032.789000', '114032.792000', '114032.794000', '114032.797000', '114032.800000', '114032.802000', '114052.688000', '114052.691000', '114052.694000', '114052.697000', '114052.699000', '114052.702000', '114052.705000', '114052.707000', '114052.710000', '114052.713000', '114052.715000', '114052.718000', '114052.721000', '114052.723000', '114052.726000', '114052.729000', '114052.731000', '114052.734000', '114052.736000', '114052.739000', '114052.742000', '114052.744000', '114052.747000', '114052.749000', '114052.752000', '114052.755000', '114052.757000', '114052.760000', '114052.763000', '114052.765000', '114052.768000', '114052.771000', '114052.773000', '114052.776000', '114052.778000', '114052.781000', '114052.784000', '114052.786000', '114052.789000', '114052.792000', '114052.794000', '114052.797000', '114052.863000', '114112.688000', '114112.691000', '114112.694000', '114112.697000', '114112.699000', '114112.702000', '114112.705000', '114112.707000', '114112.710000', '114112.713000', '114112.715000', '114112.718000', '114112.721000', '114112.723000', '114112.726000', '114112.728000', '114112.731000', '114112.734000', '114112.736000', '114112.739000', '114112.742000', '114112.744000', '114112.747000', '114112.749000', '114112.752000', '114112.755000', '114112.757000', '114112.760000', '114112.763000', '114112.765000', '114112.768000', '114112.771000', '114112.773000', '114112.776000', '114112.778000', '114112.781000', '114112.784000', '114112.786000', '114112.789000', '114112.791000', '114112.794000', '114112.797000', '114112.824000', '114112.827000', '114132.688000', '114132.691000', '114132.694000', '114132.697000', '114132.699000', '114132.702000', '114132.705000', '114132.707000', '114132.710000', '114132.719000', '114132.721000', '114132.724000', '114132.727000', '114132.729000', '114132.732000', '114132.735000', '114132.737000', '114132.740000', '114132.742000', '114132.745000', '114132.748000', '114132.752000', '114132.755000', '114132.758000', '114132.762000', '114132.765000', '114132.767000', '114132.770000', '114132.773000', '114132.775000', '114132.778000', '114132.780000', '114132.783000', '114132.786000', '114132.788000', '114132.791000', '114132.793000', '114132.796000', '114132.799000', '114132.856000', '114132.859000', '114132.861000', '114132.864000', '114152.687000', '114152.690000', '114152.693000', '114152.696000', '114152.698000', '114152.701000', '114152.704000', '114152.706000', '114152.709000', '114152.712000', '114152.714000', '114152.717000', '114152.720000', '114152.722000', '114152.725000', '114152.728000', '114152.730000', '114152.733000', '114152.735000', '114152.738000', '114152.741000', '114152.743000', '114152.746000', '114152.749000', '114152.751000', '114152.754000', '114152.756000', '114152.759000', '114152.762000', '114152.764000', '114152.767000', '114152.770000', '114152.772000', '114152.775000', '114152.777000', '114152.780000', '114152.783000', '114152.786000', '114152.788000', '114152.791000', '114152.794000', '114152.796000', '114152.799000', '114152.905000', '114212.337000', '114212.340000', '114212.342000', '114212.345000', '114212.348000', '114212.350000', '114212.353000', '114212.356000', '114212.359000', '114212.362000', '114212.365000', '114212.367000', '114212.370000', '114212.373000', '114212.375000', '114212.378000', '114212.381000', '114212.383000', '114212.388000', '114212.392000', '114212.396000', '114212.403000', '114212.405000', '114212.409000', '114212.411000', '114212.415000', '114212.424000', '114212.427000', '114212.431000', '114212.447000', '114212.449000', '114212.452000', '114212.455000', '114212.458000', '114212.463000', '114212.466000', '114212.469000', '114212.472000', '114212.475000', '114212.478000', '114212.481000', '114212.484000', '114212.487000'], 'InstanceCreationTime': ['113552.717000', '113552.720000', '113552.723000', '113552.725000', '113552.735000', '113552.738000', '113552.740000', '113552.743000', '113552.746000', '113552.748000', '113552.751000', '113552.757000', '113552.759000', '113552.762000', '113552.764000', '113552.767000', '113552.770000', '113552.772000', '113552.775000', '113552.778000', '113552.780000', '113552.783000', '113552.785000', '113552.788000', '113552.791000', '113552.793000', '113552.796000', '113552.799000', '113552.801000', '113552.804000', '113552.806000', '113552.809000', '113552.812000', '113552.814000', '113552.817000', '113552.820000', '113552.822000', '113552.825000', '113552.827000', '113552.830000', '113552.846000', '113552.849000', '113552.851000', '113552.854000', '113552.857000', '113552.859000', '113612.688000', '113612.691000', '113612.694000', '113612.697000', '113612.700000', '113612.702000', '113612.705000', '113612.707000', '113612.710000', '113612.713000', '113612.715000', '113612.718000', '113612.720000', '113612.723000', '113612.726000', '113612.728000', '113612.731000', '113612.733000', '113612.736000', '113612.739000', '113612.741000', '113612.744000', '113612.747000', '113612.749000', '113612.752000', '113612.754000', '113612.757000', '113612.759000', '113612.762000', '113612.765000', '113612.767000', '113612.770000', '113612.773000', '113612.775000', '113612.778000', '113612.780000', '113612.783000', '113612.791000', '113612.794000', '113612.796000', '113612.799000', '113612.833000', '113612.835000', '113612.838000', '113632.688000', '113632.691000', '113632.694000', '113632.696000', '113632.699000', '113632.702000', '113632.704000', '113632.707000', '113632.710000', '113632.712000', '113632.715000', '113632.717000', '113632.720000', '113632.722000', '113632.725000', '113632.728000', '113632.730000', '113632.733000', '113632.735000', '113632.738000', '113632.740000', '113632.743000', '113632.746000', '113632.748000', '113632.751000', '113632.753000', '113632.756000', '113632.759000', '113632.761000', '113632.764000', '113632.766000', '113632.769000', '113632.772000', '113632.774000', '113632.777000', '113632.779000', '113632.782000', '113632.785000', '113632.787000', '113632.790000', '113632.793000', '113632.795000', '113632.798000', '113652.688000', '113652.691000', '113652.694000', '113652.697000', '113652.699000', '113652.702000', '113652.704000', '113652.707000', '113652.710000', '113652.712000', '113652.715000', '113652.718000', '113652.720000', '113652.723000', '113652.726000', '113652.728000', '113652.731000', '113652.733000', '113652.736000', '113652.739000', '113652.741000', '113652.744000', '113652.747000', '113652.749000', '113652.752000', '113652.755000', '113652.757000', '113652.767000', '113652.769000', '113652.772000', '113652.775000', '113652.778000', '113652.780000', '113652.783000', '113652.785000', '113652.788000', '113652.806000', '113652.824000', '113652.826000', '113652.829000', '113652.832000', '113652.834000', '113652.837000', '113652.840000', '113712.687000', '113712.690000', '113712.693000', '113712.695000', '113712.698000', '113712.701000', '113712.704000', '113712.706000', '113712.709000', '113712.712000', '113712.714000', '113712.717000', '113712.719000', '113712.722000', '113712.725000', '113712.727000', '113712.730000', '113712.733000', '113712.735000', '113712.738000', '113712.740000', '113712.743000', '113712.746000', '113712.748000', '113712.758000', '113712.761000', '113712.764000', '113712.766000', '113712.769000', '113712.771000', '113712.774000', '113712.777000', '113712.779000', '113712.782000', '113712.785000', '113712.787000', '113712.790000', '113712.793000', '113712.796000', '113712.799000', '113712.852000', '113712.855000', '113712.858000', '113732.687000', '113732.690000', '113732.693000', '113732.696000', '113732.698000', '113732.701000', '113732.704000', '113732.706000', '113732.709000', '113732.711000', '113732.714000', '113732.717000', '113732.719000', '113732.722000', '113732.725000', '113732.728000', '113732.731000', '113732.733000', '113732.736000', '113732.739000', '113732.741000', '113732.744000', '113732.747000', '113732.749000', '113732.752000', '113732.754000', '113732.757000', '113732.760000', '113732.762000', '113732.765000', '113732.768000', '113732.770000', '113732.773000', '113732.775000', '113732.778000', '113732.781000', '113732.784000', '113732.786000', '113732.789000', '113732.791000', '113732.794000', '113732.796000', '113732.799000', '113732.802000', '113752.687000', '113752.690000', '113752.693000', '113752.695000', '113752.698000', '113752.701000', '113752.704000', '113752.706000', '113752.709000', '113752.711000', '113752.714000', '113752.717000', '113752.719000', '113752.722000', '113752.725000', '113752.727000', '113752.730000', '113752.733000', '113752.735000', '113752.738000', '113752.741000', '113752.743000', '113752.746000', '113752.748000', '113752.751000', '113752.754000', '113752.756000', '113752.759000', '113752.762000', '113752.764000', '113752.767000', '113752.769000', '113752.772000', '113752.775000', '113752.777000', '113752.780000', '113752.783000', '113752.785000', '113752.788000', '113752.791000', '113752.794000', '113752.796000', '113752.799000', '113812.688000', '113812.691000', '113812.694000', '113812.696000', '113812.704000', '113812.706000', '113812.709000', '113812.711000', '113812.714000', '113812.717000', '113812.719000', '113812.722000', '113812.725000', '113812.728000', '113812.730000', '113812.733000', '113812.736000', '113812.738000', '113812.741000', '113812.744000', '113812.746000', '113812.749000', '113812.751000', '113812.754000', '113812.757000', '113812.759000', '113812.762000', '113812.765000', '113812.767000', '113812.770000', '113812.773000', '113812.775000', '113812.778000', '113812.780000', '113812.783000', '113812.786000', '113812.788000', '113812.791000', '113812.794000', '113812.796000', '113812.799000', '113812.850000', '113812.852000', '113812.855000', '113832.688000', '113832.691000', '113832.694000', '113832.697000', '113832.699000', '113832.702000', '113832.705000', '113832.707000', '113832.710000', '113832.712000', '113832.715000', '113832.718000', '113832.720000', '113832.723000', '113832.726000', '113832.728000', '113832.731000', '113832.741000', '113832.744000', '113832.747000', '113832.749000', '113832.752000', '113832.755000', '113832.757000', '113832.760000', '113832.762000', '113832.765000', '113832.768000', '113832.770000', '113832.773000', '113832.776000', '113832.778000', '113832.781000', '113832.784000', '113832.786000', '113832.789000', '113832.791000', '113832.794000', '113832.797000', '113832.799000', '113832.802000', '113832.805000', '113832.807000', '113852.688000', '113852.691000', '113852.694000', '113852.696000', '113852.699000', '113852.702000', '113852.704000', '113852.707000', '113852.710000', '113852.712000', '113852.715000', '113852.717000', '113852.721000', '113852.731000', '113852.734000', '113852.736000', '113852.739000', '113852.742000', '113852.744000', '113852.747000', '113852.750000', '113852.752000', '113852.755000', '113852.757000', '113852.760000', '113852.763000', '113852.765000', '113852.768000', '113852.770000', '113852.773000', '113852.776000', '113852.778000', '113852.781000', '113852.784000', '113852.786000', '113852.789000', '113852.791000', '113852.794000', '113852.796000', '113852.799000', '113852.861000', '113852.864000', '113852.866000', '113852.869000', '113912.688000', '113912.691000', '113912.694000', '113912.697000', '113912.700000', '113912.702000', '113912.705000', '113912.707000', '113912.710000', '113912.713000', '113912.715000', '113912.718000', '113912.720000', '113912.723000', '113912.726000', '113912.728000', '113912.731000', '113912.734000', '113912.736000', '113912.739000', '113912.741000', '113912.744000', '113912.747000', '113912.749000', '113912.752000', '113912.754000', '113912.757000', '113912.759000', '113912.762000', '113912.765000', '113912.767000', '113912.770000', '113912.773000', '113912.775000', '113912.778000', '113912.781000', '113912.783000', '113912.786000', '113912.788000', '113912.791000', '113912.793000', '113912.796000', '113912.799000', '113932.688000', '113932.691000', '113932.693000', '113932.696000', '113932.699000', '113932.701000', '113932.704000', '113932.708000', '113932.710000', '113932.713000', '113932.715000', '113932.718000', '113932.721000', '113932.723000', '113932.726000', '113932.729000', '113932.731000', '113932.734000', '113932.736000', '113932.739000', '113932.742000', '113932.744000', '113932.747000', '113932.750000', '113932.752000', '113932.755000', '113932.758000', '113932.760000', '113932.763000', '113932.766000', '113932.768000', '113932.771000', '113932.773000', '113932.776000', '113932.779000', '113932.781000', '113932.784000', '113932.787000', '113932.789000', '113932.792000', '113932.794000', '113932.797000', '113932.853000', '113952.687000', '113952.690000', '113952.693000', '113952.696000', '113952.698000', '113952.701000', '113952.707000', '113952.709000', '113952.712000', '113952.715000', '113952.717000', '113952.720000', '113952.723000', '113952.725000', '113952.728000', '113952.731000', '113952.733000', '113952.736000', '113952.738000', '113952.741000', '113952.744000', '113952.746000', '113952.749000', '113952.751000', '113952.754000', '113952.757000', '113952.759000', '113952.762000', '113952.765000', '113952.767000', '113952.770000', '113952.772000', '113952.775000', '113952.777000', '113952.780000', '113952.783000', '113952.785000', '113952.788000', '113952.790000', '113952.793000', '113952.796000', '113952.798000', '113952.857000', '113952.859000', '114012.688000', '114012.690000', '114012.693000', '114012.695000', '114012.698000', '114012.701000', '114012.703000', '114012.706000', '114012.709000', '114012.711000', '114012.714000', '114012.717000', '114012.721000', '114012.724000', '114012.727000', '114012.730000', '114012.732000', '114012.735000', '114012.738000', '114012.740000', '114012.743000', '114012.745000', '114012.748000', '114012.751000', '114012.753000', '114012.756000', '114012.759000', '114012.762000', '114012.765000', '114012.767000', '114012.770000', '114012.773000', '114012.776000', '114012.778000', '114012.781000', '114012.783000', '114012.786000', '114012.789000', '114012.791000', '114012.794000', '114012.796000', '114012.799000', '114012.859000', '114032.688000', '114032.691000', '114032.694000', '114032.697000', '114032.699000', '114032.702000', '114032.705000', '114032.707000', '114032.710000', '114032.713000', '114032.715000', '114032.718000', '114032.720000', '114032.723000', '114032.726000', '114032.729000', '114032.731000', '114032.734000', '114032.736000', '114032.739000', '114032.742000', '114032.744000', '114032.747000', '114032.750000', '114032.752000', '114032.755000', '114032.757000', '114032.760000', '114032.763000', '114032.765000', '114032.768000', '114032.771000', '114032.773000', '114032.776000', '114032.779000', '114032.781000', '114032.784000', '114032.786000', '114032.789000', '114032.792000', '114032.794000', '114032.797000', '114032.800000', '114032.802000', '114052.688000', '114052.691000', '114052.694000', '114052.697000', '114052.699000', '114052.702000', '114052.705000', '114052.707000', '114052.710000', '114052.713000', '114052.715000', '114052.718000', '114052.721000', '114052.723000', '114052.726000', '114052.729000', '114052.731000', '114052.734000', '114052.736000', '114052.739000', '114052.742000', '114052.744000', '114052.747000', '114052.749000', '114052.752000', '114052.755000', '114052.757000', '114052.760000', '114052.763000', '114052.765000', '114052.768000', '114052.771000', '114052.773000', '114052.776000', '114052.778000', '114052.781000', '114052.784000', '114052.786000', '114052.789000', '114052.792000', '114052.794000', '114052.797000', '114052.863000', '114112.688000', '114112.691000', '114112.694000', '114112.697000', '114112.699000', '114112.702000', '114112.705000', '114112.707000', '114112.710000', '114112.713000', '114112.715000', '114112.718000', '114112.721000', '114112.723000', '114112.726000', '114112.728000', '114112.731000', '114112.734000', '114112.736000', '114112.739000', '114112.742000', '114112.744000', '114112.747000', '114112.749000', '114112.752000', '114112.755000', '114112.757000', '114112.760000', '114112.763000', '114112.765000', '114112.768000', '114112.771000', '114112.773000', '114112.776000', '114112.778000', '114112.781000', '114112.784000', '114112.786000', '114112.789000', '114112.791000', '114112.794000', '114112.797000', '114112.824000', '114112.827000', '114132.688000', '114132.691000', '114132.694000', '114132.697000', '114132.699000', '114132.702000', '114132.705000', '114132.707000', '114132.710000', '114132.719000', '114132.721000', '114132.724000', '114132.727000', '114132.729000', '114132.732000', '114132.735000', '114132.737000', '114132.740000', '114132.742000', '114132.745000', '114132.748000', '114132.752000', '114132.755000', '114132.758000', '114132.762000', '114132.765000', '114132.767000', '114132.770000', '114132.773000', '114132.775000', '114132.778000', '114132.780000', '114132.783000', '114132.786000', '114132.788000', '114132.791000', '114132.793000', '114132.796000', '114132.799000', '114132.856000', '114132.859000', '114132.861000', '114132.864000', '114152.687000', '114152.690000', '114152.693000', '114152.696000', '114152.698000', '114152.701000', '114152.704000', '114152.706000', '114152.709000', '114152.712000', '114152.714000', '114152.717000', '114152.720000', '114152.722000', '114152.725000', '114152.728000', '114152.730000', '114152.733000', '114152.735000', '114152.738000', '114152.741000', '114152.743000', '114152.746000', '114152.749000', '114152.751000', '114152.754000', '114152.756000', '114152.759000', '114152.762000', '114152.764000', '114152.767000', '114152.770000', '114152.772000', '114152.775000', '114152.777000', '114152.780000', '114152.783000', '114152.786000', '114152.788000', '114152.791000', '114152.794000', '114152.796000', '114152.799000', '114152.905000', '114212.337000', '114212.340000', '114212.342000', '114212.345000', '114212.348000', '114212.350000', '114212.353000', '114212.356000', '114212.359000', '114212.362000', '114212.365000', '114212.367000', '114212.370000', '114212.373000', '114212.375000', '114212.378000', '114212.381000', '114212.383000', '114212.388000', '114212.392000', '114212.396000', '114212.403000', '114212.405000', '114212.409000', '114212.411000', '114212.415000', '114212.424000', '114212.427000', '114212.431000', '114212.447000', '114212.449000', '114212.452000', '114212.455000', '114212.458000', '114212.463000', '114212.466000', '114212.469000', '114212.472000', '114212.475000', '114212.478000', '114212.481000', '114212.484000', '114212.487000'], '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': [9547, 10920, 8602, 9465, 10662, 8720, 12666, 10029, 12729, 9645, 12005, 9908, 11358, 9636, 12308, 8780, 11277, 9451, 9730, 12623, 11361, 15167, 9483, 13104, 10449, 13111, 9937, 13194, 9623, 12845, 10389, 13444, 9899, 12941, 10027, 12891, 10169, 12630, 9499, 13217, 9627, 13351, 11659, 14245, 10034, 13168, 9873, 11953, 10180, 12717, 14450, 10278, 14544, 10164, 9383, 10311, 8256, 10647, 9254, 9638, 10736, 9449, 14481, 10604, 16616, 10899, 13737, 11511, 15451, 12829, 13048, 16109, 11462, 17182, 10459, 12093, 9596, 11602, 9587, 10986, 9830, 10488, 8929, 10410, 7744, 10315, 7997, 9294, 10212, 8865, 14129, 9605, 12155, 9632, 11712, 9338, 10880, 8436, 9281, 12856, 10102, 14489, 9025, 11655, 9185, 10958, 9133, 10960, 7758, 10091, 8507, 8543, 14125, 9731, 12010, 8850, 11468, 8790, 11054, 9182, 11604, 8312, 10396, 9718, 9759, 17188, 11203, 14195, 9906, 11296, 9896, 9012, 10950, 9140, 13246, 8607, 11866, 8781, 11040, 9721, 9871, 11299, 8665, 14299, 10077, 12294, 9061, 11391, 8930, 11284, 10172, 10617, 12504, 9038, 16447, 9908, 14040, 10034, 11136, 10536, 9201, 13536, 8686, 12092, 9438, 11356, 8414, 10070, 7972, 10793, 7890, 10146, 9211, 8648, 14609, 10699, 13614, 9164, 10972, 16001, 9119, 14951, 10689, 13245, 10483, 9703, 13581, 8852, 12939, 9778, 11299, 8591, 9429, 12777, 8816, 12195, 9336, 10792, 10156, 9347, 12113, 8936, 12817, 9278, 12764, 9554, 9605, 10726, 8683, 13492, 9690, 12401, 8586, 11008, 8564, 11201, 8735, 11023, 10549, 8866, 12453, 9399, 12902, 8978, 13669, 9082, 11786, 8700, 11409, 8714, 10862, 8428, 11984, 9097, 12480, 9910, 12984, 8765, 10255, 8602, 10594, 10257, 12849, 13391, 10727, 11464, 8338, 12825, 9345, 13157, 12462, 14847, 12951, 15495, 13135, 15675, 11501, 16636, 10047, 14468, 10117, 13159, 9694, 11210, 8466, 9924, 8070, 9201, 7742, 9226, 7885, 8491, 8055, 8438, 9065, 8073, 10841, 8525, 12584, 8278, 13044, 8491, 13128, 11396, 12377, 9546, 11537, 10085, 11252, 15082, 9307, 15507, 8907, 12243, 8542, 11713, 9931, 10127, 15138, 8069, 12194, 9762, 12438, 9113, 12593, 10230, 13000, 10223, 7942, 10320, 8172, 11847, 8935, 11826, 8805, 13086, 11814, 10157, 16445, 10491, 16159, 12032, 14891, 11618, 14975, 10037, 15864, 9211, 14201, 11059, 15641, 9625, 14392, 7945, 13166, 8791, 12415, 8305, 8644, 7998, 7936, 12458, 7706, 11883, 8085, 10937, 8133, 8746, 13880, 7961, 12246, 8081, 10962, 8157, 9637, 8233, 8378, 10215, 7986, 11904, 7774, 10539, 7501, 10318, 7580, 10050, 7675, 9353, 7649, 10340, 7618, 11324, 8101, 10603, 8142, 10928, 9402, 11465, 11739, 10797, 11736, 11324, 10418, 13454, 14003, 15348, 10441, 17938, 9400, 16747, 12290, 13513, 9417, 11910, 8329, 10060, 8097, 10103, 8836, 15205, 14786, 14260, 10307, 7570, 9061, 8029, 7119, 8593, 8063, 12033, 8938, 17249, 10266, 17201, 12121, 18115, 14041, 15932, 13718, 15751, 12529, 15562, 12283, 9810, 18307, 8549, 15050, 8268, 10898, 7719, 9171, 7695, 8823, 8013, 7865, 9853, 7568, 9963, 7755, 12069, 7780, 12293, 7202, 10690, 7596, 10325, 9024, 10830, 15748, 9805, 11856, 8671, 10587, 13175, 8775, 16559, 7572, 11679, 7626, 11229, 9056, 8766, 10226, 7957, 12491, 7578, 12255, 8065, 11591, 7897, 11391, 7810, 11066, 7600, 12764, 11881, 9741, 16402, 7702, 12951, 9905, 12499, 9712, 12144, 10268, 9688, 13553, 9454, 13589, 7253, 12689, 7293, 11294, 7996, 9984, 7437, 9169, 8410, 10003, 8888, 9092, 7654, 9109, 7675, 9991, 8518, 11436, 8430, 11644, 10982, 11359, 13437, 13179, 11649, 9884, 11902, 11865, 13054, 14629, 12184, 10879, 15327, 9010, 17621, 11243, 13788, 10102, 12617, 8604, 9613, 7811, 11086, 9597, 8338, 9394, 7587, 12074, 7397, 13860, 8606, 14509, 7771, 13370, 7618, 12415, 9036, 11224, 8516, 12136, 11066, 9664, 17301, 10645, 17316, 7832, 13161, 7617, 11863, 9148, 10692, 7767, 9242, 8396, 8616, 11116, 8223, 11483, 7417, 13137, 7375, 11635, 10692, 15056, 7573, 11378, 7447, 10494, 10223, 16058, 7585, 11510, 7696, 11385, 8636, 13792, 12152, 9998, 16062, 8296, 12832, 10078, 11409, 8391, 9159, 8897, 7672, 9993, 7964, 7768, 7599, 9839, 7446, 10841, 8410, 10369, 7671, 14778, 8517, 12326, 10632, 12913, 11749, 9783, 17272, 10668, 13518, 9193, 11864, 8201, 9464, 7855, 9604, 8182, 11193, 10680, 15169, 8906, 7695, 10616, 8073, 13248, 9358, 16288, 11054, 15117, 12342, 14578, 12030, 11271, 9564, 9779, 7937, 14607, 12169, 18007, 10905, 15768, 13053, 9637, 14145, 9948, 14875, 9878, 13950, 10024, 9966, 8483, 10713, 7858, 11241, 7599, 9176, 7582, 7370, 7992, 7372, 9104, 7448, 9149, 10442, 8944, 11819, 7891, 13805, 7485, 11399, 8889, 9162, 7948, 7484, 10770, 7435, 12002, 8892, 12495, 8748, 11506, 7298, 13874, 8040, 12764, 9126, 13021, 13279, 9637, 18768, 7487, 13453, 10118, 12781, 15212, 10063, 17143, 8020, 12802, 8020, 11740, 7788, 11346, 9870, 8133, 12847, 7487, 12538, 8974, 11529, 7487, 11063, 8544, 7929, 14222, 8772, 12156, 7366, 10423, 7630, 10156, 8654, 8994, 7649, 8360, 7205, 8750, 9939, 8530, 13431, 7717, 13265, 8161, 13471, 13563, 9171, 18551, 8004, 13067, 8985, 12692, 17530, 10874, 14169, 8196, 12212, 9467, 8359, 13714, 7434, 12037, 7679, 10841, 13729, 7442, 11798, 8298, 11529, 9487, 7338, 11862, 7583, 11588, 10895, 8472, 17071, 7627, 12221, 7586, 11477, 11426, 8738, 13422, 7353, 11763, 7350, 11643, 9144, 8176, 16363, 7538, 12412, 7513, 12381, 12141, 8246, 12516, 7690, 12257, 9124, 9484, 8323, 7225, 12763, 7288, 11459, 8034, 10976, 7726, 9920, 8584, 9507, 13397, 10410, 12134, 8118, 13325, 7986, 12890, 11555, 13011, 7629, 12213, 8170, 11899, 9085, 12258, 11613, 15144, 9802, 14771, 9646, 7532, 11239, 7388, 13599, 8370, 16599, 9828, 14101, 9722, 13787, 10253, 14736, 11691, 15358, 12355, 13892, 16198, 11832, 18762, 9430, 15546, 8430, 10970, 7929, 9764, 8053, 10113, 8214, 10015, 8028, 9510, 7801, 10582, 14006, 8948, 13048, 7807, 9336, 7378, 9759, 7605, 8434, 7712, 11053], 'WindowCenter': [4564.0, 4557.0, 4511.0, 4519.0, 4515.0, 4498.0, 4550.0, 4518.0, 4537.0, 4509.0, 4534.0, 4518.0, 4525.0, 4519.0, 4540.0, 4499.0, 4528.0, 4516.0, 4521.0, 4536.0, 4538.0, 4557.0, 4521.0, 4546.0, 4517.0, 4536.0, 4515.0, 4543.0, 4504.0, 4533.0, 4527.0, 4544.0, 4502.0, 4520.0, 4493.0, 4520.0, 4504.0, 4523.0, 4505.0, 4534.0, 4503.0, 4522.0, 4514.0, 4544.0, 4502.0, 4520.0, 4505.0, 4526.0, 4502.0, 4508.0, 4519.0, 4465.0, 4520.0, 4491.0, 4492.0, 4505.0, 4483.0, 4526.0, 4508.0, 4515.0, 4527.0, 4495.0, 4536.0, 4499.0, 4550.0, 4500.0, 4517.0, 4485.0, 4517.0, 4482.0, 4492.0, 4503.0, 4470.0, 4508.0, 4455.0, 4468.0, 4445.0, 4466.0, 4449.0, 4466.0, 4459.0, 4471.0, 4462.0, 4483.0, 4442.0, 4489.0, 4454.0, 4479.0, 4488.0, 4466.0, 4526.0, 4490.0, 4508.0, 4475.0, 4494.0, 4474.0, 4494.0, 4455.0, 4491.0, 4506.0, 4489.0, 4529.0, 4479.0, 4495.0, 4475.0, 4497.0, 4477.0, 4499.0, 4459.0, 4497.0, 4467.0, 4481.0, 4529.0, 4489.0, 4507.0, 4489.0, 4508.0, 4479.0, 4508.0, 4489.0, 4522.0, 4481.0, 4503.0, 4493.0, 4504.0, 4562.0, 4509.0, 4529.0, 4492.0, 4507.0, 4485.0, 4479.0, 4497.0, 4489.0, 4528.0, 4481.0, 4521.0, 4491.0, 4509.0, 4493.0, 4499.0, 4509.0, 4480.0, 4540.0, 4502.0, 4522.0, 4506.0, 4524.0, 4490.0, 4525.0, 4503.0, 4509.0, 4519.0, 4489.0, 4550.0, 4487.0, 4531.0, 4488.0, 4497.0, 4485.0, 4473.0, 4515.0, 4466.0, 4514.0, 4476.0, 4506.0, 4466.0, 4485.0, 4470.0, 4509.0, 4481.0, 4509.0, 4488.0, 4481.0, 4544.0, 4499.0, 4533.0, 4488.0, 4497.0, 4538.0, 4476.0, 4525.0, 4483.0, 4503.0, 4485.0, 4475.0, 4500.0, 4460.0, 4502.0, 4470.0, 4482.0, 4463.0, 4473.0, 4506.0, 4461.0, 4491.0, 4476.0, 4485.0, 4482.0, 4474.0, 4494.0, 4464.0, 4507.0, 4463.0, 4501.0, 4470.0, 4476.0, 4484.0, 4465.0, 4508.0, 4479.0, 4506.0, 4468.0, 4498.0, 4479.0, 4506.0, 4477.0, 4496.0, 4498.0, 4479.0, 4515.0, 4481.0, 4516.0, 4480.0, 4529.0, 4481.0, 4505.0, 4480.0, 4507.0, 4480.0, 4499.0, 4470.0, 4508.0, 4495.0, 4522.0, 4515.0, 4528.0, 4495.0, 4510.0, 4494.0, 4513.0, 4510.0, 4544.0, 4562.0, 4529.0, 4548.0, 4509.0, 4544.0, 4504.0, 4534.0, 4534.0, 4543.0, 4523.0, 4541.0, 4510.0, 4530.0, 4499.0, 4529.0, 4474.0, 4503.0, 4471.0, 4490.0, 4449.0, 4469.0, 4441.0, 4461.0, 4429.0, 4450.0, 4430.0, 4461.0, 4442.0, 4463.0, 4454.0, 4466.0, 4478.0, 4468.0, 4510.0, 4481.0, 4520.0, 4484.0, 4530.0, 4494.0, 4532.0, 4523.0, 4522.0, 4491.0, 4514.0, 4502.0, 4509.0, 4540.0, 4490.0, 4540.0, 4476.0, 4505.0, 4470.0, 4510.0, 4487.0, 4500.0, 4538.0, 4457.0, 4508.0, 4493.0, 4521.0, 4492.0, 4509.0, 4492.0, 4524.0, 4500.0, 4486.0, 4518.0, 4493.0, 4548.0, 4509.0, 4539.0, 4512.0, 4537.0, 4514.0, 4498.0, 4542.0, 4491.0, 4529.0, 4499.0, 4507.0, 4486.0, 4500.0, 4460.0, 4516.0, 4446.0, 4488.0, 4462.0, 4486.0, 4447.0, 4486.0, 4431.0, 4477.0, 4428.0, 4464.0, 4415.0, 4425.0, 4423.0, 4429.0, 4477.0, 4427.0, 4469.0, 4424.0, 4454.0, 4417.0, 4433.0, 4476.0, 4415.0, 4473.0, 4424.0, 4456.0, 4427.0, 4437.0, 4424.0, 4430.0, 4457.0, 4427.0, 4482.0, 4431.0, 4474.0, 4435.0, 4477.0, 4461.0, 4479.0, 4456.0, 4478.0, 4469.0, 4504.0, 4477.0, 4515.0, 4483.0, 4511.0, 4483.0, 4512.0, 4496.0, 4523.0, 4523.0, 4513.0, 4524.0, 4511.0, 4503.0, 4531.0, 4531.0, 4540.0, 4501.0, 4547.0, 4479.0, 4542.0, 4506.0, 4509.0, 4468.0, 4482.0, 4458.0, 4477.0, 4471.0, 4501.0, 4479.0, 4541.0, 4555.0, 4543.0, 4499.0, 4473.0, 4493.0, 4486.0, 4468.0, 4499.0, 4498.0, 4538.0, 4511.0, 4552.0, 4518.0, 4553.0, 4509.0, 4541.0, 4521.0, 4532.0, 4507.0, 4504.0, 4485.0, 4504.0, 4472.0, 4439.0, 4493.0, 4413.0, 4472.0, 4413.0, 4443.0, 4400.0, 4424.0, 4407.0, 4427.0, 4418.0, 4427.0, 4448.0, 4431.0, 4458.0, 4443.0, 4496.0, 4449.0, 4494.0, 4449.0, 4488.0, 4457.0, 4497.0, 4478.0, 4497.0, 4528.0, 4477.0, 4496.0, 4463.0, 4488.0, 4507.0, 4456.0, 4524.0, 4443.0, 4484.0, 4452.0, 4484.0, 4461.0, 4463.0, 4483.0, 4458.0, 4510.0, 4462.0, 4507.0, 4462.0, 4496.0, 4474.0, 4517.0, 4463.0, 4498.0, 4461.0, 4519.0, 4497.0, 4478.0, 4539.0, 4446.0, 4509.0, 4494.0, 4507.0, 4479.0, 4504.0, 4475.0, 4479.0, 4504.0, 4475.0, 4506.0, 4445.0, 4503.0, 4444.0, 4484.0, 4456.0, 4475.0, 4445.0, 4481.0, 4470.0, 4503.0, 4488.0, 4477.0, 4472.0, 4476.0, 4472.0, 4501.0, 4478.0, 4523.0, 4482.0, 4514.0, 4517.0, 4523.0, 4529.0, 4526.0, 4504.0, 4484.0, 4497.0, 4497.0, 4507.0, 4515.0, 4498.0, 4493.0, 4512.0, 4450.0, 4532.0, 4484.0, 4495.0, 4462.0, 4479.0, 4448.0, 4449.0, 4430.0, 4469.0, 4456.0, 4441.0, 4449.0, 4428.0, 4477.0, 4423.0, 4502.0, 4452.0, 4502.0, 4444.0, 4511.0, 4442.0, 4501.0, 4453.0, 4482.0, 4456.0, 4485.0, 4471.0, 4462.0, 4530.0, 4473.0, 4522.0, 4433.0, 4491.0, 4427.0, 4479.0, 4461.0, 4471.0, 4430.0, 4450.0, 4443.0, 4454.0, 4484.0, 4449.0, 4485.0, 4436.0, 4509.0, 4434.0, 4483.0, 4485.0, 4514.0, 4445.0, 4495.0, 4453.0, 4483.0, 4488.0, 4528.0, 4454.0, 4497.0, 4446.0, 4488.0, 4452.0, 4505.0, 4490.0, 4464.0, 4518.0, 4443.0, 4483.0, 4452.0, 4472.0, 4440.0, 4448.0, 4438.0, 4438.0, 4462.0, 4441.0, 4450.0, 4442.0, 4474.0, 4448.0, 4498.0, 4477.0, 4486.0, 4465.0, 4526.0, 4468.0, 4495.0, 4486.0, 4494.0, 4480.0, 4475.0, 4523.0, 4471.0, 4495.0, 4450.0, 4477.0, 4439.0, 4462.0, 4447.0, 4465.0, 4445.0, 4471.0, 4465.0, 4520.0, 4459.0, 4448.0, 4485.0, 4459.0, 4517.0, 4485.0, 4544.0, 4517.0, 4535.0, 4510.0, 4519.0, 4483.0, 4475.0, 4464.0, 4459.0, 4459.0, 4515.0, 4496.0, 4533.0, 4475.0, 4499.0, 4478.0, 4449.0, 4486.0, 4445.0, 4488.0, 4429.0, 4483.0, 4434.0, 4443.0, 4423.0, 4454.0, 4431.0, 4466.0, 4431.0, 4451.0, 4432.0, 4433.0, 4452.0, 4447.0, 4467.0, 4437.0, 4478.0, 4484.0, 4464.0, 4504.0, 4458.0, 4522.0, 4443.0, 4499.0, 4473.0, 4465.0, 4454.0, 4447.0, 4506.0, 4462.0, 4530.0, 4493.0, 4519.0, 4482.0, 4508.0, 4457.0, 4533.0, 4472.0, 4522.0, 4490.0, 4516.0, 4506.0, 4479.0, 4551.0, 4443.0, 4506.0, 4472.0, 4506.0, 4514.0, 4480.0, 4534.0, 4454.0, 4507.0, 4459.0, 4495.0, 4446.0, 4485.0, 4474.0, 4449.0, 4495.0, 4430.0, 4493.0, 4463.0, 4482.0, 4433.0, 4485.0, 4452.0, 4455.0, 4524.0, 4464.0, 4496.0, 4447.0, 4501.0, 4461.0, 4488.0, 4479.0, 4477.0, 4455.0, 4467.0, 4458.0, 4484.0, 4492.0, 4478.0, 4530.0, 4463.0, 4520.0, 4469.0, 4527.0, 4505.0, 4468.0, 4551.0, 4447.0, 4497.0, 4459.0, 4493.0, 4524.0, 4474.0, 4493.0, 4440.0, 4480.0, 4450.0, 4440.0, 4486.0, 4432.0, 4489.0, 4441.0, 4474.0, 4489.0, 4432.0, 4483.0, 4449.0, 4482.0, 4461.0, 4432.0, 4480.0, 4431.0, 4481.0, 4469.0, 4450.0, 4521.0, 4440.0, 4479.0, 4436.0, 4488.0, 4470.0, 4443.0, 4491.0, 4433.0, 4480.0, 4432.0, 4485.0, 4462.0, 4451.0, 4524.0, 4431.0, 4494.0, 4430.0, 4494.0, 4484.0, 4442.0, 4481.0, 4430.0, 4483.0, 4451.0, 4464.0, 4448.0, 4440.0, 4499.0, 4434.0, 4491.0, 4461.0, 4484.0, 4443.0, 4476.0, 4453.0, 4482.0, 4516.0, 4494.0, 4505.0, 4457.0, 4514.0, 4458.0, 4507.0, 4508.0, 4515.0, 4452.0, 4496.0, 4462.0, 4495.0, 4485.0, 4503.0, 4507.0, 4517.0, 4484.0, 4516.0, 4480.0, 4448.0, 4485.0, 4447.0, 4527.0, 4473.0, 4547.0, 4490.0, 4520.0, 4478.0, 4507.0, 4477.0, 4504.0, 4471.0, 4488.0, 4468.0, 4478.0, 4490.0, 4444.0, 4494.0, 4412.0, 4470.0, 4400.0, 4427.0, 4397.0, 4417.0, 4403.0, 4429.0, 4420.0, 4430.0, 4415.0, 4431.0, 4407.0, 4447.0, 4475.0, 4428.0, 4462.0, 4412.0, 4440.0, 4419.0, 4450.0, 4437.0, 4439.0, 4430.0, 4485.0], 'WindowWidth': [10038.0, 10013.0, 9939.0, 9945.0, 9933.0, 9911.0, 9985.0, 9940.0, 9960.0, 9923.0, 9954.0, 9935.0, 9944.0, 9941.0, 9968.0, 9910.0, 9950.0, 9933.0, 9947.0, 9961.0, 9967.0, 9994.0, 9945.0, 9976.0, 9931.0, 9957.0, 9927.0, 9966.0, 9913.0, 9951.0, 9952.0, 9967.0, 9906.0, 9928.0, 9892.0, 9925.0, 9908.0, 9935.0, 9912.0, 9952.0, 9908.0, 9932.0, 9920.0, 9966.0, 9903.0, 9925.0, 9912.0, 9942.0, 9901.0, 9899.0, 9915.0, 9835.0, 9926.0, 9884.0, 9890.0, 9910.0, 9881.0, 9943.0, 9922.0, 9929.0, 9944.0, 9895.0, 9951.0, 9894.0, 9974.0, 9896.0, 9921.0, 9869.0, 9915.0, 9855.0, 9870.0, 9885.0, 9836.0, 9896.0, 9811.0, 9831.0, 9798.0, 9828.0, 9807.0, 9828.0, 9825.0, 9842.0, 9833.0, 9861.0, 9808.0, 9876.0, 9827.0, 9864.0, 9875.0, 9846.0, 9932.0, 9884.0, 9907.0, 9857.0, 9882.0, 9855.0, 9881.0, 9829.0, 9887.0, 9902.0, 9881.0, 9935.0, 9867.0, 9886.0, 9859.0, 9891.0, 9863.0, 9895.0, 9841.0, 9891.0, 9851.0, 9875.0, 9940.0, 9885.0, 9907.0, 9884.0, 9909.0, 9874.0, 9910.0, 9886.0, 9933.0, 9877.0, 9907.0, 9893.0, 9909.0, 9995.0, 9911.0, 9941.0, 9888.0, 9907.0, 9874.0, 9870.0, 9890.0, 9882.0, 9939.0, 9878.0, 9933.0, 9891.0, 9914.0, 9892.0, 9897.0, 9910.0, 9873.0, 9959.0, 9908.0, 9935.0, 9917.0, 9938.0, 9890.0, 9940.0, 9906.0, 9913.0, 9926.0, 9885.0, 9974.0, 9878.0, 9946.0, 9877.0, 9891.0, 9871.0, 9854.0, 9913.0, 9850.0, 9919.0, 9861.0, 9906.0, 9850.0, 9875.0, 9857.0, 9912.0, 9877.0, 9913.0, 9883.0, 9876.0, 9968.0, 9897.0, 9949.0, 9881.0, 9896.0, 9948.0, 9862.0, 9932.0, 9867.0, 9894.0, 9868.0, 9856.0, 9885.0, 9832.0, 9892.0, 9846.0, 9864.0, 9841.0, 9853.0, 9899.0, 9834.0, 9878.0, 9858.0, 9869.0, 9863.0, 9854.0, 9882.0, 9840.0, 9903.0, 9838.0, 9888.0, 9845.0, 9857.0, 9867.0, 9843.0, 9903.0, 9866.0, 9901.0, 9851.0, 9893.0, 9868.0, 9905.0, 9865.0, 9890.0, 9891.0, 9869.0, 9913.0, 9871.0, 9917.0, 9870.0, 9941.0, 9873.0, 9902.0, 9873.0, 9907.0, 9872.0, 9893.0, 9858.0, 9909.0, 9902.0, 9932.0, 9928.0, 9939.0, 9901.0, 9917.0, 9900.0, 9922.0, 9916.0, 9971.0, 10004.0, 9954.0, 9983.0, 9928.0, 9969.0, 9915.0, 9950.0, 9955.0, 9964.0, 9936.0, 9959.0, 9912.0, 9939.0, 9891.0, 9940.0, 9852.0, 9896.0, 9843.0, 9871.0, 9810.0, 9838.0, 9802.0, 9827.0, 9783.0, 9814.0, 9786.0, 9831.0, 9807.0, 9839.0, 9827.0, 9848.0, 9865.0, 9856.0, 9914.0, 9878.0, 9927.0, 9885.0, 9943.0, 9897.0, 9948.0, 9934.0, 9934.0, 9891.0, 9921.0, 9905.0, 9911.0, 9953.0, 9887.0, 9960.0, 9862.0, 9903.0, 9856.0, 9912.0, 9877.0, 9898.0, 9947.0, 9834.0, 9908.0, 9891.0, 9925.0, 9889.0, 9907.0, 9883.0, 9932.0, 9896.0, 9886.0, 9934.0, 9900.0, 9980.0, 9926.0, 9968.0, 9933.0, 9960.0, 9921.0, 9895.0, 9954.0, 9884.0, 9942.0, 9889.0, 9903.0, 9865.0, 9882.0, 9825.0, 9907.0, 9804.0, 9858.0, 9824.0, 9852.0, 9802.0, 9856.0, 9786.0, 9844.0, 9774.0, 9821.0, 9753.0, 9766.0, 9771.0, 9779.0, 9842.0, 9777.0, 9836.0, 9770.0, 9809.0, 9759.0, 9784.0, 9835.0, 9756.0, 9838.0, 9771.0, 9811.0, 9773.0, 9786.0, 9767.0, 9781.0, 9815.0, 9775.0, 9853.0, 9786.0, 9848.0, 9798.0, 9857.0, 9844.0, 9862.0, 9835.0, 9863.0, 9857.0, 9906.0, 9877.0, 9922.0, 9881.0, 9916.0, 9881.0, 9916.0, 9899.0, 9933.0, 9933.0, 9919.0, 9936.0, 9915.0, 9906.0, 9940.0, 9942.0, 9949.0, 9899.0, 9960.0, 9867.0, 9957.0, 9898.0, 9909.0, 9848.0, 9863.0, 9833.0, 9858.0, 9860.0, 9898.0, 9867.0, 9956.0, 9985.0, 9957.0, 9895.0, 9867.0, 9893.0, 9887.0, 9866.0, 9909.0, 9912.0, 9959.0, 9925.0, 9970.0, 9930.0, 9968.0, 9905.0, 9953.0, 9922.0, 9946.0, 9896.0, 9898.0, 9860.0, 9888.0, 9837.0, 9788.0, 9855.0, 9744.0, 9828.0, 9744.0, 9785.0, 9727.0, 9760.0, 9743.0, 9771.0, 9760.0, 9772.0, 9800.0, 9784.0, 9817.0, 9807.0, 9879.0, 9822.0, 9878.0, 9824.0, 9874.0, 9834.0, 9891.0, 9862.0, 9889.0, 9931.0, 9857.0, 9884.0, 9841.0, 9873.0, 9896.0, 9828.0, 9918.0, 9807.0, 9864.0, 9825.0, 9864.0, 9831.0, 9837.0, 9864.0, 9834.0, 9904.0, 9845.0, 9904.0, 9845.0, 9888.0, 9864.0, 9921.0, 9848.0, 9892.0, 9843.0, 9921.0, 9885.0, 9863.0, 9943.0, 9818.0, 9908.0, 9891.0, 9904.0, 9863.0, 9893.0, 9852.0, 9861.0, 9890.0, 9852.0, 9895.0, 9813.0, 9891.0, 9813.0, 9867.0, 9831.0, 9855.0, 9815.0, 9872.0, 9857.0, 9904.0, 9883.0, 9862.0, 9861.0, 9862.0, 9862.0, 9901.0, 9868.0, 9932.0, 9877.0, 9919.0, 9924.0, 9934.0, 9934.0, 9933.0, 9900.0, 9872.0, 9883.0, 9885.0, 9897.0, 9910.0, 9886.0, 9882.0, 9899.0, 9815.0, 9937.0, 9860.0, 9882.0, 9827.0, 9850.0, 9810.0, 9805.0, 9783.0, 9836.0, 9819.0, 9798.0, 9807.0, 9781.0, 9842.0, 9778.0, 9882.0, 9820.0, 9885.0, 9809.0, 9902.0, 9806.0, 9891.0, 9821.0, 9861.0, 9825.0, 9865.0, 9839.0, 9832.0, 9925.0, 9844.0, 9910.0, 9791.0, 9868.0, 9779.0, 9848.0, 9829.0, 9840.0, 9785.0, 9813.0, 9806.0, 9822.0, 9861.0, 9813.0, 9864.0, 9800.0, 9900.0, 9797.0, 9862.0, 9867.0, 9904.0, 9813.0, 9880.0, 9829.0, 9862.0, 9879.0, 9926.0, 9832.0, 9885.0, 9814.0, 9872.0, 9820.0, 9893.0, 9870.0, 9832.0, 9905.0, 9801.0, 9861.0, 9812.0, 9840.0, 9794.0, 9802.0, 9790.0, 9800.0, 9829.0, 9802.0, 9821.0, 9806.0, 9849.0, 9820.0, 9887.0, 9866.0, 9872.0, 9850.0, 9932.0, 9845.0, 9885.0, 9868.0, 9879.0, 9853.0, 9850.0, 9913.0, 9841.0, 9881.0, 9809.0, 9849.0, 9794.0, 9832.0, 9814.0, 9833.0, 9807.0, 9837.0, 9831.0, 9915.0, 9829.0, 9818.0, 9864.0, 9838.0, 9912.0, 9878.0, 9964.0, 9927.0, 9956.0, 9906.0, 9914.0, 9855.0, 9850.0, 9832.0, 9825.0, 9834.0, 9913.0, 9883.0, 9936.0, 9852.0, 9875.0, 9846.0, 9804.0, 9851.0, 9795.0, 9855.0, 9766.0, 9849.0, 9778.0, 9794.0, 9762.0, 9805.0, 9786.0, 9828.0, 9784.0, 9809.0, 9786.0, 9793.0, 9820.0, 9816.0, 9842.0, 9803.0, 9860.0, 9862.0, 9837.0, 9896.0, 9833.0, 9922.0, 9813.0, 9890.0, 9854.0, 9840.0, 9826.0, 9819.0, 9903.0, 9848.0, 9944.0, 9892.0, 9920.0, 9872.0, 9902.0, 9838.0, 9943.0, 9861.0, 9930.0, 9882.0, 9915.0, 9898.0, 9863.0, 9964.0, 9811.0, 9900.0, 9847.0, 9898.0, 9904.0, 9863.0, 9935.0, 9824.0, 9900.0, 9837.0, 9883.0, 9813.0, 9866.0, 9848.0, 9819.0, 9876.0, 9789.0, 9876.0, 9833.0, 9860.0, 9793.0, 9865.0, 9818.0, 9826.0, 9924.0, 9839.0, 9881.0, 9819.0, 9895.0, 9843.0, 9874.0, 9866.0, 9860.0, 9830.0, 9847.0, 9838.0, 9879.0, 9885.0, 9865.0, 9937.0, 9849.0, 9924.0, 9850.0, 9937.0, 9895.0, 9847.0, 9963.0, 9816.0, 9886.0, 9829.0, 9874.0, 9913.0, 9844.0, 9875.0, 9796.0, 9849.0, 9807.0, 9798.0, 9855.0, 9787.0, 9866.0, 9807.0, 9846.0, 9861.0, 9788.0, 9860.0, 9816.0, 9856.0, 9827.0, 9790.0, 9853.0, 9786.0, 9856.0, 9834.0, 9817.0, 9908.0, 9802.0, 9849.0, 9795.0, 9866.0, 9836.0, 9804.0, 9867.0, 9791.0, 9853.0, 9790.0, 9864.0, 9830.0, 9815.0, 9918.0, 9787.0, 9873.0, 9787.0, 9877.0, 9858.0, 9802.0, 9856.0, 9784.0, 9859.0, 9813.0, 9834.0, 9814.0, 9806.0, 9885.0, 9796.0, 9871.0, 9841.0, 9864.0, 9810.0, 9855.0, 9822.0, 9869.0, 9913.0, 9886.0, 9897.0, 9835.0, 9908.0, 9835.0, 9903.0, 9905.0, 9912.0, 9829.0, 9883.0, 9839.0, 9882.0, 9878.0, 9897.0, 9905.0, 9910.0, 9870.0, 9906.0, 9865.0, 9819.0, 9864.0, 9822.0, 9938.0, 9861.0, 9965.0, 9881.0, 9922.0, 9859.0, 9899.0, 9858.0, 9890.0, 9838.0, 9861.0, 9826.0, 9841.0, 9854.0, 9788.0, 9858.0, 9741.0, 9821.0, 9723.0, 9757.0, 9718.0, 9744.0, 9733.0, 9765.0, 9761.0, 9769.0, 9752.0, 9770.0, 9744.0, 9797.0, 9833.0, 9771.0, 9814.0, 9752.0, 9794.0, 9764.0, 9808.0, 9797.0, 9798.0, 9786.0, 9865.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.007128358208955224</td></tr>
<tr><td colspan=3>aqi</td><td>0.09715611033295063</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.17070884698855</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.191241785908045</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9680643710344835</td></tr>
<tr><td colspan=3>efc</td><td>0.5062</td></tr>
<tr><td colspan=3>fber</td><td>3942.522</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11520610789702382</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.41446613088404</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.651146856976906</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4690124865887007</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.823502205409734</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.660925878932284</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102138</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02248314768075943</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05212470889091492</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.308352812342291</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.5934</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.4352</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.2536</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295371.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1073.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.1466</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8493</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.8187</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3692.9627</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3854.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.5359</td></tr>
<tr><td colspan=3>tsnr</td><td>22.43328414449934</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>