<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0035_ses-03_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-0035_ses-03_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-03_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_ses-03_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_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-0035/ses-03/func/sub-0035_ses-03_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>3e8f86f206eb3511e530b314b4dd52ae</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>17:38:41.732500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996565, 0.00711865, 0.0825096, -0.0163512, 0.9936, 0.111768]</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.104864</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7735, -7206, 627, -14, -59, 96, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.164</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>06f3302f-240f-497c-b65f-184dc1ec0a86||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673710584640503, -0.04386912286281586, 0.2192019373178482, 109.48077392578125], [-0.01909881830215454, 2.6657555103302, 0.3043804168701172, -104.3335189819336], [0.22136728465557098, -0.2998661696910858, 2.6738181114196777, -51.4133186340332], [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': ['173841.732500', '173842.192500', '173842.652500', '173843.112500', '173843.572500', '173844.032500', '173844.492500', '173844.952500', '173845.412500', '173845.872500', '173846.332500', '173846.792500', '173847.252500', '173847.712500', '173848.172500', '173848.632500', '173849.092500', '173849.552500', '173850.012500', '173850.472500', '173850.932500', '173851.392500', '173851.852500', '173852.312500', '173852.772500', '173853.232500', '173853.692500', '173854.152500', '173854.612500', '173855.072500', '173855.532500', '173855.992500', '173856.452500', '173856.912500', '173857.372500', '173857.832500', '173858.292500', '173858.752500', '173859.212500', '173859.672500', '173900.132500', '173900.592500', '173901.052500', '173901.512500', '173901.972500', '173902.432500', '173902.892500', '173903.352500', '173903.812500', '173904.272500', '173904.732500', '173905.192500', '173905.652500', '173906.112500', '173906.572500', '173907.032500', '173907.492500', '173907.952500', '173908.412500', '173908.872500', '173909.332500', '173909.792500', '173910.252500', '173910.712500', '173911.172500', '173911.632500', '173912.092500', '173912.552500', '173913.012500', '173913.472500', '173913.932500', '173914.392500', '173914.852500', '173915.312500', '173915.772500', '173916.232500', '173916.692500', '173917.152500', '173917.612500', '173918.072500', '173918.532500', '173918.992500', '173919.452500', '173919.912500', '173920.372500', '173920.832500', '173921.292500', '173921.752500', '173922.212500', '173922.672500', '173923.132500', '173923.592500', '173924.052500', '173924.512500', '173924.972500', '173925.432500', '173925.892500', '173926.352500', '173926.812500', '173927.272500', '173927.732500', '173928.192500', '173928.652500', '173929.112500', '173929.572500', '173930.032500', '173930.492500', '173930.952500', '173931.412500', '173931.872500', '173932.332500', '173932.792500', '173933.252500', '173933.712500', '173934.172500', '173934.632500', '173935.092500', '173935.552500', '173936.012500', '173936.472500', '173936.932500', '173937.392500', '173937.852500', '173938.312500', '173938.772500', '173939.232500', '173939.692500', '173940.152500', '173940.612500', '173941.072500', '173941.532500', '173941.992500', '173942.452500', '173942.912500', '173943.372500', '173943.832500', '173944.292500', '173944.752500', '173945.212500', '173945.672500', '173946.132500', '173946.592500', '173947.052500', '173947.512500', '173947.972500', '173948.432500', '173948.892500', '173949.352500', '173949.812500', '173950.272500', '173950.732500', '173951.192500', '173951.652500', '173952.112500', '173952.572500', '173953.032500', '173953.492500', '173953.952500', '173954.412500', '173954.872500', '173955.332500', '173955.792500', '173956.252500', '173956.712500', '173957.172500', '173957.632500', '173958.092500', '173958.552500', '173959.012500', '173959.472500', '173959.932500', '174000.392500', '174000.852500', '174001.312500', '174001.772500', '174002.232500', '174002.692500', '174003.152500', '174003.612500', '174004.072500', '174004.532500', '174004.992500', '174005.452500', '174005.912500', '174006.372500', '174006.832500', '174007.292500', '174007.752500', '174008.212500', '174008.672500', '174009.132500', '174009.592500', '174010.052500', '174010.512500', '174010.972500', '174011.432500', '174011.892500', '174012.352500', '174012.812500', '174013.272500', '174013.732500', '174014.192500', '174014.652500', '174015.112500', '174015.572500', '174016.032500', '174016.492500', '174016.952500', '174017.412500', '174017.872500', '174018.332500', '174018.792500', '174019.252500', '174019.712500', '174020.172500', '174020.632500', '174021.092500', '174021.552500', '174022.012500', '174022.472500', '174022.932500', '174023.392500', '174023.852500', '174024.312500', '174024.772500', '174025.232500', '174025.692500', '174026.152500', '174026.612500', '174027.072500', '174027.532500', '174027.992500', '174028.452500', '174028.912500', '174029.372500', '174029.832500', '174030.292500', '174030.752500', '174031.212500', '174031.672500', '174032.132500', '174032.592500', '174033.052500', '174033.512500', '174033.972500', '174034.432500', '174034.892500', '174035.352500', '174035.812500', '174036.272500', '174036.732500', '174037.192500', '174037.652500', '174038.112500', '174038.572500', '174039.032500', '174039.492500', '174039.952500', '174040.412500', '174040.872500', '174041.332500', '174041.792500', '174042.252500', '174042.712500', '174043.172500', '174043.632500', '174044.092500', '174044.552500', '174045.012500', '174045.472500', '174045.932500', '174046.392500', '174046.852500', '174047.312500', '174047.772500', '174048.232500', '174048.692500', '174049.152500', '174049.612500', '174050.072500', '174050.532500', '174050.992500', '174051.452500', '174051.912500', '174052.372500', '174052.832500', '174053.292500', '174053.752500', '174054.212500', '174054.672500', '174055.132500', '174055.592500', '174056.052500', '174056.512500', '174056.972500', '174057.432500', '174057.892500', '174058.352500', '174058.812500', '174059.272500', '174059.732500', '174100.192500', '174100.652500', '174101.112500', '174101.572500', '174102.032500', '174102.492500', '174102.952500', '174103.412500', '174103.872500', '174104.332500', '174104.792500', '174105.252500', '174105.712500', '174106.172500', '174106.632500', '174107.092500', '174107.552500', '174108.012500', '174108.472500', '174108.932500', '174109.392500', '174109.852500', '174110.312500', '174110.772500', '174111.232500', '174111.692500', '174112.152500', '174112.612500', '174113.072500', '174113.532500', '174113.992500', '174114.452500', '174114.912500', '174115.372500', '174115.832500', '174116.292500', '174116.752500', '174117.212500', '174117.672500', '174118.132500', '174118.592500', '174119.052500', '174119.512500', '174119.972500', '174120.432500', '174120.892500', '174121.352500', '174121.812500', '174122.272500', '174122.732500', '174123.192500', '174123.652500', '174124.112500', '174124.572500', '174125.032500', '174125.492500', '174125.952500', '174126.412500', '174126.872500', '174127.332500', '174127.792500', '174128.252500', '174128.712500', '174129.172500', '174129.632500', '174130.092500', '174130.552500', '174131.012500', '174131.472500', '174131.932500', '174132.392500', '174132.852500', '174133.312500', '174133.772500', '174134.232500', '174134.692500', '174135.152500', '174135.612500', '174136.072500', '174136.532500', '174136.992500', '174137.452500', '174137.912500', '174138.372500', '174138.832500', '174139.292500', '174139.752500', '174140.212500', '174140.672500', '174141.132500', '174141.592500', '174142.052500', '174142.512500', '174142.972500', '174143.432500', '174143.892500', '174144.352500', '174144.812500', '174145.272500', '174145.732500', '174146.192500', '174146.652500', '174147.112500', '174147.572500', '174148.032500', '174148.492500', '174148.952500', '174149.412500', '174149.872500', '174150.332500', '174150.792500', '174151.252500', '174151.712500', '174152.172500', '174152.632500', '174153.092500', '174153.552500', '174154.012500', '174154.472500', '174154.932500', '174155.392500', '174155.852500', '174156.312500', '174156.772500', '174157.232500', '174157.692500', '174158.152500', '174158.612500', '174159.072500', '174159.532500', '174159.992500', '174200.452500', '174200.912500', '174201.372500', '174201.832500', '174202.292500', '174202.752500', '174203.212500', '174203.672500', '174204.132500', '174204.592500', '174205.052500', '174205.512500', '174205.972500', '174206.432500', '174206.892500', '174207.352500', '174207.812500', '174208.272500', '174208.732500', '174209.192500', '174209.652500', '174210.112500', '174210.572500', '174211.032500', '174211.492500', '174211.952500', '174212.412500', '174212.872500', '174213.332500', '174213.792500', '174214.252500', '174214.712500', '174215.172500', '174215.632500', '174216.092500', '174216.552500', '174217.012500', '174217.472500', '174217.932500', '174218.392500', '174218.852500', '174219.312500', '174219.772500', '174220.232500', '174220.692500', '174221.152500', '174221.612500', '174222.072500', '174222.532500', '174222.992500', '174223.452500', '174223.912500', '174224.372500', '174224.832500', '174225.292500', '174225.752500', '174226.212500', '174226.672500', '174227.132500', '174227.592500', '174228.052500', '174228.512500', '174228.972500', '174229.432500', '174229.892500', '174230.352500', '174230.812500', '174231.272500', '174231.732500', '174232.192500', '174232.652500', '174233.112500', '174233.572500', '174234.032500', '174234.492500', '174234.952500', '174235.412500', '174235.872500', '174236.332500', '174236.792500', '174237.252500', '174237.712500', '174238.172500', '174238.632500', '174239.092500', '174239.552500', '174240.012500', '174240.472500', '174240.932500', '174241.392500', '174241.852500', '174242.312500', '174242.772500', '174243.232500', '174243.692500', '174244.152500', '174244.612500', '174245.072500', '174245.532500', '174245.992500', '174246.452500', '174246.912500', '174247.372500', '174247.832500', '174248.292500', '174248.752500', '174249.212500', '174249.672500', '174250.132500', '174250.592500', '174251.052500', '174251.512500', '174251.972500', '174252.432500', '174252.892500', '174253.352500', '174253.812500', '174254.272500', '174254.732500', '174255.192500', '174255.652500', '174256.112500', '174256.572500', '174257.032500', '174257.492500', '174257.952500', '174258.412500', '174258.872500', '174259.332500', '174259.792500', '174300.252500', '174300.712500', '174301.172500', '174301.632500', '174302.092500', '174302.552500', '174303.012500', '174303.472500', '174303.932500', '174304.392500', '174304.852500', '174305.312500', '174305.772500', '174306.232500', '174306.692500', '174307.152500', '174307.612500', '174308.072500', '174308.532500', '174308.992500', '174309.452500', '174309.912500', '174310.372500', '174310.832500', '174311.292500', '174311.752500', '174312.212500', '174312.672500', '174313.132500', '174313.592500', '174314.052500', '174314.512500', '174314.972500', '174315.432500', '174315.892500', '174316.352500', '174316.812500', '174317.272500', '174317.732500', '174318.192500', '174318.652500', '174319.112500', '174319.572500', '174320.032500', '174320.492500', '174320.952500', '174321.412500', '174321.872500', '174322.332500', '174322.792500', '174323.252500', '174323.712500', '174324.172500', '174324.632500', '174325.092500', '174325.552500', '174326.012500', '174326.472500', '174326.932500', '174327.392500', '174327.852500', '174328.312500', '174328.772500', '174329.232500', '174329.692500', '174330.152500', '174330.612500', '174331.072500', '174331.532500', '174331.992500', '174332.452500', '174332.912500', '174333.372500', '174333.832500', '174334.292500', '174334.752500', '174335.212500', '174335.672500', '174336.132500', '174336.592500', '174337.052500', '174337.512500', '174337.972500', '174338.432500', '174338.892500', '174339.352500', '174339.812500', '174340.272500', '174340.732500', '174341.192500', '174341.652500', '174342.112500', '174342.572500', '174343.032500', '174343.492500', '174343.952500', '174344.412500', '174344.872500', '174345.332500', '174345.792500', '174346.252500', '174346.712500', '174347.172500', '174347.632500', '174348.092500', '174348.552500', '174349.012500', '174349.472500', '174349.932500', '174350.392500', '174350.852500', '174351.312500', '174351.772500', '174352.232500', '174352.692500', '174353.152500', '174353.612500', '174354.072500', '174354.532500', '174354.992500', '174355.452500', '174355.912500', '174356.372500', '174356.832500', '174357.292500', '174357.752500', '174358.212500', '174358.672500', '174359.132500', '174359.592500', '174400.052500', '174400.512500', '174400.972500', '174401.432500', '174401.892500', '174402.352500', '174402.812500', '174403.272500', '174403.732500', '174404.192500', '174404.652500', '174405.112500', '174405.572500', '174406.032500', '174406.492500', '174406.952500', '174407.412500', '174407.872500', '174408.332500', '174408.792500', '174409.252500', '174409.712500', '174410.172500', '174410.632500', '174411.092500', '174411.552500', '174412.012500', '174412.472500', '174412.932500', '174413.392500', '174413.852500', '174414.312500', '174414.772500', '174415.232500', '174415.692500', '174416.152500', '174416.612500', '174417.072500', '174417.532500', '174417.992500', '174418.452500', '174418.912500', '174419.372500', '174419.832500', '174420.292500', '174420.752500', '174421.212500', '174421.672500', '174422.132500', '174422.592500', '174423.052500', '174423.512500', '174423.972500', '174424.432500', '174424.892500', '174425.352500', '174425.812500', '174426.272500', '174426.732500', '174427.192500', '174427.652500', '174428.112500', '174428.572500', '174429.032500', '174429.492500', '174429.952500', '174430.412500', '174430.872500', '174431.332500', '174431.792500', '174432.252500', '174432.712500', '174433.172500', '174433.632500', '174434.092500', '174434.552500', '174435.012500', '174435.472500', '174435.932500', '174436.392500', '174436.852500', '174437.312500', '174437.772500', '174438.232500', '174438.692500', '174439.152500', '174439.612500', '174440.072500', '174440.532500', '174440.992500', '174441.452500', '174441.912500', '174442.372500', '174442.832500', '174443.292500', '174443.752500', '174444.212500', '174444.672500', '174445.132500', '174445.592500', '174446.052500', '174446.512500', '174446.972500', '174447.432500', '174447.892500', '174448.352500', '174448.812500', '174449.272500', '174449.732500', '174450.192500', '174450.652500', '174451.112500', '174451.572500', '174452.032500', '174452.492500', '174452.952500', '174453.412500', '174453.872500', '174454.332500', '174454.792500', '174455.252500', '174455.712500', '174456.172500', '174456.632500', '174457.092500', '174457.552500', '174458.012500', '174458.472500', '174458.932500', '174459.392500', '174459.852500', '174500.312500', '174500.772500', '174501.232500', '174501.692500', '174502.152500', '174502.612500', '174503.072500', '174503.532500', '174503.992500', '174504.452500', '174504.912500', '174505.372500', '174505.832500', '174506.292500', '174506.752500', '174507.212500', '174507.672500', '174508.132500', '174508.592500', '174509.052500', '174509.512500', '174509.972500', '174510.432500', '174510.892500', '174511.352500', '174511.812500', '174512.272500', '174512.732500', '174513.192500', '174513.652500', '174514.112500', '174514.572500', '174515.032500', '174515.492500', '174515.952500', '174516.412500', '174516.872500', '174517.332500', '174517.792500', '174518.252500', '174518.712500', '174519.172500', '174519.632500', '174520.092500', '174520.552500', '174521.012500', '174521.472500', '174521.932500', '174522.392500'], 'ContentTime': ['173900.345000', '173900.348000', '173900.351000', '173900.354000', '173900.357000', '173900.360000', '173900.362000', '173900.365000', '173900.368000', '173900.371000', '173900.374000', '173900.376000', '173900.379000', '173900.382000', '173900.385000', '173900.387000', '173900.390000', '173900.393000', '173900.396000', '173900.399000', '173900.401000', '173900.404000', '173900.407000', '173900.410000', '173900.413000', '173900.415000', '173900.418000', '173900.421000', '173900.424000', '173900.432000', '173900.435000', '173900.438000', '173900.440000', '173900.443000', '173900.446000', '173900.449000', '173900.452000', '173900.454000', '173900.457000', '173920.303000', '173920.306000', '173920.309000', '173920.312000', '173920.315000', '173920.318000', '173920.320000', '173920.323000', '173920.326000', '173920.329000', '173920.331000', '173920.334000', '173920.337000', '173920.340000', '173920.343000', '173920.345000', '173920.348000', '173920.351000', '173920.354000', '173920.357000', '173920.359000', '173920.362000', '173920.365000', '173920.368000', '173920.370000', '173920.373000', '173920.376000', '173920.379000', '173920.383000', '173920.386000', '173920.389000', '173920.392000', '173920.395000', '173920.397000', '173920.400000', '173920.403000', '173920.406000', '173920.409000', '173920.411000', '173920.414000', '173920.417000', '173920.420000', '173920.422000', '173940.303000', '173940.306000', '173940.309000', '173940.312000', '173940.314000', '173940.317000', '173940.320000', '173940.323000', '173940.325000', '173940.328000', '173940.331000', '173940.334000', '173940.336000', '173940.339000', '173940.342000', '173940.345000', '173940.348000', '173940.351000', '173940.353000', '173940.356000', '173940.359000', '173940.362000', '173940.365000', '173940.367000', '173940.370000', '173940.373000', '173940.376000', '173940.378000', '173940.381000', '173940.384000', '173940.399000', '173940.402000', '173940.404000', '173940.407000', '173940.410000', '173940.413000', '173940.415000', '173940.418000', '173940.421000', '173940.424000', '173940.427000', '173940.429000', '173940.432000', '173940.435000', '174000.304000', '174000.307000', '174000.310000', '174000.313000', '174000.316000', '174000.319000', '174000.322000', '174000.324000', '174000.327000', '174000.330000', '174000.333000', '174000.335000', '174000.338000', '174000.341000', '174000.344000', '174000.347000', '174000.350000', '174000.352000', '174000.355000', '174000.358000', '174000.361000', '174000.363000', '174000.366000', '174000.369000', '174000.372000', '174000.375000', '174000.377000', '174000.380000', '174000.383000', '174000.386000', '174000.389000', '174000.391000', '174000.394000', '174000.397000', '174000.405000', '174000.408000', '174000.410000', '174000.413000', '174000.416000', '174000.419000', '174000.421000', '174000.424000', '174000.427000', '174020.304000', '174020.307000', '174020.310000', '174020.312000', '174020.315000', '174020.318000', '174020.321000', '174020.324000', '174020.327000', '174020.329000', '174020.332000', '174020.335000', '174020.338000', '174020.341000', '174020.343000', '174020.346000', '174020.349000', '174020.352000', '174020.355000', '174020.357000', '174020.360000', '174020.363000', '174020.366000', '174020.369000', '174020.371000', '174020.374000', '174020.377000', '174020.380000', '174020.383000', '174020.385000', '174020.388000', '174020.391000', '174020.394000', '174020.397000', '174020.399000', '174020.402000', '174020.405000', '174020.408000', '174020.411000', '174020.413000', '174020.416000', '174020.419000', '174020.422000', '174020.425000', '174040.304000', '174040.307000', '174040.309000', '174040.312000', '174040.315000', '174040.318000', '174040.321000', '174040.324000', '174040.326000', '174040.329000', '174040.332000', '174040.335000', '174040.337000', '174040.340000', '174040.343000', '174040.346000', '174040.349000', '174040.352000', '174040.354000', '174040.357000', '174040.360000', '174040.363000', '174040.366000', '174040.368000', '174040.371000', '174040.374000', '174040.377000', '174040.380000', '174040.382000', '174040.385000', '174040.388000', '174040.391000', '174040.393000', '174040.396000', '174040.399000', '174040.402000', '174040.405000', '174040.407000', '174040.410000', '174040.413000', '174040.416000', '174040.419000', '174040.423000', '174100.303000', '174100.306000', '174100.308000', '174100.311000', '174100.314000', '174100.317000', '174100.320000', '174100.322000', '174100.325000', '174100.328000', '174100.331000', '174100.334000', '174100.336000', '174100.339000', '174100.342000', '174100.345000', '174100.348000', '174100.351000', '174100.353000', '174100.356000', '174100.359000', '174100.362000', '174100.365000', '174100.367000', '174100.370000', '174100.373000', '174100.376000', '174100.379000', '174100.381000', '174100.384000', '174100.387000', '174100.390000', '174100.393000', '174100.396000', '174100.398000', '174100.401000', '174100.404000', '174100.407000', '174100.410000', '174100.412000', '174100.415000', '174100.418000', '174100.421000', '174100.424000', '174120.303000', '174120.306000', '174120.309000', '174120.312000', '174120.314000', '174120.317000', '174120.320000', '174120.323000', '174120.326000', '174120.328000', '174120.331000', '174120.334000', '174120.337000', '174120.340000', '174120.343000', '174120.346000', '174120.348000', '174120.351000', '174120.354000', '174120.357000', '174120.360000', '174120.363000', '174120.365000', '174120.368000', '174120.371000', '174120.389000', '174120.392000', '174120.395000', '174120.398000', '174120.400000', '174120.403000', '174120.406000', '174120.409000', '174120.412000', '174120.414000', '174120.417000', '174120.420000', '174120.423000', '174120.426000', '174120.429000', '174120.431000', '174120.434000', '174120.437000', '174140.303000', '174140.306000', '174140.309000', '174140.311000', '174140.314000', '174140.317000', '174140.320000', '174140.323000', '174140.326000', '174140.328000', '174140.331000', '174140.334000', '174140.337000', '174140.340000', '174140.342000', '174140.345000', '174140.348000', '174140.351000', '174140.354000', '174140.357000', '174140.359000', '174140.362000', '174140.365000', '174140.368000', '174140.371000', '174140.373000', '174140.376000', '174140.379000', '174140.382000', '174140.385000', '174140.387000', '174140.390000', '174140.393000', '174140.396000', '174140.399000', '174140.402000', '174140.404000', '174140.407000', '174140.410000', '174140.413000', '174140.416000', '174140.418000', '174140.421000', '174140.424000', '174200.303000', '174200.306000', '174200.308000', '174200.311000', '174200.314000', '174200.317000', '174200.320000', '174200.322000', '174200.325000', '174200.328000', '174200.331000', '174200.334000', '174200.337000', '174200.339000', '174200.342000', '174200.345000', '174200.348000', '174200.351000', '174200.354000', '174200.356000', '174200.359000', '174200.362000', '174200.365000', '174200.368000', '174200.370000', '174200.373000', '174200.376000', '174200.379000', '174200.382000', '174200.384000', '174200.387000', '174200.390000', '174200.393000', '174200.396000', '174200.398000', '174200.401000', '174200.404000', '174200.407000', '174200.410000', '174200.413000', '174200.415000', '174200.418000', '174200.421000', '174220.305000', '174220.309000', '174220.312000', '174220.315000', '174220.317000', '174220.320000', '174220.323000', '174220.326000', '174220.329000', '174220.332000', '174220.335000', '174220.338000', '174220.340000', '174220.343000', '174220.346000', '174220.349000', '174220.352000', '174220.354000', '174220.357000', '174220.360000', '174220.363000', '174220.365000', '174220.368000', '174220.371000', '174220.374000', '174220.377000', '174220.380000', '174220.382000', '174220.385000', '174220.388000', '174220.391000', '174220.394000', '174220.396000', '174220.399000', '174220.402000', '174220.405000', '174220.408000', '174220.410000', '174220.413000', '174220.416000', '174220.419000', '174220.422000', '174220.425000', '174240.304000', '174240.307000', '174240.310000', '174240.313000', '174240.315000', '174240.318000', '174240.321000', '174240.324000', '174240.327000', '174240.330000', '174240.332000', '174240.335000', '174240.338000', '174240.341000', '174240.344000', '174240.346000', '174240.349000', '174240.352000', '174240.355000', '174240.358000', '174240.360000', '174240.363000', '174240.366000', '174240.369000', '174240.372000', '174240.374000', '174240.377000', '174240.380000', '174240.383000', '174240.386000', '174240.389000', '174240.391000', '174240.394000', '174240.397000', '174240.400000', '174240.403000', '174240.406000', '174240.408000', '174240.411000', '174240.414000', '174240.417000', '174240.420000', '174240.422000', '174240.425000', '174300.304000', '174300.307000', '174300.310000', '174300.313000', '174300.316000', '174300.319000', '174300.322000', '174300.340000', '174300.343000', '174300.345000', '174300.348000', '174300.351000', '174300.354000', '174300.357000', '174300.359000', '174300.362000', '174300.365000', '174300.368000', '174300.371000', '174300.373000', '174300.376000', '174300.379000', '174300.382000', '174300.385000', '174300.387000', '174300.390000', '174300.393000', '174300.396000', '174300.399000', '174300.401000', '174300.404000', '174300.407000', '174300.410000', '174300.413000', '174300.415000', '174300.418000', '174300.421000', '174300.424000', '174300.427000', '174300.429000', '174300.432000', '174300.435000', '174300.438000', '174320.303000', '174320.306000', '174320.309000', '174320.311000', '174320.314000', '174320.317000', '174320.320000', '174320.323000', '174320.326000', '174320.328000', '174320.331000', '174320.334000', '174320.337000', '174320.340000', '174320.343000', '174320.346000', '174320.348000', '174320.351000', '174320.354000', '174320.357000', '174320.360000', '174320.363000', '174320.366000', '174320.368000', '174320.371000', '174320.374000', '174320.377000', '174320.380000', '174320.382000', '174320.385000', '174320.388000', '174320.391000', '174320.394000', '174320.396000', '174320.399000', '174320.402000', '174320.405000', '174320.408000', '174320.411000', '174320.413000', '174320.416000', '174320.419000', '174320.422000', '174320.425000', '174340.303000', '174340.306000', '174340.309000', '174340.312000', '174340.314000', '174340.317000', '174340.320000', '174340.323000', '174340.326000', '174340.329000', '174340.331000', '174340.336000', '174340.340000', '174340.344000', '174340.346000', '174340.349000', '174340.352000', '174340.355000', '174340.358000', '174340.361000', '174340.363000', '174340.366000', '174340.369000', '174340.372000', '174340.375000', '174340.377000', '174340.380000', '174340.383000', '174340.386000', '174340.389000', '174340.392000', '174340.394000', '174340.397000', '174340.400000', '174340.403000', '174340.406000', '174340.408000', '174340.411000', '174340.414000', '174340.417000', '174340.420000', '174340.422000', '174340.425000', '174400.303000', '174400.306000', '174400.309000', '174400.312000', '174400.314000', '174400.317000', '174400.320000', '174400.323000', '174400.326000', '174400.328000', '174400.331000', '174400.334000', '174400.337000', '174400.340000', '174400.343000', '174400.345000', '174400.348000', '174400.351000', '174400.354000', '174400.357000', '174400.360000', '174400.362000', '174400.365000', '174400.368000', '174400.371000', '174400.374000', '174400.376000', '174400.379000', '174400.382000', '174400.385000', '174400.388000', '174400.390000', '174400.393000', '174400.396000', '174400.399000', '174400.402000', '174400.405000', '174400.407000', '174400.410000', '174400.413000', '174400.416000', '174400.419000', '174400.421000', '174400.424000', '174420.303000', '174420.306000', '174420.309000', '174420.312000', '174420.314000', '174420.317000', '174420.320000', '174420.323000', '174420.326000', '174420.328000', '174420.331000', '174420.334000', '174420.337000', '174420.340000', '174420.343000', '174420.345000', '174420.348000', '174420.351000', '174420.371000', '174420.374000', '174420.377000', '174420.380000', '174420.383000', '174420.386000', '174420.388000', '174420.391000', '174420.394000', '174420.397000', '174420.400000', '174420.402000', '174420.405000', '174420.408000', '174420.411000', '174420.414000', '174420.417000', '174420.419000', '174420.422000', '174420.425000', '174420.428000', '174420.431000', '174420.433000', '174420.436000', '174420.439000', '174440.304000', '174440.307000', '174440.310000', '174440.313000', '174440.315000', '174440.318000', '174440.321000', '174440.324000', '174440.327000', '174440.330000', '174440.332000', '174440.335000', '174440.338000', '174440.341000', '174440.344000', '174440.347000', '174440.349000', '174440.352000', '174440.355000', '174440.358000', '174440.361000', '174440.363000', '174440.366000', '174440.369000', '174440.372000', '174440.375000', '174440.378000', '174440.380000', '174440.383000', '174440.386000', '174440.389000', '174440.392000', '174440.395000', '174440.397000', '174440.400000', '174440.403000', '174440.406000', '174440.409000', '174440.412000', '174440.414000', '174440.417000', '174440.420000', '174440.423000', '174440.426000', '174500.304000', '174500.307000', '174500.311000', '174500.314000', '174500.317000', '174500.320000', '174500.323000', '174500.325000', '174500.328000', '174500.331000', '174500.334000', '174500.336000', '174500.339000', '174500.342000', '174500.345000', '174500.348000', '174500.351000', '174500.354000', '174500.357000', '174500.360000', '174500.362000', '174500.365000', '174500.368000', '174500.371000', '174500.374000', '174500.377000', '174500.379000', '174500.383000', '174500.389000', '174500.392000', '174500.394000', '174500.397000', '174500.400000', '174500.403000', '174500.406000', '174500.408000', '174500.411000', '174500.414000', '174500.417000', '174500.420000', '174500.423000', '174500.425000', '174500.428000', '174520.304000', '174520.307000', '174520.310000', '174520.313000', '174520.315000', '174520.318000', '174520.321000', '174520.324000', '174520.327000', '174520.329000', '174520.332000', '174520.335000', '174520.338000', '174520.341000', '174520.344000', '174520.346000', '174520.349000', '174520.352000', '174520.355000', '174520.358000', '174520.361000', '174520.363000', '174520.366000', '174520.369000', '174520.372000', '174520.375000', '174520.378000', '174520.380000', '174520.383000', '174520.386000', '174520.389000', '174520.392000', '174520.395000', '174520.398000', '174520.400000', '174520.403000', '174520.406000', '174520.409000', '174520.412000', '174520.415000', '174520.417000', '174520.420000', '174520.423000', '174520.426000', '174523.451000', '174523.454000', '174523.458000', '174523.463000', '174523.466000', '174523.469000', '174523.472000'], 'InstanceCreationTime': ['173900.345000', '173900.348000', '173900.351000', '173900.354000', '173900.357000', '173900.360000', '173900.362000', '173900.365000', '173900.368000', '173900.371000', '173900.374000', '173900.376000', '173900.379000', '173900.382000', '173900.385000', '173900.387000', '173900.390000', '173900.393000', '173900.396000', '173900.399000', '173900.401000', '173900.404000', '173900.407000', '173900.410000', '173900.413000', '173900.415000', '173900.418000', '173900.421000', '173900.424000', '173900.432000', '173900.435000', '173900.438000', '173900.440000', '173900.443000', '173900.446000', '173900.449000', '173900.452000', '173900.454000', '173900.457000', '173920.303000', '173920.306000', '173920.309000', '173920.312000', '173920.315000', '173920.318000', '173920.320000', '173920.323000', '173920.326000', '173920.329000', '173920.331000', '173920.334000', '173920.337000', '173920.340000', '173920.343000', '173920.345000', '173920.348000', '173920.351000', '173920.354000', '173920.357000', '173920.359000', '173920.362000', '173920.365000', '173920.368000', '173920.370000', '173920.373000', '173920.376000', '173920.379000', '173920.383000', '173920.386000', '173920.389000', '173920.392000', '173920.395000', '173920.397000', '173920.400000', '173920.403000', '173920.406000', '173920.409000', '173920.411000', '173920.414000', '173920.417000', '173920.420000', '173920.422000', '173940.303000', '173940.306000', '173940.309000', '173940.312000', '173940.314000', '173940.317000', '173940.320000', '173940.323000', '173940.325000', '173940.328000', '173940.331000', '173940.334000', '173940.336000', '173940.339000', '173940.342000', '173940.345000', '173940.348000', '173940.351000', '173940.353000', '173940.356000', '173940.359000', '173940.362000', '173940.365000', '173940.367000', '173940.370000', '173940.373000', '173940.376000', '173940.378000', '173940.381000', '173940.384000', '173940.399000', '173940.402000', '173940.404000', '173940.407000', '173940.410000', '173940.413000', '173940.415000', '173940.418000', '173940.421000', '173940.424000', '173940.427000', '173940.429000', '173940.432000', '173940.435000', '174000.304000', '174000.307000', '174000.310000', '174000.313000', '174000.316000', '174000.319000', '174000.322000', '174000.324000', '174000.327000', '174000.330000', '174000.333000', '174000.335000', '174000.338000', '174000.341000', '174000.344000', '174000.347000', '174000.350000', '174000.352000', '174000.355000', '174000.358000', '174000.361000', '174000.363000', '174000.366000', '174000.369000', '174000.372000', '174000.375000', '174000.377000', '174000.380000', '174000.383000', '174000.386000', '174000.389000', '174000.391000', '174000.394000', '174000.397000', '174000.405000', '174000.408000', '174000.410000', '174000.413000', '174000.416000', '174000.419000', '174000.421000', '174000.424000', '174000.427000', '174020.304000', '174020.307000', '174020.310000', '174020.312000', '174020.315000', '174020.318000', '174020.321000', '174020.324000', '174020.327000', '174020.329000', '174020.332000', '174020.335000', '174020.338000', '174020.341000', '174020.343000', '174020.346000', '174020.349000', '174020.352000', '174020.355000', '174020.357000', '174020.360000', '174020.363000', '174020.366000', '174020.369000', '174020.371000', '174020.374000', '174020.377000', '174020.380000', '174020.383000', '174020.385000', '174020.388000', '174020.391000', '174020.394000', '174020.397000', '174020.399000', '174020.402000', '174020.405000', '174020.408000', '174020.411000', '174020.413000', '174020.416000', '174020.419000', '174020.422000', '174020.425000', '174040.304000', '174040.307000', '174040.309000', '174040.312000', '174040.315000', '174040.318000', '174040.321000', '174040.324000', '174040.326000', '174040.329000', '174040.332000', '174040.335000', '174040.337000', '174040.340000', '174040.343000', '174040.346000', '174040.349000', '174040.352000', '174040.354000', '174040.357000', '174040.360000', '174040.363000', '174040.366000', '174040.368000', '174040.371000', '174040.374000', '174040.377000', '174040.380000', '174040.382000', '174040.385000', '174040.388000', '174040.391000', '174040.393000', '174040.396000', '174040.399000', '174040.402000', '174040.405000', '174040.407000', '174040.410000', '174040.413000', '174040.416000', '174040.419000', '174040.423000', '174100.303000', '174100.306000', '174100.308000', '174100.311000', '174100.314000', '174100.317000', '174100.320000', '174100.322000', '174100.325000', '174100.328000', '174100.331000', '174100.334000', '174100.336000', '174100.339000', '174100.342000', '174100.345000', '174100.348000', '174100.351000', '174100.353000', '174100.356000', '174100.359000', '174100.362000', '174100.365000', '174100.367000', '174100.370000', '174100.373000', '174100.376000', '174100.379000', '174100.381000', '174100.384000', '174100.387000', '174100.390000', '174100.393000', '174100.396000', '174100.398000', '174100.401000', '174100.404000', '174100.407000', '174100.410000', '174100.412000', '174100.415000', '174100.418000', '174100.421000', '174100.424000', '174120.303000', '174120.306000', '174120.309000', '174120.312000', '174120.314000', '174120.317000', '174120.320000', '174120.323000', '174120.326000', '174120.328000', '174120.331000', '174120.334000', '174120.337000', '174120.340000', '174120.343000', '174120.346000', '174120.348000', '174120.351000', '174120.354000', '174120.357000', '174120.360000', '174120.363000', '174120.365000', '174120.368000', '174120.371000', '174120.389000', '174120.392000', '174120.395000', '174120.398000', '174120.400000', '174120.403000', '174120.406000', '174120.409000', '174120.412000', '174120.414000', '174120.417000', '174120.420000', '174120.423000', '174120.426000', '174120.429000', '174120.431000', '174120.434000', '174120.437000', '174140.303000', '174140.306000', '174140.309000', '174140.311000', '174140.314000', '174140.317000', '174140.320000', '174140.323000', '174140.326000', '174140.328000', '174140.331000', '174140.334000', '174140.337000', '174140.340000', '174140.342000', '174140.345000', '174140.348000', '174140.351000', '174140.354000', '174140.357000', '174140.359000', '174140.362000', '174140.365000', '174140.368000', '174140.371000', '174140.373000', '174140.376000', '174140.379000', '174140.382000', '174140.385000', '174140.387000', '174140.390000', '174140.393000', '174140.396000', '174140.399000', '174140.402000', '174140.404000', '174140.407000', '174140.410000', '174140.413000', '174140.416000', '174140.418000', '174140.421000', '174140.424000', '174200.303000', '174200.306000', '174200.308000', '174200.311000', '174200.314000', '174200.317000', '174200.320000', '174200.322000', '174200.325000', '174200.328000', '174200.331000', '174200.334000', '174200.337000', '174200.339000', '174200.342000', '174200.345000', '174200.348000', '174200.351000', '174200.354000', '174200.356000', '174200.359000', '174200.362000', '174200.365000', '174200.368000', '174200.370000', '174200.373000', '174200.376000', '174200.379000', '174200.382000', '174200.384000', '174200.387000', '174200.390000', '174200.393000', '174200.396000', '174200.398000', '174200.401000', '174200.404000', '174200.407000', '174200.410000', '174200.413000', '174200.415000', '174200.418000', '174200.421000', '174220.305000', '174220.309000', '174220.312000', '174220.315000', '174220.317000', '174220.320000', '174220.323000', '174220.326000', '174220.329000', '174220.332000', '174220.335000', '174220.338000', '174220.340000', '174220.343000', '174220.346000', '174220.349000', '174220.352000', '174220.354000', '174220.357000', '174220.360000', '174220.363000', '174220.365000', '174220.368000', '174220.371000', '174220.374000', '174220.377000', '174220.380000', '174220.382000', '174220.385000', '174220.388000', '174220.391000', '174220.394000', '174220.396000', '174220.399000', '174220.402000', '174220.405000', '174220.408000', '174220.410000', '174220.413000', '174220.416000', '174220.419000', '174220.422000', '174220.425000', '174240.304000', '174240.307000', '174240.310000', '174240.313000', '174240.315000', '174240.318000', '174240.321000', '174240.324000', '174240.327000', '174240.330000', '174240.332000', '174240.335000', '174240.338000', '174240.341000', '174240.344000', '174240.346000', '174240.349000', '174240.352000', '174240.355000', '174240.358000', '174240.360000', '174240.363000', '174240.366000', '174240.369000', '174240.372000', '174240.374000', '174240.377000', '174240.380000', '174240.383000', '174240.386000', '174240.389000', '174240.391000', '174240.394000', '174240.397000', '174240.400000', '174240.403000', '174240.406000', '174240.408000', '174240.411000', '174240.414000', '174240.417000', '174240.420000', '174240.422000', '174240.425000', '174300.304000', '174300.307000', '174300.310000', '174300.313000', '174300.316000', '174300.319000', '174300.322000', '174300.340000', '174300.343000', '174300.345000', '174300.348000', '174300.351000', '174300.354000', '174300.357000', '174300.359000', '174300.362000', '174300.365000', '174300.368000', '174300.371000', '174300.373000', '174300.376000', '174300.379000', '174300.382000', '174300.385000', '174300.387000', '174300.390000', '174300.393000', '174300.396000', '174300.399000', '174300.401000', '174300.404000', '174300.407000', '174300.410000', '174300.413000', '174300.415000', '174300.418000', '174300.421000', '174300.424000', '174300.427000', '174300.429000', '174300.432000', '174300.435000', '174300.438000', '174320.303000', '174320.306000', '174320.309000', '174320.311000', '174320.314000', '174320.317000', '174320.320000', '174320.323000', '174320.326000', '174320.328000', '174320.331000', '174320.334000', '174320.337000', '174320.340000', '174320.343000', '174320.346000', '174320.348000', '174320.351000', '174320.354000', '174320.357000', '174320.360000', '174320.363000', '174320.366000', '174320.368000', '174320.371000', '174320.374000', '174320.377000', '174320.380000', '174320.382000', '174320.385000', '174320.388000', '174320.391000', '174320.394000', '174320.396000', '174320.399000', '174320.402000', '174320.405000', '174320.408000', '174320.411000', '174320.413000', '174320.416000', '174320.419000', '174320.422000', '174320.425000', '174340.303000', '174340.306000', '174340.309000', '174340.312000', '174340.314000', '174340.317000', '174340.320000', '174340.323000', '174340.326000', '174340.329000', '174340.331000', '174340.336000', '174340.340000', '174340.344000', '174340.346000', '174340.349000', '174340.352000', '174340.355000', '174340.358000', '174340.361000', '174340.363000', '174340.366000', '174340.369000', '174340.372000', '174340.375000', '174340.377000', '174340.380000', '174340.383000', '174340.386000', '174340.389000', '174340.392000', '174340.394000', '174340.397000', '174340.400000', '174340.403000', '174340.406000', '174340.408000', '174340.411000', '174340.414000', '174340.417000', '174340.420000', '174340.422000', '174340.425000', '174400.303000', '174400.306000', '174400.309000', '174400.312000', '174400.314000', '174400.317000', '174400.320000', '174400.323000', '174400.326000', '174400.328000', '174400.331000', '174400.334000', '174400.337000', '174400.340000', '174400.343000', '174400.345000', '174400.348000', '174400.351000', '174400.354000', '174400.357000', '174400.360000', '174400.362000', '174400.365000', '174400.368000', '174400.371000', '174400.374000', '174400.376000', '174400.379000', '174400.382000', '174400.385000', '174400.388000', '174400.390000', '174400.393000', '174400.396000', '174400.399000', '174400.402000', '174400.405000', '174400.407000', '174400.410000', '174400.413000', '174400.416000', '174400.419000', '174400.421000', '174400.424000', '174420.303000', '174420.306000', '174420.309000', '174420.312000', '174420.314000', '174420.317000', '174420.320000', '174420.323000', '174420.326000', '174420.328000', '174420.331000', '174420.334000', '174420.337000', '174420.340000', '174420.343000', '174420.345000', '174420.348000', '174420.351000', '174420.371000', '174420.374000', '174420.377000', '174420.380000', '174420.383000', '174420.386000', '174420.388000', '174420.391000', '174420.394000', '174420.397000', '174420.400000', '174420.402000', '174420.405000', '174420.408000', '174420.411000', '174420.414000', '174420.417000', '174420.419000', '174420.422000', '174420.425000', '174420.428000', '174420.431000', '174420.433000', '174420.436000', '174420.439000', '174440.304000', '174440.307000', '174440.310000', '174440.313000', '174440.315000', '174440.318000', '174440.321000', '174440.324000', '174440.327000', '174440.330000', '174440.332000', '174440.335000', '174440.338000', '174440.341000', '174440.344000', '174440.347000', '174440.349000', '174440.352000', '174440.355000', '174440.358000', '174440.361000', '174440.363000', '174440.366000', '174440.369000', '174440.372000', '174440.375000', '174440.378000', '174440.380000', '174440.383000', '174440.386000', '174440.389000', '174440.392000', '174440.395000', '174440.397000', '174440.400000', '174440.403000', '174440.406000', '174440.409000', '174440.412000', '174440.414000', '174440.417000', '174440.420000', '174440.423000', '174440.426000', '174500.304000', '174500.307000', '174500.311000', '174500.314000', '174500.317000', '174500.320000', '174500.323000', '174500.325000', '174500.328000', '174500.331000', '174500.334000', '174500.336000', '174500.339000', '174500.342000', '174500.345000', '174500.348000', '174500.351000', '174500.354000', '174500.357000', '174500.360000', '174500.362000', '174500.365000', '174500.368000', '174500.371000', '174500.374000', '174500.377000', '174500.379000', '174500.383000', '174500.389000', '174500.392000', '174500.394000', '174500.397000', '174500.400000', '174500.403000', '174500.406000', '174500.408000', '174500.411000', '174500.414000', '174500.417000', '174500.420000', '174500.423000', '174500.425000', '174500.428000', '174520.304000', '174520.307000', '174520.310000', '174520.313000', '174520.315000', '174520.318000', '174520.321000', '174520.324000', '174520.327000', '174520.329000', '174520.332000', '174520.335000', '174520.338000', '174520.341000', '174520.344000', '174520.346000', '174520.349000', '174520.352000', '174520.355000', '174520.358000', '174520.361000', '174520.363000', '174520.366000', '174520.369000', '174520.372000', '174520.375000', '174520.378000', '174520.380000', '174520.383000', '174520.386000', '174520.389000', '174520.392000', '174520.395000', '174520.398000', '174520.400000', '174520.403000', '174520.406000', '174520.409000', '174520.412000', '174520.415000', '174520.417000', '174520.420000', '174520.423000', '174520.426000', '174523.451000', '174523.454000', '174523.458000', '174523.463000', '174523.466000', '174523.469000', '174523.472000'], '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': [8995, 11261, 7685, 11717, 7573, 12634, 8562, 12844, 9364, 10400, 9697, 7835, 12222, 12032, 9563, 14519, 8783, 13194, 9013, 12562, 10101, 12764, 9397, 12089, 9453, 12019, 9771, 14195, 9166, 13486, 9985, 16121, 12219, 16230, 8829, 14890, 9453, 14282, 10100, 15170, 9438, 11688, 8686, 10726, 9691, 12090, 10474, 11855, 8874, 8763, 9481, 9070, 10967, 7413, 10405, 7599, 11947, 8349, 12530, 8593, 11785, 8474, 12487, 10079, 8695, 14675, 11387, 8770, 7718, 9575, 8361, 12346, 9228, 12769, 9822, 14036, 9873, 14442, 10492, 15999, 13032, 15322, 10349, 12472, 9568, 12279, 9805, 11846, 10251, 7881, 9748, 8011, 10404, 8960, 11582, 7360, 10979, 7305, 10824, 8989, 10117, 14631, 9505, 13348, 8535, 12184, 8766, 11359, 8355, 10164, 7069, 9328, 7550, 9831, 8297, 10733, 7676, 10310, 7368, 10378, 9239, 10793, 9062, 10653, 7597, 10296, 9177, 11569, 9223, 10988, 7277, 10728, 7795, 11936, 8369, 12186, 8312, 11823, 8485, 12328, 9754, 11619, 9906, 9532, 9514, 9920, 11252, 14751, 10455, 11595, 9156, 9546, 10204, 10068, 10777, 9339, 9834, 8258, 10786, 10152, 11447, 8922, 10533, 7457, 10781, 8659, 11693, 10252, 10315, 8894, 9382, 10510, 10972, 10218, 10745, 7470, 10147, 8104, 10973, 10486, 10604, 10295, 9641, 7150, 10287, 7617, 12628, 8341, 11210, 8106, 11018, 8053, 11642, 8361, 12695, 8501, 12142, 7913, 11929, 8788, 12326, 9959, 9398, 9731, 7657, 7899, 10691, 8772, 12629, 10922, 10295, 16688, 12082, 12345, 11152, 8807, 13570, 9286, 15020, 10954, 15330, 13314, 16267, 13369, 14295, 10436, 11943, 10103, 10490, 10700, 9820, 10803, 7929, 9868, 9000, 9903, 8959, 10167, 7687, 9770, 9651, 9780, 12011, 9571, 12018, 8495, 11728, 8582, 12242, 9606, 12451, 8246, 11883, 8106, 11735, 8330, 11691, 8697, 9944, 8420, 9865, 7315, 10738, 7330, 9027, 7594, 9282, 8885, 10413, 8831, 10592, 7238, 10059, 7467, 11988, 7984, 12625, 7740, 11702, 8261, 12111, 9241, 13033, 9184, 12317, 9055, 11805, 9690, 12341, 9137, 11910, 8320, 11601, 8345, 11700, 8628, 11872, 8219, 11266, 7950, 11803, 7421, 11809, 8593, 11826, 7353, 10960, 7461, 12091, 8988, 12435, 9358, 11110, 8087, 11510, 8803, 12639, 10423, 10610, 8207, 10371, 8091, 12215, 8735, 12316, 8080, 10782, 7904, 11257, 8360, 12479, 9395, 10881, 8047, 9885, 8158, 11136, 8208, 11599, 8492, 11204, 7864, 10677, 7787, 11599, 8159, 13392, 8477, 10303, 7928, 9560, 14123, 9482, 14919, 8426, 12022, 7745, 10759, 7780, 11552, 7868, 9758, 8055, 11118, 7745, 11875, 9612, 9731, 8145, 9322, 10430, 10965, 11574, 10839, 9313, 9290, 11099, 9615, 14404, 10289, 16884, 8835, 14354, 8292, 13679, 10021, 11610, 8857, 7782, 9366, 7319, 12229, 8382, 11797, 8172, 11493, 8572, 12038, 9021, 12881, 8295, 11865, 8062, 11741, 8663, 12563, 9095, 11970, 8245, 12109, 8486, 11549, 8556, 11770, 7976, 9849, 8181, 11599, 7533, 12213, 7575, 10458, 7472, 9699, 10467, 10605, 10126, 10414, 7751, 10231, 7364, 11329, 8308, 11336, 8334, 9818, 11075, 8563, 14201, 8734, 12350, 8631, 11261, 8041, 9938, 9547, 10086, 14905, 10114, 13680, 8507, 12073, 8245, 11968, 8585, 12256, 7779, 9776, 7481, 11905, 7450, 12038, 7561, 11212, 7949, 12156, 8752, 12851, 9100, 13044, 8661, 12895, 9029, 12589, 9312, 13268, 8633, 12446, 8334, 11987, 8748, 11852, 8562, 11864, 8613, 14245, 8927, 12857, 8458, 7493, 11839, 8789, 12999, 8885, 11662, 8623, 12912, 10220, 12372, 14825, 11047, 15227, 8842, 13905, 8568, 12278, 9149, 11906, 8334, 10688, 7819, 10076, 7708, 11041, 7885, 11476, 8259, 10693, 8228, 12021, 8872, 11802, 14066, 8976, 13601, 8445, 13399, 9253, 13128, 9239, 11312, 8109, 10663, 7872, 10964, 8363, 10504, 7987, 10542, 7757, 11652, 8991, 10473, 11792, 8874, 11169, 8764, 13494, 9825, 14958, 9160, 12296, 8426, 13439, 9185, 13165, 8731, 11752, 8341, 11172, 7885, 9592, 11540, 9263, 12075, 8294, 12988, 7924, 12675, 8565, 12575, 8450, 11727, 8066, 11402, 8337, 12369, 9574, 12406, 8264, 10259, 7957, 11480, 13140, 11553, 11644, 10100, 7983, 9976, 8295, 11775, 8518, 13171, 8814, 12178, 8644, 11695, 8377, 12101, 9237, 13024, 8369, 11682, 8287, 11278, 8393, 12889, 8880, 9154, 10003, 8653, 13845, 8595, 12087, 8633, 11889, 7660, 11110, 8132, 11854, 9323, 12222, 7912, 12549, 8364, 12890, 10079, 14361, 9096, 13341, 8734, 13138, 9722, 13405, 9153, 12544, 8462, 11789, 8127, 11436, 8556, 10886, 8318, 11426, 7664, 11212, 10146, 9639, 14569, 9658, 10294, 8502, 7652, 9016, 11573, 9192, 14749, 9254, 12393, 7985, 11774, 8208, 11576, 8625, 11917, 7796, 10097, 7920, 11046, 8351, 12991, 9621, 10494, 8333, 9342, 12899, 8858, 14016, 8916, 14628, 8868, 9053, 10331, 8386, 13548, 8815, 12025, 7975, 10072, 7942, 8575, 13788, 7837, 12407, 7735, 12172, 7700, 9065, 7233, 8376, 12737, 8036, 14061, 8787, 12424, 8147, 11495, 8334, 11699, 8921, 11143, 9661, 9035, 11672, 9559, 15220, 10469, 13087, 8648, 10639, 9151, 10586, 11499, 9707, 11094, 7676, 10853, 7506, 11998, 8718, 12326, 8265, 10895, 9486, 10263, 11230, 11077, 12421, 9686, 11131, 8847, 11226, 10923, 10778, 11590, 8086, 10635, 7407, 12432, 8722, 13304, 9281, 12612, 8262, 13406, 8418, 14297, 10146, 15795, 8419, 12557, 8294, 11974, 8972, 12069, 9648, 9075, 8470, 8736, 13360, 9395, 14113, 8863, 12380, 7991, 11734, 8196, 9613, 12895, 9179, 14495, 8744, 11612, 7947, 7520, 10905, 11810, 15421, 13077, 14678, 8973, 8631, 10511, 16213, 9215, 13570, 8444, 13057, 8705, 13179, 8341, 11638, 9153, 11765, 10562, 17049, 8644, 14887, 8390, 11849, 8919, 11947, 8389, 10096, 8383, 9792, 7754, 12182, 7486, 9290, 7730, 8699, 10893, 8173, 14084, 8568, 12145, 8251, 10089, 8360, 11125, 8264, 10490, 10850, 8824, 11836, 7939, 14207, 9619, 13360, 9446, 12530, 8590, 11576, 8490, 11858, 8218, 11371, 9253, 9113, 7600, 8567, 8971, 9556, 11045, 9882, 10916, 8590, 12774, 8695, 13703, 8904, 13136, 8616, 12720, 8300, 11764, 8174, 11760, 8716, 11886, 8181], 'WindowCenter': [4239.0, 4242.0, 4175.0, 4224.0, 4171.0, 4236.0, 4194.0, 4223.0, 4191.0, 4213.0, 4204.0, 4172.0, 4224.0, 4209.0, 4189.0, 4219.0, 4166.0, 4206.0, 4166.0, 4194.0, 4188.0, 4205.0, 4175.0, 4194.0, 4163.0, 4180.0, 4161.0, 4191.0, 4148.0, 4189.0, 4158.0, 4200.0, 4167.0, 4198.0, 4137.0, 4185.0, 4135.0, 4176.0, 4146.0, 4175.0, 4132.0, 4154.0, 4124.0, 4143.0, 4144.0, 4164.0, 4156.0, 4165.0, 4135.0, 4135.0, 4147.0, 4136.0, 4156.0, 4116.0, 4156.0, 4126.0, 4169.0, 4139.0, 4192.0, 4150.0, 4182.0, 4166.0, 4207.0, 4188.0, 4190.0, 4253.0, 4180.0, 4218.0, 4197.0, 4212.0, 4177.0, 4219.0, 4188.0, 4221.0, 4199.0, 4231.0, 4189.0, 4219.0, 4187.0, 4228.0, 4205.0, 4215.0, 4172.0, 4180.0, 4160.0, 4180.0, 4170.0, 4181.0, 4169.0, 4140.0, 4158.0, 4140.0, 4171.0, 4149.0, 4183.0, 4131.0, 4182.0, 4144.0, 4187.0, 4164.0, 4175.0, 4205.0, 4160.0, 4192.0, 4138.0, 4169.0, 4151.0, 4170.0, 4138.0, 4160.0, 4118.0, 4149.0, 4128.0, 4172.0, 4153.0, 4185.0, 4144.0, 4177.0, 4144.0, 4185.0, 4177.0, 4186.0, 4178.0, 4187.0, 4145.0, 4187.0, 4177.0, 4198.0, 4178.0, 4187.0, 4146.0, 4185.0, 4157.0, 4198.0, 4167.0, 4210.0, 4166.0, 4197.0, 4165.0, 4196.0, 4179.0, 4198.0, 4174.0, 4177.0, 4176.0, 4175.0, 4199.0, 4219.0, 4188.0, 4186.0, 4165.0, 4162.0, 4185.0, 4176.0, 4186.0, 4164.0, 4175.0, 4154.0, 4186.0, 4176.0, 4185.0, 4153.0, 4173.0, 4131.0, 4171.0, 4152.0, 4182.0, 4162.0, 4161.0, 4139.0, 4152.0, 4172.0, 4172.0, 4162.0, 4172.0, 4130.0, 4161.0, 4141.0, 4185.0, 4174.0, 4175.0, 4163.0, 4151.0, 4119.0, 4161.0, 4133.0, 4184.0, 4143.0, 4174.0, 4142.0, 4172.0, 4144.0, 4184.0, 4143.0, 4197.0, 4154.0, 4185.0, 4143.0, 4183.0, 4154.0, 4184.0, 4162.0, 4165.0, 4164.0, 4159.0, 4171.0, 4214.0, 4222.0, 4237.0, 4214.0, 4190.0, 4257.0, 4223.0, 4223.0, 4214.0, 4191.0, 4221.0, 4179.0, 4216.0, 4174.0, 4203.0, 4193.0, 4214.0, 4181.0, 4190.0, 4146.0, 4156.0, 4133.0, 4133.0, 4131.0, 4120.0, 4131.0, 4102.0, 4132.0, 4121.0, 4144.0, 4135.0, 4146.0, 4115.0, 4148.0, 4148.0, 4149.0, 4169.0, 4147.0, 4169.0, 4125.0, 4157.0, 4138.0, 4169.0, 4146.0, 4180.0, 4141.0, 4169.0, 4139.0, 4182.0, 4140.0, 4169.0, 4140.0, 4150.0, 4139.0, 4149.0, 4118.0, 4171.0, 4130.0, 4151.0, 4130.0, 4150.0, 4149.0, 4173.0, 4165.0, 4174.0, 4133.0, 4163.0, 4131.0, 4195.0, 4155.0, 4198.0, 4156.0, 4197.0, 4155.0, 4196.0, 4179.0, 4209.0, 4178.0, 4198.0, 4168.0, 4210.0, 4179.0, 4199.0, 4167.0, 4186.0, 4154.0, 4184.0, 4145.0, 4186.0, 4155.0, 4198.0, 4154.0, 4184.0, 4144.0, 4185.0, 4148.0, 4199.0, 4168.0, 4211.0, 4146.0, 4187.0, 4147.0, 4199.0, 4167.0, 4211.0, 4168.0, 4188.0, 4145.0, 4187.0, 4155.0, 4187.0, 4178.0, 4175.0, 4142.0, 4164.0, 4145.0, 4186.0, 4155.0, 4196.0, 4146.0, 4177.0, 4144.0, 4173.0, 4141.0, 4184.0, 4155.0, 4163.0, 4131.0, 4150.0, 4131.0, 4172.0, 4143.0, 4185.0, 4155.0, 4174.0, 4143.0, 4162.0, 4145.0, 4185.0, 4143.0, 4197.0, 4141.0, 4162.0, 4130.0, 4153.0, 4181.0, 4150.0, 4196.0, 4130.0, 4169.0, 4118.0, 4159.0, 4129.0, 4172.0, 4131.0, 4151.0, 4131.0, 4173.0, 4133.0, 4184.0, 4167.0, 4163.0, 4131.0, 4153.0, 4163.0, 4174.0, 4173.0, 4173.0, 4150.0, 4151.0, 4159.0, 4151.0, 4193.0, 4163.0, 4204.0, 4140.0, 4181.0, 4130.0, 4180.0, 4163.0, 4169.0, 4141.0, 4131.0, 4152.0, 4132.0, 4183.0, 4142.0, 4184.0, 4142.0, 4173.0, 4154.0, 4185.0, 4167.0, 4197.0, 4143.0, 4183.0, 4131.0, 4184.0, 4154.0, 4186.0, 4153.0, 4185.0, 4144.0, 4184.0, 4154.0, 4171.0, 4143.0, 4172.0, 4130.0, 4148.0, 4131.0, 4183.0, 4132.0, 4186.0, 4133.0, 4174.0, 4131.0, 4165.0, 4174.0, 4174.0, 4174.0, 4175.0, 4134.0, 4164.0, 4134.0, 4186.0, 4143.0, 4186.0, 4143.0, 4164.0, 4171.0, 4143.0, 4196.0, 4142.0, 4185.0, 4143.0, 4173.0, 4131.0, 4151.0, 4151.0, 4162.0, 4192.0, 4163.0, 4182.0, 4129.0, 4169.0, 4129.0, 4169.0, 4128.0, 4172.0, 4115.0, 4149.0, 4118.0, 4169.0, 4118.0, 4184.0, 4131.0, 4171.0, 4142.0, 4183.0, 4153.0, 4198.0, 4155.0, 4195.0, 4155.0, 4193.0, 4155.0, 4184.0, 4155.0, 4197.0, 4144.0, 4184.0, 4142.0, 4184.0, 4142.0, 4172.0, 4152.0, 4185.0, 4171.0, 4219.0, 4179.0, 4208.0, 4167.0, 4145.0, 4197.0, 4169.0, 4211.0, 4168.0, 4200.0, 4169.0, 4196.0, 4175.0, 4196.0, 4204.0, 4174.0, 4202.0, 4150.0, 4193.0, 4141.0, 4183.0, 4151.0, 4184.0, 4141.0, 4162.0, 4132.0, 4162.0, 4144.0, 4173.0, 4157.0, 4198.0, 4157.0, 4176.0, 4156.0, 4198.0, 4168.0, 4198.0, 4208.0, 4155.0, 4195.0, 4144.0, 4196.0, 4153.0, 4198.0, 4153.0, 4175.0, 4143.0, 4174.0, 4145.0, 4176.0, 4158.0, 4176.0, 4156.0, 4176.0, 4145.0, 4187.0, 4156.0, 4191.0, 4186.0, 4156.0, 4175.0, 4156.0, 4195.0, 4166.0, 4206.0, 4155.0, 4182.0, 4145.0, 4208.0, 4164.0, 4196.0, 4154.0, 4173.0, 4131.0, 4160.0, 4131.0, 4152.0, 4160.0, 4153.0, 4172.0, 4142.0, 4182.0, 4142.0, 4196.0, 4156.0, 4196.0, 4155.0, 4184.0, 4145.0, 4187.0, 4156.0, 4187.0, 4166.0, 4186.0, 4144.0, 4164.0, 4142.0, 4173.0, 4182.0, 4173.0, 4172.0, 4150.0, 4129.0, 4150.0, 4142.0, 4184.0, 4142.0, 4197.0, 4153.0, 4184.0, 4144.0, 4185.0, 4143.0, 4173.0, 4151.0, 4182.0, 4130.0, 4170.0, 4143.0, 4173.0, 4130.0, 4182.0, 4140.0, 4140.0, 4148.0, 4140.0, 4192.0, 4140.0, 4185.0, 4141.0, 4183.0, 4133.0, 4173.0, 4144.0, 4185.0, 4167.0, 4194.0, 4145.0, 4193.0, 4158.0, 4197.0, 4178.0, 4205.0, 4154.0, 4184.0, 4143.0, 4184.0, 4153.0, 4180.0, 4140.0, 4169.0, 4128.0, 4168.0, 4129.0, 4160.0, 4141.0, 4160.0, 4131.0, 4172.0, 4132.0, 4174.0, 4163.0, 4151.0, 4190.0, 4152.0, 4149.0, 4140.0, 4121.0, 4152.0, 4183.0, 4152.0, 4195.0, 4153.0, 4172.0, 4130.0, 4171.0, 4142.0, 4173.0, 4143.0, 4186.0, 4133.0, 4174.0, 4144.0, 4185.0, 4154.0, 4197.0, 4164.0, 4175.0, 4142.0, 4153.0, 4183.0, 4153.0, 4195.0, 4141.0, 4192.0, 4127.0, 4137.0, 4147.0, 4140.0, 4180.0, 4139.0, 4171.0, 4128.0, 4149.0, 4128.0, 4140.0, 4179.0, 4129.0, 4182.0, 4132.0, 4184.0, 4132.0, 4153.0, 4132.0, 4143.0, 4195.0, 4144.0, 4207.0, 4158.0, 4197.0, 4145.0, 4185.0, 4144.0, 4185.0, 4153.0, 4188.0, 4152.0, 4153.0, 4172.0, 4165.0, 4205.0, 4175.0, 4181.0, 4142.0, 4160.0, 4150.0, 4161.0, 4171.0, 4163.0, 4172.0, 4132.0, 4171.0, 4130.0, 4183.0, 4142.0, 4184.0, 4141.0, 4173.0, 4151.0, 4163.0, 4173.0, 4173.0, 4184.0, 4152.0, 4159.0, 4141.0, 4161.0, 4161.0, 4172.0, 4186.0, 4144.0, 4173.0, 4133.0, 4198.0, 4156.0, 4211.0, 4167.0, 4209.0, 4159.0, 4208.0, 4159.0, 4220.0, 4178.0, 4219.0, 4145.0, 4186.0, 4143.0, 4185.0, 4141.0, 4184.0, 4150.0, 4141.0, 4129.0, 4142.0, 4192.0, 4152.0, 4195.0, 4153.0, 4183.0, 4130.0, 4173.0, 4129.0, 4165.0, 4185.0, 4153.0, 4208.0, 4144.0, 4170.0, 4144.0, 4148.0, 4190.0, 4198.0, 4235.0, 4234.0, 4246.0, 4193.0, 4192.0, 4213.0, 4244.0, 4192.0, 4222.0, 4159.0, 4197.0, 4157.0, 4197.0, 4154.0, 4174.0, 4151.0, 4175.0, 4163.0, 4203.0, 4129.0, 4190.0, 4130.0, 4170.0, 4128.0, 4160.0, 4115.0, 4134.0, 4115.0, 4134.0, 4118.0, 4158.0, 4119.0, 4137.0, 4118.0, 4140.0, 4161.0, 4141.0, 4182.0, 4143.0, 4185.0, 4131.0, 4161.0, 4130.0, 4175.0, 4144.0, 4174.0, 4174.0, 4153.0, 4171.0, 4133.0, 4196.0, 4154.0, 4197.0, 4166.0, 4183.0, 4141.0, 4172.0, 4131.0, 4171.0, 4130.0, 4171.0, 4151.0, 4140.0, 4131.0, 4141.0, 4150.0, 4163.0, 4173.0, 4167.0, 4172.0, 4142.0, 4182.0, 4142.0, 4195.0, 4143.0, 4186.0, 4142.0, 4185.0, 4131.0, 4172.0, 4143.0, 4172.0, 4142.0, 4172.0, 4129.0], 'WindowWidth': [9418.0, 9405.0, 9302.0, 9361.0, 9288.0, 9383.0, 9323.0, 9361.0, 9310.0, 9344.0, 9336.0, 9287.0, 9360.0, 9331.0, 9303.0, 9350.0, 9268.0, 9325.0, 9267.0, 9307.0, 9297.0, 9323.0, 9279.0, 9305.0, 9257.0, 9280.0, 9249.0, 9292.0, 9230.0, 9287.0, 9244.0, 9305.0, 9253.0, 9297.0, 9209.0, 9274.0, 9203.0, 9264.0, 9221.0, 9259.0, 9198.0, 9228.0, 9189.0, 9213.0, 9216.0, 9243.0, 9235.0, 9245.0, 9204.0, 9207.0, 9223.0, 9209.0, 9235.0, 9181.0, 9235.0, 9197.0, 9258.0, 9218.0, 9296.0, 9237.0, 9283.0, 9270.0, 9329.0, 9305.0, 9316.0, 9413.0, 9283.0, 9367.0, 9334.0, 9344.0, 9291.0, 9347.0, 9304.0, 9353.0, 9318.0, 9369.0, 9304.0, 9348.0, 9299.0, 9360.0, 9318.0, 9333.0, 9268.0, 9276.0, 9247.0, 9276.0, 9263.0, 9278.0, 9260.0, 9222.0, 9245.0, 9222.0, 9264.0, 9233.0, 9285.0, 9212.0, 9283.0, 9233.0, 9295.0, 9263.0, 9275.0, 9321.0, 9249.0, 9296.0, 9215.0, 9257.0, 9236.0, 9262.0, 9215.0, 9247.0, 9187.0, 9229.0, 9202.0, 9265.0, 9244.0, 9289.0, 9235.0, 9279.0, 9234.0, 9290.0, 9282.0, 9293.0, 9286.0, 9294.0, 9236.0, 9294.0, 9284.0, 9311.0, 9286.0, 9294.0, 9238.0, 9291.0, 9255.0, 9312.0, 9269.0, 9333.0, 9267.0, 9307.0, 9262.0, 9308.0, 9284.0, 9313.0, 9276.0, 9281.0, 9278.0, 9277.0, 9315.0, 9343.0, 9299.0, 9289.0, 9260.0, 9255.0, 9290.0, 9280.0, 9293.0, 9259.0, 9275.0, 9246.0, 9292.0, 9278.0, 9290.0, 9241.0, 9268.0, 9210.0, 9261.0, 9237.0, 9278.0, 9251.0, 9246.0, 9216.0, 9236.0, 9265.0, 9264.0, 9251.0, 9265.0, 9207.0, 9248.0, 9221.0, 9288.0, 9273.0, 9277.0, 9254.0, 9234.0, 9190.0, 9249.0, 9213.0, 9282.0, 9228.0, 9271.0, 9224.0, 9265.0, 9230.0, 9285.0, 9229.0, 9310.0, 9243.0, 9286.0, 9226.0, 9283.0, 9241.0, 9284.0, 9251.0, 9257.0, 9256.0, 9258.0, 9281.0, 9343.0, 9374.0, 9386.0, 9345.0, 9307.0, 9423.0, 9360.0, 9359.0, 9345.0, 9311.0, 9351.0, 9285.0, 9334.0, 9272.0, 9313.0, 9295.0, 9328.0, 9276.0, 9287.0, 9220.0, 9230.0, 9195.0, 9197.0, 9191.0, 9173.0, 9189.0, 9151.0, 9194.0, 9181.0, 9214.0, 9203.0, 9219.0, 9177.0, 9224.0, 9225.0, 9226.0, 9255.0, 9222.0, 9254.0, 9190.0, 9237.0, 9210.0, 9254.0, 9221.0, 9273.0, 9219.0, 9257.0, 9216.0, 9276.0, 9217.0, 9255.0, 9219.0, 9231.0, 9214.0, 9229.0, 9188.0, 9263.0, 9206.0, 9233.0, 9205.0, 9232.0, 9230.0, 9268.0, 9261.0, 9272.0, 9216.0, 9253.0, 9211.0, 9301.0, 9249.0, 9308.0, 9253.0, 9306.0, 9249.0, 9307.0, 9285.0, 9328.0, 9281.0, 9312.0, 9268.0, 9331.0, 9284.0, 9313.0, 9264.0, 9290.0, 9245.0, 9284.0, 9231.0, 9289.0, 9245.0, 9309.0, 9243.0, 9284.0, 9231.0, 9286.0, 9243.0, 9313.0, 9269.0, 9332.0, 9238.0, 9292.0, 9240.0, 9313.0, 9266.0, 9335.0, 9266.0, 9294.0, 9233.0, 9292.0, 9243.0, 9291.0, 9278.0, 9272.0, 9223.0, 9253.0, 9231.0, 9287.0, 9243.0, 9307.0, 9235.0, 9279.0, 9228.0, 9265.0, 9219.0, 9280.0, 9242.0, 9251.0, 9204.0, 9229.0, 9205.0, 9263.0, 9226.0, 9286.0, 9243.0, 9269.0, 9225.0, 9251.0, 9233.0, 9288.0, 9225.0, 9305.0, 9220.0, 9248.0, 9202.0, 9236.0, 9272.0, 9228.0, 9307.0, 9200.0, 9252.0, 9182.0, 9239.0, 9200.0, 9261.0, 9207.0, 9232.0, 9207.0, 9265.0, 9212.0, 9281.0, 9262.0, 9251.0, 9207.0, 9236.0, 9252.0, 9265.0, 9267.0, 9266.0, 9229.0, 9232.0, 9240.0, 9231.0, 9295.0, 9252.0, 9313.0, 9215.0, 9273.0, 9201.0, 9271.0, 9251.0, 9254.0, 9218.0, 9205.0, 9237.0, 9210.0, 9281.0, 9224.0, 9283.0, 9223.0, 9267.0, 9240.0, 9286.0, 9267.0, 9306.0, 9225.0, 9279.0, 9208.0, 9282.0, 9241.0, 9290.0, 9238.0, 9285.0, 9227.0, 9280.0, 9242.0, 9261.0, 9225.0, 9262.0, 9201.0, 9224.0, 9204.0, 9278.0, 9210.0, 9286.0, 9213.0, 9268.0, 9208.0, 9258.0, 9267.0, 9267.0, 9272.0, 9273.0, 9214.0, 9256.0, 9216.0, 9288.0, 9224.0, 9289.0, 9222.0, 9253.0, 9261.0, 9223.0, 9306.0, 9222.0, 9287.0, 9223.0, 9264.0, 9204.0, 9232.0, 9232.0, 9248.0, 9296.0, 9250.0, 9279.0, 9199.0, 9253.0, 9198.0, 9254.0, 9195.0, 9264.0, 9176.0, 9228.0, 9184.0, 9253.0, 9185.0, 9282.0, 9205.0, 9260.0, 9223.0, 9280.0, 9241.0, 9310.0, 9245.0, 9302.0, 9245.0, 9295.0, 9244.0, 9286.0, 9245.0, 9307.0, 9227.0, 9282.0, 9224.0, 9282.0, 9223.0, 9265.0, 9238.0, 9286.0, 9279.0, 9342.0, 9288.0, 9326.0, 9269.0, 9237.0, 9306.0, 9273.0, 9334.0, 9270.0, 9318.0, 9271.0, 9309.0, 9272.0, 9304.0, 9310.0, 9271.0, 9304.0, 9232.0, 9297.0, 9221.0, 9280.0, 9234.0, 9283.0, 9220.0, 9249.0, 9211.0, 9251.0, 9232.0, 9269.0, 9256.0, 9311.0, 9251.0, 9276.0, 9249.0, 9311.0, 9268.0, 9310.0, 9321.0, 9246.0, 9300.0, 9227.0, 9306.0, 9239.0, 9314.0, 9240.0, 9272.0, 9229.0, 9269.0, 9232.0, 9275.0, 9256.0, 9275.0, 9250.0, 9276.0, 9235.0, 9291.0, 9246.0, 9303.0, 9286.0, 9246.0, 9270.0, 9247.0, 9305.0, 9260.0, 9317.0, 9242.0, 9277.0, 9230.0, 9324.0, 9256.0, 9305.0, 9241.0, 9267.0, 9204.0, 9243.0, 9204.0, 9234.0, 9244.0, 9238.0, 9262.0, 9221.0, 9275.0, 9225.0, 9303.0, 9247.0, 9305.0, 9247.0, 9282.0, 9231.0, 9291.0, 9248.0, 9291.0, 9258.0, 9286.0, 9224.0, 9252.0, 9222.0, 9265.0, 9273.0, 9264.0, 9259.0, 9229.0, 9199.0, 9228.0, 9222.0, 9279.0, 9221.0, 9306.0, 9239.0, 9284.0, 9228.0, 9286.0, 9226.0, 9269.0, 9234.0, 9275.0, 9202.0, 9256.0, 9224.0, 9267.0, 9202.0, 9276.0, 9214.0, 9215.0, 9222.0, 9213.0, 9294.0, 9217.0, 9286.0, 9222.0, 9281.0, 9214.0, 9267.0, 9229.0, 9285.0, 9266.0, 9297.0, 9232.0, 9294.0, 9253.0, 9303.0, 9278.0, 9313.0, 9240.0, 9282.0, 9224.0, 9285.0, 9235.0, 9276.0, 9213.0, 9254.0, 9194.0, 9249.0, 9201.0, 9241.0, 9218.0, 9244.0, 9204.0, 9261.0, 9206.0, 9266.0, 9248.0, 9231.0, 9285.0, 9236.0, 9225.0, 9216.0, 9191.0, 9236.0, 9281.0, 9236.0, 9302.0, 9236.0, 9262.0, 9201.0, 9257.0, 9223.0, 9265.0, 9226.0, 9287.0, 9212.0, 9269.0, 9229.0, 9286.0, 9244.0, 9305.0, 9255.0, 9271.0, 9223.0, 9238.0, 9280.0, 9238.0, 9302.0, 9217.0, 9287.0, 9191.0, 9206.0, 9218.0, 9217.0, 9274.0, 9212.0, 9260.0, 9197.0, 9226.0, 9197.0, 9214.0, 9268.0, 9199.0, 9275.0, 9208.0, 9281.0, 9209.0, 9238.0, 9209.0, 9226.0, 9297.0, 9231.0, 9321.0, 9253.0, 9305.0, 9232.0, 9285.0, 9229.0, 9285.0, 9237.0, 9292.0, 9235.0, 9238.0, 9261.0, 9259.0, 9320.0, 9273.0, 9275.0, 9222.0, 9243.0, 9231.0, 9247.0, 9261.0, 9252.0, 9262.0, 9210.0, 9261.0, 9205.0, 9279.0, 9222.0, 9285.0, 9219.0, 9265.0, 9232.0, 9254.0, 9266.0, 9266.0, 9282.0, 9235.0, 9242.0, 9219.0, 9244.0, 9245.0, 9264.0, 9291.0, 9227.0, 9266.0, 9213.0, 9311.0, 9250.0, 9335.0, 9267.0, 9329.0, 9257.0, 9324.0, 9257.0, 9344.0, 9281.0, 9345.0, 9233.0, 9289.0, 9226.0, 9286.0, 9218.0, 9281.0, 9228.0, 9217.0, 9200.0, 9221.0, 9293.0, 9234.0, 9303.0, 9239.0, 9279.0, 9204.0, 9265.0, 9199.0, 9256.0, 9284.0, 9237.0, 9326.0, 9228.0, 9257.0, 9227.0, 9242.0, 9300.0, 9314.0, 9373.0, 9373.0, 9395.0, 9313.0, 9314.0, 9343.0, 9387.0, 9311.0, 9348.0, 9256.0, 9309.0, 9249.0, 9306.0, 9244.0, 9269.0, 9234.0, 9273.0, 9253.0, 9308.0, 9200.0, 9283.0, 9200.0, 9256.0, 9195.0, 9244.0, 9173.0, 9197.0, 9171.0, 9199.0, 9180.0, 9232.0, 9183.0, 9207.0, 9182.0, 9215.0, 9244.0, 9220.0, 9277.0, 9222.0, 9285.0, 9203.0, 9243.0, 9202.0, 9268.0, 9226.0, 9268.0, 9265.0, 9235.0, 9261.0, 9209.0, 9304.0, 9239.0, 9307.0, 9257.0, 9279.0, 9218.0, 9259.0, 9201.0, 9259.0, 9202.0, 9257.0, 9233.0, 9216.0, 9205.0, 9218.0, 9231.0, 9251.0, 9264.0, 9263.0, 9263.0, 9222.0, 9276.0, 9222.0, 9300.0, 9223.0, 9290.0, 9221.0, 9282.0, 9204.0, 9261.0, 9223.0, 9262.0, 9221.0, 9258.0, 9198.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.004163692660550459</td></tr>
<tr><td colspan=3>aqi</td><td>0.027586513532110096</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.17478871057406</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.369817763938002</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.037705943696899</td></tr>
<tr><td colspan=3>efc</td><td>0.5003</td></tr>
<tr><td colspan=3>fber</td><td>4862.0674</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09782595615895444</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.81651376146789</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.39028024401517</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.285332490967973</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6007193925394723</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.284788848538066</td></tr>
<tr><td colspan=3>gcor</td><td>0.0168884</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02158067375421524</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04937417060136795</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>4.161649473090516</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>18.1905</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.2205</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.1132</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295453.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>985.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.9157</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8828</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.6833</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3370.4419</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3500.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1403.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.0075</td></tr>
<tr><td colspan=3>tsnr</td><td>35.69521796016488</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>