<?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-0008_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0008_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-01/func/sub-0008_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a0f87c7c3cff40da0124ca5619dff8e5</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:25:50.472500</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.998519, -0.0107825, 0.0533258, 0.00801676, 0.998625, 0.0518095]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0836529</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7711, -7332, 630, -69, -183, -77, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.322</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f584ae14-b604-43bc-beda-b09d90caaae8||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.6789534091949463, 0.021508393809199333, 0.1452900916337967, 109.66510772705078], [0.028928671032190323, 2.6792373657226562, 0.13852418959140778, -105.00067138671875], [0.1430693417787552, -0.13900107145309448, 2.6925270557403564, -73.69952392578125], [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': ['122550.472500', '122550.932500', '122551.392500', '122551.852500', '122552.312500', '122552.772500', '122553.232500', '122553.692500', '122554.152500', '122554.612500', '122555.072500', '122555.532500', '122555.992500', '122556.452500', '122556.912500', '122557.372500', '122557.832500', '122558.292500', '122558.752500', '122559.212500', '122559.672500', '122600.132500', '122600.592500', '122601.052500', '122601.512500', '122601.972500', '122602.432500', '122602.892500', '122603.352500', '122603.812500', '122604.272500', '122604.732500', '122605.192500', '122605.652500', '122606.112500', '122606.572500', '122607.032500', '122607.492500', '122607.952500', '122608.412500', '122608.872500', '122609.332500', '122609.792500', '122610.252500', '122610.712500', '122611.172500', '122611.632500', '122612.092500', '122612.552500', '122613.012500', '122613.472500', '122613.932500', '122614.392500', '122614.852500', '122615.312500', '122615.772500', '122616.232500', '122616.692500', '122617.152500', '122617.612500', '122618.072500', '122618.532500', '122618.992500', '122619.452500', '122619.912500', '122620.372500', '122620.832500', '122621.292500', '122621.752500', '122622.212500', '122622.672500', '122623.132500', '122623.592500', '122624.052500', '122624.512500', '122624.972500', '122625.432500', '122625.892500', '122626.352500', '122626.812500', '122627.272500', '122627.732500', '122628.192500', '122628.652500', '122629.112500', '122629.572500', '122630.032500', '122630.492500', '122630.952500', '122631.412500', '122631.872500', '122632.332500', '122632.792500', '122633.252500', '122633.712500', '122634.172500', '122634.632500', '122635.092500', '122635.552500', '122636.012500', '122636.472500', '122636.932500', '122637.392500', '122637.852500', '122638.312500', '122638.772500', '122639.232500', '122639.692500', '122640.152500', '122640.612500', '122641.072500', '122641.532500', '122641.992500', '122642.452500', '122642.912500', '122643.372500', '122643.832500', '122644.292500', '122644.752500', '122645.212500', '122645.672500', '122646.132500', '122646.592500', '122647.052500', '122647.512500', '122647.972500', '122648.432500', '122648.892500', '122649.352500', '122649.812500', '122650.272500', '122650.732500', '122651.192500', '122651.652500', '122652.112500', '122652.572500', '122653.032500', '122653.492500', '122653.952500', '122654.412500', '122654.872500', '122655.332500', '122655.792500', '122656.252500', '122656.712500', '122657.172500', '122657.632500', '122658.092500', '122658.552500', '122659.012500', '122659.472500', '122659.932500', '122700.392500', '122700.852500', '122701.312500', '122701.772500', '122702.232500', '122702.692500', '122703.152500', '122703.612500', '122704.072500', '122704.532500', '122704.992500', '122705.452500', '122705.912500', '122706.372500', '122706.832500', '122707.292500', '122707.752500', '122708.212500', '122708.672500', '122709.132500', '122709.592500', '122710.052500', '122710.512500', '122710.972500', '122711.432500', '122711.892500', '122712.352500', '122712.812500', '122713.272500', '122713.732500', '122714.192500', '122714.652500', '122715.112500', '122715.572500', '122716.032500', '122716.492500', '122716.952500', '122717.412500', '122717.872500', '122718.332500', '122718.792500', '122719.252500', '122719.712500', '122720.172500', '122720.632500', '122721.092500', '122721.552500', '122722.012500', '122722.472500', '122722.932500', '122723.392500', '122723.852500', '122724.312500', '122724.772500', '122725.232500', '122725.692500', '122726.152500', '122726.612500', '122727.072500', '122727.532500', '122727.992500', '122728.452500', '122728.912500', '122729.372500', '122729.832500', '122730.292500', '122730.752500', '122731.212500', '122731.672500', '122732.132500', '122732.592500', '122733.052500', '122733.512500', '122733.972500', '122734.432500', '122734.892500', '122735.352500', '122735.812500', '122736.272500', '122736.732500', '122737.192500', '122737.652500', '122738.112500', '122738.572500', '122739.032500', '122739.492500', '122739.952500', '122740.412500', '122740.872500', '122741.332500', '122741.792500', '122742.252500', '122742.712500', '122743.172500', '122743.632500', '122744.092500', '122744.552500', '122745.012500', '122745.472500', '122745.932500', '122746.392500', '122746.852500', '122747.312500', '122747.772500', '122748.232500', '122748.692500', '122749.152500', '122749.612500', '122750.072500', '122750.532500', '122750.992500', '122751.452500', '122751.912500', '122752.372500', '122752.832500', '122753.292500', '122753.752500', '122754.212500', '122754.672500', '122755.132500', '122755.592500', '122756.052500', '122756.512500', '122756.972500', '122757.432500', '122757.892500', '122758.352500', '122758.812500', '122759.272500', '122759.732500', '122800.192500', '122800.652500', '122801.112500', '122801.572500', '122802.032500', '122802.492500', '122802.952500', '122803.412500', '122803.872500', '122804.332500', '122804.792500', '122805.252500', '122805.712500', '122806.172500', '122806.632500', '122807.092500', '122807.552500', '122808.012500', '122808.472500', '122808.932500', '122809.392500', '122809.852500', '122810.312500', '122810.772500', '122811.232500', '122811.692500', '122812.152500', '122812.612500', '122813.072500', '122813.532500', '122813.992500', '122814.452500', '122814.912500', '122815.372500', '122815.832500', '122816.292500', '122816.752500', '122817.212500', '122817.672500', '122818.132500', '122818.592500', '122819.052500', '122819.512500', '122819.972500', '122820.432500', '122820.892500', '122821.352500', '122821.812500', '122822.272500', '122822.732500', '122823.192500', '122823.652500', '122824.112500', '122824.572500', '122825.032500', '122825.492500', '122825.952500', '122826.412500', '122826.872500', '122827.332500', '122827.792500', '122828.252500', '122828.712500', '122829.172500', '122829.632500', '122830.092500', '122830.552500', '122831.012500', '122831.472500', '122831.932500', '122832.392500', '122832.852500', '122833.312500', '122833.772500', '122834.232500', '122834.692500', '122835.152500', '122835.612500', '122836.072500', '122836.532500', '122836.992500', '122837.452500', '122837.912500', '122838.372500', '122838.832500', '122839.292500', '122839.752500', '122840.212500', '122840.672500', '122841.132500', '122841.592500', '122842.052500', '122842.512500', '122842.972500', '122843.432500', '122843.892500', '122844.352500', '122844.812500', '122845.272500', '122845.732500', '122846.192500', '122846.652500', '122847.112500', '122847.572500', '122848.032500', '122848.492500', '122848.952500', '122849.412500', '122849.872500', '122850.332500', '122850.792500', '122851.252500', '122851.712500', '122852.172500', '122852.632500', '122853.092500', '122853.552500', '122854.012500', '122854.472500', '122854.932500', '122855.392500', '122855.852500', '122856.312500', '122856.772500', '122857.232500', '122857.692500', '122858.152500', '122858.612500', '122859.072500', '122859.532500', '122859.992500', '122900.452500', '122900.912500', '122901.372500', '122901.832500', '122902.292500', '122902.752500', '122903.212500', '122903.672500', '122904.132500', '122904.592500', '122905.052500', '122905.512500', '122905.972500', '122906.432500', '122906.892500', '122907.352500', '122907.812500', '122908.272500', '122908.732500', '122909.192500', '122909.652500', '122910.112500', '122910.572500', '122911.032500', '122911.492500', '122911.952500', '122912.412500', '122912.872500', '122913.332500', '122913.792500', '122914.252500', '122914.712500', '122915.172500', '122915.632500', '122916.092500', '122916.552500', '122917.012500', '122917.472500', '122917.932500', '122918.392500', '122918.852500', '122919.312500', '122919.772500', '122920.232500', '122920.692500', '122921.152500', '122921.612500', '122922.072500', '122922.532500', '122922.992500', '122923.452500', '122923.912500', '122924.372500', '122924.832500', '122925.292500', '122925.752500', '122926.212500', '122926.672500', '122927.132500', '122927.592500', '122928.052500', '122928.512500', '122928.972500', '122929.432500', '122929.892500', '122930.352500', '122930.812500', '122931.272500', '122931.732500', '122932.192500', '122932.652500', '122933.112500', '122933.572500', '122934.032500', '122934.492500', '122934.952500', '122935.412500', '122935.872500', '122936.332500', '122936.792500', '122937.252500', '122937.712500', '122938.172500', '122938.632500', '122939.092500', '122939.552500', '122940.012500', '122940.472500', '122940.932500', '122941.392500', '122941.852500', '122942.312500', '122942.772500', '122943.232500', '122943.692500', '122944.152500', '122944.612500', '122945.072500', '122945.532500', '122945.992500', '122946.452500', '122946.912500', '122947.372500', '122947.832500', '122948.292500', '122948.752500', '122949.212500', '122949.672500', '122950.132500', '122950.592500', '122951.052500', '122951.512500', '122951.972500', '122952.432500', '122952.892500', '122953.352500', '122953.812500', '122954.272500', '122954.732500', '122955.192500', '122955.652500', '122956.112500', '122956.572500', '122957.032500', '122957.492500', '122957.952500', '122958.412500', '122958.872500', '122959.332500', '122959.792500', '123000.252500', '123000.712500', '123001.172500', '123001.632500', '123002.092500', '123002.552500', '123003.012500', '123003.472500', '123003.932500', '123004.392500', '123004.852500', '123005.312500', '123005.772500', '123006.232500', '123006.692500', '123007.152500', '123007.612500', '123008.072500', '123008.532500', '123008.992500', '123009.452500', '123009.912500', '123010.372500', '123010.832500', '123011.292500', '123011.752500', '123012.212500', '123012.672500', '123013.132500', '123013.592500', '123014.052500', '123014.512500', '123014.972500', '123015.432500', '123015.892500', '123016.352500', '123016.812500', '123017.272500', '123017.732500', '123018.192500', '123018.652500', '123019.112500', '123019.572500', '123020.032500', '123020.492500', '123020.952500', '123021.412500', '123021.872500', '123022.332500', '123022.792500', '123023.252500', '123023.712500', '123024.172500', '123024.632500', '123025.092500', '123025.552500', '123026.012500', '123026.472500', '123026.932500', '123027.392500', '123027.852500', '123028.312500', '123028.772500', '123029.232500', '123029.692500', '123030.152500', '123030.612500', '123031.072500', '123031.532500', '123031.992500', '123032.452500', '123032.912500', '123033.372500', '123033.832500', '123034.292500', '123034.752500', '123035.212500', '123035.672500', '123036.132500', '123036.592500', '123037.052500', '123037.512500', '123037.972500', '123038.432500', '123038.892500', '123039.352500', '123039.812500', '123040.272500', '123040.732500', '123041.192500', '123041.652500', '123042.112500', '123042.572500', '123043.032500', '123043.492500', '123043.952500', '123044.412500', '123044.872500', '123045.332500', '123045.792500', '123046.252500', '123046.712500', '123047.172500', '123047.632500', '123048.092500', '123048.552500', '123049.012500', '123049.472500', '123049.932500', '123050.392500', '123050.852500', '123051.312500', '123051.772500', '123052.232500', '123052.692500', '123053.152500', '123053.612500', '123054.072500', '123054.532500', '123054.992500', '123055.452500', '123055.912500', '123056.372500', '123056.832500', '123057.292500', '123057.752500', '123058.212500', '123058.672500', '123059.132500', '123059.592500', '123100.052500', '123100.512500', '123100.972500', '123101.432500', '123101.892500', '123102.352500', '123102.812500', '123103.272500', '123103.732500', '123104.192500', '123104.652500', '123105.112500', '123105.572500', '123106.032500', '123106.492500', '123106.952500', '123107.412500', '123107.872500', '123108.332500', '123108.792500', '123109.252500', '123109.712500', '123110.172500', '123110.632500', '123111.092500', '123111.552500', '123112.012500', '123112.472500', '123112.932500', '123113.392500', '123113.852500', '123114.312500', '123114.772500', '123115.232500', '123115.692500', '123116.152500', '123116.612500', '123117.072500', '123117.532500', '123117.992500', '123118.452500', '123118.912500', '123119.372500', '123119.832500', '123120.292500', '123120.752500', '123121.212500', '123121.672500', '123122.132500', '123122.592500', '123123.052500', '123123.512500', '123123.972500', '123124.432500', '123124.892500', '123125.352500', '123125.812500', '123126.272500', '123126.732500', '123127.192500', '123127.652500', '123128.112500', '123128.572500', '123129.032500', '123129.492500', '123129.952500', '123130.412500', '123130.872500', '123131.332500', '123131.792500', '123132.252500', '123132.712500', '123133.172500', '123133.632500', '123134.092500', '123134.552500', '123135.012500', '123135.472500', '123135.932500', '123136.392500', '123136.852500', '123137.312500', '123137.772500', '123138.232500', '123138.692500', '123139.152500', '123139.612500', '123140.072500', '123140.532500', '123140.992500', '123141.452500', '123141.912500', '123142.372500', '123142.832500', '123143.292500', '123143.752500', '123144.212500', '123144.672500', '123145.132500', '123145.592500', '123146.052500', '123146.512500', '123146.972500', '123147.432500', '123147.892500', '123148.352500', '123148.812500', '123149.272500', '123149.732500', '123150.192500', '123150.652500', '123151.112500', '123151.572500', '123152.032500', '123152.492500', '123152.952500', '123153.412500', '123153.872500', '123154.332500', '123154.792500', '123155.252500', '123155.712500', '123156.172500', '123156.632500', '123157.092500', '123157.552500', '123158.012500', '123158.472500', '123158.932500', '123159.392500', '123159.852500', '123200.312500', '123200.772500', '123201.232500', '123201.692500', '123202.152500', '123202.612500', '123203.072500', '123203.532500', '123203.992500', '123204.452500', '123204.912500', '123205.372500', '123205.832500', '123206.292500', '123206.752500', '123207.212500', '123207.672500', '123208.132500', '123208.592500', '123209.052500', '123209.512500', '123209.972500', '123210.432500', '123210.892500', '123211.352500', '123211.812500', '123212.272500', '123212.732500', '123213.192500', '123213.652500', '123214.112500', '123214.572500', '123215.032500', '123215.492500', '123215.952500', '123216.412500', '123216.872500', '123217.332500', '123217.792500', '123218.252500', '123218.712500', '123219.172500', '123219.632500', '123220.092500', '123220.552500', '123221.012500', '123221.472500', '123221.932500', '123222.392500', '123222.852500', '123223.312500', '123223.772500', '123224.232500', '123224.692500', '123225.152500', '123225.612500', '123226.072500', '123226.532500', '123226.992500', '123227.452500', '123227.912500', '123228.372500', '123228.832500', '123229.292500', '123229.752500', '123230.212500', '123230.672500', '123231.132500'], 'ContentTime': ['122609.352000', '122609.355000', '122609.358000', '122609.361000', '122609.364000', '122609.367000', '122609.369000', '122609.372000', '122609.375000', '122609.378000', '122609.381000', '122609.383000', '122609.386000', '122609.389000', '122609.392000', '122609.395000', '122609.397000', '122609.400000', '122609.403000', '122609.406000', '122609.409000', '122609.412000', '122609.421000', '122609.424000', '122609.427000', '122609.429000', '122609.432000', '122609.435000', '122609.438000', '122609.441000', '122609.444000', '122609.447000', '122609.449000', '122609.452000', '122609.455000', '122609.458000', '122609.461000', '122609.463000', '122609.466000', '122609.469000', '122629.317000', '122629.320000', '122629.322000', '122629.325000', '122629.328000', '122629.331000', '122629.334000', '122629.336000', '122629.339000', '122629.342000', '122629.345000', '122629.348000', '122629.351000', '122629.354000', '122629.356000', '122629.359000', '122629.362000', '122629.365000', '122629.368000', '122629.371000', '122629.374000', '122629.377000', '122629.380000', '122629.383000', '122629.385000', '122629.388000', '122629.391000', '122629.394000', '122629.397000', '122629.400000', '122629.402000', '122629.405000', '122629.408000', '122629.411000', '122629.413000', '122629.416000', '122629.419000', '122629.422000', '122629.425000', '122629.427000', '122629.430000', '122629.433000', '122629.436000', '122629.439000', '122649.317000', '122649.320000', '122649.323000', '122649.325000', '122649.328000', '122649.331000', '122649.334000', '122649.337000', '122649.340000', '122649.342000', '122649.345000', '122649.348000', '122649.351000', '122649.353000', '122649.357000', '122649.359000', '122649.362000', '122649.365000', '122649.368000', '122649.371000', '122649.373000', '122649.376000', '122649.379000', '122649.382000', '122649.385000', '122649.387000', '122649.390000', '122649.393000', '122649.409000', '122649.411000', '122649.421000', '122649.424000', '122649.427000', '122649.436000', '122649.439000', '122649.442000', '122649.445000', '122649.448000', '122649.450000', '122649.453000', '122649.456000', '122649.459000', '122649.462000', '122709.317000', '122709.320000', '122709.322000', '122709.325000', '122709.328000', '122709.331000', '122709.334000', '122709.337000', '122709.339000', '122709.342000', '122709.345000', '122709.348000', '122709.351000', '122709.354000', '122709.356000', '122709.359000', '122709.362000', '122709.365000', '122709.368000', '122709.371000', '122709.373000', '122709.376000', '122709.379000', '122709.382000', '122709.385000', '122709.387000', '122709.390000', '122709.393000', '122709.396000', '122709.399000', '122709.401000', '122709.404000', '122709.407000', '122709.410000', '122709.413000', '122709.416000', '122709.418000', '122709.421000', '122709.424000', '122709.427000', '122709.430000', '122709.433000', '122709.435000', '122709.438000', '122729.316000', '122729.319000', '122729.322000', '122729.325000', '122729.327000', '122729.330000', '122729.333000', '122729.336000', '122729.339000', '122729.342000', '122729.344000', '122729.347000', '122729.350000', '122729.353000', '122729.356000', '122729.359000', '122729.361000', '122729.364000', '122729.367000', '122729.370000', '122729.373000', '122729.376000', '122729.379000', '122729.382000', '122729.392000', '122729.395000', '122729.398000', '122729.401000', '122729.404000', '122729.407000', '122729.410000', '122729.413000', '122729.415000', '122729.418000', '122729.421000', '122729.424000', '122729.427000', '122729.430000', '122729.433000', '122729.436000', '122729.439000', '122729.442000', '122729.444000', '122749.316000', '122749.319000', '122749.322000', '122749.324000', '122749.327000', '122749.330000', '122749.333000', '122749.336000', '122749.338000', '122749.341000', '122749.344000', '122749.347000', '122749.350000', '122749.353000', '122749.356000', '122749.359000', '122749.362000', '122749.365000', '122749.368000', '122749.370000', '122749.373000', '122749.376000', '122749.379000', '122749.382000', '122749.384000', '122749.387000', '122749.390000', '122749.393000', '122749.396000', '122749.398000', '122749.402000', '122749.405000', '122749.408000', '122749.411000', '122749.414000', '122749.416000', '122749.419000', '122749.422000', '122749.425000', '122749.428000', '122749.431000', '122749.433000', '122749.436000', '122749.439000', '122809.317000', '122809.320000', '122809.323000', '122809.325000', '122809.328000', '122809.331000', '122809.334000', '122809.337000', '122809.340000', '122809.343000', '122809.346000', '122809.348000', '122809.351000', '122809.354000', '122809.357000', '122809.360000', '122809.363000', '122809.365000', '122809.368000', '122809.371000', '122809.374000', '122809.377000', '122809.379000', '122809.382000', '122809.385000', '122809.388000', '122809.391000', '122809.394000', '122809.397000', '122809.399000', '122809.402000', '122809.405000', '122809.408000', '122809.411000', '122809.413000', '122809.416000', '122809.419000', '122809.422000', '122809.425000', '122809.428000', '122809.430000', '122809.433000', '122809.436000', '122829.317000', '122829.323000', '122829.326000', '122829.329000', '122829.331000', '122829.334000', '122829.337000', '122829.340000', '122829.343000', '122829.346000', '122829.349000', '122829.351000', '122829.354000', '122829.357000', '122829.360000', '122829.363000', '122829.366000', '122829.369000', '122829.371000', '122829.374000', '122829.377000', '122829.380000', '122829.383000', '122829.385000', '122829.405000', '122829.408000', '122829.411000', '122829.414000', '122829.417000', '122829.420000', '122829.422000', '122829.425000', '122829.428000', '122829.431000', '122829.434000', '122829.436000', '122829.439000', '122829.442000', '122829.445000', '122829.448000', '122829.451000', '122829.453000', '122829.456000', '122829.459000', '122849.317000', '122849.320000', '122849.323000', '122849.326000', '122849.329000', '122849.331000', '122849.334000', '122849.337000', '122849.340000', '122849.343000', '122849.345000', '122849.348000', '122849.351000', '122849.354000', '122849.357000', '122849.360000', '122849.363000', '122849.366000', '122849.368000', '122849.371000', '122849.374000', '122849.377000', '122849.380000', '122849.383000', '122849.386000', '122849.388000', '122849.391000', '122849.394000', '122849.397000', '122849.400000', '122849.403000', '122849.405000', '122849.408000', '122849.411000', '122849.414000', '122849.417000', '122849.420000', '122849.424000', '122849.427000', '122849.430000', '122849.433000', '122849.436000', '122849.438000', '122909.317000', '122909.320000', '122909.323000', '122909.325000', '122909.328000', '122909.331000', '122909.334000', '122909.337000', '122909.340000', '122909.342000', '122909.345000', '122909.348000', '122909.351000', '122909.354000', '122909.357000', '122909.359000', '122909.362000', '122909.365000', '122909.368000', '122909.371000', '122909.374000', '122909.377000', '122909.379000', '122909.382000', '122909.385000', '122909.388000', '122909.391000', '122909.394000', '122909.397000', '122909.400000', '122909.403000', '122909.406000', '122909.408000', '122909.411000', '122909.414000', '122909.417000', '122909.420000', '122909.423000', '122909.425000', '122909.428000', '122909.431000', '122909.434000', '122909.437000', '122909.439000', '122929.317000', '122929.320000', '122929.323000', '122929.326000', '122929.328000', '122929.331000', '122929.334000', '122929.337000', '122929.340000', '122929.343000', '122929.346000', '122929.348000', '122929.351000', '122929.354000', '122929.357000', '122929.360000', '122929.362000', '122929.365000', '122929.368000', '122929.371000', '122929.374000', '122929.377000', '122929.380000', '122929.383000', '122929.386000', '122929.388000', '122929.391000', '122929.394000', '122929.397000', '122929.400000', '122929.403000', '122929.406000', '122929.409000', '122929.412000', '122929.415000', '122929.418000', '122929.420000', '122929.423000', '122929.426000', '122929.429000', '122929.432000', '122929.435000', '122929.438000', '122949.316000', '122949.319000', '122949.321000', '122949.325000', '122949.327000', '122949.330000', '122949.333000', '122949.336000', '122949.339000', '122949.341000', '122949.344000', '122949.347000', '122949.350000', '122949.353000', '122949.356000', '122949.359000', '122949.361000', '122949.364000', '122949.367000', '122949.370000', '122949.373000', '122949.376000', '122949.378000', '122949.381000', '122949.384000', '122949.387000', '122949.390000', '122949.393000', '122949.396000', '122949.398000', '122949.401000', '122949.404000', '122949.407000', '122949.410000', '122949.412000', '122949.415000', '122949.418000', '122949.421000', '122949.424000', '122949.427000', '122949.430000', '122949.432000', '122949.435000', '122949.438000', '123009.317000', '123009.320000', '123009.323000', '123009.326000', '123009.328000', '123009.344000', '123009.347000', '123009.350000', '123009.352000', '123009.355000', '123009.358000', '123009.361000', '123009.364000', '123009.367000', '123009.370000', '123009.372000', '123009.375000', '123009.378000', '123009.381000', '123009.384000', '123009.387000', '123009.390000', '123009.392000', '123009.395000', '123009.398000', '123009.401000', '123009.404000', '123009.407000', '123009.409000', '123009.412000', '123009.415000', '123009.418000', '123009.421000', '123009.424000', '123009.427000', '123009.429000', '123009.432000', '123009.435000', '123009.438000', '123009.441000', '123009.443000', '123009.446000', '123009.449000', '123029.317000', '123029.320000', '123029.323000', '123029.326000', '123029.329000', '123029.332000', '123029.335000', '123029.337000', '123029.340000', '123029.343000', '123029.346000', '123029.349000', '123029.351000', '123029.354000', '123029.357000', '123029.360000', '123029.363000', '123029.365000', '123029.368000', '123029.371000', '123029.374000', '123029.377000', '123029.380000', '123029.382000', '123029.385000', '123029.388000', '123029.391000', '123029.394000', '123029.397000', '123029.399000', '123029.402000', '123029.405000', '123029.408000', '123029.411000', '123029.414000', '123029.417000', '123029.419000', '123029.423000', '123029.427000', '123029.430000', '123029.433000', '123029.435000', '123029.438000', '123029.441000', '123049.317000', '123049.320000', '123049.323000', '123049.325000', '123049.329000', '123049.331000', '123049.334000', '123049.337000', '123049.340000', '123049.343000', '123049.345000', '123049.348000', '123049.351000', '123049.354000', '123049.357000', '123049.360000', '123049.363000', '123049.365000', '123049.368000', '123049.371000', '123049.374000', '123049.377000', '123049.380000', '123049.382000', '123049.385000', '123049.388000', '123049.391000', '123049.394000', '123049.397000', '123049.399000', '123049.402000', '123049.405000', '123049.408000', '123049.411000', '123049.414000', '123049.416000', '123049.419000', '123049.422000', '123049.425000', '123049.428000', '123049.431000', '123049.433000', '123049.436000', '123109.317000', '123109.320000', '123109.324000', '123109.328000', '123109.331000', '123109.334000', '123109.337000', '123109.340000', '123109.342000', '123109.356000', '123109.359000', '123109.361000', '123109.364000', '123109.367000', '123109.370000', '123109.373000', '123109.376000', '123109.379000', '123109.382000', '123109.384000', '123109.387000', '123109.390000', '123109.393000', '123109.396000', '123109.399000', '123109.402000', '123109.404000', '123109.407000', '123109.410000', '123109.413000', '123109.416000', '123109.419000', '123109.421000', '123109.424000', '123109.427000', '123109.430000', '123109.433000', '123109.436000', '123109.439000', '123109.441000', '123109.444000', '123109.447000', '123109.450000', '123129.317000', '123129.320000', '123129.323000', '123129.325000', '123129.329000', '123129.331000', '123129.334000', '123129.337000', '123129.340000', '123129.343000', '123129.346000', '123129.348000', '123129.351000', '123129.354000', '123129.357000', '123129.360000', '123129.363000', '123129.378000', '123129.381000', '123129.383000', '123129.386000', '123129.389000', '123129.392000', '123129.395000', '123129.398000', '123129.400000', '123129.403000', '123129.406000', '123129.409000', '123129.412000', '123129.415000', '123129.417000', '123129.420000', '123129.423000', '123129.426000', '123129.429000', '123129.432000', '123129.435000', '123129.438000', '123129.441000', '123129.444000', '123129.447000', '123129.450000', '123129.452000', '123149.317000', '123149.320000', '123149.323000', '123149.326000', '123149.329000', '123149.332000', '123149.335000', '123149.337000', '123149.340000', '123149.344000', '123149.348000', '123149.350000', '123149.354000', '123149.356000', '123149.359000', '123149.362000', '123149.365000', '123149.368000', '123149.371000', '123149.373000', '123149.376000', '123149.379000', '123149.382000', '123149.385000', '123149.395000', '123149.398000', '123149.401000', '123149.404000', '123149.407000', '123149.410000', '123149.413000', '123149.415000', '123149.418000', '123149.421000', '123149.424000', '123149.427000', '123149.430000', '123149.432000', '123149.435000', '123149.438000', '123149.441000', '123149.444000', '123149.446000', '123209.316000', '123209.319000', '123209.322000', '123209.325000', '123209.327000', '123209.330000', '123209.334000', '123209.337000', '123209.340000', '123209.343000', '123209.346000', '123209.349000', '123209.352000', '123209.354000', '123209.357000', '123209.360000', '123209.363000', '123209.366000', '123209.369000', '123209.372000', '123209.375000', '123209.377000', '123209.380000', '123209.383000', '123209.386000', '123209.389000', '123209.392000', '123209.394000', '123209.397000', '123209.400000', '123209.403000', '123209.406000', '123209.409000', '123209.412000', '123209.414000', '123209.417000', '123209.420000', '123209.423000', '123209.426000', '123209.429000', '123209.432000', '123209.434000', '123209.437000', '123209.440000', '123229.317000', '123229.320000', '123229.323000', '123229.326000', '123229.329000', '123229.331000', '123229.334000', '123229.337000', '123229.340000', '123229.343000', '123229.346000', '123229.348000', '123229.351000', '123229.355000', '123229.357000', '123229.360000', '123229.363000', '123229.367000', '123229.370000', '123229.373000', '123229.376000', '123229.379000', '123229.382000', '123229.385000', '123229.388000', '123229.390000', '123229.393000', '123229.396000', '123229.399000', '123229.402000', '123229.405000', '123229.408000', '123229.410000', '123229.413000', '123229.416000', '123229.419000', '123229.422000', '123229.425000', '123229.427000', '123229.430000', '123229.433000', '123229.436000', '123229.439000', '123231.714000', '123231.718000', '123231.728000', '123231.731000', '123231.734000', '123231.737000'], 'InstanceCreationTime': ['122609.352000', '122609.355000', '122609.358000', '122609.361000', '122609.364000', '122609.367000', '122609.369000', '122609.372000', '122609.375000', '122609.378000', '122609.381000', '122609.383000', '122609.386000', '122609.389000', '122609.392000', '122609.395000', '122609.397000', '122609.400000', '122609.403000', '122609.406000', '122609.409000', '122609.412000', '122609.421000', '122609.424000', '122609.427000', '122609.429000', '122609.432000', '122609.435000', '122609.438000', '122609.441000', '122609.444000', '122609.447000', '122609.449000', '122609.452000', '122609.455000', '122609.458000', '122609.461000', '122609.463000', '122609.466000', '122609.469000', '122629.317000', '122629.320000', '122629.322000', '122629.325000', '122629.328000', '122629.331000', '122629.334000', '122629.336000', '122629.339000', '122629.342000', '122629.345000', '122629.348000', '122629.351000', '122629.354000', '122629.356000', '122629.359000', '122629.362000', '122629.365000', '122629.368000', '122629.371000', '122629.374000', '122629.377000', '122629.380000', '122629.383000', '122629.385000', '122629.388000', '122629.391000', '122629.394000', '122629.397000', '122629.400000', '122629.402000', '122629.405000', '122629.408000', '122629.411000', '122629.413000', '122629.416000', '122629.419000', '122629.422000', '122629.425000', '122629.427000', '122629.430000', '122629.433000', '122629.436000', '122629.439000', '122649.317000', '122649.320000', '122649.323000', '122649.325000', '122649.328000', '122649.331000', '122649.334000', '122649.337000', '122649.340000', '122649.342000', '122649.345000', '122649.348000', '122649.351000', '122649.353000', '122649.357000', '122649.359000', '122649.362000', '122649.365000', '122649.368000', '122649.371000', '122649.373000', '122649.376000', '122649.379000', '122649.382000', '122649.385000', '122649.387000', '122649.390000', '122649.393000', '122649.409000', '122649.411000', '122649.421000', '122649.424000', '122649.427000', '122649.436000', '122649.439000', '122649.442000', '122649.445000', '122649.448000', '122649.450000', '122649.453000', '122649.456000', '122649.459000', '122649.462000', '122709.317000', '122709.320000', '122709.322000', '122709.325000', '122709.328000', '122709.331000', '122709.334000', '122709.337000', '122709.339000', '122709.342000', '122709.345000', '122709.348000', '122709.351000', '122709.354000', '122709.356000', '122709.359000', '122709.362000', '122709.365000', '122709.368000', '122709.371000', '122709.373000', '122709.376000', '122709.379000', '122709.382000', '122709.385000', '122709.387000', '122709.390000', '122709.393000', '122709.396000', '122709.399000', '122709.401000', '122709.404000', '122709.407000', '122709.410000', '122709.413000', '122709.416000', '122709.418000', '122709.421000', '122709.424000', '122709.427000', '122709.430000', '122709.433000', '122709.435000', '122709.438000', '122729.316000', '122729.319000', '122729.322000', '122729.325000', '122729.327000', '122729.330000', '122729.333000', '122729.336000', '122729.339000', '122729.342000', '122729.344000', '122729.347000', '122729.350000', '122729.353000', '122729.356000', '122729.359000', '122729.361000', '122729.364000', '122729.367000', '122729.370000', '122729.373000', '122729.376000', '122729.379000', '122729.382000', '122729.392000', '122729.395000', '122729.398000', '122729.401000', '122729.404000', '122729.407000', '122729.410000', '122729.413000', '122729.415000', '122729.418000', '122729.421000', '122729.424000', '122729.427000', '122729.430000', '122729.433000', '122729.436000', '122729.439000', '122729.442000', '122729.444000', '122749.316000', '122749.319000', '122749.322000', '122749.324000', '122749.327000', '122749.330000', '122749.333000', '122749.336000', '122749.338000', '122749.341000', '122749.344000', '122749.347000', '122749.350000', '122749.353000', '122749.356000', '122749.359000', '122749.362000', '122749.365000', '122749.368000', '122749.370000', '122749.373000', '122749.376000', '122749.379000', '122749.382000', '122749.384000', '122749.387000', '122749.390000', '122749.393000', '122749.396000', '122749.398000', '122749.402000', '122749.405000', '122749.408000', '122749.411000', '122749.414000', '122749.416000', '122749.419000', '122749.422000', '122749.425000', '122749.428000', '122749.431000', '122749.433000', '122749.436000', '122749.439000', '122809.317000', '122809.320000', '122809.323000', '122809.325000', '122809.328000', '122809.331000', '122809.334000', '122809.337000', '122809.340000', '122809.343000', '122809.346000', '122809.348000', '122809.351000', '122809.354000', '122809.357000', '122809.360000', '122809.363000', '122809.365000', '122809.368000', '122809.371000', '122809.374000', '122809.377000', '122809.379000', '122809.382000', '122809.385000', '122809.388000', '122809.391000', '122809.394000', '122809.397000', '122809.399000', '122809.402000', '122809.405000', '122809.408000', '122809.411000', '122809.413000', '122809.416000', '122809.419000', '122809.422000', '122809.425000', '122809.428000', '122809.430000', '122809.433000', '122809.436000', '122829.317000', '122829.323000', '122829.326000', '122829.329000', '122829.331000', '122829.334000', '122829.337000', '122829.340000', '122829.343000', '122829.346000', '122829.349000', '122829.351000', '122829.354000', '122829.357000', '122829.360000', '122829.363000', '122829.366000', '122829.369000', '122829.371000', '122829.374000', '122829.377000', '122829.380000', '122829.383000', '122829.385000', '122829.405000', '122829.408000', '122829.411000', '122829.414000', '122829.417000', '122829.420000', '122829.422000', '122829.425000', '122829.428000', '122829.431000', '122829.434000', '122829.436000', '122829.439000', '122829.442000', '122829.445000', '122829.448000', '122829.451000', '122829.453000', '122829.456000', '122829.459000', '122849.317000', '122849.320000', '122849.323000', '122849.326000', '122849.329000', '122849.331000', '122849.334000', '122849.337000', '122849.340000', '122849.343000', '122849.345000', '122849.348000', '122849.351000', '122849.354000', '122849.357000', '122849.360000', '122849.363000', '122849.366000', '122849.368000', '122849.371000', '122849.374000', '122849.377000', '122849.380000', '122849.383000', '122849.386000', '122849.388000', '122849.391000', '122849.394000', '122849.397000', '122849.400000', '122849.403000', '122849.405000', '122849.408000', '122849.411000', '122849.414000', '122849.417000', '122849.420000', '122849.424000', '122849.427000', '122849.430000', '122849.433000', '122849.436000', '122849.438000', '122909.317000', '122909.320000', '122909.323000', '122909.325000', '122909.328000', '122909.331000', '122909.334000', '122909.337000', '122909.340000', '122909.342000', '122909.345000', '122909.348000', '122909.351000', '122909.354000', '122909.357000', '122909.359000', '122909.362000', '122909.365000', '122909.368000', '122909.371000', '122909.374000', '122909.377000', '122909.379000', '122909.382000', '122909.385000', '122909.388000', '122909.391000', '122909.394000', '122909.397000', '122909.400000', '122909.403000', '122909.406000', '122909.408000', '122909.411000', '122909.414000', '122909.417000', '122909.420000', '122909.423000', '122909.425000', '122909.428000', '122909.431000', '122909.434000', '122909.437000', '122909.439000', '122929.317000', '122929.320000', '122929.323000', '122929.326000', '122929.328000', '122929.331000', '122929.334000', '122929.337000', '122929.340000', '122929.343000', '122929.346000', '122929.348000', '122929.351000', '122929.354000', '122929.357000', '122929.360000', '122929.362000', '122929.365000', '122929.368000', '122929.371000', '122929.374000', '122929.377000', '122929.380000', '122929.383000', '122929.386000', '122929.388000', '122929.391000', '122929.394000', '122929.397000', '122929.400000', '122929.403000', '122929.406000', '122929.409000', '122929.412000', '122929.415000', '122929.418000', '122929.420000', '122929.423000', '122929.426000', '122929.429000', '122929.432000', '122929.435000', '122929.438000', '122949.316000', '122949.319000', '122949.321000', '122949.325000', '122949.327000', '122949.330000', '122949.333000', '122949.336000', '122949.339000', '122949.341000', '122949.344000', '122949.347000', '122949.350000', '122949.353000', '122949.356000', '122949.359000', '122949.361000', '122949.364000', '122949.367000', '122949.370000', '122949.373000', '122949.376000', '122949.378000', '122949.381000', '122949.384000', '122949.387000', '122949.390000', '122949.393000', '122949.396000', '122949.398000', '122949.401000', '122949.404000', '122949.407000', '122949.410000', '122949.412000', '122949.415000', '122949.418000', '122949.421000', '122949.424000', '122949.427000', '122949.430000', '122949.432000', '122949.435000', '122949.438000', '123009.317000', '123009.320000', '123009.323000', '123009.326000', '123009.328000', '123009.344000', '123009.347000', '123009.350000', '123009.352000', '123009.355000', '123009.358000', '123009.361000', '123009.364000', '123009.367000', '123009.370000', '123009.372000', '123009.375000', '123009.378000', '123009.381000', '123009.384000', '123009.387000', '123009.390000', '123009.392000', '123009.395000', '123009.398000', '123009.401000', '123009.404000', '123009.407000', '123009.409000', '123009.412000', '123009.415000', '123009.418000', '123009.421000', '123009.424000', '123009.427000', '123009.429000', '123009.432000', '123009.435000', '123009.438000', '123009.441000', '123009.443000', '123009.446000', '123009.449000', '123029.317000', '123029.320000', '123029.323000', '123029.326000', '123029.329000', '123029.332000', '123029.335000', '123029.337000', '123029.340000', '123029.343000', '123029.346000', '123029.349000', '123029.351000', '123029.354000', '123029.357000', '123029.360000', '123029.363000', '123029.365000', '123029.368000', '123029.371000', '123029.374000', '123029.377000', '123029.380000', '123029.382000', '123029.385000', '123029.388000', '123029.391000', '123029.394000', '123029.397000', '123029.399000', '123029.402000', '123029.405000', '123029.408000', '123029.411000', '123029.414000', '123029.417000', '123029.419000', '123029.423000', '123029.427000', '123029.430000', '123029.433000', '123029.435000', '123029.438000', '123029.441000', '123049.317000', '123049.320000', '123049.323000', '123049.325000', '123049.329000', '123049.331000', '123049.334000', '123049.337000', '123049.340000', '123049.343000', '123049.345000', '123049.348000', '123049.351000', '123049.354000', '123049.357000', '123049.360000', '123049.363000', '123049.365000', '123049.368000', '123049.371000', '123049.374000', '123049.377000', '123049.380000', '123049.382000', '123049.385000', '123049.388000', '123049.391000', '123049.394000', '123049.397000', '123049.399000', '123049.402000', '123049.405000', '123049.408000', '123049.411000', '123049.414000', '123049.416000', '123049.419000', '123049.422000', '123049.425000', '123049.428000', '123049.431000', '123049.433000', '123049.436000', '123109.317000', '123109.320000', '123109.324000', '123109.328000', '123109.331000', '123109.334000', '123109.337000', '123109.340000', '123109.342000', '123109.356000', '123109.359000', '123109.361000', '123109.364000', '123109.367000', '123109.370000', '123109.373000', '123109.376000', '123109.379000', '123109.382000', '123109.384000', '123109.387000', '123109.390000', '123109.393000', '123109.396000', '123109.399000', '123109.402000', '123109.404000', '123109.407000', '123109.410000', '123109.413000', '123109.416000', '123109.419000', '123109.421000', '123109.424000', '123109.427000', '123109.430000', '123109.433000', '123109.436000', '123109.439000', '123109.441000', '123109.444000', '123109.447000', '123109.450000', '123129.317000', '123129.320000', '123129.323000', '123129.325000', '123129.329000', '123129.331000', '123129.334000', '123129.337000', '123129.340000', '123129.343000', '123129.346000', '123129.348000', '123129.351000', '123129.354000', '123129.357000', '123129.360000', '123129.363000', '123129.378000', '123129.381000', '123129.383000', '123129.386000', '123129.389000', '123129.392000', '123129.395000', '123129.398000', '123129.400000', '123129.403000', '123129.406000', '123129.409000', '123129.412000', '123129.415000', '123129.417000', '123129.420000', '123129.423000', '123129.426000', '123129.429000', '123129.432000', '123129.435000', '123129.438000', '123129.441000', '123129.444000', '123129.447000', '123129.450000', '123129.452000', '123149.317000', '123149.320000', '123149.323000', '123149.326000', '123149.329000', '123149.332000', '123149.335000', '123149.337000', '123149.340000', '123149.344000', '123149.348000', '123149.350000', '123149.354000', '123149.356000', '123149.359000', '123149.362000', '123149.365000', '123149.368000', '123149.371000', '123149.373000', '123149.376000', '123149.379000', '123149.382000', '123149.385000', '123149.395000', '123149.398000', '123149.401000', '123149.404000', '123149.407000', '123149.410000', '123149.413000', '123149.415000', '123149.418000', '123149.421000', '123149.424000', '123149.427000', '123149.430000', '123149.432000', '123149.435000', '123149.438000', '123149.441000', '123149.444000', '123149.446000', '123209.316000', '123209.319000', '123209.322000', '123209.325000', '123209.327000', '123209.330000', '123209.334000', '123209.337000', '123209.340000', '123209.343000', '123209.346000', '123209.349000', '123209.352000', '123209.354000', '123209.357000', '123209.360000', '123209.363000', '123209.366000', '123209.369000', '123209.372000', '123209.375000', '123209.377000', '123209.380000', '123209.383000', '123209.386000', '123209.389000', '123209.392000', '123209.394000', '123209.397000', '123209.400000', '123209.403000', '123209.406000', '123209.409000', '123209.412000', '123209.414000', '123209.417000', '123209.420000', '123209.423000', '123209.426000', '123209.429000', '123209.432000', '123209.434000', '123209.437000', '123209.440000', '123229.317000', '123229.320000', '123229.323000', '123229.326000', '123229.329000', '123229.331000', '123229.334000', '123229.337000', '123229.340000', '123229.343000', '123229.346000', '123229.348000', '123229.351000', '123229.355000', '123229.357000', '123229.360000', '123229.363000', '123229.367000', '123229.370000', '123229.373000', '123229.376000', '123229.379000', '123229.382000', '123229.385000', '123229.388000', '123229.390000', '123229.393000', '123229.396000', '123229.399000', '123229.402000', '123229.405000', '123229.408000', '123229.410000', '123229.413000', '123229.416000', '123229.419000', '123229.422000', '123229.425000', '123229.427000', '123229.430000', '123229.433000', '123229.436000', '123229.439000', '123231.714000', '123231.718000', '123231.728000', '123231.731000', '123231.734000', '123231.737000'], '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': [11086, 9635, 10635, 11611, 10261, 10422, 9362, 10198, 10637, 9202, 9735, 10565, 9585, 10546, 11024, 10088, 11569, 10036, 10719, 9889, 10168, 9864, 11050, 9509, 10718, 11170, 10777, 11004, 10318, 10833, 10015, 11204, 12110, 10497, 11868, 10215, 11605, 10061, 11437, 11972, 11443, 12235, 10762, 11844, 10293, 11994, 10177, 11689, 11103, 11907, 10717, 11857, 10896, 11861, 12263, 11848, 11948, 11518, 12582, 11256, 12345, 10977, 12292, 11009, 12469, 10717, 12017, 10472, 12100, 10500, 11912, 10390, 11940, 11950, 11924, 11627, 11585, 12454, 11160, 12369, 10885, 11740, 10571, 12141, 10551, 12341, 10784, 12305, 10801, 11766, 10601, 12455, 10832, 12441, 11084, 12579, 11145, 12040, 11895, 12398, 12324, 10310, 12068, 10486, 12230, 10811, 12215, 11064, 12220, 10725, 12325, 10554, 11533, 10696, 11784, 10410, 11987, 10748, 12217, 10662, 11617, 10660, 12087, 10687, 12190, 12451, 12022, 11638, 11544, 12124, 11530, 12608, 11841, 12227, 11797, 11823, 11498, 11904, 10567, 12278, 10532, 12144, 10529, 11959, 10496, 11926, 11160, 11228, 11794, 11569, 11790, 10836, 11752, 10321, 11638, 11820, 11960, 10783, 12043, 11203, 11829, 10390, 11819, 10300, 11931, 10330, 11970, 10257, 11621, 10342, 11712, 12601, 11724, 12165, 11635, 11953, 11584, 12090, 11390, 12270, 11790, 10501, 11871, 10481, 12393, 10579, 11931, 10600, 11673, 10588, 12228, 10590, 12128, 12514, 11926, 11926, 11770, 12503, 11872, 11008, 11709, 12498, 11958, 12612, 11943, 10357, 12120, 10441, 12166, 10855, 12199, 10813, 12364, 10770, 12293, 10931, 12154, 10451, 11572, 10958, 12286, 10752, 12361, 10806, 11799, 11090, 12841, 11657, 11256, 12015, 10545, 12406, 10993, 12293, 10831, 12573, 10986, 12478, 11508, 12457, 11932, 12225, 12340, 10937, 12630, 11103, 12156, 10983, 12032, 10898, 11967, 11302, 12906, 11843, 12657, 12209, 11268, 12345, 10424, 12129, 10759, 12297, 10807, 12298, 10635, 12373, 10803, 12043, 10936, 12633, 11343, 12137, 11841, 12524, 11952, 10628, 12112, 10448, 12144, 10556, 12054, 10581, 11990, 10611, 11957, 10550, 11888, 10618, 12070, 10484, 11781, 10419, 11997, 12141, 12095, 10258, 12081, 10694, 12368, 10615, 11988, 10516, 11650, 10700, 11998, 10827, 12233, 11066, 12483, 11071, 12322, 10717, 12040, 10612, 11995, 10813, 12070, 10814, 12312, 11520, 12687, 12207, 10917, 12484, 10709, 12028, 10869, 11928, 10964, 12167, 11008, 12578, 11486, 12852, 12205, 10835, 12389, 10668, 11925, 10724, 11615, 10855, 12276, 10736, 12267, 11108, 12288, 11777, 10564, 12220, 10756, 12443, 10860, 11999, 10944, 12720, 11563, 12466, 12017, 12305, 12012, 12468, 11964, 12493, 12213, 11204, 12059, 10724, 11954, 10819, 12133, 10887, 12333, 10757, 12794, 11015, 12032, 10991, 12350, 11502, 12606, 12115, 11738, 12172, 10664, 12320, 10985, 12509, 10901, 12084, 10677, 11860, 11585, 11745, 11928, 11165, 11957, 10747, 12219, 10606, 11712, 10909, 12486, 11372, 12735, 11824, 12100, 11844, 11079, 11616, 10452, 11333, 11005, 11523, 11330, 10517, 11923, 10570, 10744, 10269, 10783, 11435, 10744, 11501, 10113, 11240, 10317, 11253, 10452, 11731, 10410, 11274, 10635, 11206, 10973, 11294, 11459, 11548, 11207, 11571, 10713, 11341, 10419, 11826, 10664, 11985, 10745, 12082, 10714, 12238, 10664, 11668, 10681, 11738, 10811, 12129, 11103, 12291, 12298, 12231, 12701, 11636, 11796, 11336, 11679, 10652, 11471, 10567, 11621, 10719, 12127, 10519, 11874, 10657, 11581, 11115, 12237, 11569, 12535, 12235, 10490, 12214, 10823, 12507, 10741, 11843, 10580, 11962, 10480, 12386, 11547, 10924, 12423, 10858, 12526, 10898, 12302, 10544, 12231, 11525, 12162, 12133, 10763, 12786, 11119, 12159, 10898, 11791, 10928, 11296, 11407, 12959, 12132, 13080, 12323, 10995, 12584, 11244, 12464, 10943, 12102, 11130, 12565, 11114, 12761, 11767, 12829, 12209, 10753, 12178, 10521, 12658, 10913, 12569, 10852, 11635, 11437, 12200, 12066, 10601, 12492, 11081, 12340, 10949, 11979, 10793, 12360, 10736, 12650, 11446, 11571, 12087, 10822, 12251, 10623, 12171, 10924, 12223, 10860, 12605, 11702, 11207, 12288, 10637, 12163, 11157, 12216, 11272, 12353, 10714, 11607, 11568, 12834, 12000, 10296, 12183, 10788, 12099, 10929, 12671, 11713, 11100, 12475, 10917, 12517, 10788, 11708, 10756, 12491, 11016, 12437, 10825, 12017, 10703, 12430, 11537, 12285, 11656, 10925, 11881, 10634, 12309, 10577, 11764, 10592, 12119, 10647, 11574, 11124, 12983, 11921, 10634, 12104, 10640, 12029, 10423, 11255, 11208, 10990, 11531, 12614, 11517, 11693, 11143, 11446, 10904, 11553, 11005, 12453, 11343, 13040, 12141, 10769, 11866, 10780, 12138, 10737, 12409, 10937, 12518, 10889, 12365, 10829, 11564, 10944, 12501, 11329, 12401, 11431, 11974, 11550, 12601, 11837, 11197, 11937, 10507, 11834, 10472, 12241, 10381, 11218, 10335, 11211, 10657, 12073, 11420, 13177, 11852, 10624, 11923, 10667, 12297, 10758, 11953, 10547, 12374, 10533, 12057, 10418, 11412, 10666, 11507, 10698, 11868, 10714, 12221, 10761, 12194, 10813, 12029, 10529, 12026, 10782, 12294, 10725, 11850, 10596, 11514, 10768, 11557, 10863, 12614, 11776, 10626, 12056, 10734, 12163, 10381, 12007, 10315, 11830, 12311, 11553, 11676, 11382, 11453, 11533, 11457, 11721, 10375, 11699, 10470, 11759, 10672, 12089, 10313, 11589, 10515, 11347, 10557, 12251, 11450, 12337, 11767, 12872, 11754, 12199, 11701, 10434, 11936, 10727, 11923, 10546, 12488, 11120, 12586, 11755, 12229, 11801, 11459, 12048, 10628, 12216, 10854, 11954, 10807, 12123, 10547, 11352, 10468, 11989, 11103, 11914, 12261, 11436, 12969, 12012, 10833, 12528, 11063, 12039, 10890, 12982, 12170, 10810, 12341, 10551, 11622, 10400, 12415, 10757, 11735, 11159, 11954, 11046, 11864, 10886, 10837, 10548, 10787, 10535, 11121, 10739, 10989, 10679, 10442, 11259, 10515, 10580, 11430, 10650, 11827, 10716, 10915, 10722, 10398, 10525, 11154, 10051, 11200, 10237, 11258, 10217, 11406, 10279, 11800, 10535, 11583, 10455, 12068, 10455, 11785, 10487, 11526, 10670, 11644, 10509, 11108, 10419, 11851, 10825, 11944, 13036, 12084, 12991, 12008, 10436, 11946, 10489, 11857, 10677, 11481, 10788, 11837, 10587, 12379, 11539, 12624, 12141, 10651, 12161, 10610, 11584, 10694, 11605, 10534, 12019, 10595, 11452, 10606, 12427, 11139, 12965, 11829, 10415, 11641, 10641, 12224, 10712, 11537, 10369, 11706], 'WindowCenter': [4190.0, 4165.0, 4161.0, 4157.0, 4135.0, 4146.0, 4136.0, 4147.0, 4146.0, 4136.0, 4136.0, 4146.0, 4135.0, 4145.0, 4145.0, 4146.0, 4156.0, 4146.0, 4146.0, 4147.0, 4147.0, 4148.0, 4169.0, 4146.0, 4158.0, 4158.0, 4159.0, 4159.0, 4161.0, 4172.0, 4161.0, 4172.0, 4182.0, 4172.0, 4182.0, 4162.0, 4172.0, 4162.0, 4172.0, 4183.0, 4175.0, 4183.0, 4174.0, 4182.0, 4163.0, 4172.0, 4161.0, 4172.0, 4171.0, 4172.0, 4161.0, 4182.0, 4160.0, 4172.0, 4171.0, 4172.0, 4170.0, 4171.0, 4181.0, 4172.0, 4181.0, 4173.0, 4181.0, 4162.0, 4181.0, 4161.0, 4170.0, 4161.0, 4170.0, 4160.0, 4182.0, 4172.0, 4183.0, 4182.0, 4185.0, 4184.0, 4185.0, 4195.0, 4184.0, 4195.0, 4174.0, 4184.0, 4174.0, 4182.0, 4173.0, 4194.0, 4173.0, 4183.0, 4174.0, 4183.0, 4174.0, 4182.0, 4172.0, 4182.0, 4172.0, 4181.0, 4172.0, 4172.0, 4173.0, 4171.0, 4182.0, 4161.0, 4182.0, 4161.0, 4182.0, 4171.0, 4182.0, 4173.0, 4183.0, 4173.0, 4183.0, 4173.0, 4173.0, 4173.0, 4172.0, 4162.0, 4182.0, 4173.0, 4182.0, 4172.0, 4183.0, 4173.0, 4184.0, 4174.0, 4195.0, 4195.0, 4196.0, 4185.0, 4185.0, 4184.0, 4185.0, 4194.0, 4184.0, 4184.0, 4184.0, 4183.0, 4173.0, 4182.0, 4172.0, 4182.0, 4172.0, 4182.0, 4171.0, 4183.0, 4172.0, 4183.0, 4171.0, 4172.0, 4183.0, 4184.0, 4183.0, 4173.0, 4183.0, 4162.0, 4172.0, 4171.0, 4172.0, 4160.0, 4171.0, 4160.0, 4172.0, 4160.0, 4170.0, 4150.0, 4168.0, 4159.0, 4169.0, 4149.0, 4159.0, 4148.0, 4169.0, 4168.0, 4170.0, 4170.0, 4171.0, 4169.0, 4172.0, 4171.0, 4173.0, 4171.0, 4172.0, 4161.0, 4171.0, 4160.0, 4180.0, 4161.0, 4170.0, 4161.0, 4182.0, 4172.0, 4182.0, 4171.0, 4182.0, 4182.0, 4184.0, 4182.0, 4183.0, 4182.0, 4173.0, 4172.0, 4184.0, 4181.0, 4182.0, 4181.0, 4171.0, 4160.0, 4181.0, 4161.0, 4181.0, 4171.0, 4181.0, 4171.0, 4181.0, 4171.0, 4171.0, 4171.0, 4181.0, 4172.0, 4171.0, 4172.0, 4181.0, 4172.0, 4183.0, 4174.0, 4182.0, 4174.0, 4182.0, 4184.0, 4173.0, 4183.0, 4161.0, 4182.0, 4172.0, 4181.0, 4171.0, 4180.0, 4172.0, 4182.0, 4183.0, 4181.0, 4183.0, 4183.0, 4183.0, 4173.0, 4183.0, 4173.0, 4183.0, 4173.0, 4182.0, 4173.0, 4171.0, 4172.0, 4182.0, 4182.0, 4181.0, 4173.0, 4171.0, 4182.0, 4172.0, 4183.0, 4172.0, 4182.0, 4172.0, 4181.0, 4161.0, 4181.0, 4172.0, 4181.0, 4172.0, 4182.0, 4172.0, 4171.0, 4171.0, 4180.0, 4171.0, 4160.0, 4171.0, 4159.0, 4181.0, 4161.0, 4182.0, 4159.0, 4171.0, 4160.0, 4171.0, 4160.0, 4171.0, 4160.0, 4171.0, 4172.0, 4182.0, 4160.0, 4182.0, 4181.0, 4182.0, 4161.0, 4182.0, 4172.0, 4180.0, 4161.0, 4171.0, 4172.0, 4172.0, 4161.0, 4171.0, 4171.0, 4181.0, 4171.0, 4182.0, 4173.0, 4182.0, 4173.0, 4181.0, 4173.0, 4182.0, 4172.0, 4181.0, 4172.0, 4181.0, 4173.0, 4183.0, 4182.0, 4172.0, 4182.0, 4172.0, 4182.0, 4172.0, 4171.0, 4171.0, 4181.0, 4172.0, 4180.0, 4171.0, 4181.0, 4171.0, 4160.0, 4180.0, 4161.0, 4171.0, 4160.0, 4170.0, 4171.0, 4181.0, 4172.0, 4171.0, 4172.0, 4182.0, 4172.0, 4161.0, 4183.0, 4172.0, 4182.0, 4172.0, 4170.0, 4161.0, 4180.0, 4171.0, 4181.0, 4182.0, 4171.0, 4171.0, 4180.0, 4172.0, 4181.0, 4182.0, 4171.0, 4182.0, 4172.0, 4173.0, 4172.0, 4183.0, 4172.0, 4182.0, 4172.0, 4182.0, 4172.0, 4181.0, 4172.0, 4182.0, 4183.0, 4182.0, 4182.0, 4171.0, 4182.0, 4161.0, 4181.0, 4172.0, 4182.0, 4172.0, 4183.0, 4174.0, 4174.0, 4172.0, 4184.0, 4183.0, 4173.0, 4182.0, 4173.0, 4182.0, 4173.0, 4171.0, 4172.0, 4182.0, 4173.0, 4182.0, 4183.0, 4181.0, 4171.0, 4159.0, 4159.0, 4147.0, 4146.0, 4145.0, 4145.0, 4143.0, 4134.0, 4143.0, 4144.0, 4144.0, 4145.0, 4156.0, 4155.0, 4144.0, 4143.0, 4134.0, 4144.0, 4145.0, 4144.0, 4146.0, 4155.0, 4147.0, 4156.0, 4147.0, 4155.0, 4146.0, 4156.0, 4157.0, 4157.0, 4159.0, 4169.0, 4160.0, 4170.0, 4172.0, 4182.0, 4173.0, 4182.0, 4172.0, 4182.0, 4162.0, 4183.0, 4174.0, 4184.0, 4173.0, 4183.0, 4173.0, 4182.0, 4171.0, 4183.0, 4182.0, 4183.0, 4182.0, 4173.0, 4183.0, 4173.0, 4173.0, 4176.0, 4185.0, 4173.0, 4171.0, 4161.0, 4170.0, 4161.0, 4170.0, 4161.0, 4170.0, 4171.0, 4170.0, 4170.0, 4169.0, 4170.0, 4158.0, 4168.0, 4157.0, 4168.0, 4158.0, 4169.0, 4161.0, 4170.0, 4160.0, 4181.0, 4170.0, 4160.0, 4181.0, 4172.0, 4181.0, 4172.0, 4182.0, 4172.0, 4181.0, 4172.0, 4170.0, 4181.0, 4160.0, 4181.0, 4172.0, 4170.0, 4172.0, 4171.0, 4171.0, 4171.0, 4172.0, 4181.0, 4183.0, 4181.0, 4182.0, 4171.0, 4182.0, 4173.0, 4183.0, 4173.0, 4181.0, 4173.0, 4182.0, 4173.0, 4182.0, 4183.0, 4182.0, 4183.0, 4173.0, 4183.0, 4162.0, 4181.0, 4160.0, 4180.0, 4161.0, 4170.0, 4172.0, 4181.0, 4182.0, 4161.0, 4193.0, 4173.0, 4194.0, 4174.0, 4182.0, 4173.0, 4182.0, 4172.0, 4181.0, 4173.0, 4171.0, 4171.0, 4172.0, 4171.0, 4161.0, 4170.0, 4160.0, 4170.0, 4171.0, 4180.0, 4182.0, 4173.0, 4184.0, 4173.0, 4183.0, 4173.0, 4183.0, 4184.0, 4183.0, 4175.0, 4185.0, 4185.0, 4184.0, 4183.0, 4162.0, 4172.0, 4172.0, 4171.0, 4161.0, 4170.0, 4170.0, 4159.0, 4170.0, 4160.0, 4181.0, 4161.0, 4171.0, 4160.0, 4181.0, 4172.0, 4183.0, 4173.0, 4183.0, 4174.0, 4183.0, 4184.0, 4184.0, 4184.0, 4171.0, 4171.0, 4160.0, 4170.0, 4162.0, 4171.0, 4161.0, 4171.0, 4172.0, 4171.0, 4171.0, 4182.0, 4182.0, 4172.0, 4181.0, 4160.0, 4170.0, 4161.0, 4169.0, 4170.0, 4158.0, 4170.0, 4180.0, 4172.0, 4183.0, 4185.0, 4183.0, 4184.0, 4184.0, 4186.0, 4195.0, 4186.0, 4196.0, 4185.0, 4175.0, 4184.0, 4173.0, 4183.0, 4161.0, 4182.0, 4172.0, 4181.0, 4172.0, 4182.0, 4173.0, 4172.0, 4174.0, 4183.0, 4173.0, 4181.0, 4172.0, 4171.0, 4172.0, 4181.0, 4172.0, 4171.0, 4173.0, 4173.0, 4183.0, 4162.0, 4182.0, 4161.0, 4170.0, 4161.0, 4159.0, 4160.0, 4170.0, 4170.0, 4181.0, 4170.0, 4160.0, 4171.0, 4172.0, 4182.0, 4171.0, 4182.0, 4172.0, 4195.0, 4174.0, 4184.0, 4174.0, 4184.0, 4174.0, 4183.0, 4173.0, 4182.0, 4172.0, 4183.0, 4173.0, 4184.0, 4173.0, 4183.0, 4174.0, 4183.0, 4173.0, 4183.0, 4173.0, 4172.0, 4173.0, 4172.0, 4172.0, 4170.0, 4161.0, 4170.0, 4170.0, 4160.0, 4169.0, 4160.0, 4169.0, 4160.0, 4181.0, 4160.0, 4172.0, 4181.0, 4173.0, 4172.0, 4183.0, 4173.0, 4173.0, 4172.0, 4172.0, 4162.0, 4171.0, 4162.0, 4171.0, 4160.0, 4169.0, 4159.0, 4169.0, 4160.0, 4159.0, 4160.0, 4169.0, 4170.0, 4180.0, 4170.0, 4181.0, 4170.0, 4169.0, 4170.0, 4160.0, 4171.0, 4161.0, 4171.0, 4162.0, 4181.0, 4172.0, 4182.0, 4172.0, 4170.0, 4171.0, 4170.0, 4182.0, 4172.0, 4183.0, 4173.0, 4182.0, 4173.0, 4196.0, 4186.0, 4197.0, 4175.0, 4184.0, 4184.0, 4186.0, 4183.0, 4183.0, 4182.0, 4183.0, 4174.0, 4195.0, 4185.0, 4183.0, 4173.0, 4182.0, 4182.0, 4161.0, 4169.0, 4159.0, 4157.0, 4147.0, 4156.0, 4146.0, 4155.0, 4146.0, 4155.0, 4157.0, 4155.0, 4146.0, 4145.0, 4148.0, 4145.0, 4145.0, 4144.0, 4145.0, 4144.0, 4145.0, 4144.0, 4145.0, 4144.0, 4145.0, 4156.0, 4147.0, 4157.0, 4147.0, 4160.0, 4159.0, 4159.0, 4159.0, 4159.0, 4148.0, 4158.0, 4159.0, 4170.0, 4160.0, 4169.0, 4160.0, 4170.0, 4160.0, 4170.0, 4159.0, 4169.0, 4159.0, 4169.0, 4160.0, 4170.0, 4171.0, 4172.0, 4172.0, 4174.0, 4174.0, 4183.0, 4171.0, 4184.0, 4193.0, 4184.0, 4193.0, 4184.0, 4173.0, 4183.0, 4174.0, 4173.0, 4162.0, 4171.0, 4160.0, 4169.0, 4160.0, 4168.0, 4159.0, 4169.0, 4169.0, 4159.0, 4169.0, 4160.0, 4171.0, 4161.0, 4170.0, 4160.0, 4170.0, 4162.0, 4170.0, 4163.0, 4181.0, 4172.0, 4181.0, 4173.0, 4162.0, 4184.0, 4162.0, 4182.0, 4161.0, 4170.0, 4162.0, 4184.0], 'WindowWidth': [9298.0, 9252.0, 9239.0, 9226.0, 9192.0, 9206.0, 9195.0, 9209.0, 9206.0, 9192.0, 9193.0, 9204.0, 9189.0, 9203.0, 9202.0, 9205.0, 9219.0, 9206.0, 9206.0, 9209.0, 9211.0, 9212.0, 9241.0, 9209.0, 9228.0, 9226.0, 9230.0, 9230.0, 9235.0, 9251.0, 9237.0, 9251.0, 9266.0, 9254.0, 9266.0, 9241.0, 9252.0, 9239.0, 9254.0, 9269.0, 9259.0, 9268.0, 9257.0, 9266.0, 9241.0, 9252.0, 9237.0, 9251.0, 9249.0, 9251.0, 9236.0, 9265.0, 9235.0, 9251.0, 9249.0, 9250.0, 9247.0, 9250.0, 9261.0, 9251.0, 9263.0, 9254.0, 9263.0, 9238.0, 9262.0, 9234.0, 9246.0, 9234.0, 9246.0, 9234.0, 9268.0, 9255.0, 9271.0, 9267.0, 9275.0, 9273.0, 9276.0, 9288.0, 9275.0, 9289.0, 9261.0, 9272.0, 9259.0, 9268.0, 9256.0, 9286.0, 9256.0, 9271.0, 9259.0, 9271.0, 9258.0, 9266.0, 9254.0, 9263.0, 9252.0, 9262.0, 9250.0, 9251.0, 9253.0, 9247.0, 9263.0, 9236.0, 9264.0, 9237.0, 9266.0, 9250.0, 9265.0, 9253.0, 9268.0, 9255.0, 9267.0, 9256.0, 9256.0, 9255.0, 9251.0, 9239.0, 9266.0, 9254.0, 9265.0, 9254.0, 9269.0, 9257.0, 9273.0, 9258.0, 9289.0, 9288.0, 9293.0, 9277.0, 9276.0, 9272.0, 9275.0, 9286.0, 9272.0, 9274.0, 9273.0, 9270.0, 9257.0, 9267.0, 9253.0, 9268.0, 9253.0, 9268.0, 9251.0, 9268.0, 9253.0, 9268.0, 9250.0, 9253.0, 9269.0, 9272.0, 9269.0, 9257.0, 9270.0, 9241.0, 9252.0, 9250.0, 9251.0, 9232.0, 9247.0, 9232.0, 9250.0, 9231.0, 9245.0, 9217.0, 9240.0, 9228.0, 9243.0, 9216.0, 9229.0, 9212.0, 9241.0, 9241.0, 9246.0, 9246.0, 9250.0, 9246.0, 9252.0, 9250.0, 9255.0, 9249.0, 9252.0, 9235.0, 9248.0, 9234.0, 9260.0, 9235.0, 9247.0, 9236.0, 9267.0, 9252.0, 9266.0, 9250.0, 9266.0, 9266.0, 9274.0, 9268.0, 9269.0, 9266.0, 9254.0, 9253.0, 9271.0, 9264.0, 9265.0, 9263.0, 9250.0, 9233.0, 9262.0, 9236.0, 9264.0, 9250.0, 9263.0, 9249.0, 9264.0, 9250.0, 9248.0, 9249.0, 9263.0, 9252.0, 9250.0, 9252.0, 9263.0, 9253.0, 9269.0, 9259.0, 9268.0, 9259.0, 9268.0, 9272.0, 9256.0, 9268.0, 9237.0, 9265.0, 9254.0, 9264.0, 9250.0, 9259.0, 9253.0, 9266.0, 9268.0, 9264.0, 9269.0, 9270.0, 9270.0, 9255.0, 9268.0, 9257.0, 9270.0, 9257.0, 9266.0, 9255.0, 9251.0, 9254.0, 9265.0, 9267.0, 9265.0, 9254.0, 9249.0, 9266.0, 9254.0, 9268.0, 9254.0, 9266.0, 9252.0, 9263.0, 9237.0, 9263.0, 9253.0, 9262.0, 9251.0, 9265.0, 9252.0, 9250.0, 9249.0, 9261.0, 9248.0, 9233.0, 9249.0, 9231.0, 9263.0, 9236.0, 9264.0, 9233.0, 9249.0, 9233.0, 9249.0, 9233.0, 9249.0, 9234.0, 9248.0, 9252.0, 9267.0, 9233.0, 9265.0, 9263.0, 9267.0, 9238.0, 9264.0, 9252.0, 9262.0, 9238.0, 9250.0, 9252.0, 9251.0, 9236.0, 9249.0, 9248.0, 9264.0, 9250.0, 9268.0, 9255.0, 9267.0, 9255.0, 9265.0, 9256.0, 9266.0, 9253.0, 9264.0, 9254.0, 9264.0, 9254.0, 9267.0, 9265.0, 9251.0, 9264.0, 9253.0, 9265.0, 9253.0, 9248.0, 9248.0, 9262.0, 9251.0, 9260.0, 9250.0, 9262.0, 9249.0, 9234.0, 9261.0, 9235.0, 9249.0, 9234.0, 9246.0, 9248.0, 9261.0, 9251.0, 9249.0, 9252.0, 9267.0, 9253.0, 9237.0, 9267.0, 9253.0, 9265.0, 9252.0, 9245.0, 9235.0, 9260.0, 9249.0, 9264.0, 9264.0, 9248.0, 9250.0, 9261.0, 9251.0, 9262.0, 9265.0, 9249.0, 9266.0, 9253.0, 9256.0, 9253.0, 9267.0, 9251.0, 9265.0, 9252.0, 9266.0, 9251.0, 9262.0, 9253.0, 9268.0, 9268.0, 9267.0, 9265.0, 9250.0, 9265.0, 9236.0, 9264.0, 9251.0, 9265.0, 9254.0, 9269.0, 9258.0, 9256.0, 9254.0, 9273.0, 9267.0, 9256.0, 9266.0, 9256.0, 9266.0, 9254.0, 9248.0, 9252.0, 9266.0, 9254.0, 9268.0, 9268.0, 9264.0, 9249.0, 9230.0, 9229.0, 9209.0, 9207.0, 9203.0, 9203.0, 9196.0, 9184.0, 9197.0, 9200.0, 9200.0, 9202.0, 9220.0, 9216.0, 9201.0, 9197.0, 9185.0, 9198.0, 9201.0, 9200.0, 9205.0, 9216.0, 9207.0, 9221.0, 9210.0, 9217.0, 9206.0, 9218.0, 9223.0, 9223.0, 9228.0, 9243.0, 9233.0, 9247.0, 9252.0, 9266.0, 9255.0, 9266.0, 9254.0, 9267.0, 9240.0, 9268.0, 9258.0, 9271.0, 9255.0, 9268.0, 9255.0, 9265.0, 9250.0, 9268.0, 9265.0, 9269.0, 9265.0, 9254.0, 9269.0, 9257.0, 9255.0, 9265.0, 9275.0, 9256.0, 9250.0, 9235.0, 9247.0, 9237.0, 9246.0, 9235.0, 9244.0, 9246.0, 9245.0, 9245.0, 9243.0, 9244.0, 9225.0, 9239.0, 9224.0, 9239.0, 9228.0, 9244.0, 9235.0, 9245.0, 9234.0, 9262.0, 9249.0, 9234.0, 9263.0, 9252.0, 9263.0, 9252.0, 9265.0, 9253.0, 9263.0, 9252.0, 9247.0, 9262.0, 9233.0, 9263.0, 9252.0, 9247.0, 9250.0, 9250.0, 9250.0, 9248.0, 9252.0, 9264.0, 9267.0, 9263.0, 9265.0, 9250.0, 9266.0, 9256.0, 9271.0, 9256.0, 9265.0, 9255.0, 9268.0, 9256.0, 9265.0, 9269.0, 9267.0, 9270.0, 9255.0, 9267.0, 9238.0, 9260.0, 9233.0, 9259.0, 9234.0, 9244.0, 9251.0, 9262.0, 9266.0, 9237.0, 9284.0, 9257.0, 9285.0, 9260.0, 9267.0, 9254.0, 9264.0, 9253.0, 9264.0, 9253.0, 9249.0, 9249.0, 9252.0, 9249.0, 9234.0, 9244.0, 9232.0, 9246.0, 9249.0, 9261.0, 9267.0, 9257.0, 9271.0, 9255.0, 9269.0, 9256.0, 9269.0, 9272.0, 9268.0, 9261.0, 9275.0, 9274.0, 9272.0, 9268.0, 9238.0, 9250.0, 9250.0, 9247.0, 9235.0, 9246.0, 9245.0, 9231.0, 9246.0, 9234.0, 9264.0, 9236.0, 9248.0, 9234.0, 9263.0, 9252.0, 9268.0, 9256.0, 9269.0, 9259.0, 9270.0, 9272.0, 9274.0, 9271.0, 9251.0, 9250.0, 9235.0, 9248.0, 9239.0, 9251.0, 9237.0, 9249.0, 9253.0, 9249.0, 9252.0, 9266.0, 9265.0, 9253.0, 9262.0, 9234.0, 9246.0, 9235.0, 9243.0, 9245.0, 9227.0, 9244.0, 9261.0, 9253.0, 9272.0, 9276.0, 9272.0, 9273.0, 9273.0, 9278.0, 9288.0, 9279.0, 9291.0, 9277.0, 9262.0, 9273.0, 9257.0, 9270.0, 9237.0, 9266.0, 9251.0, 9264.0, 9253.0, 9265.0, 9253.0, 9253.0, 9258.0, 9270.0, 9254.0, 9263.0, 9253.0, 9248.0, 9251.0, 9263.0, 9251.0, 9250.0, 9254.0, 9256.0, 9269.0, 9239.0, 9264.0, 9236.0, 9247.0, 9235.0, 9231.0, 9233.0, 9246.0, 9246.0, 9261.0, 9247.0, 9232.0, 9249.0, 9253.0, 9267.0, 9251.0, 9266.0, 9254.0, 9290.0, 9261.0, 9272.0, 9260.0, 9273.0, 9260.0, 9269.0, 9257.0, 9265.0, 9254.0, 9268.0, 9258.0, 9270.0, 9257.0, 9270.0, 9258.0, 9270.0, 9256.0, 9270.0, 9255.0, 9252.0, 9256.0, 9252.0, 9251.0, 9247.0, 9236.0, 9247.0, 9246.0, 9232.0, 9243.0, 9232.0, 9243.0, 9233.0, 9262.0, 9233.0, 9252.0, 9264.0, 9255.0, 9253.0, 9270.0, 9255.0, 9256.0, 9253.0, 9253.0, 9239.0, 9250.0, 9238.0, 9248.0, 9233.0, 9243.0, 9229.0, 9244.0, 9232.0, 9228.0, 9231.0, 9244.0, 9245.0, 9260.0, 9246.0, 9261.0, 9246.0, 9244.0, 9248.0, 9234.0, 9248.0, 9237.0, 9249.0, 9238.0, 9263.0, 9251.0, 9266.0, 9253.0, 9247.0, 9249.0, 9246.0, 9265.0, 9254.0, 9267.0, 9255.0, 9268.0, 9256.0, 9292.0, 9278.0, 9298.0, 9263.0, 9273.0, 9272.0, 9277.0, 9270.0, 9270.0, 9266.0, 9269.0, 9259.0, 9288.0, 9276.0, 9269.0, 9256.0, 9268.0, 9265.0, 9236.0, 9243.0, 9231.0, 9223.0, 9209.0, 9219.0, 9206.0, 9217.0, 9204.0, 9216.0, 9223.0, 9217.0, 9205.0, 9203.0, 9212.0, 9202.0, 9201.0, 9200.0, 9202.0, 9199.0, 9202.0, 9200.0, 9202.0, 9199.0, 9203.0, 9222.0, 9211.0, 9222.0, 9211.0, 9230.0, 9227.0, 9228.0, 9227.0, 9229.0, 9214.0, 9229.0, 9229.0, 9246.0, 9231.0, 9243.0, 9232.0, 9246.0, 9233.0, 9245.0, 9228.0, 9242.0, 9228.0, 9242.0, 9231.0, 9247.0, 9250.0, 9251.0, 9254.0, 9259.0, 9258.0, 9268.0, 9249.0, 9272.0, 9282.0, 9272.0, 9281.0, 9273.0, 9257.0, 9270.0, 9258.0, 9255.0, 9241.0, 9249.0, 9233.0, 9242.0, 9231.0, 9240.0, 9229.0, 9241.0, 9243.0, 9230.0, 9243.0, 9233.0, 9247.0, 9234.0, 9244.0, 9232.0, 9245.0, 9237.0, 9246.0, 9240.0, 9262.0, 9251.0, 9262.0, 9253.0, 9238.0, 9273.0, 9238.0, 9266.0, 9237.0, 9247.0, 9237.0, 9273.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.00039342889908256884</td></tr>
<tr><td colspan=3>aqi</td><td>0.015444990481651377</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.40216838339838</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1526108133409867</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9873782039494827</td></tr>
<tr><td colspan=3>efc</td><td>0.469</td></tr>
<tr><td colspan=3>fber</td><td>6136.3057</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05514789522121663</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.683655554056686</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6116179377341764</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8935376582854135</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5458110661504696</td></tr>
<tr><td colspan=3>gcor</td><td>0.00890373</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010332620702683926</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02185739018023014</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6138012524232743</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>35.126</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.5428</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.7937</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300245.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>797.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.4129</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8041</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.8445</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3309.9365</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4411.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.9551</td></tr>
<tr><td colspan=3>tsnr</td><td>46.10781023371965</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>