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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-06_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-06_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-0029/ses-04/func/sub-0029_ses-04_task-social_acq-mb8_run-06_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>0c49ec13338b7e1278d8734ad45d06f3</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:11:2.855000</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.997689, -0.0543164, 0.0408135, 0.0477479, 0.987902, 0.147543]</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-06_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.110622</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7760, -7247, 655, -33, -150, 51, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.446</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>48e2f0f5-c11d-4781-b956-d10327d03b00||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.676727533340454, 0.12810412049293518, 0.13050124049186707, 106.7165756225586], [0.14572694897651672, 2.650470018386841, 0.3921830952167511, -108.0225830078125], [0.10949975997209549, -0.39584624767303467, 2.66817569732666, -40.65398025512695], [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': ['121102.855000', '121103.315000', '121103.775000', '121104.235000', '121104.695000', '121105.155000', '121105.615000', '121106.075000', '121106.535000', '121106.995000', '121107.455000', '121107.915000', '121108.375000', '121108.835000', '121109.295000', '121109.755000', '121110.215000', '121110.675000', '121111.135000', '121111.595000', '121112.055000', '121112.515000', '121112.975000', '121113.435000', '121113.895000', '121114.355000', '121114.815000', '121115.275000', '121115.735000', '121116.195000', '121116.655000', '121117.115000', '121117.575000', '121118.035000', '121118.495000', '121118.955000', '121119.415000', '121119.875000', '121120.335000', '121120.795000', '121121.255000', '121121.715000', '121122.175000', '121122.635000', '121123.095000', '121123.555000', '121124.015000', '121124.475000', '121124.935000', '121125.395000', '121125.855000', '121126.315000', '121126.775000', '121127.235000', '121127.695000', '121128.155000', '121128.615000', '121129.075000', '121129.535000', '121129.995000', '121130.455000', '121130.915000', '121131.375000', '121131.835000', '121132.295000', '121132.755000', '121133.215000', '121133.675000', '121134.135000', '121134.595000', '121135.055000', '121135.515000', '121135.975000', '121136.435000', '121136.895000', '121137.355000', '121137.815000', '121138.275000', '121138.735000', '121139.195000', '121139.655000', '121140.115000', '121140.575000', '121141.035000', '121141.495000', '121141.955000', '121142.415000', '121142.875000', '121143.335000', '121143.795000', '121144.255000', '121144.715000', '121145.175000', '121145.635000', '121146.095000', '121146.555000', '121147.015000', '121147.475000', '121147.935000', '121148.395000', '121148.855000', '121149.315000', '121149.775000', '121150.235000', '121150.695000', '121151.155000', '121151.615000', '121152.075000', '121152.535000', '121152.995000', '121153.455000', '121153.915000', '121154.375000', '121154.835000', '121155.295000', '121155.755000', '121156.215000', '121156.675000', '121157.135000', '121157.595000', '121158.055000', '121158.515000', '121158.975000', '121159.435000', '121159.895000', '121200.355000', '121200.815000', '121201.275000', '121201.735000', '121202.195000', '121202.655000', '121203.115000', '121203.575000', '121204.035000', '121204.495000', '121204.955000', '121205.415000', '121205.875000', '121206.335000', '121206.795000', '121207.255000', '121207.715000', '121208.175000', '121208.635000', '121209.095000', '121209.555000', '121210.015000', '121210.475000', '121210.935000', '121211.395000', '121211.855000', '121212.315000', '121212.775000', '121213.235000', '121213.695000', '121214.155000', '121214.615000', '121215.075000', '121215.535000', '121215.995000', '121216.455000', '121216.915000', '121217.375000', '121217.835000', '121218.295000', '121218.755000', '121219.215000', '121219.675000', '121220.135000', '121220.595000', '121221.055000', '121221.515000', '121221.975000', '121222.435000', '121222.895000', '121223.355000', '121223.815000', '121224.275000', '121224.735000', '121225.195000', '121225.655000', '121226.115000', '121226.575000', '121227.035000', '121227.495000', '121227.955000', '121228.415000', '121228.875000', '121229.335000', '121229.795000', '121230.255000', '121230.715000', '121231.175000', '121231.635000', '121232.095000', '121232.555000', '121233.015000', '121233.475000', '121233.935000', '121234.395000', '121234.855000', '121235.315000', '121235.775000', '121236.235000', '121236.695000', '121237.155000', '121237.615000', '121238.075000', '121238.535000', '121238.995000', '121239.455000', '121239.915000', '121240.375000', '121240.835000', '121241.295000', '121241.755000', '121242.215000', '121242.675000', '121243.135000', '121243.595000', '121244.055000', '121244.515000', '121244.975000', '121245.435000', '121245.895000', '121246.355000', '121246.815000', '121247.275000', '121247.735000', '121248.195000', '121248.655000', '121249.115000', '121249.575000', '121250.035000', '121250.495000', '121250.955000', '121251.415000', '121251.875000', '121252.335000', '121252.795000', '121253.255000', '121253.715000', '121254.175000', '121254.635000', '121255.095000', '121255.555000', '121256.015000', '121256.475000', '121256.935000', '121257.395000', '121257.855000', '121258.315000', '121258.775000', '121259.235000', '121259.695000', '121300.155000', '121300.615000', '121301.075000', '121301.535000', '121301.995000', '121302.455000', '121302.915000', '121303.375000', '121303.835000', '121304.295000', '121304.755000', '121305.215000', '121305.675000', '121306.135000', '121306.595000', '121307.055000', '121307.515000', '121307.975000', '121308.435000', '121308.895000', '121309.355000', '121309.815000', '121310.275000', '121310.735000', '121311.195000', '121311.655000', '121312.115000', '121312.575000', '121313.035000', '121313.495000', '121313.955000', '121314.415000', '121314.875000', '121315.335000', '121315.795000', '121316.255000', '121316.715000', '121317.175000', '121317.635000', '121318.095000', '121318.555000', '121319.015000', '121319.475000', '121319.935000', '121320.395000', '121320.855000', '121321.315000', '121321.775000', '121322.235000', '121322.695000', '121323.155000', '121323.615000', '121324.075000', '121324.535000', '121324.995000', '121325.455000', '121325.915000', '121326.375000', '121326.835000', '121327.295000', '121327.755000', '121328.215000', '121328.675000', '121329.135000', '121329.595000', '121330.055000', '121330.515000', '121330.975000', '121331.435000', '121331.895000', '121332.355000', '121332.815000', '121333.275000', '121333.735000', '121334.195000', '121334.655000', '121335.115000', '121335.575000', '121336.035000', '121336.495000', '121336.955000', '121337.415000', '121337.875000', '121338.335000', '121338.795000', '121339.255000', '121339.715000', '121340.175000', '121340.635000', '121341.095000', '121341.555000', '121342.015000', '121342.475000', '121342.935000', '121343.395000', '121343.855000', '121344.315000', '121344.775000', '121345.235000', '121345.695000', '121346.155000', '121346.615000', '121347.075000', '121347.535000', '121347.995000', '121348.455000', '121348.915000', '121349.375000', '121349.835000', '121350.295000', '121350.755000', '121351.215000', '121351.675000', '121352.135000', '121352.595000', '121353.055000', '121353.515000', '121353.975000', '121354.435000', '121354.895000', '121355.355000', '121355.815000', '121356.275000', '121356.735000', '121357.195000', '121357.655000', '121358.115000', '121358.575000', '121359.035000', '121359.495000', '121359.955000', '121400.415000', '121400.875000', '121401.335000', '121401.795000', '121402.255000', '121402.715000', '121403.175000', '121403.635000', '121404.095000', '121404.555000', '121405.015000', '121405.475000', '121405.935000', '121406.395000', '121406.855000', '121407.315000', '121407.775000', '121408.235000', '121408.695000', '121409.155000', '121409.615000', '121410.075000', '121410.535000', '121410.995000', '121411.455000', '121411.915000', '121412.375000', '121412.835000', '121413.295000', '121413.755000', '121414.215000', '121414.675000', '121415.135000', '121415.595000', '121416.055000', '121416.515000', '121416.975000', '121417.435000', '121417.895000', '121418.355000', '121418.815000', '121419.275000', '121419.735000', '121420.195000', '121420.655000', '121421.115000', '121421.575000', '121422.035000', '121422.495000', '121422.955000', '121423.415000', '121423.875000', '121424.335000', '121424.795000', '121425.255000', '121425.715000', '121426.175000', '121426.635000', '121427.095000', '121427.555000', '121428.015000', '121428.475000', '121428.935000', '121429.395000', '121429.855000', '121430.315000', '121430.775000', '121431.235000', '121431.695000', '121432.155000', '121432.615000', '121433.075000', '121433.535000', '121433.995000', '121434.455000', '121434.915000', '121435.375000', '121435.835000', '121436.295000', '121436.755000', '121437.215000', '121437.675000', '121438.135000', '121438.595000', '121439.055000', '121439.515000', '121439.975000', '121440.435000', '121440.895000', '121441.355000', '121441.815000', '121442.275000', '121442.735000', '121443.195000', '121443.655000', '121444.115000', '121444.575000', '121445.035000', '121445.495000', '121445.955000', '121446.415000', '121446.875000', '121447.335000', '121447.795000', '121448.255000', '121448.715000', '121449.175000', '121449.635000', '121450.095000', '121450.555000', '121451.015000', '121451.475000', '121451.935000', '121452.395000', '121452.855000', '121453.315000', '121453.775000', '121454.235000', '121454.695000', '121455.155000', '121455.615000', '121456.075000', '121456.535000', '121456.995000', '121457.455000', '121457.915000', '121458.375000', '121458.835000', '121459.295000', '121459.755000', '121500.215000', '121500.675000', '121501.135000', '121501.595000', '121502.055000', '121502.515000', '121502.975000', '121503.435000', '121503.895000', '121504.355000', '121504.815000', '121505.275000', '121505.735000', '121506.195000', '121506.655000', '121507.115000', '121507.575000', '121508.035000', '121508.495000', '121508.955000', '121509.415000', '121509.875000', '121510.335000', '121510.795000', '121511.255000', '121511.715000', '121512.175000', '121512.635000', '121513.095000', '121513.555000', '121514.015000', '121514.475000', '121514.935000', '121515.395000', '121515.855000', '121516.315000', '121516.775000', '121517.235000', '121517.695000', '121518.155000', '121518.615000', '121519.075000', '121519.535000', '121519.995000', '121520.455000', '121520.915000', '121521.375000', '121521.835000', '121522.295000', '121522.755000', '121523.215000', '121523.675000', '121524.135000', '121524.595000', '121525.055000', '121525.515000', '121525.975000', '121526.435000', '121526.895000', '121527.355000', '121527.815000', '121528.275000', '121528.735000', '121529.195000', '121529.655000', '121530.115000', '121530.575000', '121531.035000', '121531.495000', '121531.955000', '121532.415000', '121532.875000', '121533.335000', '121533.795000', '121534.255000', '121534.715000', '121535.175000', '121535.635000', '121536.095000', '121536.555000', '121537.015000', '121537.475000', '121537.935000', '121538.395000', '121538.855000', '121539.315000', '121539.775000', '121540.235000', '121540.695000', '121541.155000', '121541.615000', '121542.075000', '121542.535000', '121542.995000', '121543.455000', '121543.915000', '121544.375000', '121544.835000', '121545.295000', '121545.755000', '121546.215000', '121546.675000', '121547.135000', '121547.595000', '121548.055000', '121548.515000', '121548.975000', '121549.435000', '121549.895000', '121550.355000', '121550.815000', '121551.275000', '121551.735000', '121552.195000', '121552.655000', '121553.115000', '121553.575000', '121554.035000', '121554.495000', '121554.955000', '121555.415000', '121555.875000', '121556.335000', '121556.795000', '121557.255000', '121557.715000', '121558.175000', '121558.635000', '121559.095000', '121559.555000', '121600.015000', '121600.475000', '121600.935000', '121601.395000', '121601.855000', '121602.315000', '121602.775000', '121603.235000', '121603.695000', '121604.155000', '121604.615000', '121605.075000', '121605.535000', '121605.995000', '121606.455000', '121606.915000', '121607.375000', '121607.835000', '121608.295000', '121608.755000', '121609.215000', '121609.675000', '121610.135000', '121610.595000', '121611.055000', '121611.515000', '121611.975000', '121612.435000', '121612.895000', '121613.355000', '121613.815000', '121614.275000', '121614.735000', '121615.195000', '121615.655000', '121616.115000', '121616.575000', '121617.035000', '121617.495000', '121617.955000', '121618.415000', '121618.875000', '121619.335000', '121619.795000', '121620.255000', '121620.715000', '121621.175000', '121621.635000', '121622.095000', '121622.555000', '121623.015000', '121623.475000', '121623.935000', '121624.395000', '121624.855000', '121625.315000', '121625.775000', '121626.235000', '121626.695000', '121627.155000', '121627.615000', '121628.075000', '121628.535000', '121628.995000', '121629.455000', '121629.915000', '121630.375000', '121630.835000', '121631.295000', '121631.755000', '121632.215000', '121632.675000', '121633.135000', '121633.595000', '121634.055000', '121634.515000', '121634.975000', '121635.435000', '121635.895000', '121636.355000', '121636.815000', '121637.275000', '121637.735000', '121638.195000', '121638.655000', '121639.115000', '121639.575000', '121640.035000', '121640.495000', '121640.955000', '121641.415000', '121641.875000', '121642.335000', '121642.795000', '121643.255000', '121643.715000', '121644.175000', '121644.635000', '121645.095000', '121645.555000', '121646.015000', '121646.475000', '121646.935000', '121647.395000', '121647.855000', '121648.315000', '121648.775000', '121649.235000', '121649.695000', '121650.155000', '121650.615000', '121651.075000', '121651.535000', '121651.995000', '121652.455000', '121652.915000', '121653.375000', '121653.835000', '121654.295000', '121654.755000', '121655.215000', '121655.675000', '121656.135000', '121656.595000', '121657.055000', '121657.515000', '121657.975000', '121658.435000', '121658.895000', '121659.355000', '121659.815000', '121700.275000', '121700.735000', '121701.195000', '121701.655000', '121702.115000', '121702.575000', '121703.035000', '121703.495000', '121703.955000', '121704.415000', '121704.875000', '121705.335000', '121705.795000', '121706.255000', '121706.715000', '121707.175000', '121707.635000', '121708.095000', '121708.555000', '121709.015000', '121709.475000', '121709.935000', '121710.395000', '121710.855000', '121711.315000', '121711.775000', '121712.235000', '121712.695000', '121713.155000', '121713.615000', '121714.075000', '121714.535000', '121714.995000', '121715.455000', '121715.915000', '121716.375000', '121716.835000', '121717.295000', '121717.755000', '121718.215000', '121718.675000', '121719.135000', '121719.595000', '121720.055000', '121720.515000', '121720.975000', '121721.435000', '121721.895000', '121722.355000', '121722.815000', '121723.275000', '121723.735000', '121724.195000', '121724.655000', '121725.115000', '121725.575000', '121726.035000', '121726.495000', '121726.955000', '121727.415000', '121727.875000', '121728.335000', '121728.795000', '121729.255000', '121729.715000', '121730.175000', '121730.635000', '121731.095000', '121731.555000', '121732.015000', '121732.475000', '121732.935000', '121733.395000', '121733.855000', '121734.315000', '121734.775000', '121735.235000', '121735.695000', '121736.155000', '121736.615000', '121737.075000', '121737.535000', '121737.995000', '121738.455000', '121738.915000', '121739.375000', '121739.835000', '121740.295000', '121740.755000', '121741.215000', '121741.675000', '121742.135000', '121742.595000', '121743.055000', '121743.515000'], 'ContentTime': ['121130.013000', '121130.017000', '121130.019000', '121130.022000', '121130.025000', '121130.028000', '121130.031000', '121130.040000', '121130.043000', '121130.046000', '121130.048000', '121130.051000', '121130.054000', '121130.057000', '121130.060000', '121130.063000', '121130.066000', '121130.073000', '121130.076000', '121130.079000', '121130.081000', '121130.084000', '121130.087000', '121130.090000', '121130.093000', '121130.096000', '121130.099000', '121130.102000', '121130.105000', '121130.107000', '121130.110000', '121130.113000', '121130.116000', '121130.119000', '121130.122000', '121130.125000', '121130.128000', '121130.131000', '121130.133000', '121130.136000', '121130.139000', '121130.142000', '121130.145000', '121130.148000', '121130.151000', '121130.154000', '121130.157000', '121130.160000', '121130.163000', '121130.166000', '121130.168000', '121130.171000', '121130.174000', '121130.177000', '121130.180000', '121130.183000', '121130.186000', '121130.189000', '121149.976000', '121149.979000', '121149.982000', '121149.985000', '121149.988000', '121149.990000', '121149.994000', '121150.005000', '121150.007000', '121150.010000', '121150.013000', '121150.016000', '121150.019000', '121150.022000', '121150.025000', '121150.028000', '121150.031000', '121150.034000', '121150.037000', '121150.040000', '121150.042000', '121150.045000', '121150.048000', '121150.051000', '121150.054000', '121150.057000', '121150.060000', '121150.063000', '121150.066000', '121150.068000', '121150.071000', '121150.074000', '121150.077000', '121150.080000', '121150.083000', '121150.086000', '121150.089000', '121150.092000', '121150.118000', '121150.121000', '121150.124000', '121150.126000', '121150.129000', '121209.977000', '121209.980000', '121209.983000', '121209.990000', '121209.993000', '121209.996000', '121209.998000', '121210.001000', '121210.004000', '121210.007000', '121210.010000', '121210.013000', '121210.022000', '121210.025000', '121210.028000', '121210.031000', '121210.034000', '121210.037000', '121210.040000', '121210.043000', '121210.046000', '121210.048000', '121210.051000', '121210.054000', '121210.057000', '121210.060000', '121210.063000', '121210.066000', '121210.069000', '121210.072000', '121210.074000', '121210.077000', '121210.080000', '121210.083000', '121210.086000', '121210.089000', '121210.092000', '121210.095000', '121210.097000', '121210.100000', '121210.103000', '121210.106000', '121210.109000', '121210.112000', '121229.976000', '121229.979000', '121229.982000', '121229.985000', '121229.988000', '121229.991000', '121229.994000', '121229.996000', '121230.006000', '121230.009000', '121230.013000', '121230.016000', '121230.019000', '121230.022000', '121230.025000', '121230.028000', '121230.031000', '121230.034000', '121230.036000', '121230.039000', '121230.042000', '121230.045000', '121230.048000', '121230.051000', '121230.054000', '121230.057000', '121230.060000', '121230.063000', '121230.066000', '121230.069000', '121230.071000', '121230.074000', '121230.077000', '121230.080000', '121230.084000', '121230.089000', '121230.092000', '121230.095000', '121230.111000', '121230.114000', '121230.117000', '121230.120000', '121230.123000', '121249.976000', '121249.979000', '121249.982000', '121249.985000', '121249.988000', '121249.991000', '121249.994000', '121249.997000', '121250.004000', '121250.007000', '121250.010000', '121250.013000', '121250.016000', '121250.019000', '121250.022000', '121250.025000', '121250.028000', '121250.031000', '121250.034000', '121250.037000', '121250.039000', '121250.042000', '121250.045000', '121250.048000', '121250.051000', '121250.054000', '121250.057000', '121250.060000', '121250.063000', '121250.065000', '121250.068000', '121250.071000', '121250.074000', '121250.077000', '121250.080000', '121250.083000', '121250.086000', '121250.088000', '121250.092000', '121250.094000', '121250.097000', '121250.100000', '121250.103000', '121250.106000', '121309.976000', '121309.981000', '121309.984000', '121309.987000', '121309.990000', '121309.993000', '121309.996000', '121310.000000', '121310.003000', '121310.006000', '121310.008000', '121310.011000', '121310.014000', '121310.017000', '121310.020000', '121310.023000', '121310.026000', '121310.029000', '121310.032000', '121310.035000', '121310.038000', '121310.040000', '121310.043000', '121310.046000', '121310.049000', '121310.052000', '121310.055000', '121310.058000', '121310.061000', '121310.064000', '121310.067000', '121310.070000', '121310.073000', '121310.076000', '121310.079000', '121310.081000', '121310.085000', '121310.087000', '121310.090000', '121310.093000', '121310.096000', '121310.099000', '121310.108000', '121329.976000', '121329.979000', '121329.982000', '121329.985000', '121329.988000', '121329.991000', '121329.993000', '121329.996000', '121330.000000', '121330.003000', '121330.006000', '121330.009000', '121330.012000', '121330.015000', '121330.018000', '121330.021000', '121330.023000', '121330.026000', '121330.029000', '121330.032000', '121330.035000', '121330.038000', '121330.041000', '121330.044000', '121330.047000', '121330.050000', '121330.053000', '121330.056000', '121330.058000', '121330.061000', '121330.064000', '121330.067000', '121330.070000', '121330.073000', '121330.076000', '121330.079000', '121330.082000', '121330.085000', '121330.088000', '121330.090000', '121330.093000', '121330.096000', '121330.099000', '121330.102000', '121349.976000', '121349.979000', '121349.982000', '121349.985000', '121349.988000', '121349.990000', '121349.993000', '121349.996000', '121349.999000', '121350.002000', '121350.005000', '121350.008000', '121350.011000', '121350.014000', '121350.017000', '121350.020000', '121350.023000', '121350.026000', '121350.029000', '121350.032000', '121350.034000', '121350.037000', '121350.040000', '121350.043000', '121350.046000', '121350.050000', '121350.053000', '121350.056000', '121350.059000', '121350.062000', '121350.065000', '121350.068000', '121350.071000', '121350.074000', '121350.076000', '121350.080000', '121350.082000', '121350.085000', '121350.088000', '121350.091000', '121350.094000', '121350.097000', '121350.100000', '121409.976000', '121409.979000', '121409.982000', '121409.985000', '121409.988000', '121409.991000', '121409.993000', '121409.996000', '121410.000000', '121410.003000', '121410.006000', '121410.009000', '121410.012000', '121410.015000', '121410.018000', '121410.021000', '121410.024000', '121410.027000', '121410.039000', '121410.042000', '121410.045000', '121410.048000', '121410.051000', '121410.054000', '121410.057000', '121410.060000', '121410.063000', '121410.066000', '121410.069000', '121410.072000', '121410.074000', '121410.077000', '121410.080000', '121410.083000', '121410.095000', '121410.098000', '121410.101000', '121410.104000', '121410.107000', '121410.110000', '121410.113000', '121410.116000', '121410.118000', '121410.121000', '121429.977000', '121429.980000', '121429.983000', '121429.986000', '121429.989000', '121429.992000', '121429.995000', '121429.998000', '121430.001000', '121430.003000', '121430.007000', '121430.009000', '121430.012000', '121430.015000', '121430.018000', '121430.021000', '121430.024000', '121430.033000', '121430.036000', '121430.039000', '121430.042000', '121430.045000', '121430.048000', '121430.051000', '121430.054000', '121430.057000', '121430.060000', '121430.063000', '121430.066000', '121430.068000', '121430.071000', '121430.074000', '121430.077000', '121430.080000', '121430.083000', '121430.086000', '121430.089000', '121430.092000', '121430.095000', '121430.098000', '121430.100000', '121430.103000', '121430.106000', '121449.976000', '121449.979000', '121449.982000', '121449.985000', '121449.988000', '121449.991000', '121449.994000', '121450.001000', '121450.004000', '121450.007000', '121450.010000', '121450.013000', '121450.016000', '121450.018000', '121450.021000', '121450.024000', '121450.027000', '121450.030000', '121450.033000', '121450.036000', '121450.039000', '121450.042000', '121450.045000', '121450.048000', '121450.051000', '121450.053000', '121450.056000', '121450.059000', '121450.062000', '121450.065000', '121450.068000', '121450.071000', '121450.074000', '121450.077000', '121450.080000', '121450.083000', '121450.086000', '121450.096000', '121450.099000', '121450.102000', '121450.105000', '121450.108000', '121450.111000', '121450.114000', '121509.976000', '121509.979000', '121509.982000', '121509.985000', '121509.988000', '121509.991000', '121509.994000', '121509.997000', '121510.001000', '121510.004000', '121510.007000', '121510.009000', '121510.012000', '121510.015000', '121510.018000', '121510.021000', '121510.024000', '121510.027000', '121510.030000', '121510.033000', '121510.036000', '121510.039000', '121510.042000', '121510.044000', '121510.047000', '121510.050000', '121510.053000', '121510.056000', '121510.059000', '121510.062000', '121510.065000', '121510.068000', '121510.071000', '121510.074000', '121510.077000', '121510.080000', '121510.082000', '121510.086000', '121510.090000', '121510.093000', '121510.096000', '121510.099000', '121510.101000', '121529.976000', '121529.979000', '121529.982000', '121529.985000', '121529.988000', '121529.991000', '121529.994000', '121529.997000', '121530.000000', '121530.003000', '121530.006000', '121530.009000', '121530.012000', '121530.015000', '121530.018000', '121530.021000', '121530.024000', '121530.027000', '121530.030000', '121530.033000', '121530.036000', '121530.039000', '121530.042000', '121530.045000', '121530.047000', '121530.050000', '121530.053000', '121530.056000', '121530.059000', '121530.062000', '121530.065000', '121530.068000', '121530.071000', '121530.074000', '121530.077000', '121530.080000', '121530.083000', '121530.086000', '121530.088000', '121530.091000', '121530.094000', '121530.097000', '121530.100000', '121530.103000', '121549.976000', '121549.989000', '121549.992000', '121549.994000', '121549.997000', '121550.000000', '121550.003000', '121550.006000', '121550.009000', '121550.012000', '121550.015000', '121550.018000', '121550.021000', '121550.024000', '121550.027000', '121550.029000', '121550.033000', '121550.036000', '121550.038000', '121550.041000', '121550.044000', '121550.047000', '121550.050000', '121550.053000', '121550.056000', '121550.059000', '121550.062000', '121550.065000', '121550.068000', '121550.071000', '121550.073000', '121550.076000', '121550.079000', '121550.082000', '121550.085000', '121550.088000', '121550.091000', '121550.094000', '121550.097000', '121550.100000', '121550.103000', '121550.106000', '121550.108000', '121609.976000', '121609.979000', '121609.982000', '121609.985000', '121609.988000', '121610.005000', '121610.007000', '121610.010000', '121610.013000', '121610.016000', '121610.019000', '121610.022000', '121610.025000', '121610.028000', '121610.031000', '121610.034000', '121610.037000', '121610.040000', '121610.043000', '121610.046000', '121610.049000', '121610.052000', '121610.054000', '121610.057000', '121610.060000', '121610.063000', '121610.066000', '121610.069000', '121610.072000', '121610.075000', '121610.078000', '121610.081000', '121610.083000', '121610.086000', '121610.089000', '121610.092000', '121610.095000', '121610.098000', '121610.103000', '121610.106000', '121610.109000', '121610.112000', '121610.115000', '121610.118000', '121629.976000', '121629.979000', '121629.982000', '121629.985000', '121629.988000', '121629.991000', '121629.993000', '121629.997000', '121630.001000', '121630.003000', '121630.006000', '121630.009000', '121630.012000', '121630.015000', '121630.018000', '121630.021000', '121630.024000', '121630.027000', '121630.030000', '121630.038000', '121630.041000', '121630.044000', '121630.047000', '121630.050000', '121630.053000', '121630.056000', '121630.059000', '121630.062000', '121630.065000', '121630.068000', '121630.071000', '121630.074000', '121630.077000', '121630.079000', '121630.082000', '121630.085000', '121630.088000', '121630.091000', '121630.094000', '121630.097000', '121630.100000', '121630.103000', '121630.109000', '121649.977000', '121649.980000', '121649.983000', '121649.986000', '121649.989000', '121649.992000', '121649.995000', '121649.998000', '121650.000000', '121650.003000', '121650.006000', '121650.018000', '121650.022000', '121650.024000', '121650.027000', '121650.030000', '121650.037000', '121650.040000', '121650.043000', '121650.046000', '121650.049000', '121650.052000', '121650.054000', '121650.057000', '121650.060000', '121650.063000', '121650.066000', '121650.069000', '121650.072000', '121650.075000', '121650.078000', '121650.081000', '121650.084000', '121650.086000', '121650.089000', '121650.092000', '121650.095000', '121650.098000', '121650.101000', '121650.104000', '121650.107000', '121650.110000', '121650.113000', '121709.976000', '121709.979000', '121709.982000', '121709.985000', '121709.988000', '121709.991000', '121709.994000', '121709.997000', '121710.000000', '121710.003000', '121710.006000', '121710.009000', '121710.012000', '121710.015000', '121710.018000', '121710.021000', '121710.024000', '121710.027000', '121710.030000', '121710.033000', '121710.036000', '121710.038000', '121710.041000', '121710.044000', '121710.047000', '121710.050000', '121710.053000', '121710.072000', '121710.075000', '121710.077000', '121710.080000', '121710.083000', '121710.086000', '121710.089000', '121710.092000', '121710.095000', '121710.104000', '121710.107000', '121710.110000', '121710.113000', '121710.116000', '121710.119000', '121710.121000', '121710.124000', '121729.976000', '121729.980000', '121729.983000', '121729.986000', '121729.989000', '121729.992000', '121729.995000', '121729.998000', '121730.001000', '121730.004000', '121730.007000', '121730.010000', '121730.013000', '121730.015000', '121730.018000', '121730.021000', '121730.024000', '121730.027000', '121730.030000', '121730.033000', '121730.036000', '121730.039000', '121730.042000', '121730.045000', '121730.047000', '121730.050000', '121730.053000', '121730.056000', '121730.059000', '121730.070000', '121730.073000', '121730.076000', '121730.079000', '121730.082000', '121730.084000', '121730.087000', '121730.090000', '121730.093000', '121730.096000', '121730.099000', '121730.102000', '121730.105000', '121730.108000', '121744.297000', '121744.301000', '121744.304000', '121744.307000', '121744.310000', '121744.313000', '121744.316000', '121744.319000', '121744.323000', '121744.326000', '121744.329000', '121744.332000', '121744.335000', '121744.338000', '121744.341000', '121744.343000', '121744.346000', '121744.350000', '121744.353000', '121744.356000', '121744.359000', '121744.361000', '121744.364000', '121744.367000', '121744.370000', '121744.373000', '121744.376000', '121744.379000', '121744.382000', '121744.385000', '121744.388000', '121744.391000'], 'InstanceCreationTime': ['121130.013000', '121130.017000', '121130.019000', '121130.022000', '121130.025000', '121130.028000', '121130.031000', '121130.040000', '121130.043000', '121130.046000', '121130.048000', '121130.051000', '121130.054000', '121130.057000', '121130.060000', '121130.063000', '121130.066000', '121130.073000', '121130.076000', '121130.079000', '121130.081000', '121130.084000', '121130.087000', '121130.090000', '121130.093000', '121130.096000', '121130.099000', '121130.102000', '121130.105000', '121130.107000', '121130.110000', '121130.113000', '121130.116000', '121130.119000', '121130.122000', '121130.125000', '121130.128000', '121130.131000', '121130.133000', '121130.136000', '121130.139000', '121130.142000', '121130.145000', '121130.148000', '121130.151000', '121130.154000', '121130.157000', '121130.160000', '121130.163000', '121130.166000', '121130.168000', '121130.171000', '121130.174000', '121130.177000', '121130.180000', '121130.183000', '121130.186000', '121130.189000', '121149.976000', '121149.979000', '121149.982000', '121149.985000', '121149.988000', '121149.990000', '121149.994000', '121150.005000', '121150.007000', '121150.010000', '121150.013000', '121150.016000', '121150.019000', '121150.022000', '121150.025000', '121150.028000', '121150.031000', '121150.034000', '121150.037000', '121150.040000', '121150.042000', '121150.045000', '121150.048000', '121150.051000', '121150.054000', '121150.057000', '121150.060000', '121150.063000', '121150.066000', '121150.068000', '121150.071000', '121150.074000', '121150.077000', '121150.080000', '121150.083000', '121150.086000', '121150.089000', '121150.092000', '121150.118000', '121150.121000', '121150.124000', '121150.126000', '121150.129000', '121209.977000', '121209.980000', '121209.983000', '121209.990000', '121209.993000', '121209.996000', '121209.998000', '121210.001000', '121210.004000', '121210.007000', '121210.010000', '121210.013000', '121210.022000', '121210.025000', '121210.028000', '121210.031000', '121210.034000', '121210.037000', '121210.040000', '121210.043000', '121210.046000', '121210.048000', '121210.051000', '121210.054000', '121210.057000', '121210.060000', '121210.063000', '121210.066000', '121210.069000', '121210.072000', '121210.074000', '121210.077000', '121210.080000', '121210.083000', '121210.086000', '121210.089000', '121210.092000', '121210.095000', '121210.097000', '121210.100000', '121210.103000', '121210.106000', '121210.109000', '121210.112000', '121229.976000', '121229.979000', '121229.982000', '121229.985000', '121229.988000', '121229.991000', '121229.994000', '121229.996000', '121230.006000', '121230.009000', '121230.013000', '121230.016000', '121230.019000', '121230.022000', '121230.025000', '121230.028000', '121230.031000', '121230.034000', '121230.036000', '121230.039000', '121230.042000', '121230.045000', '121230.048000', '121230.051000', '121230.054000', '121230.057000', '121230.060000', '121230.063000', '121230.066000', '121230.069000', '121230.071000', '121230.074000', '121230.077000', '121230.080000', '121230.084000', '121230.089000', '121230.092000', '121230.095000', '121230.111000', '121230.114000', '121230.117000', '121230.120000', '121230.123000', '121249.976000', '121249.979000', '121249.982000', '121249.985000', '121249.988000', '121249.991000', '121249.994000', '121249.997000', '121250.004000', '121250.007000', '121250.010000', '121250.013000', '121250.016000', '121250.019000', '121250.022000', '121250.025000', '121250.028000', '121250.031000', '121250.034000', '121250.037000', '121250.039000', '121250.042000', '121250.045000', '121250.048000', '121250.051000', '121250.054000', '121250.057000', '121250.060000', '121250.063000', '121250.065000', '121250.068000', '121250.071000', '121250.074000', '121250.077000', '121250.080000', '121250.083000', '121250.086000', '121250.088000', '121250.092000', '121250.094000', '121250.097000', '121250.100000', '121250.103000', '121250.106000', '121309.976000', '121309.981000', '121309.984000', '121309.987000', '121309.990000', '121309.993000', '121309.996000', '121310.000000', '121310.003000', '121310.006000', '121310.008000', '121310.011000', '121310.014000', '121310.017000', '121310.020000', '121310.023000', '121310.026000', '121310.029000', '121310.032000', '121310.035000', '121310.038000', '121310.040000', '121310.043000', '121310.046000', '121310.049000', '121310.052000', '121310.055000', '121310.058000', '121310.061000', '121310.064000', '121310.067000', '121310.070000', '121310.073000', '121310.076000', '121310.079000', '121310.081000', '121310.085000', '121310.087000', '121310.090000', '121310.093000', '121310.096000', '121310.099000', '121310.108000', '121329.976000', '121329.979000', '121329.982000', '121329.985000', '121329.988000', '121329.991000', '121329.993000', '121329.996000', '121330.000000', '121330.003000', '121330.006000', '121330.009000', '121330.012000', '121330.015000', '121330.018000', '121330.021000', '121330.023000', '121330.026000', '121330.029000', '121330.032000', '121330.035000', '121330.038000', '121330.041000', '121330.044000', '121330.047000', '121330.050000', '121330.053000', '121330.056000', '121330.058000', '121330.061000', '121330.064000', '121330.067000', '121330.070000', '121330.073000', '121330.076000', '121330.079000', '121330.082000', '121330.085000', '121330.088000', '121330.090000', '121330.093000', '121330.096000', '121330.099000', '121330.102000', '121349.976000', '121349.979000', '121349.982000', '121349.985000', '121349.988000', '121349.990000', '121349.993000', '121349.996000', '121349.999000', '121350.002000', '121350.005000', '121350.008000', '121350.011000', '121350.014000', '121350.017000', '121350.020000', '121350.023000', '121350.026000', '121350.029000', '121350.032000', '121350.034000', '121350.037000', '121350.040000', '121350.043000', '121350.046000', '121350.050000', '121350.053000', '121350.056000', '121350.059000', '121350.062000', '121350.065000', '121350.068000', '121350.071000', '121350.074000', '121350.076000', '121350.080000', '121350.082000', '121350.085000', '121350.088000', '121350.091000', '121350.094000', '121350.097000', '121350.100000', '121409.976000', '121409.979000', '121409.982000', '121409.985000', '121409.988000', '121409.991000', '121409.993000', '121409.996000', '121410.000000', '121410.003000', '121410.006000', '121410.009000', '121410.012000', '121410.015000', '121410.018000', '121410.021000', '121410.024000', '121410.027000', '121410.039000', '121410.042000', '121410.045000', '121410.048000', '121410.051000', '121410.054000', '121410.057000', '121410.060000', '121410.063000', '121410.066000', '121410.069000', '121410.072000', '121410.074000', '121410.077000', '121410.080000', '121410.083000', '121410.095000', '121410.098000', '121410.101000', '121410.104000', '121410.107000', '121410.110000', '121410.113000', '121410.116000', '121410.118000', '121410.121000', '121429.977000', '121429.980000', '121429.983000', '121429.986000', '121429.989000', '121429.992000', '121429.995000', '121429.998000', '121430.001000', '121430.003000', '121430.007000', '121430.009000', '121430.012000', '121430.015000', '121430.018000', '121430.021000', '121430.024000', '121430.033000', '121430.036000', '121430.039000', '121430.042000', '121430.045000', '121430.048000', '121430.051000', '121430.054000', '121430.057000', '121430.060000', '121430.063000', '121430.066000', '121430.068000', '121430.071000', '121430.074000', '121430.077000', '121430.080000', '121430.083000', '121430.086000', '121430.089000', '121430.092000', '121430.095000', '121430.098000', '121430.100000', '121430.103000', '121430.106000', '121449.976000', '121449.979000', '121449.982000', '121449.985000', '121449.988000', '121449.991000', '121449.994000', '121450.001000', '121450.004000', '121450.007000', '121450.010000', '121450.013000', '121450.016000', '121450.018000', '121450.021000', '121450.024000', '121450.027000', '121450.030000', '121450.033000', '121450.036000', '121450.039000', '121450.042000', '121450.045000', '121450.048000', '121450.051000', '121450.053000', '121450.056000', '121450.059000', '121450.062000', '121450.065000', '121450.068000', '121450.071000', '121450.074000', '121450.077000', '121450.080000', '121450.083000', '121450.086000', '121450.096000', '121450.099000', '121450.102000', '121450.105000', '121450.108000', '121450.111000', '121450.114000', '121509.976000', '121509.979000', '121509.982000', '121509.985000', '121509.988000', '121509.991000', '121509.994000', '121509.997000', '121510.001000', '121510.004000', '121510.007000', '121510.009000', '121510.012000', '121510.015000', '121510.018000', '121510.021000', '121510.024000', '121510.027000', '121510.030000', '121510.033000', '121510.036000', '121510.039000', '121510.042000', '121510.044000', '121510.047000', '121510.050000', '121510.053000', '121510.056000', '121510.059000', '121510.062000', '121510.065000', '121510.068000', '121510.071000', '121510.074000', '121510.077000', '121510.080000', '121510.082000', '121510.086000', '121510.090000', '121510.093000', '121510.096000', '121510.099000', '121510.101000', '121529.976000', '121529.979000', '121529.982000', '121529.985000', '121529.988000', '121529.991000', '121529.994000', '121529.997000', '121530.000000', '121530.003000', '121530.006000', '121530.009000', '121530.012000', '121530.015000', '121530.018000', '121530.021000', '121530.024000', '121530.027000', '121530.030000', '121530.033000', '121530.036000', '121530.039000', '121530.042000', '121530.045000', '121530.047000', '121530.050000', '121530.053000', '121530.056000', '121530.059000', '121530.062000', '121530.065000', '121530.068000', '121530.071000', '121530.074000', '121530.077000', '121530.080000', '121530.083000', '121530.086000', '121530.088000', '121530.091000', '121530.094000', '121530.097000', '121530.100000', '121530.103000', '121549.976000', '121549.989000', '121549.992000', '121549.994000', '121549.997000', '121550.000000', '121550.003000', '121550.006000', '121550.009000', '121550.012000', '121550.015000', '121550.018000', '121550.021000', '121550.024000', '121550.027000', '121550.029000', '121550.033000', '121550.036000', '121550.038000', '121550.041000', '121550.044000', '121550.047000', '121550.050000', '121550.053000', '121550.056000', '121550.059000', '121550.062000', '121550.065000', '121550.068000', '121550.071000', '121550.073000', '121550.076000', '121550.079000', '121550.082000', '121550.085000', '121550.088000', '121550.091000', '121550.094000', '121550.097000', '121550.100000', '121550.103000', '121550.106000', '121550.108000', '121609.976000', '121609.979000', '121609.982000', '121609.985000', '121609.988000', '121610.005000', '121610.007000', '121610.010000', '121610.013000', '121610.016000', '121610.019000', '121610.022000', '121610.025000', '121610.028000', '121610.031000', '121610.034000', '121610.037000', '121610.040000', '121610.043000', '121610.046000', '121610.049000', '121610.052000', '121610.054000', '121610.057000', '121610.060000', '121610.063000', '121610.066000', '121610.069000', '121610.072000', '121610.075000', '121610.078000', '121610.081000', '121610.083000', '121610.086000', '121610.089000', '121610.092000', '121610.095000', '121610.098000', '121610.103000', '121610.106000', '121610.109000', '121610.112000', '121610.115000', '121610.118000', '121629.976000', '121629.979000', '121629.982000', '121629.985000', '121629.988000', '121629.991000', '121629.993000', '121629.997000', '121630.001000', '121630.003000', '121630.006000', '121630.009000', '121630.012000', '121630.015000', '121630.018000', '121630.021000', '121630.024000', '121630.027000', '121630.030000', '121630.038000', '121630.041000', '121630.044000', '121630.047000', '121630.050000', '121630.053000', '121630.056000', '121630.059000', '121630.062000', '121630.065000', '121630.068000', '121630.071000', '121630.074000', '121630.077000', '121630.079000', '121630.082000', '121630.085000', '121630.088000', '121630.091000', '121630.094000', '121630.097000', '121630.100000', '121630.103000', '121630.109000', '121649.977000', '121649.980000', '121649.983000', '121649.986000', '121649.989000', '121649.992000', '121649.995000', '121649.998000', '121650.000000', '121650.003000', '121650.006000', '121650.018000', '121650.022000', '121650.024000', '121650.027000', '121650.030000', '121650.037000', '121650.040000', '121650.043000', '121650.046000', '121650.049000', '121650.052000', '121650.054000', '121650.057000', '121650.060000', '121650.063000', '121650.066000', '121650.069000', '121650.072000', '121650.075000', '121650.078000', '121650.081000', '121650.084000', '121650.086000', '121650.089000', '121650.092000', '121650.095000', '121650.098000', '121650.101000', '121650.104000', '121650.107000', '121650.110000', '121650.113000', '121709.976000', '121709.979000', '121709.982000', '121709.985000', '121709.988000', '121709.991000', '121709.994000', '121709.997000', '121710.000000', '121710.003000', '121710.006000', '121710.009000', '121710.012000', '121710.015000', '121710.018000', '121710.021000', '121710.024000', '121710.027000', '121710.030000', '121710.033000', '121710.036000', '121710.038000', '121710.041000', '121710.044000', '121710.047000', '121710.050000', '121710.053000', '121710.072000', '121710.075000', '121710.077000', '121710.080000', '121710.083000', '121710.086000', '121710.089000', '121710.092000', '121710.095000', '121710.104000', '121710.107000', '121710.110000', '121710.113000', '121710.116000', '121710.119000', '121710.121000', '121710.124000', '121729.976000', '121729.980000', '121729.983000', '121729.986000', '121729.989000', '121729.992000', '121729.995000', '121729.998000', '121730.001000', '121730.004000', '121730.007000', '121730.010000', '121730.013000', '121730.015000', '121730.018000', '121730.021000', '121730.024000', '121730.027000', '121730.030000', '121730.033000', '121730.036000', '121730.039000', '121730.042000', '121730.045000', '121730.047000', '121730.050000', '121730.053000', '121730.056000', '121730.059000', '121730.070000', '121730.073000', '121730.076000', '121730.079000', '121730.082000', '121730.084000', '121730.087000', '121730.090000', '121730.093000', '121730.096000', '121730.099000', '121730.102000', '121730.105000', '121730.108000', '121744.297000', '121744.301000', '121744.304000', '121744.307000', '121744.310000', '121744.313000', '121744.316000', '121744.319000', '121744.323000', '121744.326000', '121744.329000', '121744.332000', '121744.335000', '121744.338000', '121744.341000', '121744.343000', '121744.346000', '121744.350000', '121744.353000', '121744.356000', '121744.359000', '121744.361000', '121744.364000', '121744.367000', '121744.370000', '121744.373000', '121744.376000', '121744.379000', '121744.382000', '121744.385000', '121744.388000', '121744.391000'], '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': [9387, 10964, 8421, 10342, 7429, 9687, 12197, 9358, 12288, 9187, 10669, 9338, 10774, 8286, 9444, 8030, 9413, 7321, 9618, 12030, 9269, 12266, 9693, 10714, 9617, 11054, 8804, 10287, 8404, 9317, 14094, 9612, 11639, 7867, 9383, 7930, 9624, 11817, 9397, 10698, 9392, 9934, 9043, 9844, 8457, 9620, 12979, 10487, 9838, 11617, 8326, 9347, 12027, 9176, 9702, 7205, 9294, 10847, 9153, 9841, 7357, 9235, 11094, 9282, 10344, 10842, 9448, 10866, 8571, 9414, 13000, 9587, 10159, 9126, 9422, 11044, 9098, 9381, 9079, 9416, 10818, 8552, 9420, 9536, 9365, 10547, 8078, 9390, 11879, 9204, 9888, 7819, 9471, 11153, 8188, 9353, 11404, 9251, 9883, 9493, 9635, 10554, 8645, 9084, 12720, 9070, 10129, 8367, 8785, 7445, 9376, 11527, 8942, 10055, 10856, 9559, 10646, 8466, 9310, 12632, 8940, 9449, 13373, 9451, 10063, 7799, 9278, 11227, 7843, 9424, 11003, 8022, 9080, 11249, 9097, 9301, 9902, 9302, 10187, 7696, 9378, 10772, 9491, 10252, 8505, 9468, 7681, 9850, 7347, 9626, 11233, 9652, 10958, 9175, 9699, 10975, 9684, 11958, 9645, 10324, 8351, 9655, 10511, 9555, 11730, 9852, 10868, 9945, 9830, 9659, 9463, 8659, 9679, 12702, 9370, 9568, 8809, 9560, 12125, 9647, 9796, 8304, 9363, 7956, 9598, 10509, 9109, 9745, 8539, 9695, 8017, 9471, 11743, 9393, 10403, 8064, 9339, 11111, 9556, 11065, 8484, 9620, 8698, 9641, 11416, 8829, 9495, 7976, 9250, 11407, 9594, 10373, 7626, 9114, 8367, 9450, 11383, 8993, 10889, 8329, 10107, 8469, 9404, 11690, 7579, 11902, 9224, 11227, 9383, 10936, 9231, 10581, 9641, 10759, 9237, 10247, 7990, 8825, 7410, 9461, 12816, 9304, 11090, 7524, 9539, 7477, 9269, 11719, 9194, 10582, 8755, 10311, 8106, 9574, 9513, 9469, 10965, 8919, 10425, 7770, 9574, 12856, 9363, 10607, 9072, 10022, 7573, 9304, 11575, 10071, 9450, 11163, 8471, 9439, 10890, 9345, 10106, 8465, 9269, 12161, 8762, 10040, 8916, 9506, 11034, 8073, 9439, 12441, 9239, 10444, 14343, 9422, 10414, 8193, 9671, 10872, 7268, 9468, 11607, 9441, 9993, 8665, 9296, 7390, 9188, 7200, 9281, 10265, 9290, 11870, 8378, 9772, 14265, 9605, 10787, 9197, 9922, 8473, 9519, 7649, 9813, 12506, 9862, 10523, 9096, 9736, 8309, 9438, 12263, 9576, 10375, 8417, 9401, 12164, 9476, 9847, 13451, 9260, 9901, 11048, 9227, 9879, 7304, 8836, 10870, 8929, 9177, 7654, 9276, 11723, 8762, 10174, 13854, 9618, 10246, 8330, 9584, 12225, 8331, 9621, 12300, 9031, 10011, 7411, 9237, 9273, 9551, 11210, 9082, 10430, 8490, 9687, 14068, 8878, 9620, 14112, 9573, 10894, 13509, 9514, 10165, 8977, 8626, 8453, 9342, 11904, 8276, 9569, 11866, 8836, 9620, 12038, 9625, 9482, 12638, 9634, 9813, 7836, 9415, 11133, 8626, 9472, 12380, 9225, 9462, 7715, 9320, 11642, 8768, 9716, 12411, 9463, 9950, 8459, 9494, 12216, 9453, 9747, 8175, 8880, 6827, 9225, 12499, 9202, 10559, 7270, 9493, 12182, 8859, 9778, 7849, 9547, 11466, 7456, 9441, 11707, 8875, 9672, 6606, 9238, 11890, 9192, 9689, 8546, 9782, 7508, 9384, 7922, 9507, 10996, 9712, 12064, 15980, 9659, 11283, 7836, 9613, 12443, 8589, 9487, 13564, 8615, 9269, 11675, 9451, 9326, 11641, 9762, 9678, 7586, 9445, 11025, 9340, 9255, 7546, 9749, 11415, 9380, 9918, 8171, 9631, 12202, 9229, 9669, 8190, 9805, 11845, 9190, 9715, 9859, 9838, 11050, 9310, 8973, 7893, 9613, 12094, 8914, 9571, 12298, 9271, 9366, 12497, 9481, 9647, 7700, 9689, 10619, 9338, 9410, 8977, 9774, 11106, 9765, 9933, 10670, 8313, 9740, 11643, 8148, 9749, 11469, 8990, 9593, 7088, 9360, 10640, 8315, 9490, 11590, 9275, 9809, 9135, 9728, 11127, 7993, 9482, 11521, 9053, 9552, 8608, 9386, 10619, 8908, 9542, 12308, 9365, 9627, 7530, 9656, 11416, 8321, 9546, 8700, 9630, 11225, 8484, 9429, 9830, 9455, 11007, 8540, 9931, 7853, 9399, 6974, 9147, 7800, 9370, 12194, 9572, 11733, 8216, 9371, 13675, 9406, 11302, 8460, 9432, 13256, 9460, 10061, 7666, 9589, 11433, 8850, 9628, 7402, 9429, 8142, 9748, 12398, 9033, 10210, 13347, 9665, 10492, 9219, 9514, 8907, 9797, 11748, 9728, 9563, 11972, 9525, 10588, 8734, 8522, 7337, 8112, 7131, 9486, 9903, 9804, 12215, 8251, 9445, 12622, 9191, 10340, 8540, 9215, 12306, 9124, 10160, 8051, 9660, 11290, 8793, 9026, 12239, 9354, 10289, 7793, 10004, 11266, 9190, 9325, 7904, 9377, 12006, 8599, 9437, 12152, 9232, 9460, 7442, 9594, 10881, 9252, 10111, 8543, 9313, 12204, 9323, 9410, 7982, 9182, 12038, 8896, 9735, 7284, 8953, 6329, 9193, 12197, 9079, 10530, 8420, 9476, 7410, 9062, 12975, 8054, 9562, 11866, 9635, 11228, 9080, 9837, 8246, 8320, 8118, 9480, 12429, 9721, 11635, 9695, 10479, 9168, 10204, 7708, 9583, 13475, 9668, 11111, 9571, 11004, 9015, 9894, 14592, 9097, 11536, 9502, 11357, 9910, 10821, 9506, 11002, 9868, 12537, 9760, 10460, 8991, 9251, 11216, 9613, 10886, 9825, 10952, 9580, 10420, 9452, 9760, 9025, 8715, 8641, 9534, 7820, 9854, 11333, 9836, 10884, 8984, 9026, 8313, 9771, 7664, 9642, 8733, 9938, 11899, 9705, 11816, 9804, 10729, 9458, 10781, 8554, 10016, 7440, 9600, 9765, 9710, 11901, 9533, 11871, 9002, 10808, 9038, 10183, 8125, 9439, 11166, 9591, 11651, 7728, 9495, 7882, 9458, 9590, 9363, 12022, 8056, 9816, 7418, 9294, 11219, 9427, 11803, 13455, 9309, 11417, 7301, 9190, 11554, 8681, 9193, 8522, 9451, 10201, 9228, 9439, 7890, 9321, 10412, 9747, 12053, 8678, 9591, 12666, 9219, 10701, 8783, 9706, 11569, 9165, 9806, 8449, 9614, 11576, 9072, 9729, 7894, 9801, 12362, 8614, 9339, 12033, 9551, 9469, 8496, 9292, 9558, 7236, 9228, 11768, 8793, 9542, 11818, 9764, 9934, 11979, 9914, 11077, 8813, 9719, 12341, 9150, 9093, 8290, 9669, 10780, 9317, 9857, 8692, 9667, 7421, 9504, 11833, 9223, 9461, 12348, 9287, 9635, 10449, 10098, 9998, 9103, 9030, 7964, 9527, 9064, 9609, 10171, 8194, 9256, 6775, 9474, 12236, 7458], 'WindowCenter': [4191.0, 4185.0, 4152.0, 4171.0, 4128.0, 4159.0, 4167.0, 4146.0, 4165.0, 4146.0, 4155.0, 4146.0, 4156.0, 4135.0, 4145.0, 4134.0, 4145.0, 4124.0, 4158.0, 4166.0, 4146.0, 4165.0, 4156.0, 4154.0, 4157.0, 4166.0, 4146.0, 4156.0, 4134.0, 4146.0, 4175.0, 4144.0, 4155.0, 4122.0, 4133.0, 4120.0, 4143.0, 4163.0, 4145.0, 4154.0, 4145.0, 4155.0, 4145.0, 4156.0, 4134.0, 4146.0, 4178.0, 4143.0, 4143.0, 4153.0, 4120.0, 4132.0, 4151.0, 4130.0, 4130.0, 4110.0, 4143.0, 4153.0, 4144.0, 4154.0, 4112.0, 4145.0, 4154.0, 4144.0, 4155.0, 4154.0, 4145.0, 4154.0, 4133.0, 4134.0, 4163.0, 4143.0, 4143.0, 4131.0, 4132.0, 4151.0, 4132.0, 4133.0, 4132.0, 4145.0, 4153.0, 4133.0, 4144.0, 4143.0, 4145.0, 4153.0, 4123.0, 4144.0, 4153.0, 4132.0, 4143.0, 4111.0, 4144.0, 4153.0, 4121.0, 4132.0, 4151.0, 4131.0, 4143.0, 4130.0, 4140.0, 4141.0, 4131.0, 4133.0, 4163.0, 4145.0, 4153.0, 4134.0, 4135.0, 4123.0, 4157.0, 4166.0, 4144.0, 4156.0, 4154.0, 4143.0, 4155.0, 4122.0, 4133.0, 4152.0, 4131.0, 4143.0, 4162.0, 4132.0, 4141.0, 4109.0, 4131.0, 4151.0, 4108.0, 4131.0, 4141.0, 4120.0, 4132.0, 4150.0, 4131.0, 4132.0, 4130.0, 4133.0, 4143.0, 4110.0, 4143.0, 4152.0, 4144.0, 4154.0, 4132.0, 4144.0, 4124.0, 4143.0, 4112.0, 4145.0, 4153.0, 4144.0, 4153.0, 4131.0, 4143.0, 4142.0, 4143.0, 4152.0, 4143.0, 4143.0, 4132.0, 4144.0, 4142.0, 4141.0, 4150.0, 4142.0, 4152.0, 4142.0, 4142.0, 4131.0, 4131.0, 4118.0, 4131.0, 4162.0, 4130.0, 4128.0, 4117.0, 4129.0, 4137.0, 4128.0, 4128.0, 4119.0, 4131.0, 4119.0, 4143.0, 4141.0, 4132.0, 4141.0, 4132.0, 4144.0, 4134.0, 4157.0, 4166.0, 4145.0, 4154.0, 4134.0, 4143.0, 4153.0, 4156.0, 4165.0, 4133.0, 4144.0, 4132.0, 4143.0, 4153.0, 4144.0, 4145.0, 4122.0, 4144.0, 4163.0, 4145.0, 4156.0, 4136.0, 4147.0, 4135.0, 4157.0, 4166.0, 4147.0, 4167.0, 4148.0, 4169.0, 4147.0, 4158.0, 4177.0, 4139.0, 4167.0, 4158.0, 4167.0, 4159.0, 4169.0, 4160.0, 4170.0, 4159.0, 4168.0, 4158.0, 4169.0, 4137.0, 4147.0, 4124.0, 4158.0, 4165.0, 4157.0, 4166.0, 4124.0, 4145.0, 4112.0, 4144.0, 4166.0, 4157.0, 4155.0, 4146.0, 4155.0, 4135.0, 4157.0, 4157.0, 4157.0, 4156.0, 4146.0, 4155.0, 4124.0, 4158.0, 4175.0, 4143.0, 4154.0, 4134.0, 4145.0, 4122.0, 4145.0, 4168.0, 4143.0, 4143.0, 4152.0, 4121.0, 4143.0, 4151.0, 4132.0, 4142.0, 4133.0, 4146.0, 4165.0, 4135.0, 4157.0, 4144.0, 4145.0, 4154.0, 4134.0, 4145.0, 4164.0, 4144.0, 4156.0, 4174.0, 4143.0, 4155.0, 4121.0, 4143.0, 4153.0, 4114.0, 4155.0, 4152.0, 4143.0, 4143.0, 4135.0, 4145.0, 4125.0, 4157.0, 4125.0, 4159.0, 4156.0, 4157.0, 4168.0, 4137.0, 4159.0, 4176.0, 4145.0, 4154.0, 4144.0, 4156.0, 4135.0, 4145.0, 4123.0, 4145.0, 4165.0, 4144.0, 4153.0, 4133.0, 4144.0, 4133.0, 4133.0, 4151.0, 4143.0, 4141.0, 4122.0, 4133.0, 4152.0, 4142.0, 4143.0, 4161.0, 4143.0, 4143.0, 4138.0, 4130.0, 4131.0, 4098.0, 4134.0, 4153.0, 4144.0, 4144.0, 4123.0, 4146.0, 4165.0, 4134.0, 4157.0, 4175.0, 4144.0, 4143.0, 4133.0, 4145.0, 4164.0, 4122.0, 4144.0, 4162.0, 4133.0, 4144.0, 4111.0, 4146.0, 4158.0, 4158.0, 4165.0, 4146.0, 4157.0, 4136.0, 4158.0, 4188.0, 4145.0, 4146.0, 4174.0, 4143.0, 4154.0, 4162.0, 4142.0, 4153.0, 4133.0, 4133.0, 4132.0, 4145.0, 4164.0, 4122.0, 4145.0, 4153.0, 4130.0, 4142.0, 4151.0, 4131.0, 4143.0, 4162.0, 4142.0, 4141.0, 4109.0, 4132.0, 4140.0, 4120.0, 4142.0, 4162.0, 4143.0, 4143.0, 4112.0, 4143.0, 4153.0, 4133.0, 4145.0, 4163.0, 4143.0, 4142.0, 4132.0, 4155.0, 4166.0, 4144.0, 4144.0, 4134.0, 4145.0, 4115.0, 4159.0, 4175.0, 4157.0, 4167.0, 4124.0, 4158.0, 4167.0, 4144.0, 4155.0, 4122.0, 4144.0, 4154.0, 4113.0, 4146.0, 4165.0, 4144.0, 4144.0, 4113.0, 4157.0, 4165.0, 4156.0, 4156.0, 4148.0, 4168.0, 4139.0, 4160.0, 4138.0, 4159.0, 4168.0, 4157.0, 4181.0, 4189.0, 4146.0, 4155.0, 4110.0, 4132.0, 4152.0, 4119.0, 4130.0, 4150.0, 4118.0, 4131.0, 4149.0, 4128.0, 4130.0, 4138.0, 4129.0, 4129.0, 4109.0, 4141.0, 4140.0, 4131.0, 4131.0, 4121.0, 4142.0, 4151.0, 4131.0, 4140.0, 4119.0, 4141.0, 4162.0, 4132.0, 4131.0, 4118.0, 4140.0, 4149.0, 4129.0, 4130.0, 4129.0, 4141.0, 4150.0, 4131.0, 4130.0, 4119.0, 4140.0, 4151.0, 4130.0, 4130.0, 4150.0, 4129.0, 4132.0, 4149.0, 4129.0, 4130.0, 4108.0, 4129.0, 4138.0, 4130.0, 4131.0, 4129.0, 4141.0, 4152.0, 4141.0, 4142.0, 4141.0, 4118.0, 4130.0, 4139.0, 4105.0, 4129.0, 4149.0, 4130.0, 4131.0, 4099.0, 4141.0, 4152.0, 4132.0, 4156.0, 4152.0, 4142.0, 4144.0, 4130.0, 4143.0, 4154.0, 4122.0, 4144.0, 4151.0, 4130.0, 4143.0, 4132.0, 4143.0, 4153.0, 4132.0, 4144.0, 4162.0, 4144.0, 4144.0, 4121.0, 4143.0, 4153.0, 4133.0, 4154.0, 4132.0, 4144.0, 4163.0, 4134.0, 4146.0, 4154.0, 4155.0, 4154.0, 4145.0, 4155.0, 4134.0, 4157.0, 4126.0, 4157.0, 4136.0, 4156.0, 4177.0, 4157.0, 4178.0, 4148.0, 4147.0, 4176.0, 4143.0, 4154.0, 4133.0, 4145.0, 4165.0, 4144.0, 4144.0, 4110.0, 4141.0, 4151.0, 4132.0, 4143.0, 4111.0, 4143.0, 4122.0, 4144.0, 4164.0, 4144.0, 4156.0, 4164.0, 4143.0, 4152.0, 4142.0, 4143.0, 4131.0, 4141.0, 4152.0, 4131.0, 4142.0, 4150.0, 4142.0, 4152.0, 4131.0, 4130.0, 4111.0, 4122.0, 4111.0, 4154.0, 4142.0, 4154.0, 4165.0, 4122.0, 4143.0, 4163.0, 4132.0, 4141.0, 4121.0, 4131.0, 4149.0, 4130.0, 4141.0, 4108.0, 4129.0, 4139.0, 4119.0, 4132.0, 4150.0, 4131.0, 4141.0, 4109.0, 4140.0, 4139.0, 4130.0, 4130.0, 4108.0, 4132.0, 4151.0, 4130.0, 4132.0, 4150.0, 4131.0, 4144.0, 4112.0, 4143.0, 4152.0, 4143.0, 4153.0, 4133.0, 4144.0, 4162.0, 4143.0, 4132.0, 4122.0, 4144.0, 4164.0, 4147.0, 4156.0, 4124.0, 4147.0, 4115.0, 4158.0, 4178.0, 4158.0, 4168.0, 4137.0, 4158.0, 4126.0, 4148.0, 4179.0, 4136.0, 4147.0, 4165.0, 4146.0, 4165.0, 4145.0, 4155.0, 4134.0, 4135.0, 4133.0, 4157.0, 4190.0, 4158.0, 4165.0, 4145.0, 4155.0, 4145.0, 4155.0, 4123.0, 4145.0, 4164.0, 4144.0, 4153.0, 4143.0, 4153.0, 4131.0, 4142.0, 4172.0, 4131.0, 4151.0, 4129.0, 4140.0, 4143.0, 4153.0, 4142.0, 4140.0, 4130.0, 4149.0, 4128.0, 4127.0, 4118.0, 4118.0, 4137.0, 4129.0, 4140.0, 4129.0, 4139.0, 4129.0, 4128.0, 4129.0, 4143.0, 4133.0, 4120.0, 4120.0, 4131.0, 4110.0, 4142.0, 4139.0, 4142.0, 4151.0, 4133.0, 4133.0, 4121.0, 4144.0, 4122.0, 4145.0, 4133.0, 4155.0, 4164.0, 4158.0, 4167.0, 4157.0, 4156.0, 4157.0, 4166.0, 4135.0, 4155.0, 4127.0, 4157.0, 4156.0, 4158.0, 4166.0, 4146.0, 4165.0, 4148.0, 4156.0, 4145.0, 4155.0, 4123.0, 4145.0, 4154.0, 4144.0, 4167.0, 4125.0, 4145.0, 4123.0, 4145.0, 4143.0, 4145.0, 4165.0, 4135.0, 4157.0, 4124.0, 4145.0, 4165.0, 4146.0, 4168.0, 4165.0, 4145.0, 4165.0, 4111.0, 4145.0, 4154.0, 4134.0, 4146.0, 4133.0, 4144.0, 4143.0, 4144.0, 4144.0, 4136.0, 4158.0, 4156.0, 4157.0, 4166.0, 4134.0, 4146.0, 4165.0, 4146.0, 4156.0, 4132.0, 4143.0, 4152.0, 4131.0, 4156.0, 4134.0, 4144.0, 4152.0, 4131.0, 4143.0, 4121.0, 4143.0, 4164.0, 4132.0, 4131.0, 4150.0, 4130.0, 4141.0, 4119.0, 4131.0, 4141.0, 4110.0, 4142.0, 4151.0, 4132.0, 4144.0, 4162.0, 4143.0, 4155.0, 4163.0, 4144.0, 4154.0, 4131.0, 4132.0, 4150.0, 4129.0, 4120.0, 4120.0, 4142.0, 4152.0, 4144.0, 4155.0, 4146.0, 4155.0, 4110.0, 4144.0, 4163.0, 4143.0, 4143.0, 4151.0, 4131.0, 4143.0, 4153.0, 4143.0, 4141.0, 4131.0, 4131.0, 4120.0, 4143.0, 4143.0, 4158.0, 4167.0, 4135.0, 4146.0, 4113.0, 4157.0, 4177.0, 4112.0], 'WindowWidth': [9305.0, 9284.0, 9233.0, 9254.0, 9193.0, 9236.0, 9242.0, 9212.0, 9236.0, 9210.0, 9221.0, 9211.0, 9225.0, 9194.0, 9207.0, 9192.0, 9209.0, 9178.0, 9230.0, 9238.0, 9211.0, 9236.0, 9224.0, 9220.0, 9228.0, 9238.0, 9209.0, 9223.0, 9192.0, 9212.0, 9250.0, 9204.0, 9221.0, 9170.0, 9187.0, 9165.0, 9199.0, 9228.0, 9208.0, 9218.0, 9206.0, 9220.0, 9207.0, 9225.0, 9190.0, 9209.0, 9259.0, 9201.0, 9199.0, 9212.0, 9164.0, 9184.0, 9208.0, 9179.0, 9178.0, 9151.0, 9200.0, 9214.0, 9204.0, 9219.0, 9159.0, 9206.0, 9216.0, 9203.0, 9222.0, 9217.0, 9206.0, 9218.0, 9185.0, 9189.0, 9227.0, 9198.0, 9203.0, 9181.0, 9183.0, 9209.0, 9182.0, 9186.0, 9182.0, 9205.0, 9216.0, 9186.0, 9203.0, 9200.0, 9204.0, 9215.0, 9175.0, 9205.0, 9213.0, 9185.0, 9201.0, 9154.0, 9203.0, 9215.0, 9168.0, 9185.0, 9208.0, 9181.0, 9200.0, 9178.0, 9192.0, 9193.0, 9181.0, 9188.0, 9229.0, 9208.0, 9215.0, 9190.0, 9194.0, 9175.0, 9228.0, 9239.0, 9206.0, 9225.0, 9217.0, 9201.0, 9223.0, 9173.0, 9186.0, 9211.0, 9179.0, 9200.0, 9224.0, 9181.0, 9195.0, 9150.0, 9181.0, 9209.0, 9146.0, 9180.0, 9194.0, 9166.0, 9184.0, 9205.0, 9180.0, 9184.0, 9178.0, 9187.0, 9201.0, 9153.0, 9202.0, 9210.0, 9203.0, 9218.0, 9186.0, 9203.0, 9175.0, 9201.0, 9157.0, 9206.0, 9216.0, 9203.0, 9216.0, 9181.0, 9202.0, 9197.0, 9199.0, 9213.0, 9199.0, 9202.0, 9186.0, 9205.0, 9197.0, 9196.0, 9206.0, 9195.0, 9212.0, 9199.0, 9200.0, 9180.0, 9182.0, 9159.0, 9178.0, 9227.0, 9178.0, 9171.0, 9154.0, 9174.0, 9183.0, 9173.0, 9171.0, 9161.0, 9180.0, 9161.0, 9201.0, 9194.0, 9184.0, 9197.0, 9186.0, 9205.0, 9193.0, 9226.0, 9237.0, 9209.0, 9220.0, 9190.0, 9204.0, 9216.0, 9225.0, 9236.0, 9189.0, 9205.0, 9184.0, 9203.0, 9215.0, 9204.0, 9208.0, 9172.0, 9206.0, 9229.0, 9208.0, 9224.0, 9198.0, 9216.0, 9195.0, 9227.0, 9237.0, 9214.0, 9241.0, 9217.0, 9250.0, 9213.0, 9230.0, 9256.0, 9206.0, 9240.0, 9231.0, 9241.0, 9235.0, 9249.0, 9237.0, 9250.0, 9234.0, 9244.0, 9231.0, 9247.0, 9200.0, 9213.0, 9179.0, 9228.0, 9238.0, 9228.0, 9240.0, 9176.0, 9208.0, 9158.0, 9205.0, 9239.0, 9228.0, 9222.0, 9210.0, 9222.0, 9195.0, 9229.0, 9228.0, 9229.0, 9224.0, 9211.0, 9223.0, 9179.0, 9229.0, 9251.0, 9202.0, 9216.0, 9190.0, 9207.0, 9172.0, 9207.0, 9245.0, 9202.0, 9199.0, 9209.0, 9168.0, 9201.0, 9208.0, 9185.0, 9198.0, 9189.0, 9211.0, 9235.0, 9195.0, 9227.0, 9205.0, 9208.0, 9219.0, 9193.0, 9209.0, 9232.0, 9202.0, 9223.0, 9245.0, 9202.0, 9220.0, 9170.0, 9201.0, 9214.0, 9164.0, 9222.0, 9212.0, 9202.0, 9200.0, 9193.0, 9208.0, 9181.0, 9228.0, 9182.0, 9233.0, 9224.0, 9227.0, 9243.0, 9200.0, 9234.0, 9252.0, 9208.0, 9218.0, 9202.0, 9224.0, 9195.0, 9206.0, 9173.0, 9206.0, 9235.0, 9204.0, 9214.0, 9186.0, 9205.0, 9187.0, 9187.0, 9208.0, 9199.0, 9196.0, 9169.0, 9189.0, 9211.0, 9196.0, 9201.0, 9223.0, 9200.0, 9201.0, 9186.0, 9177.0, 9179.0, 9131.0, 9188.0, 9214.0, 9204.0, 9205.0, 9176.0, 9211.0, 9234.0, 9191.0, 9228.0, 9250.0, 9204.0, 9202.0, 9188.0, 9207.0, 9232.0, 9172.0, 9205.0, 9227.0, 9188.0, 9204.0, 9156.0, 9210.0, 9229.0, 9231.0, 9237.0, 9213.0, 9226.0, 9195.0, 9229.0, 9274.0, 9208.0, 9210.0, 9247.0, 9199.0, 9218.0, 9223.0, 9198.0, 9216.0, 9187.0, 9189.0, 9185.0, 9207.0, 9233.0, 9171.0, 9206.0, 9215.0, 9178.0, 9197.0, 9207.0, 9180.0, 9200.0, 9225.0, 9195.0, 9195.0, 9149.0, 9183.0, 9192.0, 9165.0, 9199.0, 9223.0, 9199.0, 9199.0, 9157.0, 9200.0, 9214.0, 9187.0, 9206.0, 9227.0, 9199.0, 9199.0, 9185.0, 9223.0, 9236.0, 9206.0, 9203.0, 9191.0, 9209.0, 9171.0, 9236.0, 9252.0, 9228.0, 9242.0, 9180.0, 9230.0, 9241.0, 9205.0, 9221.0, 9173.0, 9204.0, 9217.0, 9161.0, 9210.0, 9235.0, 9205.0, 9205.0, 9162.0, 9229.0, 9237.0, 9225.0, 9225.0, 9218.0, 9245.0, 9211.0, 9239.0, 9203.0, 9235.0, 9246.0, 9229.0, 9268.0, 9279.0, 9211.0, 9220.0, 9151.0, 9183.0, 9213.0, 9162.0, 9179.0, 9207.0, 9159.0, 9181.0, 9202.0, 9172.0, 9178.0, 9186.0, 9174.0, 9176.0, 9150.0, 9195.0, 9191.0, 9180.0, 9181.0, 9169.0, 9201.0, 9210.0, 9181.0, 9194.0, 9163.0, 9195.0, 9227.0, 9184.0, 9180.0, 9159.0, 9191.0, 9201.0, 9174.0, 9180.0, 9174.0, 9197.0, 9207.0, 9181.0, 9180.0, 9162.0, 9194.0, 9209.0, 9177.0, 9180.0, 9205.0, 9175.0, 9182.0, 9204.0, 9176.0, 9179.0, 9144.0, 9175.0, 9186.0, 9178.0, 9183.0, 9175.0, 9193.0, 9212.0, 9195.0, 9196.0, 9196.0, 9159.0, 9176.0, 9187.0, 9138.0, 9173.0, 9202.0, 9177.0, 9179.0, 9135.0, 9196.0, 9211.0, 9187.0, 9224.0, 9213.0, 9199.0, 9204.0, 9180.0, 9203.0, 9219.0, 9171.0, 9203.0, 9210.0, 9181.0, 9203.0, 9187.0, 9202.0, 9213.0, 9185.0, 9205.0, 9226.0, 9204.0, 9205.0, 9169.0, 9202.0, 9214.0, 9190.0, 9218.0, 9185.0, 9205.0, 9229.0, 9191.0, 9211.0, 9217.0, 9221.0, 9220.0, 9208.0, 9222.0, 9193.0, 9227.0, 9186.0, 9229.0, 9198.0, 9227.0, 9255.0, 9226.0, 9258.0, 9217.0, 9213.0, 9253.0, 9202.0, 9219.0, 9189.0, 9206.0, 9235.0, 9207.0, 9206.0, 9152.0, 9196.0, 9208.0, 9185.0, 9202.0, 9156.0, 9201.0, 9171.0, 9206.0, 9232.0, 9205.0, 9226.0, 9233.0, 9201.0, 9212.0, 9197.0, 9201.0, 9182.0, 9196.0, 9212.0, 9180.0, 9198.0, 9207.0, 9199.0, 9212.0, 9184.0, 9179.0, 9155.0, 9171.0, 9156.0, 9219.0, 9200.0, 9217.0, 9235.0, 9173.0, 9203.0, 9230.0, 9183.0, 9196.0, 9166.0, 9182.0, 9204.0, 9178.0, 9196.0, 9145.0, 9175.0, 9189.0, 9162.0, 9183.0, 9203.0, 9179.0, 9195.0, 9150.0, 9193.0, 9187.0, 9176.0, 9179.0, 9146.0, 9184.0, 9208.0, 9179.0, 9184.0, 9206.0, 9181.0, 9204.0, 9159.0, 9202.0, 9211.0, 9201.0, 9214.0, 9187.0, 9207.0, 9228.0, 9201.0, 9185.0, 9171.0, 9205.0, 9231.0, 9214.0, 9224.0, 9178.0, 9213.0, 9168.0, 9230.0, 9259.0, 9232.0, 9244.0, 9200.0, 9230.0, 9185.0, 9218.0, 9262.0, 9199.0, 9212.0, 9235.0, 9209.0, 9236.0, 9208.0, 9223.0, 9190.0, 9193.0, 9190.0, 9226.0, 9279.0, 9229.0, 9234.0, 9207.0, 9221.0, 9207.0, 9220.0, 9174.0, 9207.0, 9234.0, 9203.0, 9214.0, 9200.0, 9215.0, 9180.0, 9197.0, 9239.0, 9181.0, 9207.0, 9176.0, 9191.0, 9202.0, 9216.0, 9197.0, 9190.0, 9178.0, 9202.0, 9169.0, 9169.0, 9153.0, 9155.0, 9180.0, 9174.0, 9193.0, 9174.0, 9187.0, 9173.0, 9169.0, 9173.0, 9202.0, 9186.0, 9164.0, 9162.0, 9180.0, 9152.0, 9198.0, 9189.0, 9195.0, 9207.0, 9187.0, 9186.0, 9167.0, 9203.0, 9170.0, 9204.0, 9187.0, 9220.0, 9231.0, 9230.0, 9241.0, 9226.0, 9222.0, 9226.0, 9237.0, 9192.0, 9222.0, 9186.0, 9227.0, 9223.0, 9228.0, 9235.0, 9209.0, 9236.0, 9216.0, 9222.0, 9205.0, 9218.0, 9175.0, 9207.0, 9216.0, 9204.0, 9239.0, 9181.0, 9206.0, 9173.0, 9206.0, 9200.0, 9205.0, 9233.0, 9194.0, 9225.0, 9176.0, 9207.0, 9232.0, 9208.0, 9241.0, 9235.0, 9207.0, 9233.0, 9154.0, 9205.0, 9217.0, 9189.0, 9210.0, 9187.0, 9202.0, 9200.0, 9204.0, 9205.0, 9197.0, 9230.0, 9222.0, 9225.0, 9236.0, 9191.0, 9210.0, 9234.0, 9209.0, 9225.0, 9183.0, 9200.0, 9211.0, 9181.0, 9223.0, 9193.0, 9203.0, 9210.0, 9181.0, 9199.0, 9165.0, 9202.0, 9233.0, 9182.0, 9180.0, 9205.0, 9177.0, 9195.0, 9162.0, 9181.0, 9194.0, 9151.0, 9198.0, 9209.0, 9185.0, 9204.0, 9226.0, 9200.0, 9221.0, 9229.0, 9202.0, 9216.0, 9180.0, 9181.0, 9204.0, 9173.0, 9165.0, 9163.0, 9199.0, 9212.0, 9202.0, 9221.0, 9210.0, 9220.0, 9155.0, 9204.0, 9228.0, 9200.0, 9201.0, 9208.0, 9179.0, 9203.0, 9215.0, 9198.0, 9192.0, 9180.0, 9181.0, 9165.0, 9201.0, 9203.0, 9229.0, 9240.0, 9195.0, 9211.0, 9163.0, 9226.0, 9254.0, 9160.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.0004056846950517836</td></tr>
<tr><td colspan=3>aqi</td><td>0.0218886747986191</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.078765201117506</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2667635648387083</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9847854297235026</td></tr>
<tr><td colspan=3>efc</td><td>0.4581</td></tr>
<tr><td colspan=3>fber</td><td>7042.4268</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07104629972434189</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11507479861910241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5253576933442106</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3992528518882636</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7713017521088354</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4055184760355335</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111925</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009724459610879421</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026204492896795273</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.85733254417316</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>24.7225</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8727</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.7225</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303982.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>716.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.6583</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2645</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.1015</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3352.9719</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72562.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1064.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.6146</td></tr>
<tr><td colspan=3>tsnr</td><td>41.142645180691034</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>