<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0065_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0065_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0065/ses-04/func/sub-0065_ses-04_task-social_acq-mb8_run-03_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>ad3735773c5c946569982dc459ed6a3d</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>19:21:35.477500</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.999197, 0.0398528, 0.0040751, -0.0397825, 0.999079, -0.0160753]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0857187</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7784, -7238, 719, -31, -403, 336, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ed4794f3-ec4d-4a2e-97ff-e3a4152ddc32||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.6807732582092285, -0.10673356801271439, 0.012722376734018326, 116.92801666259766], [-0.10692211985588074, 2.6804559230804443, -0.042930860072374344, -85.19605255126953], [0.010933187790215015, 0.04312896355986595, 2.6996288299560547, -65.9483871459961], [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': ['192135.477500', '192135.937500', '192136.397500', '192136.857500', '192137.317500', '192137.777500', '192138.237500', '192138.697500', '192139.157500', '192139.617500', '192140.077500', '192140.537500', '192140.997500', '192141.457500', '192141.917500', '192142.377500', '192142.837500', '192143.297500', '192143.757500', '192144.217500', '192144.677500', '192145.137500', '192145.597500', '192146.057500', '192146.517500', '192146.977500', '192147.437500', '192147.897500', '192148.357500', '192148.817500', '192149.277500', '192149.737500', '192150.197500', '192150.657500', '192151.117500', '192151.577500', '192152.037500', '192152.497500', '192152.957500', '192153.417500', '192153.877500', '192154.337500', '192154.797500', '192155.257500', '192155.717500', '192156.177500', '192156.637500', '192157.097500', '192157.557500', '192158.017500', '192158.477500', '192158.937500', '192159.397500', '192159.857500', '192200.317500', '192200.777500', '192201.237500', '192201.697500', '192202.157500', '192202.617500', '192203.077500', '192203.537500', '192203.997500', '192204.457500', '192204.917500', '192205.377500', '192205.837500', '192206.297500', '192206.757500', '192207.217500', '192207.677500', '192208.137500', '192208.597500', '192209.057500', '192209.517500', '192209.977500', '192210.437500', '192210.897500', '192211.357500', '192211.817500', '192212.277500', '192212.737500', '192213.197500', '192213.657500', '192214.117500', '192214.577500', '192215.037500', '192215.497500', '192215.957500', '192216.417500', '192216.877500', '192217.337500', '192217.797500', '192218.257500', '192218.717500', '192219.177500', '192219.637500', '192220.097500', '192220.557500', '192221.017500', '192221.477500', '192221.937500', '192222.397500', '192222.857500', '192223.317500', '192223.777500', '192224.237500', '192224.697500', '192225.157500', '192225.617500', '192226.077500', '192226.537500', '192226.997500', '192227.457500', '192227.917500', '192228.377500', '192228.837500', '192229.297500', '192229.757500', '192230.217500', '192230.677500', '192231.137500', '192231.597500', '192232.057500', '192232.517500', '192232.977500', '192233.437500', '192233.897500', '192234.357500', '192234.817500', '192235.277500', '192235.737500', '192236.197500', '192236.657500', '192237.117500', '192237.577500', '192238.037500', '192238.497500', '192238.957500', '192239.417500', '192239.877500', '192240.337500', '192240.797500', '192241.257500', '192241.717500', '192242.177500', '192242.637500', '192243.097500', '192243.557500', '192244.017500', '192244.477500', '192244.937500', '192245.397500', '192245.857500', '192246.317500', '192246.777500', '192247.237500', '192247.697500', '192248.157500', '192248.617500', '192249.077500', '192249.537500', '192249.997500', '192250.457500', '192250.917500', '192251.377500', '192251.837500', '192252.297500', '192252.757500', '192253.217500', '192253.677500', '192254.137500', '192254.597500', '192255.057500', '192255.517500', '192255.977500', '192256.437500', '192256.897500', '192257.357500', '192257.817500', '192258.277500', '192258.737500', '192259.197500', '192259.657500', '192300.117500', '192300.577500', '192301.037500', '192301.497500', '192301.957500', '192302.417500', '192302.877500', '192303.337500', '192303.797500', '192304.257500', '192304.717500', '192305.177500', '192305.637500', '192306.097500', '192306.557500', '192307.017500', '192307.477500', '192307.937500', '192308.397500', '192308.857500', '192309.317500', '192309.777500', '192310.237500', '192310.697500', '192311.157500', '192311.617500', '192312.077500', '192312.537500', '192312.997500', '192313.457500', '192313.917500', '192314.377500', '192314.837500', '192315.297500', '192315.757500', '192316.217500', '192316.677500', '192317.137500', '192317.597500', '192318.057500', '192318.517500', '192318.977500', '192319.437500', '192319.897500', '192320.357500', '192320.817500', '192321.277500', '192321.737500', '192322.197500', '192322.657500', '192323.117500', '192323.577500', '192324.037500', '192324.497500', '192324.957500', '192325.417500', '192325.877500', '192326.337500', '192326.797500', '192327.257500', '192327.717500', '192328.177500', '192328.637500', '192329.097500', '192329.557500', '192330.017500', '192330.477500', '192330.937500', '192331.397500', '192331.857500', '192332.317500', '192332.777500', '192333.237500', '192333.697500', '192334.157500', '192334.617500', '192335.077500', '192335.537500', '192335.997500', '192336.457500', '192336.917500', '192337.377500', '192337.837500', '192338.297500', '192338.757500', '192339.217500', '192339.677500', '192340.137500', '192340.597500', '192341.057500', '192341.517500', '192341.977500', '192342.437500', '192342.897500', '192343.357500', '192343.817500', '192344.277500', '192344.737500', '192345.197500', '192345.657500', '192346.117500', '192346.577500', '192347.037500', '192347.497500', '192347.957500', '192348.417500', '192348.877500', '192349.337500', '192349.797500', '192350.257500', '192350.717500', '192351.177500', '192351.637500', '192352.097500', '192352.557500', '192353.017500', '192353.477500', '192353.937500', '192354.397500', '192354.857500', '192355.317500', '192355.777500', '192356.237500', '192356.697500', '192357.157500', '192357.617500', '192358.077500', '192358.537500', '192358.997500', '192359.457500', '192359.917500', '192400.377500', '192400.837500', '192401.297500', '192401.757500', '192402.217500', '192402.677500', '192403.137500', '192403.597500', '192404.057500', '192404.517500', '192404.977500', '192405.437500', '192405.897500', '192406.357500', '192406.817500', '192407.277500', '192407.737500', '192408.197500', '192408.657500', '192409.117500', '192409.577500', '192410.037500', '192410.497500', '192410.957500', '192411.417500', '192411.877500', '192412.337500', '192412.797500', '192413.257500', '192413.717500', '192414.177500', '192414.637500', '192415.097500', '192415.557500', '192416.017500', '192416.477500', '192416.937500', '192417.397500', '192417.857500', '192418.317500', '192418.777500', '192419.237500', '192419.697500', '192420.157500', '192420.617500', '192421.077500', '192421.537500', '192421.997500', '192422.457500', '192422.917500', '192423.377500', '192423.837500', '192424.297500', '192424.757500', '192425.217500', '192425.677500', '192426.137500', '192426.597500', '192427.057500', '192427.517500', '192427.977500', '192428.437500', '192428.897500', '192429.357500', '192429.817500', '192430.277500', '192430.737500', '192431.197500', '192431.657500', '192432.117500', '192432.577500', '192433.037500', '192433.497500', '192433.957500', '192434.417500', '192434.877500', '192435.337500', '192435.797500', '192436.257500', '192436.717500', '192437.177500', '192437.637500', '192438.097500', '192438.557500', '192439.017500', '192439.477500', '192439.937500', '192440.397500', '192440.857500', '192441.317500', '192441.777500', '192442.237500', '192442.697500', '192443.157500', '192443.617500', '192444.077500', '192444.537500', '192444.997500', '192445.457500', '192445.917500', '192446.377500', '192446.837500', '192447.297500', '192447.757500', '192448.217500', '192448.677500', '192449.137500', '192449.597500', '192450.057500', '192450.517500', '192450.977500', '192451.437500', '192451.897500', '192452.357500', '192452.817500', '192453.277500', '192453.737500', '192454.197500', '192454.657500', '192455.117500', '192455.577500', '192456.037500', '192456.497500', '192456.957500', '192457.417500', '192457.877500', '192458.337500', '192458.797500', '192459.257500', '192459.717500', '192500.177500', '192500.637500', '192501.097500', '192501.557500', '192502.017500', '192502.477500', '192502.937500', '192503.397500', '192503.857500', '192504.317500', '192504.777500', '192505.237500', '192505.697500', '192506.157500', '192506.617500', '192507.077500', '192507.537500', '192507.997500', '192508.457500', '192508.917500', '192509.377500', '192509.837500', '192510.297500', '192510.757500', '192511.217500', '192511.677500', '192512.137500', '192512.597500', '192513.057500', '192513.517500', '192513.977500', '192514.437500', '192514.897500', '192515.357500', '192515.817500', '192516.277500', '192516.737500', '192517.197500', '192517.657500', '192518.117500', '192518.577500', '192519.037500', '192519.497500', '192519.957500', '192520.417500', '192520.877500', '192521.337500', '192521.797500', '192522.257500', '192522.717500', '192523.177500', '192523.637500', '192524.097500', '192524.557500', '192525.017500', '192525.477500', '192525.937500', '192526.397500', '192526.857500', '192527.317500', '192527.777500', '192528.237500', '192528.697500', '192529.157500', '192529.617500', '192530.077500', '192530.537500', '192530.997500', '192531.457500', '192531.917500', '192532.377500', '192532.837500', '192533.297500', '192533.757500', '192534.217500', '192534.677500', '192535.137500', '192535.597500', '192536.057500', '192536.517500', '192536.977500', '192537.437500', '192537.897500', '192538.357500', '192538.817500', '192539.277500', '192539.737500', '192540.197500', '192540.657500', '192541.117500', '192541.577500', '192542.037500', '192542.497500', '192542.957500', '192543.417500', '192543.877500', '192544.337500', '192544.797500', '192545.257500', '192545.717500', '192546.177500', '192546.637500', '192547.097500', '192547.557500', '192548.017500', '192548.477500', '192548.937500', '192549.397500', '192549.857500', '192550.317500', '192550.777500', '192551.237500', '192551.697500', '192552.157500', '192552.617500', '192553.077500', '192553.537500', '192553.997500', '192554.457500', '192554.917500', '192555.377500', '192555.837500', '192556.297500', '192556.757500', '192557.217500', '192557.677500', '192558.137500', '192558.597500', '192559.057500', '192559.517500', '192559.977500', '192600.437500', '192600.897500', '192601.357500', '192601.817500', '192602.277500', '192602.737500', '192603.197500', '192603.657500', '192604.117500', '192604.577500', '192605.037500', '192605.497500', '192605.957500', '192606.417500', '192606.877500', '192607.337500', '192607.797500', '192608.257500', '192608.717500', '192609.177500', '192609.637500', '192610.097500', '192610.557500', '192611.017500', '192611.477500', '192611.937500', '192612.397500', '192612.857500', '192613.317500', '192613.777500', '192614.237500', '192614.697500', '192615.157500', '192615.617500', '192616.077500', '192616.537500', '192616.997500', '192617.457500', '192617.917500', '192618.377500', '192618.837500', '192619.297500', '192619.757500', '192620.217500', '192620.677500', '192621.137500', '192621.597500', '192622.057500', '192622.517500', '192622.977500', '192623.437500', '192623.897500', '192624.357500', '192624.817500', '192625.277500', '192625.737500', '192626.197500', '192626.657500', '192627.117500', '192627.577500', '192628.037500', '192628.497500', '192628.957500', '192629.417500', '192629.877500', '192630.337500', '192630.797500', '192631.257500', '192631.717500', '192632.177500', '192632.637500', '192633.097500', '192633.557500', '192634.017500', '192634.477500', '192634.937500', '192635.397500', '192635.857500', '192636.317500', '192636.777500', '192637.237500', '192637.697500', '192638.157500', '192638.617500', '192639.077500', '192639.537500', '192639.997500', '192640.457500', '192640.917500', '192641.377500', '192641.837500', '192642.297500', '192642.757500', '192643.217500', '192643.677500', '192644.137500', '192644.597500', '192645.057500', '192645.517500', '192645.977500', '192646.437500', '192646.897500', '192647.357500', '192647.817500', '192648.277500', '192648.737500', '192649.197500', '192649.657500', '192650.117500', '192650.577500', '192651.037500', '192651.497500', '192651.957500', '192652.417500', '192652.877500', '192653.337500', '192653.797500', '192654.257500', '192654.717500', '192655.177500', '192655.637500', '192656.097500', '192656.557500', '192657.017500', '192657.477500', '192657.937500', '192658.397500', '192658.857500', '192659.317500', '192659.777500', '192700.237500', '192700.697500', '192701.157500', '192701.617500', '192702.077500', '192702.537500', '192702.997500', '192703.457500', '192703.917500', '192704.377500', '192704.837500', '192705.297500', '192705.757500', '192706.217500', '192706.677500', '192707.137500', '192707.597500', '192708.057500', '192708.517500', '192708.977500', '192709.437500', '192709.897500', '192710.357500', '192710.817500', '192711.277500', '192711.737500', '192712.197500', '192712.657500', '192713.117500', '192713.577500', '192714.037500', '192714.497500', '192714.957500', '192715.417500', '192715.877500', '192716.337500', '192716.797500', '192717.257500', '192717.717500', '192718.177500', '192718.637500', '192719.097500', '192719.557500', '192720.017500', '192720.477500', '192720.937500', '192721.397500', '192721.857500', '192722.317500', '192722.777500', '192723.237500', '192723.697500', '192724.157500', '192724.617500', '192725.077500', '192725.537500', '192725.997500', '192726.457500', '192726.917500', '192727.377500', '192727.837500', '192728.297500', '192728.757500', '192729.217500', '192729.677500', '192730.137500', '192730.597500', '192731.057500', '192731.517500', '192731.977500', '192732.437500', '192732.897500', '192733.357500', '192733.817500', '192734.277500', '192734.737500', '192735.197500', '192735.657500', '192736.117500', '192736.577500', '192737.037500', '192737.497500', '192737.957500', '192738.417500', '192738.877500', '192739.337500', '192739.797500', '192740.257500', '192740.717500', '192741.177500', '192741.637500', '192742.097500', '192742.557500', '192743.017500', '192743.477500', '192743.937500', '192744.397500', '192744.857500', '192745.317500', '192745.777500', '192746.237500', '192746.697500', '192747.157500', '192747.617500', '192748.077500', '192748.537500', '192748.997500', '192749.457500', '192749.917500', '192750.377500', '192750.837500', '192751.297500', '192751.757500', '192752.217500', '192752.677500', '192753.137500', '192753.597500', '192754.057500', '192754.517500', '192754.977500', '192755.437500', '192755.897500', '192756.357500', '192756.817500', '192757.277500', '192757.737500', '192758.197500', '192758.657500', '192759.117500', '192759.577500', '192800.037500', '192800.497500', '192800.957500', '192801.417500', '192801.877500', '192802.337500', '192802.797500', '192803.257500', '192803.717500', '192804.177500', '192804.637500', '192805.097500', '192805.557500', '192806.017500', '192806.477500', '192806.937500', '192807.397500', '192807.857500', '192808.317500', '192808.777500', '192809.237500', '192809.697500', '192810.157500', '192810.617500', '192811.077500', '192811.537500', '192811.997500', '192812.457500', '192812.917500', '192813.377500', '192813.837500', '192814.297500', '192814.757500', '192815.217500', '192815.677500', '192816.137500'], 'ContentTime': ['192202.535000', '192202.538000', '192202.541000', '192202.544000', '192202.546000', '192202.549000', '192202.551000', '192202.554000', '192202.556000', '192202.559000', '192202.562000', '192202.564000', '192202.567000', '192202.569000', '192202.572000', '192202.574000', '192202.577000', '192202.580000', '192202.582000', '192202.585000', '192202.587000', '192202.590000', '192202.592000', '192202.595000', '192202.597000', '192202.605000', '192202.607000', '192202.610000', '192202.612000', '192202.615000', '192202.618000', '192202.620000', '192202.623000', '192202.625000', '192202.628000', '192202.631000', '192202.633000', '192202.636000', '192202.638000', '192202.641000', '192202.643000', '192202.646000', '192202.649000', '192202.651000', '192202.654000', '192202.656000', '192202.659000', '192202.661000', '192202.664000', '192202.670000', '192202.673000', '192202.675000', '192202.678000', '192202.680000', '192202.683000', '192202.686000', '192202.688000', '192222.498000', '192222.501000', '192222.504000', '192222.507000', '192222.509000', '192222.512000', '192222.518000', '192222.521000', '192222.524000', '192222.526000', '192222.529000', '192222.531000', '192222.534000', '192222.536000', '192222.539000', '192222.541000', '192222.544000', '192222.546000', '192222.549000', '192222.552000', '192222.554000', '192222.557000', '192222.559000', '192222.562000', '192222.564000', '192222.567000', '192222.570000', '192222.572000', '192222.575000', '192222.577000', '192222.580000', '192222.582000', '192222.585000', '192222.587000', '192222.590000', '192222.592000', '192222.595000', '192222.598000', '192222.600000', '192222.603000', '192222.605000', '192222.608000', '192222.611000', '192242.498000', '192242.500000', '192242.503000', '192242.506000', '192242.508000', '192242.511000', '192242.513000', '192242.516000', '192242.518000', '192242.521000', '192242.523000', '192242.526000', '192242.529000', '192242.531000', '192242.534000', '192242.536000', '192242.539000', '192242.541000', '192242.544000', '192242.547000', '192242.549000', '192242.552000', '192242.554000', '192242.557000', '192242.560000', '192242.562000', '192242.565000', '192242.567000', '192242.570000', '192242.573000', '192242.575000', '192242.578000', '192242.580000', '192242.583000', '192242.585000', '192242.588000', '192242.591000', '192242.593000', '192242.596000', '192242.598000', '192242.601000', '192242.604000', '192242.606000', '192242.609000', '192302.497000', '192302.500000', '192302.503000', '192302.505000', '192302.508000', '192302.511000', '192302.513000', '192302.516000', '192302.518000', '192302.521000', '192302.523000', '192302.534000', '192302.536000', '192302.539000', '192302.542000', '192302.544000', '192302.547000', '192302.549000', '192302.552000', '192302.554000', '192302.557000', '192302.559000', '192302.562000', '192302.565000', '192302.567000', '192302.570000', '192302.572000', '192302.575000', '192302.578000', '192302.580000', '192302.583000', '192302.585000', '192302.588000', '192302.590000', '192302.593000', '192302.595000', '192302.598000', '192302.601000', '192302.603000', '192302.606000', '192302.609000', '192302.611000', '192302.614000', '192322.497000', '192322.500000', '192322.503000', '192322.505000', '192322.508000', '192322.510000', '192322.513000', '192322.516000', '192322.518000', '192322.521000', '192322.523000', '192322.526000', '192322.529000', '192322.531000', '192322.534000', '192322.536000', '192322.539000', '192322.542000', '192322.544000', '192322.547000', '192322.549000', '192322.552000', '192322.555000', '192322.557000', '192322.560000', '192322.562000', '192322.565000', '192322.567000', '192322.570000', '192322.573000', '192322.575000', '192322.578000', '192322.580000', '192322.583000', '192322.586000', '192322.588000', '192322.591000', '192322.593000', '192322.596000', '192322.598000', '192322.601000', '192322.604000', '192322.606000', '192322.609000', '192342.497000', '192342.500000', '192342.503000', '192342.505000', '192342.508000', '192342.511000', '192342.513000', '192342.516000', '192342.518000', '192342.521000', '192342.523000', '192342.526000', '192342.529000', '192342.531000', '192342.534000', '192342.536000', '192342.539000', '192342.542000', '192342.544000', '192342.547000', '192342.550000', '192342.552000', '192342.555000', '192342.557000', '192342.560000', '192342.563000', '192342.565000', '192342.568000', '192342.570000', '192342.573000', '192342.576000', '192342.578000', '192342.581000', '192342.583000', '192342.586000', '192342.589000', '192342.591000', '192342.594000', '192342.596000', '192342.599000', '192342.602000', '192342.604000', '192342.607000', '192402.498000', '192402.500000', '192402.503000', '192402.506000', '192402.508000', '192402.511000', '192402.514000', '192402.516000', '192402.519000', '192402.522000', '192402.524000', '192402.527000', '192402.529000', '192402.532000', '192402.535000', '192402.537000', '192402.540000', '192402.542000', '192402.545000', '192402.548000', '192402.550000', '192402.553000', '192402.555000', '192402.558000', '192402.561000', '192402.563000', '192402.566000', '192402.568000', '192402.571000', '192402.574000', '192402.576000', '192402.579000', '192402.581000', '192402.584000', '192402.587000', '192402.589000', '192402.592000', '192402.594000', '192402.597000', '192402.600000', '192402.602000', '192402.605000', '192402.607000', '192402.610000', '192422.498000', '192422.501000', '192422.504000', '192422.506000', '192422.509000', '192422.512000', '192422.514000', '192422.517000', '192422.520000', '192422.522000', '192422.525000', '192422.527000', '192422.530000', '192422.532000', '192422.535000', '192422.538000', '192422.540000', '192422.543000', '192422.545000', '192422.548000', '192422.551000', '192422.553000', '192422.556000', '192422.559000', '192422.561000', '192422.564000', '192422.566000', '192422.569000', '192422.572000', '192422.574000', '192422.577000', '192422.579000', '192422.582000', '192422.585000', '192422.587000', '192422.590000', '192422.592000', '192422.595000', '192422.598000', '192422.600000', '192422.603000', '192422.605000', '192422.608000', '192442.499000', '192442.501000', '192442.504000', '192442.507000', '192442.509000', '192442.512000', '192442.514000', '192442.530000', '192442.533000', '192442.535000', '192442.538000', '192442.540000', '192442.543000', '192442.546000', '192442.548000', '192442.551000', '192442.554000', '192442.556000', '192442.559000', '192442.561000', '192442.564000', '192442.566000', '192442.569000', '192442.572000', '192442.574000', '192442.577000', '192442.579000', '192442.582000', '192442.585000', '192442.587000', '192442.590000', '192442.592000', '192442.595000', '192442.598000', '192442.600000', '192442.603000', '192442.605000', '192442.608000', '192442.611000', '192442.613000', '192442.616000', '192442.618000', '192442.621000', '192442.623000', '192502.497000', '192502.500000', '192502.503000', '192502.506000', '192502.508000', '192502.511000', '192502.513000', '192502.516000', '192502.518000', '192502.521000', '192502.524000', '192502.526000', '192502.529000', '192502.531000', '192502.534000', '192502.536000', '192502.539000', '192502.542000', '192502.544000', '192502.547000', '192502.549000', '192502.552000', '192502.554000', '192502.557000', '192502.560000', '192502.562000', '192502.565000', '192502.567000', '192502.570000', '192502.572000', '192502.575000', '192502.578000', '192502.580000', '192502.583000', '192502.586000', '192502.588000', '192502.591000', '192502.593000', '192502.596000', '192502.599000', '192502.601000', '192502.604000', '192502.606000', '192522.498000', '192522.501000', '192522.505000', '192522.508000', '192522.511000', '192522.513000', '192522.516000', '192522.519000', '192522.521000', '192522.524000', '192522.526000', '192522.529000', '192522.531000', '192522.534000', '192522.537000', '192522.539000', '192522.542000', '192522.544000', '192522.547000', '192522.550000', '192522.552000', '192522.555000', '192522.557000', '192522.560000', '192522.563000', '192522.565000', '192522.568000', '192522.571000', '192522.573000', '192522.576000', '192522.578000', '192522.581000', '192522.584000', '192522.586000', '192522.589000', '192522.591000', '192522.594000', '192522.597000', '192522.599000', '192522.602000', '192522.605000', '192522.607000', '192522.610000', '192542.498000', '192542.500000', '192542.503000', '192542.505000', '192542.508000', '192542.520000', '192542.523000', '192542.526000', '192542.528000', '192542.531000', '192542.533000', '192542.536000', '192542.539000', '192542.541000', '192542.544000', '192542.546000', '192542.549000', '192542.552000', '192542.554000', '192542.557000', '192542.559000', '192542.562000', '192542.565000', '192542.567000', '192542.570000', '192542.572000', '192542.575000', '192542.578000', '192542.580000', '192542.583000', '192542.585000', '192542.588000', '192542.591000', '192542.593000', '192542.596000', '192542.598000', '192542.601000', '192542.604000', '192542.606000', '192542.609000', '192542.611000', '192542.614000', '192542.616000', '192542.619000', '192602.497000', '192602.500000', '192602.503000', '192602.506000', '192602.508000', '192602.511000', '192602.514000', '192602.516000', '192602.519000', '192602.521000', '192602.524000', '192602.527000', '192602.530000', '192602.532000', '192602.535000', '192602.538000', '192602.540000', '192602.543000', '192602.546000', '192602.548000', '192602.551000', '192602.553000', '192602.556000', '192602.559000', '192602.561000', '192602.564000', '192602.566000', '192602.569000', '192602.572000', '192602.574000', '192602.577000', '192602.579000', '192602.596000', '192602.599000', '192602.602000', '192602.604000', '192602.607000', '192602.609000', '192602.612000', '192602.615000', '192602.617000', '192602.620000', '192602.622000', '192622.497000', '192622.500000', '192622.503000', '192622.505000', '192622.508000', '192622.511000', '192622.513000', '192622.516000', '192622.518000', '192622.521000', '192622.524000', '192622.526000', '192622.529000', '192622.531000', '192622.534000', '192622.537000', '192622.539000', '192622.542000', '192622.545000', '192622.547000', '192622.550000', '192622.552000', '192622.555000', '192622.558000', '192622.560000', '192622.563000', '192622.565000', '192622.568000', '192622.571000', '192622.573000', '192622.576000', '192622.578000', '192622.581000', '192622.584000', '192622.586000', '192622.589000', '192622.591000', '192622.594000', '192622.597000', '192622.599000', '192622.602000', '192622.604000', '192622.607000', '192622.610000', '192642.499000', '192642.501000', '192642.504000', '192642.507000', '192642.509000', '192642.512000', '192642.514000', '192642.517000', '192642.520000', '192642.522000', '192642.525000', '192642.527000', '192642.530000', '192642.532000', '192642.535000', '192642.538000', '192642.540000', '192642.543000', '192642.547000', '192642.550000', '192642.552000', '192642.555000', '192642.557000', '192642.560000', '192642.563000', '192642.565000', '192642.568000', '192642.570000', '192642.573000', '192642.576000', '192642.578000', '192642.581000', '192642.584000', '192642.586000', '192642.589000', '192642.591000', '192642.594000', '192642.597000', '192642.599000', '192642.602000', '192642.605000', '192642.607000', '192642.610000', '192702.498000', '192702.501000', '192702.504000', '192702.507000', '192702.509000', '192702.512000', '192702.514000', '192702.517000', '192702.520000', '192702.522000', '192702.525000', '192702.527000', '192702.530000', '192702.533000', '192702.535000', '192702.538000', '192702.541000', '192702.543000', '192702.546000', '192702.548000', '192702.551000', '192702.554000', '192702.556000', '192702.559000', '192702.561000', '192702.564000', '192702.567000', '192702.569000', '192702.572000', '192702.574000', '192702.577000', '192702.580000', '192702.582000', '192702.585000', '192702.587000', '192702.590000', '192702.592000', '192702.595000', '192702.598000', '192702.600000', '192702.603000', '192702.606000', '192702.608000', '192702.611000', '192722.498000', '192722.501000', '192722.503000', '192722.506000', '192722.508000', '192722.511000', '192722.513000', '192722.516000', '192722.519000', '192722.521000', '192722.524000', '192722.526000', '192722.529000', '192722.531000', '192722.534000', '192722.537000', '192722.539000', '192722.542000', '192722.545000', '192722.547000', '192722.550000', '192722.553000', '192722.556000', '192722.559000', '192722.561000', '192722.564000', '192722.567000', '192722.569000', '192722.572000', '192722.574000', '192722.577000', '192722.580000', '192722.582000', '192722.585000', '192722.587000', '192722.590000', '192722.592000', '192722.596000', '192722.599000', '192722.602000', '192722.605000', '192722.607000', '192722.633000', '192742.498000', '192742.501000', '192742.503000', '192742.506000', '192742.508000', '192742.511000', '192742.513000', '192742.516000', '192742.519000', '192742.521000', '192742.524000', '192742.526000', '192742.529000', '192742.532000', '192742.534000', '192742.537000', '192742.539000', '192742.542000', '192742.545000', '192742.547000', '192742.550000', '192742.552000', '192742.555000', '192742.557000', '192742.560000', '192742.562000', '192742.565000', '192742.568000', '192742.570000', '192742.573000', '192742.575000', '192742.578000', '192742.581000', '192742.583000', '192742.586000', '192742.588000', '192742.591000', '192742.593000', '192742.596000', '192742.599000', '192742.601000', '192742.604000', '192742.606000', '192742.609000', '192802.498000', '192802.500000', '192802.503000', '192802.506000', '192802.508000', '192802.511000', '192802.513000', '192802.516000', '192802.519000', '192802.521000', '192802.524000', '192802.526000', '192802.529000', '192802.531000', '192802.534000', '192802.537000', '192802.539000', '192802.542000', '192802.544000', '192802.547000', '192802.549000', '192802.552000', '192802.554000', '192802.557000', '192802.559000', '192802.562000', '192802.565000', '192802.567000', '192802.570000', '192802.572000', '192802.575000', '192802.578000', '192802.580000', '192802.583000', '192802.586000', '192802.589000', '192802.592000', '192802.594000', '192802.597000', '192802.600000', '192802.602000', '192802.605000', '192802.608000', '192817.238000', '192817.241000', '192817.244000', '192817.246000', '192817.249000', '192817.251000', '192817.254000', '192817.257000', '192817.259000', '192817.262000', '192817.265000', '192817.267000', '192817.270000', '192817.273000', '192817.276000', '192817.279000', '192817.281000', '192817.284000', '192817.287000', '192817.289000', '192817.292000', '192817.295000', '192817.297000', '192817.300000', '192817.305000', '192817.318000', '192817.322000', '192817.325000', '192817.328000', '192817.330000', '192817.333000', '192817.336000', '192817.339000'], 'InstanceCreationTime': ['192202.535000', '192202.538000', '192202.541000', '192202.544000', '192202.546000', '192202.549000', '192202.551000', '192202.554000', '192202.556000', '192202.559000', '192202.562000', '192202.564000', '192202.567000', '192202.569000', '192202.572000', '192202.574000', '192202.577000', '192202.580000', '192202.582000', '192202.585000', '192202.587000', '192202.590000', '192202.592000', '192202.595000', '192202.597000', '192202.605000', '192202.607000', '192202.610000', '192202.612000', '192202.615000', '192202.618000', '192202.620000', '192202.623000', '192202.625000', '192202.628000', '192202.631000', '192202.633000', '192202.636000', '192202.638000', '192202.641000', '192202.643000', '192202.646000', '192202.649000', '192202.651000', '192202.654000', '192202.656000', '192202.659000', '192202.661000', '192202.664000', '192202.670000', '192202.673000', '192202.675000', '192202.678000', '192202.680000', '192202.683000', '192202.686000', '192202.688000', '192222.498000', '192222.501000', '192222.504000', '192222.507000', '192222.509000', '192222.512000', '192222.518000', '192222.521000', '192222.524000', '192222.526000', '192222.529000', '192222.531000', '192222.534000', '192222.536000', '192222.539000', '192222.541000', '192222.544000', '192222.546000', '192222.549000', '192222.552000', '192222.554000', '192222.557000', '192222.559000', '192222.562000', '192222.564000', '192222.567000', '192222.570000', '192222.572000', '192222.575000', '192222.577000', '192222.580000', '192222.582000', '192222.585000', '192222.587000', '192222.590000', '192222.592000', '192222.595000', '192222.598000', '192222.600000', '192222.603000', '192222.605000', '192222.608000', '192222.611000', '192242.498000', '192242.500000', '192242.503000', '192242.506000', '192242.508000', '192242.511000', '192242.513000', '192242.516000', '192242.518000', '192242.521000', '192242.523000', '192242.526000', '192242.529000', '192242.531000', '192242.534000', '192242.536000', '192242.539000', '192242.541000', '192242.544000', '192242.547000', '192242.549000', '192242.552000', '192242.554000', '192242.557000', '192242.560000', '192242.562000', '192242.565000', '192242.567000', '192242.570000', '192242.573000', '192242.575000', '192242.578000', '192242.580000', '192242.583000', '192242.585000', '192242.588000', '192242.591000', '192242.593000', '192242.596000', '192242.598000', '192242.601000', '192242.604000', '192242.606000', '192242.609000', '192302.497000', '192302.500000', '192302.503000', '192302.505000', '192302.508000', '192302.511000', '192302.513000', '192302.516000', '192302.518000', '192302.521000', '192302.523000', '192302.534000', '192302.536000', '192302.539000', '192302.542000', '192302.544000', '192302.547000', '192302.549000', '192302.552000', '192302.554000', '192302.557000', '192302.559000', '192302.562000', '192302.565000', '192302.567000', '192302.570000', '192302.572000', '192302.575000', '192302.578000', '192302.580000', '192302.583000', '192302.585000', '192302.588000', '192302.590000', '192302.593000', '192302.595000', '192302.598000', '192302.601000', '192302.603000', '192302.606000', '192302.609000', '192302.611000', '192302.614000', '192322.497000', '192322.500000', '192322.503000', '192322.505000', '192322.508000', '192322.510000', '192322.513000', '192322.516000', '192322.518000', '192322.521000', '192322.523000', '192322.526000', '192322.529000', '192322.531000', '192322.534000', '192322.536000', '192322.539000', '192322.542000', '192322.544000', '192322.547000', '192322.549000', '192322.552000', '192322.555000', '192322.557000', '192322.560000', '192322.562000', '192322.565000', '192322.567000', '192322.570000', '192322.573000', '192322.575000', '192322.578000', '192322.580000', '192322.583000', '192322.586000', '192322.588000', '192322.591000', '192322.593000', '192322.596000', '192322.598000', '192322.601000', '192322.604000', '192322.606000', '192322.609000', '192342.497000', '192342.500000', '192342.503000', '192342.505000', '192342.508000', '192342.511000', '192342.513000', '192342.516000', '192342.518000', '192342.521000', '192342.523000', '192342.526000', '192342.529000', '192342.531000', '192342.534000', '192342.536000', '192342.539000', '192342.542000', '192342.544000', '192342.547000', '192342.550000', '192342.552000', '192342.555000', '192342.557000', '192342.560000', '192342.563000', '192342.565000', '192342.568000', '192342.570000', '192342.573000', '192342.576000', '192342.578000', '192342.581000', '192342.583000', '192342.586000', '192342.589000', '192342.591000', '192342.594000', '192342.596000', '192342.599000', '192342.602000', '192342.604000', '192342.607000', '192402.498000', '192402.500000', '192402.503000', '192402.506000', '192402.508000', '192402.511000', '192402.514000', '192402.516000', '192402.519000', '192402.522000', '192402.524000', '192402.527000', '192402.529000', '192402.532000', '192402.535000', '192402.537000', '192402.540000', '192402.542000', '192402.545000', '192402.548000', '192402.550000', '192402.553000', '192402.555000', '192402.558000', '192402.561000', '192402.563000', '192402.566000', '192402.568000', '192402.571000', '192402.574000', '192402.576000', '192402.579000', '192402.581000', '192402.584000', '192402.587000', '192402.589000', '192402.592000', '192402.594000', '192402.597000', '192402.600000', '192402.602000', '192402.605000', '192402.607000', '192402.610000', '192422.498000', '192422.501000', '192422.504000', '192422.506000', '192422.509000', '192422.512000', '192422.514000', '192422.517000', '192422.520000', '192422.522000', '192422.525000', '192422.527000', '192422.530000', '192422.532000', '192422.535000', '192422.538000', '192422.540000', '192422.543000', '192422.545000', '192422.548000', '192422.551000', '192422.553000', '192422.556000', '192422.559000', '192422.561000', '192422.564000', '192422.566000', '192422.569000', '192422.572000', '192422.574000', '192422.577000', '192422.579000', '192422.582000', '192422.585000', '192422.587000', '192422.590000', '192422.592000', '192422.595000', '192422.598000', '192422.600000', '192422.603000', '192422.605000', '192422.608000', '192442.499000', '192442.501000', '192442.504000', '192442.507000', '192442.509000', '192442.512000', '192442.514000', '192442.530000', '192442.533000', '192442.535000', '192442.538000', '192442.540000', '192442.543000', '192442.546000', '192442.548000', '192442.551000', '192442.554000', '192442.556000', '192442.559000', '192442.561000', '192442.564000', '192442.566000', '192442.569000', '192442.572000', '192442.574000', '192442.577000', '192442.579000', '192442.582000', '192442.585000', '192442.587000', '192442.590000', '192442.592000', '192442.595000', '192442.598000', '192442.600000', '192442.603000', '192442.605000', '192442.608000', '192442.611000', '192442.613000', '192442.616000', '192442.618000', '192442.621000', '192442.623000', '192502.497000', '192502.500000', '192502.503000', '192502.506000', '192502.508000', '192502.511000', '192502.513000', '192502.516000', '192502.518000', '192502.521000', '192502.524000', '192502.526000', '192502.529000', '192502.531000', '192502.534000', '192502.536000', '192502.539000', '192502.542000', '192502.544000', '192502.547000', '192502.549000', '192502.552000', '192502.554000', '192502.557000', '192502.560000', '192502.562000', '192502.565000', '192502.567000', '192502.570000', '192502.572000', '192502.575000', '192502.578000', '192502.580000', '192502.583000', '192502.586000', '192502.588000', '192502.591000', '192502.593000', '192502.596000', '192502.599000', '192502.601000', '192502.604000', '192502.606000', '192522.498000', '192522.501000', '192522.505000', '192522.508000', '192522.511000', '192522.513000', '192522.516000', '192522.519000', '192522.521000', '192522.524000', '192522.526000', '192522.529000', '192522.531000', '192522.534000', '192522.537000', '192522.539000', '192522.542000', '192522.544000', '192522.547000', '192522.550000', '192522.552000', '192522.555000', '192522.557000', '192522.560000', '192522.563000', '192522.565000', '192522.568000', '192522.571000', '192522.573000', '192522.576000', '192522.578000', '192522.581000', '192522.584000', '192522.586000', '192522.589000', '192522.591000', '192522.594000', '192522.597000', '192522.599000', '192522.602000', '192522.605000', '192522.607000', '192522.610000', '192542.498000', '192542.500000', '192542.503000', '192542.505000', '192542.508000', '192542.520000', '192542.523000', '192542.526000', '192542.528000', '192542.531000', '192542.533000', '192542.536000', '192542.539000', '192542.541000', '192542.544000', '192542.546000', '192542.549000', '192542.552000', '192542.554000', '192542.557000', '192542.559000', '192542.562000', '192542.565000', '192542.567000', '192542.570000', '192542.572000', '192542.575000', '192542.578000', '192542.580000', '192542.583000', '192542.585000', '192542.588000', '192542.591000', '192542.593000', '192542.596000', '192542.598000', '192542.601000', '192542.604000', '192542.606000', '192542.609000', '192542.611000', '192542.614000', '192542.616000', '192542.619000', '192602.497000', '192602.500000', '192602.503000', '192602.506000', '192602.508000', '192602.511000', '192602.514000', '192602.516000', '192602.519000', '192602.521000', '192602.524000', '192602.527000', '192602.530000', '192602.532000', '192602.535000', '192602.538000', '192602.540000', '192602.543000', '192602.546000', '192602.548000', '192602.551000', '192602.553000', '192602.556000', '192602.559000', '192602.561000', '192602.564000', '192602.566000', '192602.569000', '192602.572000', '192602.574000', '192602.577000', '192602.579000', '192602.596000', '192602.599000', '192602.602000', '192602.604000', '192602.607000', '192602.609000', '192602.612000', '192602.615000', '192602.617000', '192602.620000', '192602.622000', '192622.497000', '192622.500000', '192622.503000', '192622.505000', '192622.508000', '192622.511000', '192622.513000', '192622.516000', '192622.518000', '192622.521000', '192622.524000', '192622.526000', '192622.529000', '192622.531000', '192622.534000', '192622.537000', '192622.539000', '192622.542000', '192622.545000', '192622.547000', '192622.550000', '192622.552000', '192622.555000', '192622.558000', '192622.560000', '192622.563000', '192622.565000', '192622.568000', '192622.571000', '192622.573000', '192622.576000', '192622.578000', '192622.581000', '192622.584000', '192622.586000', '192622.589000', '192622.591000', '192622.594000', '192622.597000', '192622.599000', '192622.602000', '192622.604000', '192622.607000', '192622.610000', '192642.499000', '192642.501000', '192642.504000', '192642.507000', '192642.509000', '192642.512000', '192642.514000', '192642.517000', '192642.520000', '192642.522000', '192642.525000', '192642.527000', '192642.530000', '192642.532000', '192642.535000', '192642.538000', '192642.540000', '192642.543000', '192642.547000', '192642.550000', '192642.552000', '192642.555000', '192642.557000', '192642.560000', '192642.563000', '192642.565000', '192642.568000', '192642.570000', '192642.573000', '192642.576000', '192642.578000', '192642.581000', '192642.584000', '192642.586000', '192642.589000', '192642.591000', '192642.594000', '192642.597000', '192642.599000', '192642.602000', '192642.605000', '192642.607000', '192642.610000', '192702.498000', '192702.501000', '192702.504000', '192702.507000', '192702.509000', '192702.512000', '192702.514000', '192702.517000', '192702.520000', '192702.522000', '192702.525000', '192702.527000', '192702.530000', '192702.533000', '192702.535000', '192702.538000', '192702.541000', '192702.543000', '192702.546000', '192702.548000', '192702.551000', '192702.554000', '192702.556000', '192702.559000', '192702.561000', '192702.564000', '192702.567000', '192702.569000', '192702.572000', '192702.574000', '192702.577000', '192702.580000', '192702.582000', '192702.585000', '192702.587000', '192702.590000', '192702.592000', '192702.595000', '192702.598000', '192702.600000', '192702.603000', '192702.606000', '192702.608000', '192702.611000', '192722.498000', '192722.501000', '192722.503000', '192722.506000', '192722.508000', '192722.511000', '192722.513000', '192722.516000', '192722.519000', '192722.521000', '192722.524000', '192722.526000', '192722.529000', '192722.531000', '192722.534000', '192722.537000', '192722.539000', '192722.542000', '192722.545000', '192722.547000', '192722.550000', '192722.553000', '192722.556000', '192722.559000', '192722.561000', '192722.564000', '192722.567000', '192722.569000', '192722.572000', '192722.574000', '192722.577000', '192722.580000', '192722.582000', '192722.585000', '192722.587000', '192722.590000', '192722.592000', '192722.596000', '192722.599000', '192722.602000', '192722.605000', '192722.607000', '192722.633000', '192742.498000', '192742.501000', '192742.503000', '192742.506000', '192742.508000', '192742.511000', '192742.513000', '192742.516000', '192742.519000', '192742.521000', '192742.524000', '192742.526000', '192742.529000', '192742.532000', '192742.534000', '192742.537000', '192742.539000', '192742.542000', '192742.545000', '192742.547000', '192742.550000', '192742.552000', '192742.555000', '192742.557000', '192742.560000', '192742.562000', '192742.565000', '192742.568000', '192742.570000', '192742.573000', '192742.575000', '192742.578000', '192742.581000', '192742.583000', '192742.586000', '192742.588000', '192742.591000', '192742.593000', '192742.596000', '192742.599000', '192742.601000', '192742.604000', '192742.606000', '192742.609000', '192802.498000', '192802.500000', '192802.503000', '192802.506000', '192802.508000', '192802.511000', '192802.513000', '192802.516000', '192802.519000', '192802.521000', '192802.524000', '192802.526000', '192802.529000', '192802.531000', '192802.534000', '192802.537000', '192802.539000', '192802.542000', '192802.544000', '192802.547000', '192802.549000', '192802.552000', '192802.554000', '192802.557000', '192802.559000', '192802.562000', '192802.565000', '192802.567000', '192802.570000', '192802.572000', '192802.575000', '192802.578000', '192802.580000', '192802.583000', '192802.586000', '192802.589000', '192802.592000', '192802.594000', '192802.597000', '192802.600000', '192802.602000', '192802.605000', '192802.608000', '192817.238000', '192817.241000', '192817.244000', '192817.246000', '192817.249000', '192817.251000', '192817.254000', '192817.257000', '192817.259000', '192817.262000', '192817.265000', '192817.267000', '192817.270000', '192817.273000', '192817.276000', '192817.279000', '192817.281000', '192817.284000', '192817.287000', '192817.289000', '192817.292000', '192817.295000', '192817.297000', '192817.300000', '192817.305000', '192817.318000', '192817.322000', '192817.325000', '192817.328000', '192817.330000', '192817.333000', '192817.336000', '192817.339000'], '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': [7161, 6569, 7911, 6747, 6725, 6214, 7298, 6889, 6018, 6373, 6286, 7607, 5990, 6625, 8754, 6256, 7589, 6285, 6122, 7689, 6143, 6698, 6268, 6365, 6167, 6691, 6406, 6495, 6237, 6287, 8650, 6420, 6587, 7196, 6398, 6278, 6564, 5932, 6275, 6333, 5854, 6163, 6073, 6012, 6615, 7678, 6966, 6996, 8436, 7396, 8915, 7411, 6868, 8314, 6370, 8666, 6426, 6231, 6893, 5830, 6414, 6380, 5667, 5962, 6056, 5861, 6541, 5940, 7250, 6277, 7910, 6667, 6505, 6914, 6764, 6978, 6370, 7027, 6526, 6831, 6671, 6595, 6148, 6481, 5949, 5800, 5910, 5693, 6024, 5905, 6148, 7954, 6039, 8525, 7038, 7639, 5791, 6927, 5768, 6222, 5899, 6115, 8574, 5936, 6822, 5939, 6494, 5826, 5922, 5908, 5903, 5948, 6724, 5781, 7651, 6111, 9211, 6500, 9265, 6756, 8179, 5922, 7387, 6176, 8999, 6742, 5640, 6614, 5875, 6885, 7516, 6518, 6435, 6511, 5951, 6397, 7998, 6211, 6516, 6277, 6719, 6324, 6314, 6548, 6561, 6485, 7029, 6102, 6659, 6118, 7116, 6346, 6747, 6514, 8089, 6423, 7650, 6146, 6950, 6094, 7205, 5921, 7207, 5629, 6319, 6454, 6748, 7728, 7108, 7756, 9008, 7479, 8086, 6228, 7412, 6806, 6773, 9072, 6226, 7723, 6610, 6699, 6737, 6951, 6327, 7088, 6479, 6067, 5995, 5958, 7634, 6402, 6217, 7244, 9919, 7532, 8435, 6110, 6627, 5960, 6504, 7867, 6281, 7220, 6158, 6960, 5836, 6734, 5903, 6380, 7355, 5885, 7280, 6166, 6977, 5900, 6786, 6155, 6544, 6025, 6588, 6033, 6266, 6704, 6024, 7907, 6096, 7098, 5884, 6822, 5890, 7805, 5848, 5730, 7483, 9961, 7173, 7157, 9483, 9647, 7202, 6603, 7434, 8190, 7152, 7768, 7108, 7339, 6006, 7684, 5940, 8134, 5776, 7676, 6072, 8079, 6200, 8300, 6381, 7900, 6074, 7549, 6168, 7026, 6121, 6802, 6123, 6238, 5743, 6100, 7029, 6226, 7230, 6181, 5662, 6427, 5849, 6315, 5861, 6248, 9170, 6085, 7462, 6046, 6840, 5745, 6096, 5542, 6279, 7615, 6185, 7078, 6049, 6294, 5732, 6669, 7312, 5922, 6454, 6479, 6425, 5857, 6509, 7886, 6312, 6587, 5589, 6653, 5958, 6438, 7112, 6180, 6811, 6006, 6263, 5958, 6055, 6443, 6522, 7076, 6193, 6506, 6996, 6466, 6913, 7139, 6726, 7411, 5747, 7424, 8248, 6524, 7420, 7196, 7457, 6937, 5624, 7269, 6587, 7332, 8713, 7276, 8676, 6285, 7470, 5832, 7246, 7719, 6652, 7293, 6402, 7083, 5840, 6947, 5792, 6687, 7342, 6319, 7178, 5808, 6969, 6000, 6725, 5775, 6715, 5820, 6770, 6042, 6815, 6520, 6484, 5565, 6919, 6136, 5966, 7167, 11975, 6784, 7539, 8206, 7321, 7683, 6674, 7670, 9623, 7274, 7776, 6743, 7618, 11532, 7634, 9179, 7466, 7999, 7788, 7363, 9573, 7640, 7640, 7556, 7732, 7148, 7956, 6984, 7818, 7220, 7762, 6878, 7511, 7494, 7492, 7646, 7498, 7637, 7878, 7173, 7691, 6552, 7310, 6832, 7457, 6054, 7054, 7580, 7322, 7778, 6812, 6280, 6385, 6869, 6487, 7548, 6670, 7266, 5957, 6767, 5978, 6647, 7430, 6263, 6705, 5908, 6454, 7377, 6398, 6788, 5612, 6703, 7639, 6479, 6666, 6009, 6610, 5846, 6804, 6882, 6391, 6811, 6232, 6819, 6021, 7262, 6705, 6418, 5820, 5904, 6230, 7431, 5895, 6683, 5565, 6583, 8353, 6197, 6822, 5555, 6752, 5711, 6244, 7829, 5997, 6672, 5850, 6699, 5714, 6464, 5887, 6688, 7035, 6414, 6830, 5971, 6716, 5704, 6842, 5755, 6628, 6007, 6873, 6216, 5567, 6594, 8706, 5757, 7181, 8406, 7257, 6994, 7212, 7555, 8001, 7426, 7531, 6543, 7516, 6651, 7427, 7296, 7094, 6287, 6579, 5802, 6865, 5978, 6387, 6165, 6383, 9095, 6226, 7742, 6494, 6597, 5942, 6809, 6315, 6959, 6124, 6626, 6254, 6087, 6417, 8731, 6311, 7140, 5954, 6529, 5826, 6147, 7436, 5935, 6380, 5985, 6334, 5618, 6005, 6005, 6627, 6656, 6244, 6493, 5935, 6398, 6605, 6286, 5539, 6619, 7966, 6292, 6858, 5947, 6540, 5821, 6536, 5990, 6558, 6950, 5586, 7830, 5813, 7379, 8120, 7262, 9216, 7142, 7769, 5988, 7112, 7586, 7494, 9905, 6884, 8316, 6822, 7314, 6835, 7274, 7303, 7512, 7335, 7908, 7197, 7364, 5889, 7256, 5779, 7031, 7893, 6191, 6619, 6012, 6679, 6442, 6862, 5604, 6421, 7395, 6285, 6646, 5940, 6597, 7557, 6284, 6445, 6154, 6563, 5851, 6662, 5860, 6376, 5697, 6624, 6478, 7304, 5745, 5812, 6942, 6228, 7435, 7486, 7670, 9850, 6959, 8433, 6238, 6766, 9798, 6603, 7024, 6318, 6743, 5741, 6832, 8571, 6587, 7613, 6315, 6731, 6006, 6795, 5905, 6933, 6104, 6556, 5939, 6287, 7209, 6367, 6668, 7196, 5512, 6483, 5883, 5999, 6550, 8389, 5984, 6669, 6649, 6578, 8178, 6039, 6639, 5809, 6135, 7445, 6020, 6436, 5618, 6504, 6408, 7202, 5742, 6779, 6628, 7547, 5991, 5842, 6658, 8125, 6428, 6952, 5759, 6637, 8708, 6222, 6632, 6244, 6520, 5836, 6764, 6313, 6824, 6177, 6774, 5615, 6906, 6460, 6523, 7933, 6738, 6874, 6048, 6496, 7890, 6039, 6438, 5938, 6392, 7564, 6075, 6775, 5798, 6451, 5910, 6281, 7927, 6079, 6959, 5938, 6321, 6112, 7032, 6107, 6931, 6529, 6416, 6328, 6169, 5969, 6084, 8427, 6081, 6854, 6029, 6284, 6080, 6404, 5978, 6247, 5752, 6479, 8270, 6387, 7123, 6217, 6441, 5815, 6050, 8040, 6039, 6319, 6014, 6376, 5709, 6149, 6248, 6049, 7133, 5957, 6379, 5813, 6301, 5581, 6385, 5739, 6118, 8580, 6657, 6085, 7062, 5675, 6884, 5811, 5625, 6323, 8886, 6016, 7383, 6015, 6241, 8431, 6306, 6620, 6040, 6544, 6096, 6944, 6148, 5825, 6886, 5704, 6486, 7963, 6031, 6545, 5766, 6334, 6961, 6340, 6857, 6060, 6092, 6183, 6492, 5807, 6227, 6696, 6629, 7533, 6574, 6126, 6958, 6164, 6677, 6418, 6911, 5573, 6833, 8486, 7061, 7035, 6175, 6410, 8796, 6148, 6921, 6141, 6551, 8557, 6357, 7323, 6182, 6169, 6225, 6061, 6043, 5961, 7713, 6135, 6591, 6422, 6361, 6055, 6190, 7934, 6226, 6456, 6449, 6171, 5983, 7494, 6221], 'WindowCenter': [3641.0, 3615.0, 3621.0, 3599.0, 3599.0, 3584.0, 3591.0, 3582.0, 3572.0, 3583.0, 3594.0, 3604.0, 3570.0, 3585.0, 3603.0, 3579.0, 3586.0, 3565.0, 3566.0, 3586.0, 3568.0, 3575.0, 3566.0, 3565.0, 3554.0, 3577.0, 3566.0, 3566.0, 3554.0, 3563.0, 3585.0, 3553.0, 3562.0, 3575.0, 3562.0, 3560.0, 3562.0, 3549.0, 3564.0, 3561.0, 3568.0, 3581.0, 3570.0, 3569.0, 3580.0, 3579.0, 3569.0, 3568.0, 3578.0, 3579.0, 3589.0, 3565.0, 3553.0, 3589.0, 3544.0, 3585.0, 3552.0, 3565.0, 3575.0, 3551.0, 3560.0, 3551.0, 3552.0, 3553.0, 3550.0, 3555.0, 3578.0, 3566.0, 3584.0, 3578.0, 3601.0, 3577.0, 3563.0, 3575.0, 3564.0, 3576.0, 3566.0, 3579.0, 3567.0, 3579.0, 3580.0, 3581.0, 3567.0, 3580.0, 3582.0, 3569.0, 3569.0, 3565.0, 3579.0, 3566.0, 3578.0, 3599.0, 3567.0, 3597.0, 3590.0, 3589.0, 3556.0, 3574.0, 3551.0, 3565.0, 3553.0, 3566.0, 3595.0, 3549.0, 3577.0, 3565.0, 3567.0, 3553.0, 3555.0, 3551.0, 3555.0, 3566.0, 3591.0, 3583.0, 3602.0, 3585.0, 3622.0, 3594.0, 3622.0, 3578.0, 3596.0, 3566.0, 3585.0, 3567.0, 3609.0, 3579.0, 3553.0, 3571.0, 3553.0, 3574.0, 3574.0, 3561.0, 3559.0, 3563.0, 3546.0, 3559.0, 3579.0, 3553.0, 3560.0, 3564.0, 3561.0, 3563.0, 3561.0, 3562.0, 3572.0, 3566.0, 3576.0, 3553.0, 3560.0, 3562.0, 3571.0, 3565.0, 3573.0, 3563.0, 3583.0, 3562.0, 3583.0, 3552.0, 3572.0, 3566.0, 3589.0, 3552.0, 3573.0, 3542.0, 3552.0, 3565.0, 3577.0, 3587.0, 3574.0, 3585.0, 3594.0, 3574.0, 3584.0, 3548.0, 3572.0, 3563.0, 3565.0, 3580.0, 3537.0, 3569.0, 3547.0, 3545.0, 3547.0, 3545.0, 3535.0, 3546.0, 3562.0, 3551.0, 3547.0, 3550.0, 3581.0, 3548.0, 3548.0, 3570.0, 3590.0, 3556.0, 3556.0, 3520.0, 3547.0, 3535.0, 3545.0, 3569.0, 3544.0, 3567.0, 3547.0, 3556.0, 3534.0, 3546.0, 3537.0, 3546.0, 3568.0, 3552.0, 3568.0, 3563.0, 3571.0, 3553.0, 3575.0, 3565.0, 3574.0, 3577.0, 3574.0, 3563.0, 3576.0, 3577.0, 3563.0, 3597.0, 3564.0, 3572.0, 3552.0, 3573.0, 3555.0, 3584.0, 3553.0, 3542.0, 3586.0, 3621.0, 3578.0, 3566.0, 3600.0, 3600.0, 3565.0, 3552.0, 3580.0, 3586.0, 3576.0, 3585.0, 3562.0, 3576.0, 3552.0, 3573.0, 3549.0, 3570.0, 3536.0, 3559.0, 3548.0, 3570.0, 3537.0, 3566.0, 3547.0, 3555.0, 3538.0, 3557.0, 3534.0, 3546.0, 3535.0, 3546.0, 3521.0, 3525.0, 3520.0, 3538.0, 3544.0, 3533.0, 3555.0, 3536.0, 3538.0, 3550.0, 3538.0, 3563.0, 3539.0, 3563.0, 3590.0, 3549.0, 3559.0, 3540.0, 3556.0, 3542.0, 3548.0, 3537.0, 3563.0, 3572.0, 3550.0, 3568.0, 3551.0, 3562.0, 3537.0, 3558.0, 3568.0, 3552.0, 3559.0, 3562.0, 3561.0, 3551.0, 3563.0, 3582.0, 3562.0, 3564.0, 3542.0, 3576.0, 3550.0, 3561.0, 3575.0, 3565.0, 3561.0, 3554.0, 3561.0, 3566.0, 3578.0, 3579.0, 3579.0, 3590.0, 3567.0, 3577.0, 3589.0, 3579.0, 3591.0, 3586.0, 3577.0, 3598.0, 3568.0, 3589.0, 3596.0, 3575.0, 3600.0, 3589.0, 3586.0, 3587.0, 3566.0, 3585.0, 3590.0, 3588.0, 3596.0, 3571.0, 3581.0, 3548.0, 3571.0, 3537.0, 3559.0, 3569.0, 3559.0, 3568.0, 3552.0, 3559.0, 3538.0, 3575.0, 3538.0, 3561.0, 3570.0, 3564.0, 3571.0, 3552.0, 3572.0, 3562.0, 3574.0, 3550.0, 3572.0, 3563.0, 3579.0, 3565.0, 3587.0, 3563.0, 3563.0, 3542.0, 3574.0, 3556.0, 3568.0, 3604.0, 3647.0, 3568.0, 3577.0, 3574.0, 3565.0, 3575.0, 3565.0, 3588.0, 3599.0, 3576.0, 3574.0, 3552.0, 3572.0, 3604.0, 3560.0, 3580.0, 3547.0, 3560.0, 3558.0, 3547.0, 3579.0, 3544.0, 3543.0, 3542.0, 3545.0, 3531.0, 3554.0, 3542.0, 3544.0, 3543.0, 3555.0, 3535.0, 3556.0, 3556.0, 3558.0, 3557.0, 3557.0, 3557.0, 3569.0, 3556.0, 3568.0, 3551.0, 3573.0, 3560.0, 3571.0, 3553.0, 3573.0, 3570.0, 3585.0, 3584.0, 3575.0, 3561.0, 3560.0, 3563.0, 3574.0, 3581.0, 3573.0, 3585.0, 3550.0, 3562.0, 3549.0, 3561.0, 3571.0, 3547.0, 3561.0, 3538.0, 3561.0, 3570.0, 3557.0, 3559.0, 3538.0, 3560.0, 3571.0, 3561.0, 3558.0, 3555.0, 3573.0, 3555.0, 3573.0, 3572.0, 3564.0, 3572.0, 3567.0, 3574.0, 3562.0, 3584.0, 3578.0, 3574.0, 3578.0, 3579.0, 3577.0, 3600.0, 3567.0, 3577.0, 3555.0, 3576.0, 3598.0, 3564.0, 3575.0, 3542.0, 3573.0, 3553.0, 3572.0, 3583.0, 3561.0, 3574.0, 3553.0, 3576.0, 3564.0, 3578.0, 3551.0, 3575.0, 3574.0, 3564.0, 3575.0, 3565.0, 3577.0, 3553.0, 3576.0, 3554.0, 3575.0, 3564.0, 3574.0, 3566.0, 3557.0, 3579.0, 3597.0, 3555.0, 3577.0, 3603.0, 3592.0, 3583.0, 3580.0, 3592.0, 3590.0, 3590.0, 3590.0, 3556.0, 3576.0, 3567.0, 3578.0, 3565.0, 3563.0, 3552.0, 3561.0, 3552.0, 3574.0, 3551.0, 3560.0, 3536.0, 3547.0, 3577.0, 3536.0, 3556.0, 3532.0, 3546.0, 3533.0, 3547.0, 3536.0, 3557.0, 3537.0, 3546.0, 3549.0, 3549.0, 3562.0, 3584.0, 3549.0, 3559.0, 3537.0, 3546.0, 3524.0, 3536.0, 3556.0, 3533.0, 3546.0, 3537.0, 3554.0, 3539.0, 3552.0, 3549.0, 3573.0, 3573.0, 3563.0, 3562.0, 3563.0, 3563.0, 3575.0, 3564.0, 3540.0, 3574.0, 3586.0, 3564.0, 3572.0, 3560.0, 3550.0, 3540.0, 3565.0, 3564.0, 3566.0, 3578.0, 3557.0, 3602.0, 3557.0, 3590.0, 3591.0, 3587.0, 3610.0, 3570.0, 3577.0, 3555.0, 3592.0, 3603.0, 3590.0, 3619.0, 3578.0, 3581.0, 3562.0, 3571.0, 3565.0, 3572.0, 3587.0, 3572.0, 3584.0, 3582.0, 3560.0, 3559.0, 3541.0, 3570.0, 3538.0, 3573.0, 3570.0, 3548.0, 3562.0, 3549.0, 3546.0, 3547.0, 3561.0, 3537.0, 3547.0, 3570.0, 3550.0, 3558.0, 3549.0, 3561.0, 3571.0, 3565.0, 3560.0, 3550.0, 3561.0, 3550.0, 3557.0, 3552.0, 3563.0, 3552.0, 3577.0, 3578.0, 3589.0, 3556.0, 3559.0, 3589.0, 3568.0, 3602.0, 3590.0, 3587.0, 3606.0, 3564.0, 3598.0, 3551.0, 3564.0, 3605.0, 3558.0, 3558.0, 3550.0, 3560.0, 3537.0, 3558.0, 3579.0, 3561.0, 3570.0, 3550.0, 3563.0, 3550.0, 3562.0, 3551.0, 3572.0, 3548.0, 3551.0, 3548.0, 3551.0, 3569.0, 3566.0, 3560.0, 3572.0, 3544.0, 3566.0, 3555.0, 3565.0, 3577.0, 3599.0, 3553.0, 3567.0, 3562.0, 3561.0, 3580.0, 3542.0, 3548.0, 3537.0, 3537.0, 3557.0, 3546.0, 3549.0, 3539.0, 3560.0, 3550.0, 3561.0, 3540.0, 3561.0, 3576.0, 3588.0, 3566.0, 3567.0, 3590.0, 3595.0, 3565.0, 3575.0, 3542.0, 3563.0, 3583.0, 3550.0, 3563.0, 3537.0, 3549.0, 3543.0, 3561.0, 3551.0, 3560.0, 3551.0, 3563.0, 3541.0, 3572.0, 3550.0, 3552.0, 3587.0, 3567.0, 3564.0, 3547.0, 3568.0, 3586.0, 3552.0, 3562.0, 3550.0, 3549.0, 3570.0, 3549.0, 3548.0, 3525.0, 3546.0, 3536.0, 3548.0, 3569.0, 3551.0, 3560.0, 3551.0, 3561.0, 3555.0, 3586.0, 3565.0, 3586.0, 3567.0, 3562.0, 3549.0, 3548.0, 3549.0, 3551.0, 3581.0, 3549.0, 3561.0, 3550.0, 3560.0, 3555.0, 3562.0, 3563.0, 3563.0, 3552.0, 3564.0, 3594.0, 3563.0, 3574.0, 3551.0, 3562.0, 3540.0, 3552.0, 3582.0, 3552.0, 3562.0, 3563.0, 3563.0, 3552.0, 3563.0, 3561.0, 3563.0, 3575.0, 3552.0, 3564.0, 3552.0, 3564.0, 3542.0, 3564.0, 3554.0, 3567.0, 3597.0, 3574.0, 3565.0, 3576.0, 3556.0, 3591.0, 3585.0, 3582.0, 3605.0, 3619.0, 3570.0, 3588.0, 3566.0, 3563.0, 3598.0, 3565.0, 3560.0, 3553.0, 3565.0, 3565.0, 3575.0, 3566.0, 3568.0, 3588.0, 3566.0, 3577.0, 3598.0, 3566.0, 3577.0, 3553.0, 3565.0, 3559.0, 3559.0, 3561.0, 3553.0, 3551.0, 3563.0, 3567.0, 3552.0, 3563.0, 3558.0, 3564.0, 3582.0, 3559.0, 3550.0, 3562.0, 3563.0, 3572.0, 3578.0, 3575.0, 3543.0, 3579.0, 3586.0, 3576.0, 3579.0, 3555.0, 3566.0, 3586.0, 3550.0, 3574.0, 3552.0, 3564.0, 3593.0, 3548.0, 3569.0, 3538.0, 3536.0, 3537.0, 3537.0, 3534.0, 3536.0, 3553.0, 3535.0, 3545.0, 3535.0, 3545.0, 3535.0, 3536.0, 3568.0, 3537.0, 3547.0, 3548.0, 3536.0, 3536.0, 3558.0, 3550.0], 'WindowWidth': [8249.0, 8204.0, 8200.0, 8168.0, 8168.0, 8140.0, 8141.0, 8129.0, 8117.0, 8134.0, 8151.0, 8163.0, 8113.0, 8138.0, 8159.0, 8122.0, 8130.0, 8100.0, 8104.0, 8128.0, 8110.0, 8111.0, 8099.0, 8097.0, 8082.0, 8115.0, 8101.0, 8102.0, 8081.0, 8092.0, 8121.0, 8075.0, 8089.0, 8111.0, 8091.0, 8084.0, 8087.0, 8066.0, 8094.0, 8089.0, 8108.0, 8129.0, 8110.0, 8107.0, 8124.0, 8118.0, 8103.0, 8096.0, 8112.0, 8116.0, 8128.0, 8093.0, 8074.0, 8129.0, 8061.0, 8119.0, 8073.0, 8099.0, 8109.0, 8074.0, 8085.0, 8073.0, 8076.0, 8076.0, 8073.0, 8085.0, 8121.0, 8102.0, 8127.0, 8121.0, 8152.0, 8117.0, 8093.0, 8111.0, 8093.0, 8112.0, 8097.0, 8117.0, 8103.0, 8121.0, 8125.0, 8127.0, 8103.0, 8126.0, 8134.0, 8115.0, 8114.0, 8103.0, 8126.0, 8106.0, 8124.0, 8149.0, 8106.0, 8144.0, 8138.0, 8134.0, 8089.0, 8110.0, 8075.0, 8099.0, 8084.0, 8100.0, 8138.0, 8072.0, 8115.0, 8098.0, 8104.0, 8081.0, 8082.0, 8075.0, 8086.0, 8101.0, 8145.0, 8139.0, 8160.0, 8140.0, 8186.0, 8152.0, 8185.0, 8122.0, 8138.0, 8103.0, 8124.0, 8105.0, 8163.0, 8124.0, 8080.0, 8102.0, 8081.0, 8111.0, 8106.0, 8088.0, 8083.0, 8090.0, 8061.0, 8081.0, 8109.0, 8078.0, 8086.0, 8095.0, 8089.0, 8095.0, 8089.0, 8094.0, 8105.0, 8100.0, 8112.0, 8081.0, 8088.0, 8092.0, 8103.0, 8098.0, 8108.0, 8096.0, 8120.0, 8092.0, 8119.0, 8076.0, 8103.0, 8101.0, 8135.0, 8074.0, 8102.0, 8063.0, 8074.0, 8095.0, 8114.0, 8131.0, 8108.0, 8125.0, 8133.0, 8108.0, 8121.0, 8064.0, 8101.0, 8088.0, 8096.0, 8109.0, 8047.0, 8093.0, 8062.0, 8054.0, 8058.0, 8053.0, 8041.0, 8056.0, 8089.0, 8070.0, 8060.0, 8070.0, 8116.0, 8066.0, 8065.0, 8097.0, 8122.0, 8071.0, 8068.0, 8015.0, 8058.0, 8043.0, 8055.0, 8089.0, 8053.0, 8090.0, 8062.0, 8073.0, 8041.0, 8059.0, 8048.0, 8060.0, 8094.0, 8077.0, 8094.0, 8094.0, 8102.0, 8082.0, 8111.0, 8099.0, 8110.0, 8121.0, 8113.0, 8096.0, 8117.0, 8117.0, 8097.0, 8145.0, 8099.0, 8107.0, 8079.0, 8106.0, 8086.0, 8122.0, 8078.0, 8061.0, 8127.0, 8178.0, 8117.0, 8096.0, 8145.0, 8147.0, 8093.0, 8072.0, 8121.0, 8123.0, 8109.0, 8121.0, 8088.0, 8113.0, 8073.0, 8104.0, 8069.0, 8094.0, 8045.0, 8076.0, 8064.0, 8094.0, 8047.0, 8083.0, 8060.0, 8065.0, 8048.0, 8071.0, 8039.0, 8056.0, 8040.0, 8055.0, 8016.0, 8025.0, 8013.0, 8048.0, 8052.0, 8037.0, 8067.0, 8045.0, 8050.0, 8069.0, 8052.0, 8092.0, 8054.0, 8090.0, 8121.0, 8067.0, 8080.0, 8054.0, 8073.0, 8060.0, 8066.0, 8051.0, 8089.0, 8102.0, 8072.0, 8094.0, 8072.0, 8089.0, 8050.0, 8079.0, 8093.0, 8076.0, 8082.0, 8088.0, 8086.0, 8072.0, 8093.0, 8116.0, 8090.0, 8096.0, 8063.0, 8112.0, 8072.0, 8088.0, 8114.0, 8097.0, 8088.0, 8081.0, 8089.0, 8102.0, 8124.0, 8125.0, 8126.0, 8140.0, 8104.0, 8118.0, 8136.0, 8123.0, 8143.0, 8131.0, 8119.0, 8150.0, 8109.0, 8137.0, 8144.0, 8115.0, 8158.0, 8137.0, 8130.0, 8134.0, 8106.0, 8130.0, 8140.0, 8137.0, 8140.0, 8103.0, 8115.0, 8066.0, 8099.0, 8048.0, 8080.0, 8093.0, 8079.0, 8092.0, 8075.0, 8082.0, 8052.0, 8108.0, 8053.0, 8087.0, 8100.0, 8094.0, 8101.0, 8079.0, 8106.0, 8092.0, 8109.0, 8076.0, 8109.0, 8098.0, 8123.0, 8101.0, 8134.0, 8096.0, 8093.0, 8062.0, 8108.0, 8086.0, 8106.0, 8165.0, 8222.0, 8101.0, 8112.0, 8101.0, 8092.0, 8105.0, 8092.0, 8128.0, 8141.0, 8110.0, 8104.0, 8068.0, 8098.0, 8140.0, 8078.0, 8105.0, 8057.0, 8079.0, 8075.0, 8058.0, 8099.0, 8048.0, 8042.0, 8042.0, 8049.0, 8028.0, 8060.0, 8043.0, 8048.0, 8049.0, 8066.0, 8040.0, 8068.0, 8068.0, 8073.0, 8071.0, 8072.0, 8073.0, 8090.0, 8071.0, 8091.0, 8072.0, 8104.0, 8085.0, 8100.0, 8081.0, 8106.0, 8097.0, 8125.0, 8120.0, 8113.0, 8088.0, 8088.0, 8093.0, 8112.0, 8119.0, 8108.0, 8128.0, 8072.0, 8089.0, 8068.0, 8086.0, 8099.0, 8064.0, 8087.0, 8053.0, 8086.0, 8097.0, 8078.0, 8083.0, 8052.0, 8086.0, 8100.0, 8089.0, 8082.0, 8083.0, 8108.0, 8086.0, 8107.0, 8104.0, 8097.0, 8107.0, 8103.0, 8109.0, 8092.0, 8124.0, 8120.0, 8114.0, 8125.0, 8127.0, 8127.0, 8156.0, 8107.0, 8121.0, 8086.0, 8116.0, 8145.0, 8097.0, 8114.0, 8065.0, 8107.0, 8081.0, 8109.0, 8121.0, 8090.0, 8111.0, 8082.0, 8119.0, 8099.0, 8119.0, 8078.0, 8112.0, 8110.0, 8098.0, 8113.0, 8101.0, 8119.0, 8083.0, 8115.0, 8082.0, 8113.0, 8096.0, 8109.0, 8100.0, 8094.0, 8124.0, 8144.0, 8083.0, 8112.0, 8154.0, 8139.0, 8128.0, 8120.0, 8140.0, 8135.0, 8136.0, 8134.0, 8084.0, 8108.0, 8098.0, 8115.0, 8092.0, 8088.0, 8074.0, 8085.0, 8080.0, 8111.0, 8075.0, 8084.0, 8047.0, 8061.0, 8100.0, 8044.0, 8070.0, 8035.0, 8058.0, 8038.0, 8061.0, 8043.0, 8073.0, 8047.0, 8059.0, 8068.0, 8068.0, 8091.0, 8118.0, 8068.0, 8081.0, 8048.0, 8059.0, 8027.0, 8043.0, 8070.0, 8038.0, 8060.0, 8048.0, 8078.0, 8055.0, 8077.0, 8070.0, 8109.0, 8106.0, 8094.0, 8091.0, 8095.0, 8094.0, 8111.0, 8098.0, 8060.0, 8110.0, 8125.0, 8097.0, 8107.0, 8088.0, 8070.0, 8057.0, 8101.0, 8096.0, 8099.0, 8118.0, 8091.0, 8154.0, 8088.0, 8136.0, 8136.0, 8128.0, 8160.0, 8105.0, 8114.0, 8082.0, 8142.0, 8163.0, 8137.0, 8175.0, 8117.0, 8114.0, 8089.0, 8099.0, 8096.0, 8104.0, 8129.0, 8104.0, 8122.0, 8116.0, 8082.0, 8080.0, 8057.0, 8096.0, 8051.0, 8105.0, 8097.0, 8065.0, 8092.0, 8067.0, 8059.0, 8060.0, 8083.0, 8050.0, 8064.0, 8097.0, 8070.0, 8079.0, 8067.0, 8085.0, 8098.0, 8096.0, 8085.0, 8071.0, 8086.0, 8072.0, 8078.0, 8076.0, 8093.0, 8077.0, 8117.0, 8121.0, 8136.0, 8088.0, 8096.0, 8137.0, 8106.0, 8158.0, 8136.0, 8128.0, 8152.0, 8091.0, 8143.0, 8075.0, 8096.0, 8147.0, 8079.0, 8078.0, 8068.0, 8082.0, 8048.0, 8077.0, 8106.0, 8082.0, 8094.0, 8069.0, 8091.0, 8069.0, 8088.0, 8076.0, 8102.0, 8064.0, 8071.0, 8064.0, 8074.0, 8095.0, 8098.0, 8085.0, 8103.0, 8065.0, 8097.0, 8085.0, 8101.0, 8121.0, 8149.0, 8081.0, 8101.0, 8087.0, 8086.0, 8110.0, 8060.0, 8064.0, 8047.0, 8049.0, 8074.0, 8060.0, 8071.0, 8056.0, 8087.0, 8070.0, 8082.0, 8056.0, 8084.0, 8113.0, 8131.0, 8105.0, 8110.0, 8142.0, 8143.0, 8101.0, 8112.0, 8063.0, 8090.0, 8116.0, 8071.0, 8089.0, 8045.0, 8063.0, 8061.0, 8085.0, 8072.0, 8081.0, 8074.0, 8091.0, 8060.0, 8103.0, 8070.0, 8075.0, 8125.0, 8097.0, 8092.0, 8063.0, 8103.0, 8129.0, 8076.0, 8088.0, 8072.0, 8068.0, 8098.0, 8066.0, 8064.0, 8030.0, 8059.0, 8044.0, 8064.0, 8092.0, 8073.0, 8082.0, 8073.0, 8088.0, 8084.0, 8130.0, 8102.0, 8131.0, 8103.0, 8089.0, 8068.0, 8065.0, 8068.0, 8073.0, 8110.0, 8067.0, 8084.0, 8070.0, 8084.0, 8084.0, 8090.0, 8093.0, 8096.0, 8077.0, 8096.0, 8136.0, 8093.0, 8108.0, 8075.0, 8091.0, 8057.0, 8076.0, 8115.0, 8078.0, 8089.0, 8093.0, 8093.0, 8077.0, 8095.0, 8088.0, 8093.0, 8108.0, 8078.0, 8094.0, 8077.0, 8095.0, 8066.0, 8096.0, 8082.0, 8102.0, 8139.0, 8108.0, 8098.0, 8111.0, 8090.0, 8143.0, 8144.0, 8138.0, 8173.0, 8181.0, 8112.0, 8134.0, 8102.0, 8096.0, 8145.0, 8098.0, 8086.0, 8079.0, 8094.0, 8096.0, 8113.0, 8102.0, 8110.0, 8136.0, 8104.0, 8120.0, 8146.0, 8100.0, 8118.0, 8080.0, 8097.0, 8081.0, 8082.0, 8088.0, 8077.0, 8074.0, 8094.0, 8102.0, 8078.0, 8095.0, 8080.0, 8093.0, 8117.0, 8081.0, 8070.0, 8087.0, 8094.0, 8104.0, 8121.0, 8114.0, 8066.0, 8121.0, 8124.0, 8112.0, 8121.0, 8084.0, 8100.0, 8124.0, 8072.0, 8106.0, 8075.0, 8098.0, 8132.0, 8067.0, 8095.0, 8051.0, 8046.0, 8045.0, 8046.0, 8039.0, 8043.0, 8064.0, 8042.0, 8055.0, 8040.0, 8055.0, 8041.0, 8043.0, 8087.0, 8046.0, 8060.0, 8064.0, 8045.0, 8044.0, 8077.0, 8069.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.004170825688073394</td></tr>
<tr><td colspan=3>aqi</td><td>0.07172797167431194</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.046983488771495</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.124060070803675</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.988400948851895</td></tr>
<tr><td colspan=3>efc</td><td>0.4608</td></tr>
<tr><td colspan=3>fber</td><td>4994.6528</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12583692023495754</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>143</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.39908256880734</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5582358060236765</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.393389852028048</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8235953872256947</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4577221788172867</td></tr>
<tr><td colspan=3>gcor</td><td>0.0086358</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01658792607486248</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023893792182207108</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8495043023208004</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>30.036</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5725</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.0261</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305333.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>598.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>257.9609</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0304</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.2076</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2811.0592</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2991.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>923.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>776.9777</td></tr>
<tr><td colspan=3>tsnr</td><td>24.763027207460254</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>