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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0103/ses-04/func/sub-0103_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>623ea3b33ed428c67a674386510d9d1c</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>21:26:35.985000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999816, 0.00832887, 0.0172786, -0.00488608, 0.98168, -0.190473]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0823094</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7714, -7279, 223, -125, -265, -102, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.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>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4dc92a97-eac5-436e-bcd8-c6a7a3f29ad7||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824333667755127, -0.013108983635902405, 0.050080910325050354, 115.06657409667969], [-0.022345736622810364, 2.6337764263153076, -0.5139544010162354, -94.5119400024414], [0.04635722190141678, 0.5110250115394592, 2.6501588821411133, -116.87019348144531], [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': ['212635.985000', '212636.445000', '212636.905000', '212637.365000', '212637.825000', '212638.285000', '212638.745000', '212639.205000', '212639.665000', '212640.125000', '212640.585000', '212641.045000', '212641.505000', '212641.965000', '212642.425000', '212642.885000', '212643.345000', '212643.805000', '212644.265000', '212644.725000', '212645.185000', '212645.645000', '212646.105000', '212646.565000', '212647.025000', '212647.485000', '212647.945000', '212648.405000', '212648.865000', '212649.325000', '212649.785000', '212650.245000', '212650.705000', '212651.165000', '212651.625000', '212652.085000', '212652.545000', '212653.005000', '212653.465000', '212653.925000', '212654.385000', '212654.845000', '212655.305000', '212655.765000', '212656.225000', '212656.685000', '212657.145000', '212657.605000', '212658.065000', '212658.525000', '212658.985000', '212659.445000', '212659.905000', '212700.365000', '212700.825000', '212701.285000', '212701.745000', '212702.205000', '212702.665000', '212703.125000', '212703.585000', '212704.045000', '212704.505000', '212704.965000', '212705.425000', '212705.885000', '212706.345000', '212706.805000', '212707.265000', '212707.725000', '212708.185000', '212708.645000', '212709.105000', '212709.565000', '212710.025000', '212710.485000', '212710.945000', '212711.405000', '212711.865000', '212712.325000', '212712.785000', '212713.245000', '212713.705000', '212714.165000', '212714.625000', '212715.085000', '212715.545000', '212716.005000', '212716.465000', '212716.925000', '212717.385000', '212717.845000', '212718.305000', '212718.765000', '212719.225000', '212719.685000', '212720.145000', '212720.605000', '212721.065000', '212721.525000', '212721.985000', '212722.445000', '212722.905000', '212723.365000', '212723.825000', '212724.285000', '212724.745000', '212725.205000', '212725.665000', '212726.125000', '212726.585000', '212727.045000', '212727.505000', '212727.965000', '212728.425000', '212728.885000', '212729.345000', '212729.805000', '212730.265000', '212730.725000', '212731.185000', '212731.645000', '212732.105000', '212732.565000', '212733.025000', '212733.485000', '212733.945000', '212734.405000', '212734.865000', '212735.325000', '212735.785000', '212736.245000', '212736.705000', '212737.165000', '212737.625000', '212738.085000', '212738.545000', '212739.005000', '212739.465000', '212739.925000', '212740.385000', '212740.845000', '212741.305000', '212741.765000', '212742.225000', '212742.685000', '212743.145000', '212743.605000', '212744.065000', '212744.525000', '212744.985000', '212745.445000', '212745.905000', '212746.365000', '212746.825000', '212747.285000', '212747.745000', '212748.205000', '212748.665000', '212749.125000', '212749.585000', '212750.045000', '212750.505000', '212750.965000', '212751.425000', '212751.885000', '212752.345000', '212752.805000', '212753.265000', '212753.725000', '212754.185000', '212754.645000', '212755.105000', '212755.565000', '212756.025000', '212756.485000', '212756.945000', '212757.405000', '212757.865000', '212758.325000', '212758.785000', '212759.245000', '212759.705000', '212800.165000', '212800.625000', '212801.085000', '212801.545000', '212802.005000', '212802.465000', '212802.925000', '212803.385000', '212803.845000', '212804.305000', '212804.765000', '212805.225000', '212805.685000', '212806.145000', '212806.605000', '212807.065000', '212807.525000', '212807.985000', '212808.445000', '212808.905000', '212809.365000', '212809.825000', '212810.285000', '212810.745000', '212811.205000', '212811.665000', '212812.125000', '212812.585000', '212813.045000', '212813.505000', '212813.965000', '212814.425000', '212814.885000', '212815.345000', '212815.805000', '212816.265000', '212816.725000', '212817.185000', '212817.645000', '212818.105000', '212818.565000', '212819.025000', '212819.485000', '212819.945000', '212820.405000', '212820.865000', '212821.325000', '212821.785000', '212822.245000', '212822.705000', '212823.165000', '212823.625000', '212824.085000', '212824.545000', '212825.005000', '212825.465000', '212825.925000', '212826.385000', '212826.845000', '212827.305000', '212827.765000', '212828.225000', '212828.685000', '212829.145000', '212829.605000', '212830.065000', '212830.525000', '212830.985000', '212831.445000', '212831.905000', '212832.365000', '212832.825000', '212833.285000', '212833.745000', '212834.205000', '212834.665000', '212835.125000', '212835.585000', '212836.045000', '212836.505000', '212836.965000', '212837.425000', '212837.885000', '212838.345000', '212838.805000', '212839.265000', '212839.725000', '212840.185000', '212840.645000', '212841.105000', '212841.565000', '212842.025000', '212842.485000', '212842.945000', '212843.405000', '212843.865000', '212844.325000', '212844.785000', '212845.245000', '212845.705000', '212846.165000', '212846.625000', '212847.085000', '212847.545000', '212848.005000', '212848.465000', '212848.925000', '212849.385000', '212849.845000', '212850.305000', '212850.765000', '212851.225000', '212851.685000', '212852.145000', '212852.605000', '212853.065000', '212853.525000', '212853.985000', '212854.445000', '212854.905000', '212855.365000', '212855.825000', '212856.285000', '212856.745000', '212857.205000', '212857.665000', '212858.125000', '212858.585000', '212859.045000', '212859.505000', '212859.965000', '212900.425000', '212900.885000', '212901.345000', '212901.805000', '212902.265000', '212902.725000', '212903.185000', '212903.645000', '212904.105000', '212904.565000', '212905.025000', '212905.485000', '212905.945000', '212906.405000', '212906.865000', '212907.325000', '212907.785000', '212908.245000', '212908.705000', '212909.165000', '212909.625000', '212910.085000', '212910.545000', '212911.005000', '212911.465000', '212911.925000', '212912.385000', '212912.845000', '212913.305000', '212913.765000', '212914.225000', '212914.685000', '212915.145000', '212915.605000', '212916.065000', '212916.525000', '212916.985000', '212917.445000', '212917.905000', '212918.365000', '212918.825000', '212919.285000', '212919.745000', '212920.205000', '212920.665000', '212921.125000', '212921.585000', '212922.045000', '212922.505000', '212922.965000', '212923.425000', '212923.885000', '212924.345000', '212924.805000', '212925.265000', '212925.725000', '212926.185000', '212926.645000', '212927.105000', '212927.565000', '212928.025000', '212928.485000', '212928.945000', '212929.405000', '212929.865000', '212930.325000', '212930.785000', '212931.245000', '212931.705000', '212932.165000', '212932.625000', '212933.085000', '212933.545000', '212934.005000', '212934.465000', '212934.925000', '212935.385000', '212935.845000', '212936.305000', '212936.765000', '212937.225000', '212937.685000', '212938.145000', '212938.605000', '212939.065000', '212939.525000', '212939.985000', '212940.445000', '212940.905000', '212941.365000', '212941.825000', '212942.285000', '212942.745000', '212943.205000', '212943.665000', '212944.125000', '212944.585000', '212945.045000', '212945.505000', '212945.965000', '212946.425000', '212946.885000', '212947.345000', '212947.805000', '212948.265000', '212948.725000', '212949.185000', '212949.645000', '212950.105000', '212950.565000', '212951.025000', '212951.485000', '212951.945000', '212952.405000', '212952.865000', '212953.325000', '212953.785000', '212954.245000', '212954.705000', '212955.165000', '212955.625000', '212956.085000', '212956.545000', '212957.005000', '212957.465000', '212957.925000', '212958.385000', '212958.845000', '212959.305000', '212959.765000', '213000.225000', '213000.685000', '213001.145000', '213001.605000', '213002.065000', '213002.525000', '213002.985000', '213003.445000', '213003.905000', '213004.365000', '213004.825000', '213005.285000', '213005.745000', '213006.205000', '213006.665000', '213007.125000', '213007.585000', '213008.045000', '213008.505000', '213008.965000', '213009.425000', '213009.885000', '213010.345000', '213010.805000', '213011.265000', '213011.725000', '213012.185000', '213012.645000', '213013.105000', '213013.565000', '213014.025000', '213014.485000', '213014.945000', '213015.405000', '213015.865000', '213016.325000', '213016.785000', '213017.245000', '213017.705000', '213018.165000', '213018.625000', '213019.085000', '213019.545000', '213020.005000', '213020.465000', '213020.925000', '213021.385000', '213021.845000', '213022.305000', '213022.765000', '213023.225000', '213023.685000', '213024.145000', '213024.605000', '213025.065000', '213025.525000', '213025.985000', '213026.445000', '213026.905000', '213027.365000', '213027.825000', '213028.285000', '213028.745000', '213029.205000', '213029.665000', '213030.125000', '213030.585000', '213031.045000', '213031.505000', '213031.965000', '213032.425000', '213032.885000', '213033.345000', '213033.805000', '213034.265000', '213034.725000', '213035.185000', '213035.645000', '213036.105000', '213036.565000', '213037.025000', '213037.485000', '213037.945000', '213038.405000', '213038.865000', '213039.325000', '213039.785000', '213040.245000', '213040.705000', '213041.165000', '213041.625000', '213042.085000', '213042.545000', '213043.005000', '213043.465000', '213043.925000', '213044.385000', '213044.845000', '213045.305000', '213045.765000', '213046.225000', '213046.685000', '213047.145000', '213047.605000', '213048.065000', '213048.525000', '213048.985000', '213049.445000', '213049.905000', '213050.365000', '213050.825000', '213051.285000', '213051.745000', '213052.205000', '213052.665000', '213053.125000', '213053.585000', '213054.045000', '213054.505000', '213054.965000', '213055.425000', '213055.885000', '213056.345000', '213056.805000', '213057.265000', '213057.725000', '213058.185000', '213058.645000', '213059.105000', '213059.565000', '213100.025000', '213100.485000', '213100.945000', '213101.405000', '213101.865000', '213102.325000', '213102.785000', '213103.245000', '213103.705000', '213104.165000', '213104.625000', '213105.085000', '213105.545000', '213106.005000', '213106.465000', '213106.925000', '213107.385000', '213107.845000', '213108.305000', '213108.765000', '213109.225000', '213109.685000', '213110.145000', '213110.605000', '213111.065000', '213111.525000', '213111.985000', '213112.445000', '213112.905000', '213113.365000', '213113.825000', '213114.285000', '213114.745000', '213115.205000', '213115.665000', '213116.125000', '213116.585000', '213117.045000', '213117.505000', '213117.965000', '213118.425000', '213118.885000', '213119.345000', '213119.805000', '213120.265000', '213120.725000', '213121.185000', '213121.645000', '213122.105000', '213122.565000', '213123.025000', '213123.485000', '213123.945000', '213124.405000', '213124.865000', '213125.325000', '213125.785000', '213126.245000', '213126.705000', '213127.165000', '213127.625000', '213128.085000', '213128.545000', '213129.005000', '213129.465000', '213129.925000', '213130.385000', '213130.845000', '213131.305000', '213131.765000', '213132.225000', '213132.685000', '213133.145000', '213133.605000', '213134.065000', '213134.525000', '213134.985000', '213135.445000', '213135.905000', '213136.365000', '213136.825000', '213137.285000', '213137.745000', '213138.205000', '213138.665000', '213139.125000', '213139.585000', '213140.045000', '213140.505000', '213140.965000', '213141.425000', '213141.885000', '213142.345000', '213142.805000', '213143.265000', '213143.725000', '213144.185000', '213144.645000', '213145.105000', '213145.565000', '213146.025000', '213146.485000', '213146.945000', '213147.405000', '213147.865000', '213148.325000', '213148.785000', '213149.245000', '213149.705000', '213150.165000', '213150.625000', '213151.085000', '213151.545000', '213152.005000', '213152.465000', '213152.925000', '213153.385000', '213153.845000', '213154.305000', '213154.765000', '213155.225000', '213155.685000', '213156.145000', '213156.605000', '213157.065000', '213157.525000', '213157.985000', '213158.445000', '213158.905000', '213159.365000', '213159.825000', '213200.285000', '213200.745000', '213201.205000', '213201.665000', '213202.125000', '213202.585000', '213203.045000', '213203.505000', '213203.965000', '213204.425000', '213204.885000', '213205.345000', '213205.805000', '213206.265000', '213206.725000', '213207.185000', '213207.645000', '213208.105000', '213208.565000', '213209.025000', '213209.485000', '213209.945000', '213210.405000', '213210.865000', '213211.325000', '213211.785000', '213212.245000', '213212.705000', '213213.165000', '213213.625000', '213214.085000', '213214.545000', '213215.005000', '213215.465000', '213215.925000', '213216.385000', '213216.845000', '213217.305000', '213217.765000', '213218.225000', '213218.685000', '213219.145000', '213219.605000', '213220.065000', '213220.525000', '213220.985000', '213221.445000', '213221.905000', '213222.365000', '213222.825000', '213223.285000', '213223.745000', '213224.205000', '213224.665000', '213225.125000', '213225.585000', '213226.045000', '213226.505000', '213226.965000', '213227.425000', '213227.885000', '213228.345000', '213228.805000', '213229.265000', '213229.725000', '213230.185000', '213230.645000', '213231.105000', '213231.565000', '213232.025000', '213232.485000', '213232.945000', '213233.405000', '213233.865000', '213234.325000', '213234.785000', '213235.245000', '213235.705000', '213236.165000', '213236.625000', '213237.085000', '213237.545000', '213238.005000', '213238.465000', '213238.925000', '213239.385000', '213239.845000', '213240.305000', '213240.765000', '213241.225000', '213241.685000', '213242.145000', '213242.605000', '213243.065000', '213243.525000', '213243.985000', '213244.445000', '213244.905000', '213245.365000', '213245.825000', '213246.285000', '213246.745000', '213247.205000', '213247.665000', '213248.125000', '213248.585000', '213249.045000', '213249.505000', '213249.965000', '213250.425000', '213250.885000', '213251.345000', '213251.805000', '213252.265000', '213252.725000', '213253.185000', '213253.645000', '213254.105000', '213254.565000', '213255.025000', '213255.485000', '213255.945000', '213256.405000', '213256.865000', '213257.325000', '213257.785000', '213258.245000', '213258.705000', '213259.165000', '213259.625000', '213300.085000', '213300.545000', '213301.005000', '213301.465000', '213301.925000', '213302.385000', '213302.845000', '213303.305000', '213303.765000', '213304.225000', '213304.685000', '213305.145000', '213305.605000', '213306.065000', '213306.525000', '213306.985000', '213307.445000', '213307.905000', '213308.365000', '213308.825000', '213309.285000', '213309.745000', '213310.205000', '213310.665000', '213311.125000', '213311.585000', '213312.045000', '213312.505000', '213312.965000', '213313.425000', '213313.885000', '213314.345000', '213314.805000', '213315.265000', '213315.725000', '213316.185000', '213316.645000'], 'ContentTime': ['212651.748000', '212651.751000', '212651.753000', '212651.756000', '212651.761000', '212651.764000', '212651.767000', '212651.769000', '212651.772000', '212651.774000', '212651.777000', '212651.779000', '212651.782000', '212651.785000', '212651.787000', '212651.790000', '212651.792000', '212651.795000', '212651.797000', '212651.800000', '212651.807000', '212651.810000', '212651.813000', '212651.815000', '212651.818000', '212651.820000', '212651.823000', '212651.825000', '212651.828000', '212651.830000', '212651.833000', '212711.711000', '212711.716000', '212711.718000', '212711.721000', '212711.724000', '212711.726000', '212711.729000', '212711.731000', '212711.734000', '212711.736000', '212711.739000', '212711.742000', '212711.744000', '212711.747000', '212711.749000', '212711.752000', '212711.755000', '212711.757000', '212711.760000', '212711.762000', '212711.765000', '212711.767000', '212711.770000', '212711.773000', '212711.775000', '212711.778000', '212711.780000', '212711.783000', '212711.785000', '212711.788000', '212711.790000', '212711.793000', '212711.796000', '212711.798000', '212711.801000', '212711.803000', '212711.806000', '212711.808000', '212711.811000', '212711.813000', '212711.816000', '212711.819000', '212711.821000', '212731.711000', '212731.714000', '212731.717000', '212731.719000', '212731.722000', '212731.725000', '212731.727000', '212731.730000', '212731.732000', '212731.735000', '212731.737000', '212731.740000', '212731.743000', '212731.745000', '212731.748000', '212731.750000', '212731.753000', '212731.755000', '212731.758000', '212731.761000', '212731.763000', '212731.766000', '212731.768000', '212731.771000', '212731.774000', '212731.776000', '212731.779000', '212731.781000', '212731.794000', '212731.797000', '212731.800000', '212731.802000', '212731.805000', '212731.807000', '212731.810000', '212731.813000', '212731.815000', '212731.818000', '212731.836000', '212731.839000', '212731.841000', '212731.844000', '212731.846000', '212731.849000', '212751.712000', '212751.715000', '212751.718000', '212751.720000', '212751.723000', '212751.726000', '212751.728000', '212751.731000', '212751.734000', '212751.736000', '212751.739000', '212751.741000', '212751.744000', '212751.747000', '212751.749000', '212751.752000', '212751.755000', '212751.757000', '212751.760000', '212751.762000', '212751.765000', '212751.767000', '212751.770000', '212751.773000', '212751.775000', '212751.778000', '212751.780000', '212751.783000', '212751.785000', '212751.788000', '212751.791000', '212751.793000', '212751.796000', '212751.800000', '212751.802000', '212751.805000', '212751.807000', '212751.810000', '212751.813000', '212751.815000', '212751.818000', '212751.821000', '212751.823000', '212811.713000', '212811.715000', '212811.718000', '212811.721000', '212811.723000', '212811.726000', '212811.728000', '212811.731000', '212811.733000', '212811.736000', '212811.739000', '212811.741000', '212811.744000', '212811.746000', '212811.749000', '212811.751000', '212811.754000', '212811.757000', '212811.759000', '212811.762000', '212811.764000', '212811.767000', '212811.769000', '212811.772000', '212811.775000', '212811.777000', '212811.780000', '212811.782000', '212811.785000', '212811.788000', '212811.790000', '212811.793000', '212811.795000', '212811.798000', '212811.800000', '212811.803000', '212811.806000', '212811.808000', '212811.817000', '212811.820000', '212811.822000', '212811.825000', '212811.828000', '212811.830000', '212831.713000', '212831.715000', '212831.718000', '212831.721000', '212831.723000', '212831.726000', '212831.728000', '212831.731000', '212831.733000', '212831.736000', '212831.738000', '212831.741000', '212831.744000', '212831.746000', '212831.749000', '212831.751000', '212831.754000', '212831.757000', '212831.760000', '212831.762000', '212831.765000', '212831.768000', '212831.770000', '212831.773000', '212831.775000', '212831.778000', '212831.781000', '212831.783000', '212831.786000', '212831.788000', '212831.791000', '212831.793000', '212831.796000', '212831.799000', '212831.801000', '212831.804000', '212831.806000', '212831.809000', '212831.811000', '212831.814000', '212831.817000', '212831.819000', '212831.822000', '212851.711000', '212851.714000', '212851.717000', '212851.720000', '212851.722000', '212851.725000', '212851.727000', '212851.730000', '212851.733000', '212851.735000', '212851.738000', '212851.740000', '212851.743000', '212851.746000', '212851.748000', '212851.751000', '212851.753000', '212851.756000', '212851.759000', '212851.761000', '212851.764000', '212851.767000', '212851.769000', '212851.772000', '212851.774000', '212851.777000', '212851.780000', '212851.782000', '212851.785000', '212851.788000', '212851.790000', '212851.793000', '212851.795000', '212851.798000', '212851.801000', '212851.803000', '212851.806000', '212851.808000', '212851.811000', '212851.814000', '212851.816000', '212851.819000', '212851.821000', '212851.824000', '212911.711000', '212911.714000', '212911.717000', '212911.719000', '212911.722000', '212911.724000', '212911.727000', '212911.730000', '212911.732000', '212911.735000', '212911.737000', '212911.740000', '212911.742000', '212911.745000', '212911.748000', '212911.750000', '212911.753000', '212911.755000', '212911.758000', '212911.761000', '212911.763000', '212911.766000', '212911.768000', '212911.771000', '212911.773000', '212911.776000', '212911.779000', '212911.781000', '212911.784000', '212911.786000', '212911.789000', '212911.791000', '212911.794000', '212911.844000', '212911.847000', '212911.849000', '212911.852000', '212911.855000', '212911.857000', '212911.860000', '212911.862000', '212911.865000', '212911.867000', '212931.712000', '212931.714000', '212931.717000', '212931.720000', '212931.722000', '212931.725000', '212931.727000', '212931.730000', '212931.733000', '212931.735000', '212931.738000', '212931.740000', '212931.743000', '212931.746000', '212931.748000', '212931.751000', '212931.753000', '212931.756000', '212931.759000', '212931.761000', '212931.764000', '212931.766000', '212931.769000', '212931.772000', '212931.774000', '212931.777000', '212931.779000', '212931.782000', '212931.785000', '212931.787000', '212931.790000', '212931.792000', '212931.795000', '212931.798000', '212931.800000', '212931.803000', '212931.805000', '212931.808000', '212931.811000', '212931.813000', '212931.816000', '212931.818000', '212931.821000', '212931.824000', '212951.711000', '212951.714000', '212951.717000', '212951.720000', '212951.722000', '212951.725000', '212951.728000', '212951.730000', '212951.733000', '212951.735000', '212951.738000', '212951.740000', '212951.743000', '212951.746000', '212951.748000', '212951.751000', '212951.753000', '212951.756000', '212951.759000', '212951.761000', '212951.764000', '212951.767000', '212951.769000', '212951.772000', '212951.774000', '212951.777000', '212951.779000', '212951.782000', '212951.785000', '212951.787000', '212951.790000', '212951.793000', '212951.795000', '212951.798000', '212951.800000', '212951.803000', '212951.806000', '212951.808000', '212951.811000', '212951.813000', '212951.816000', '212951.819000', '212951.821000', '213011.713000', '213011.715000', '213011.718000', '213011.721000', '213011.723000', '213011.726000', '213011.728000', '213011.731000', '213011.733000', '213011.736000', '213011.739000', '213011.741000', '213011.744000', '213011.746000', '213011.749000', '213011.752000', '213011.754000', '213011.757000', '213011.759000', '213011.762000', '213011.764000', '213011.767000', '213011.770000', '213011.772000', '213011.775000', '213011.777000', '213011.780000', '213011.782000', '213011.785000', '213011.788000', '213011.790000', '213011.793000', '213011.795000', '213011.798000', '213011.801000', '213011.803000', '213011.806000', '213011.808000', '213011.811000', '213011.813000', '213011.816000', '213011.819000', '213011.821000', '213011.824000', '213031.712000', '213031.715000', '213031.718000', '213031.721000', '213031.723000', '213031.726000', '213031.728000', '213031.731000', '213031.733000', '213031.736000', '213031.739000', '213031.741000', '213031.744000', '213031.746000', '213031.749000', '213031.752000', '213031.754000', '213031.757000', '213031.759000', '213031.762000', '213031.764000', '213031.767000', '213031.770000', '213031.772000', '213031.775000', '213031.777000', '213031.780000', '213031.782000', '213031.785000', '213031.788000', '213031.790000', '213031.793000', '213031.795000', '213031.798000', '213031.801000', '213031.803000', '213031.806000', '213031.808000', '213031.811000', '213031.814000', '213031.816000', '213031.819000', '213031.821000', '213051.713000', '213051.715000', '213051.718000', '213051.721000', '213051.723000', '213051.726000', '213051.728000', '213051.731000', '213051.734000', '213051.736000', '213051.739000', '213051.741000', '213051.744000', '213051.747000', '213051.749000', '213051.763000', '213051.766000', '213051.768000', '213051.771000', '213051.773000', '213051.776000', '213051.778000', '213051.781000', '213051.784000', '213051.786000', '213051.789000', '213051.791000', '213051.794000', '213051.797000', '213051.799000', '213051.802000', '213051.804000', '213051.807000', '213051.809000', '213051.812000', '213051.815000', '213051.817000', '213051.820000', '213051.822000', '213051.825000', '213051.827000', '213051.830000', '213051.833000', '213051.835000', '213111.712000', '213111.714000', '213111.717000', '213111.719000', '213111.722000', '213111.725000', '213111.727000', '213111.730000', '213111.732000', '213111.735000', '213111.737000', '213111.740000', '213111.743000', '213111.745000', '213111.748000', '213111.750000', '213111.753000', '213111.756000', '213111.758000', '213111.761000', '213111.763000', '213111.766000', '213111.769000', '213111.771000', '213111.774000', '213111.776000', '213111.779000', '213111.782000', '213111.784000', '213111.787000', '213111.789000', '213111.792000', '213111.794000', '213111.797000', '213111.800000', '213111.802000', '213111.805000', '213111.807000', '213111.810000', '213111.813000', '213111.815000', '213111.818000', '213111.820000', '213131.711000', '213131.714000', '213131.717000', '213131.719000', '213131.722000', '213131.725000', '213131.727000', '213131.730000', '213131.732000', '213131.735000', '213131.737000', '213131.740000', '213131.743000', '213131.745000', '213131.748000', '213131.751000', '213131.753000', '213131.756000', '213131.758000', '213131.761000', '213131.764000', '213131.766000', '213131.769000', '213131.771000', '213131.774000', '213131.777000', '213131.779000', '213131.782000', '213131.784000', '213131.787000', '213131.790000', '213131.792000', '213131.795000', '213131.798000', '213131.800000', '213131.803000', '213131.805000', '213131.808000', '213131.811000', '213131.813000', '213131.816000', '213131.818000', '213131.821000', '213131.823000', '213151.711000', '213151.714000', '213151.717000', '213151.720000', '213151.722000', '213151.725000', '213151.727000', '213151.730000', '213151.733000', '213151.735000', '213151.738000', '213151.740000', '213151.743000', '213151.746000', '213151.748000', '213151.751000', '213151.753000', '213151.756000', '213151.759000', '213151.761000', '213151.764000', '213151.766000', '213151.769000', '213151.771000', '213151.774000', '213151.777000', '213151.779000', '213151.782000', '213151.785000', '213151.787000', '213151.790000', '213151.792000', '213151.795000', '213151.797000', '213151.800000', '213151.803000', '213151.805000', '213151.808000', '213151.810000', '213151.813000', '213151.816000', '213151.818000', '213151.821000', '213211.711000', '213211.714000', '213211.717000', '213211.719000', '213211.722000', '213211.725000', '213211.727000', '213211.730000', '213211.732000', '213211.735000', '213211.737000', '213211.740000', '213211.743000', '213211.745000', '213211.748000', '213211.751000', '213211.753000', '213211.756000', '213211.758000', '213211.761000', '213211.763000', '213211.766000', '213211.768000', '213211.771000', '213211.774000', '213211.776000', '213211.797000', '213211.800000', '213211.802000', '213211.805000', '213211.808000', '213211.810000', '213211.813000', '213211.815000', '213211.818000', '213211.820000', '213211.823000', '213211.826000', '213211.828000', '213211.831000', '213211.833000', '213211.836000', '213211.838000', '213211.841000', '213231.713000', '213231.715000', '213231.718000', '213231.721000', '213231.723000', '213231.726000', '213231.729000', '213231.731000', '213231.734000', '213231.736000', '213231.739000', '213231.742000', '213231.744000', '213231.747000', '213231.749000', '213231.753000', '213231.756000', '213231.759000', '213231.761000', '213231.764000', '213231.767000', '213231.769000', '213231.772000', '213231.774000', '213231.777000', '213231.780000', '213231.782000', '213231.785000', '213231.788000', '213231.790000', '213231.793000', '213231.795000', '213231.798000', '213231.800000', '213231.803000', '213231.806000', '213231.808000', '213231.811000', '213231.813000', '213231.816000', '213231.819000', '213231.821000', '213231.824000', '213251.712000', '213251.715000', '213251.720000', '213251.723000', '213251.726000', '213251.728000', '213251.731000', '213251.733000', '213251.736000', '213251.738000', '213251.741000', '213251.744000', '213251.746000', '213251.749000', '213251.752000', '213251.754000', '213251.757000', '213251.759000', '213251.762000', '213251.764000', '213251.767000', '213251.770000', '213251.772000', '213251.775000', '213251.778000', '213251.780000', '213251.783000', '213251.785000', '213251.788000', '213251.791000', '213251.793000', '213251.796000', '213251.798000', '213251.801000', '213251.803000', '213251.806000', '213251.809000', '213251.811000', '213251.814000', '213251.816000', '213251.819000', '213251.821000', '213251.824000', '213251.827000', '213311.713000', '213311.715000', '213311.718000', '213311.721000', '213311.723000', '213311.726000', '213311.728000', '213311.731000', '213311.733000', '213311.736000', '213311.739000', '213311.741000', '213311.744000', '213311.746000', '213311.749000', '213311.752000', '213311.754000', '213311.757000', '213311.759000', '213311.762000', '213311.764000', '213311.767000', '213311.770000', '213311.772000', '213311.775000', '213311.777000', '213311.789000', '213311.792000', '213311.794000', '213311.797000', '213311.800000', '213311.802000', '213311.805000', '213311.807000', '213311.810000', '213311.812000', '213311.815000', '213311.818000', '213311.820000', '213311.823000', '213311.825000', '213311.828000', '213311.830000', '213318.333000', '213318.336000', '213318.339000', '213318.341000', '213318.344000', '213318.347000', '213318.349000', '213318.352000', '213318.355000', '213318.358000', '213318.360000', '213318.363000', '213318.366000', '213318.368000', '213318.371000'], 'InstanceCreationTime': ['212651.748000', '212651.751000', '212651.753000', '212651.756000', '212651.761000', '212651.764000', '212651.767000', '212651.769000', '212651.772000', '212651.774000', '212651.777000', '212651.779000', '212651.782000', '212651.785000', '212651.787000', '212651.790000', '212651.792000', '212651.795000', '212651.797000', '212651.800000', '212651.807000', '212651.810000', '212651.813000', '212651.815000', '212651.818000', '212651.820000', '212651.823000', '212651.825000', '212651.828000', '212651.830000', '212651.833000', '212711.711000', '212711.716000', '212711.718000', '212711.721000', '212711.724000', '212711.726000', '212711.729000', '212711.731000', '212711.734000', '212711.736000', '212711.739000', '212711.742000', '212711.744000', '212711.747000', '212711.749000', '212711.752000', '212711.755000', '212711.757000', '212711.760000', '212711.762000', '212711.765000', '212711.767000', '212711.770000', '212711.773000', '212711.775000', '212711.778000', '212711.780000', '212711.783000', '212711.785000', '212711.788000', '212711.790000', '212711.793000', '212711.796000', '212711.798000', '212711.801000', '212711.803000', '212711.806000', '212711.808000', '212711.811000', '212711.813000', '212711.816000', '212711.819000', '212711.821000', '212731.711000', '212731.714000', '212731.717000', '212731.719000', '212731.722000', '212731.725000', '212731.727000', '212731.730000', '212731.732000', '212731.735000', '212731.737000', '212731.740000', '212731.743000', '212731.745000', '212731.748000', '212731.750000', '212731.753000', '212731.755000', '212731.758000', '212731.761000', '212731.763000', '212731.766000', '212731.768000', '212731.771000', '212731.774000', '212731.776000', '212731.779000', '212731.781000', '212731.794000', '212731.797000', '212731.800000', '212731.802000', '212731.805000', '212731.807000', '212731.810000', '212731.813000', '212731.815000', '212731.818000', '212731.836000', '212731.839000', '212731.841000', '212731.844000', '212731.846000', '212731.849000', '212751.712000', '212751.715000', '212751.718000', '212751.720000', '212751.723000', '212751.726000', '212751.728000', '212751.731000', '212751.734000', '212751.736000', '212751.739000', '212751.741000', '212751.744000', '212751.747000', '212751.749000', '212751.752000', '212751.755000', '212751.757000', '212751.760000', '212751.762000', '212751.765000', '212751.767000', '212751.770000', '212751.773000', '212751.775000', '212751.778000', '212751.780000', '212751.783000', '212751.785000', '212751.788000', '212751.791000', '212751.793000', '212751.796000', '212751.800000', '212751.802000', '212751.805000', '212751.807000', '212751.810000', '212751.813000', '212751.815000', '212751.818000', '212751.821000', '212751.823000', '212811.713000', '212811.715000', '212811.718000', '212811.721000', '212811.723000', '212811.726000', '212811.728000', '212811.731000', '212811.733000', '212811.736000', '212811.739000', '212811.741000', '212811.744000', '212811.746000', '212811.749000', '212811.751000', '212811.754000', '212811.757000', '212811.759000', '212811.762000', '212811.764000', '212811.767000', '212811.769000', '212811.772000', '212811.775000', '212811.777000', '212811.780000', '212811.782000', '212811.785000', '212811.788000', '212811.790000', '212811.793000', '212811.795000', '212811.798000', '212811.800000', '212811.803000', '212811.806000', '212811.808000', '212811.817000', '212811.820000', '212811.822000', '212811.825000', '212811.828000', '212811.830000', '212831.713000', '212831.715000', '212831.718000', '212831.721000', '212831.723000', '212831.726000', '212831.728000', '212831.731000', '212831.733000', '212831.736000', '212831.738000', '212831.741000', '212831.744000', '212831.746000', '212831.749000', '212831.751000', '212831.754000', '212831.757000', '212831.760000', '212831.762000', '212831.765000', '212831.768000', '212831.770000', '212831.773000', '212831.775000', '212831.778000', '212831.781000', '212831.783000', '212831.786000', '212831.788000', '212831.791000', '212831.793000', '212831.796000', '212831.799000', '212831.801000', '212831.804000', '212831.806000', '212831.809000', '212831.811000', '212831.814000', '212831.817000', '212831.819000', '212831.822000', '212851.711000', '212851.714000', '212851.717000', '212851.720000', '212851.722000', '212851.725000', '212851.727000', '212851.730000', '212851.733000', '212851.735000', '212851.738000', '212851.740000', '212851.743000', '212851.746000', '212851.748000', '212851.751000', '212851.753000', '212851.756000', '212851.759000', '212851.761000', '212851.764000', '212851.767000', '212851.769000', '212851.772000', '212851.774000', '212851.777000', '212851.780000', '212851.782000', '212851.785000', '212851.788000', '212851.790000', '212851.793000', '212851.795000', '212851.798000', '212851.801000', '212851.803000', '212851.806000', '212851.808000', '212851.811000', '212851.814000', '212851.816000', '212851.819000', '212851.821000', '212851.824000', '212911.711000', '212911.714000', '212911.717000', '212911.719000', '212911.722000', '212911.724000', '212911.727000', '212911.730000', '212911.732000', '212911.735000', '212911.737000', '212911.740000', '212911.742000', '212911.745000', '212911.748000', '212911.750000', '212911.753000', '212911.755000', '212911.758000', '212911.761000', '212911.763000', '212911.766000', '212911.768000', '212911.771000', '212911.773000', '212911.776000', '212911.779000', '212911.781000', '212911.784000', '212911.786000', '212911.789000', '212911.791000', '212911.794000', '212911.844000', '212911.847000', '212911.849000', '212911.852000', '212911.855000', '212911.857000', '212911.860000', '212911.862000', '212911.865000', '212911.867000', '212931.712000', '212931.714000', '212931.717000', '212931.720000', '212931.722000', '212931.725000', '212931.727000', '212931.730000', '212931.733000', '212931.735000', '212931.738000', '212931.740000', '212931.743000', '212931.746000', '212931.748000', '212931.751000', '212931.753000', '212931.756000', '212931.759000', '212931.761000', '212931.764000', '212931.766000', '212931.769000', '212931.772000', '212931.774000', '212931.777000', '212931.779000', '212931.782000', '212931.785000', '212931.787000', '212931.790000', '212931.792000', '212931.795000', '212931.798000', '212931.800000', '212931.803000', '212931.805000', '212931.808000', '212931.811000', '212931.813000', '212931.816000', '212931.818000', '212931.821000', '212931.824000', '212951.711000', '212951.714000', '212951.717000', '212951.720000', '212951.722000', '212951.725000', '212951.728000', '212951.730000', '212951.733000', '212951.735000', '212951.738000', '212951.740000', '212951.743000', '212951.746000', '212951.748000', '212951.751000', '212951.753000', '212951.756000', '212951.759000', '212951.761000', '212951.764000', '212951.767000', '212951.769000', '212951.772000', '212951.774000', '212951.777000', '212951.779000', '212951.782000', '212951.785000', '212951.787000', '212951.790000', '212951.793000', '212951.795000', '212951.798000', '212951.800000', '212951.803000', '212951.806000', '212951.808000', '212951.811000', '212951.813000', '212951.816000', '212951.819000', '212951.821000', '213011.713000', '213011.715000', '213011.718000', '213011.721000', '213011.723000', '213011.726000', '213011.728000', '213011.731000', '213011.733000', '213011.736000', '213011.739000', '213011.741000', '213011.744000', '213011.746000', '213011.749000', '213011.752000', '213011.754000', '213011.757000', '213011.759000', '213011.762000', '213011.764000', '213011.767000', '213011.770000', '213011.772000', '213011.775000', '213011.777000', '213011.780000', '213011.782000', '213011.785000', '213011.788000', '213011.790000', '213011.793000', '213011.795000', '213011.798000', '213011.801000', '213011.803000', '213011.806000', '213011.808000', '213011.811000', '213011.813000', '213011.816000', '213011.819000', '213011.821000', '213011.824000', '213031.712000', '213031.715000', '213031.718000', '213031.721000', '213031.723000', '213031.726000', '213031.728000', '213031.731000', '213031.733000', '213031.736000', '213031.739000', '213031.741000', '213031.744000', '213031.746000', '213031.749000', '213031.752000', '213031.754000', '213031.757000', '213031.759000', '213031.762000', '213031.764000', '213031.767000', '213031.770000', '213031.772000', '213031.775000', '213031.777000', '213031.780000', '213031.782000', '213031.785000', '213031.788000', '213031.790000', '213031.793000', '213031.795000', '213031.798000', '213031.801000', '213031.803000', '213031.806000', '213031.808000', '213031.811000', '213031.814000', '213031.816000', '213031.819000', '213031.821000', '213051.713000', '213051.715000', '213051.718000', '213051.721000', '213051.723000', '213051.726000', '213051.728000', '213051.731000', '213051.734000', '213051.736000', '213051.739000', '213051.741000', '213051.744000', '213051.747000', '213051.749000', '213051.763000', '213051.766000', '213051.768000', '213051.771000', '213051.773000', '213051.776000', '213051.778000', '213051.781000', '213051.784000', '213051.786000', '213051.789000', '213051.791000', '213051.794000', '213051.797000', '213051.799000', '213051.802000', '213051.804000', '213051.807000', '213051.809000', '213051.812000', '213051.815000', '213051.817000', '213051.820000', '213051.822000', '213051.825000', '213051.827000', '213051.830000', '213051.833000', '213051.835000', '213111.712000', '213111.714000', '213111.717000', '213111.719000', '213111.722000', '213111.725000', '213111.727000', '213111.730000', '213111.732000', '213111.735000', '213111.737000', '213111.740000', '213111.743000', '213111.745000', '213111.748000', '213111.750000', '213111.753000', '213111.756000', '213111.758000', '213111.761000', '213111.763000', '213111.766000', '213111.769000', '213111.771000', '213111.774000', '213111.776000', '213111.779000', '213111.782000', '213111.784000', '213111.787000', '213111.789000', '213111.792000', '213111.794000', '213111.797000', '213111.800000', '213111.802000', '213111.805000', '213111.807000', '213111.810000', '213111.813000', '213111.815000', '213111.818000', '213111.820000', '213131.711000', '213131.714000', '213131.717000', '213131.719000', '213131.722000', '213131.725000', '213131.727000', '213131.730000', '213131.732000', '213131.735000', '213131.737000', '213131.740000', '213131.743000', '213131.745000', '213131.748000', '213131.751000', '213131.753000', '213131.756000', '213131.758000', '213131.761000', '213131.764000', '213131.766000', '213131.769000', '213131.771000', '213131.774000', '213131.777000', '213131.779000', '213131.782000', '213131.784000', '213131.787000', '213131.790000', '213131.792000', '213131.795000', '213131.798000', '213131.800000', '213131.803000', '213131.805000', '213131.808000', '213131.811000', '213131.813000', '213131.816000', '213131.818000', '213131.821000', '213131.823000', '213151.711000', '213151.714000', '213151.717000', '213151.720000', '213151.722000', '213151.725000', '213151.727000', '213151.730000', '213151.733000', '213151.735000', '213151.738000', '213151.740000', '213151.743000', '213151.746000', '213151.748000', '213151.751000', '213151.753000', '213151.756000', '213151.759000', '213151.761000', '213151.764000', '213151.766000', '213151.769000', '213151.771000', '213151.774000', '213151.777000', '213151.779000', '213151.782000', '213151.785000', '213151.787000', '213151.790000', '213151.792000', '213151.795000', '213151.797000', '213151.800000', '213151.803000', '213151.805000', '213151.808000', '213151.810000', '213151.813000', '213151.816000', '213151.818000', '213151.821000', '213211.711000', '213211.714000', '213211.717000', '213211.719000', '213211.722000', '213211.725000', '213211.727000', '213211.730000', '213211.732000', '213211.735000', '213211.737000', '213211.740000', '213211.743000', '213211.745000', '213211.748000', '213211.751000', '213211.753000', '213211.756000', '213211.758000', '213211.761000', '213211.763000', '213211.766000', '213211.768000', '213211.771000', '213211.774000', '213211.776000', '213211.797000', '213211.800000', '213211.802000', '213211.805000', '213211.808000', '213211.810000', '213211.813000', '213211.815000', '213211.818000', '213211.820000', '213211.823000', '213211.826000', '213211.828000', '213211.831000', '213211.833000', '213211.836000', '213211.838000', '213211.841000', '213231.713000', '213231.715000', '213231.718000', '213231.721000', '213231.723000', '213231.726000', '213231.729000', '213231.731000', '213231.734000', '213231.736000', '213231.739000', '213231.742000', '213231.744000', '213231.747000', '213231.749000', '213231.753000', '213231.756000', '213231.759000', '213231.761000', '213231.764000', '213231.767000', '213231.769000', '213231.772000', '213231.774000', '213231.777000', '213231.780000', '213231.782000', '213231.785000', '213231.788000', '213231.790000', '213231.793000', '213231.795000', '213231.798000', '213231.800000', '213231.803000', '213231.806000', '213231.808000', '213231.811000', '213231.813000', '213231.816000', '213231.819000', '213231.821000', '213231.824000', '213251.712000', '213251.715000', '213251.720000', '213251.723000', '213251.726000', '213251.728000', '213251.731000', '213251.733000', '213251.736000', '213251.738000', '213251.741000', '213251.744000', '213251.746000', '213251.749000', '213251.752000', '213251.754000', '213251.757000', '213251.759000', '213251.762000', '213251.764000', '213251.767000', '213251.770000', '213251.772000', '213251.775000', '213251.778000', '213251.780000', '213251.783000', '213251.785000', '213251.788000', '213251.791000', '213251.793000', '213251.796000', '213251.798000', '213251.801000', '213251.803000', '213251.806000', '213251.809000', '213251.811000', '213251.814000', '213251.816000', '213251.819000', '213251.821000', '213251.824000', '213251.827000', '213311.713000', '213311.715000', '213311.718000', '213311.721000', '213311.723000', '213311.726000', '213311.728000', '213311.731000', '213311.733000', '213311.736000', '213311.739000', '213311.741000', '213311.744000', '213311.746000', '213311.749000', '213311.752000', '213311.754000', '213311.757000', '213311.759000', '213311.762000', '213311.764000', '213311.767000', '213311.770000', '213311.772000', '213311.775000', '213311.777000', '213311.789000', '213311.792000', '213311.794000', '213311.797000', '213311.800000', '213311.802000', '213311.805000', '213311.807000', '213311.810000', '213311.812000', '213311.815000', '213311.818000', '213311.820000', '213311.823000', '213311.825000', '213311.828000', '213311.830000', '213318.333000', '213318.336000', '213318.339000', '213318.341000', '213318.344000', '213318.347000', '213318.349000', '213318.352000', '213318.355000', '213318.358000', '213318.360000', '213318.363000', '213318.366000', '213318.368000', '213318.371000'], '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': [11848, 9434, 10718, 8458, 9449, 13489, 9392, 10737, 7267, 8324, 7296, 7953, 6710, 7675, 10713, 8721, 8842, 6935, 7986, 6525, 7508, 7567, 8004, 9123, 7308, 10312, 8053, 9836, 7912, 10561, 7681, 9256, 7272, 9177, 7306, 9342, 10354, 9740, 10007, 8062, 11034, 7706, 9969, 8711, 10005, 8082, 9311, 7009, 8580, 12282, 7626, 9212, 12180, 8195, 8231, 7020, 6654, 7320, 7110, 7512, 9453, 7248, 7973, 11297, 7099, 8252, 7550, 9297, 7258, 9608, 7222, 8241, 7054, 8717, 7116, 9701, 13054, 8965, 9768, 11244, 7642, 8726, 7229, 7800, 7023, 7791, 6899, 8087, 7087, 8031, 6752, 8169, 11915, 8123, 9535, 6610, 7360, 8818, 7240, 7676, 6927, 7978, 6558, 7173, 9488, 7007, 8348, 10430, 7271, 8606, 10662, 7164, 8151, 7161, 8634, 7593, 7486, 7264, 7692, 7383, 7900, 10887, 8398, 9520, 12058, 7532, 8685, 11687, 8703, 9282, 11009, 8405, 11039, 7273, 8945, 7010, 8392, 7301, 9623, 7074, 10239, 7435, 8179, 12143, 8556, 9333, 11677, 7872, 9067, 6961, 7910, 7235, 8403, 11351, 7370, 9197, 6954, 8073, 7307, 7787, 6940, 7685, 10240, 7810, 9271, 10683, 7995, 8763, 7256, 6894, 6746, 7275, 8309, 8117, 7319, 10022, 12790, 9127, 8864, 12626, 7866, 8151, 7179, 8011, 7096, 7849, 7272, 7978, 7057, 7889, 6971, 7747, 7036, 7840, 6906, 7970, 7202, 8256, 11378, 9432, 9509, 11139, 7842, 8867, 6712, 7080, 7119, 7119, 8032, 7591, 8331, 7511, 9096, 7189, 8577, 7849, 9501, 10997, 10413, 9581, 7084, 7453, 9907, 7218, 8317, 10669, 8072, 8810, 7086, 7197, 7081, 9953, 12791, 9596, 11570, 7280, 7601, 7204, 9091, 10803, 8225, 9243, 7146, 7490, 7020, 7121, 7890, 7359, 10042, 7504, 10036, 6916, 7582, 7383, 7274, 10514, 9954, 8695, 11003, 7070, 8206, 9873, 7086, 8215, 6883, 8344, 6818, 6942, 6691, 7080, 9796, 9459, 8898, 11071, 8180, 8641, 6633, 6983, 6545, 7178, 10328, 7410, 8907, 12577, 7422, 8186, 6902, 7134, 5940, 7657, 6428, 7690, 6267, 7732, 7006, 7942, 7566, 9891, 7404, 11247, 8560, 10241, 8514, 10019, 7895, 10094, 7705, 10245, 7015, 7670, 7158, 7606, 7242, 7478, 7327, 9065, 8376, 10697, 8551, 11092, 9597, 11338, 7524, 9679, 7499, 8311, 11636, 9686, 10586, 6905, 7992, 6981, 8081, 7120, 8036, 7775, 7943, 6868, 7782, 10086, 7440, 8612, 11086, 8781, 9150, 6886, 8016, 7214, 8729, 11034, 8797, 9000, 6926, 7624, 10430, 7072, 8259, 6722, 7713, 6502, 6644, 6731, 7129, 10258, 9424, 9103, 6734, 6853, 6865, 7268, 10102, 7175, 8544, 10974, 7276, 8478, 6821, 7654, 7184, 8366, 7612, 9930, 8767, 10322, 7423, 9845, 7461, 8383, 12108, 8187, 8839, 11615, 7637, 9087, 7104, 7035, 8071, 7286, 7321, 11814, 7743, 9368, 6927, 8266, 6722, 7601, 7082, 7564, 7373, 7950, 8535, 8336, 7403, 7803, 11494, 8575, 11116, 13347, 10662, 10852, 7479, 7805, 11855, 7915, 7989, 7185, 8169, 6789, 6972, 6863, 7482, 7083, 8048, 10424, 7998, 8514, 9780, 7194, 7909, 11322, 8131, 8438, 10044, 7179, 7916, 7005, 7537, 10878, 8113, 8397, 10798, 7174, 7938, 6883, 7764, 10708, 7396, 8669, 6786, 7059, 6780, 7306, 10243, 13260, 8315, 9727, 10709, 8010, 9464, 6821, 8124, 6760, 7022, 10214, 6612, 8355, 7238, 7569, 7132, 7117, 9902, 9646, 8529, 11446, 7350, 8915, 6904, 7703, 7006, 7593, 10215, 7370, 8237, 10698, 6897, 7788, 10780, 7127, 9239, 12457, 7755, 9197, 6975, 7956, 7286, 9938, 7062, 10526, 7683, 9181, 7422, 8638, 7598, 11542, 12796, 9857, 9059, 7272, 7192, 8301, 7405, 7598, 7421, 8331, 7201, 8500, 7642, 8482, 7299, 8591, 7700, 7260, 10877, 7391, 9445, 7106, 8547, 7177, 7664, 7125, 7289, 7014, 7670, 8461, 9043, 7495, 7690, 10630, 7929, 13066, 9273, 10953, 7497, 8979, 11946, 8499, 8466, 11049, 7370, 8722, 7073, 7125, 7688, 7266, 6979, 6860, 7374, 7132, 8028, 7255, 8100, 7610, 7779, 11198, 8306, 9013, 11510, 7750, 8062, 7246, 7098, 8509, 7083, 7592, 6930, 7224, 6908, 7462, 6848, 8563, 7240, 8775, 7186, 7747, 8509, 7776, 11018, 7926, 10566, 7641, 8814, 6970, 7683, 7361, 7561, 6905, 8250, 10400, 9457, 9066, 7747, 10920, 7605, 10655, 7347, 11597, 7633, 8584, 7275, 7620, 11340, 7182, 8361, 12005, 7044, 8737, 6646, 7510, 6968, 7413, 6944, 7687, 10478, 7879, 10612, 7562, 10034, 12154, 8739, 10675, 7269, 8455, 7088, 7187, 7435, 7789, 7353, 8773, 11686, 9666, 10697, 6968, 8235, 7312, 7621, 7465, 7485, 9459, 7614, 7189, 7554, 10371, 12574, 8449, 9394, 11291, 7967, 9358, 7171, 7506, 7149, 7557, 6537, 7529, 6800, 7184, 7268, 7259, 10693, 13510, 9562, 11344, 7494, 9157, 7111, 8155, 12088, 7079, 8199, 11271, 7567, 8674, 6913, 7702, 7020, 7761, 10193, 7497, 11513, 8523, 10178, 7192, 7361, 7293, 7358, 9833, 11977, 8276, 11022, 6651, 8456, 6550, 6832, 6530, 7309, 8589, 6824, 7287, 8862, 6569, 8652, 6351, 7714, 6398, 7608, 10679, 8669, 10400, 7347, 9201, 7166, 8850, 12323, 9310, 10438, 10754, 8336, 9381, 7432, 9205, 12612, 8499, 11026, 7441, 9317, 6779, 8251, 7291, 8020, 11298, 8855, 10054, 6900, 8514, 7041, 8028, 7452, 9245, 12145, 8904, 10475, 9361, 8205, 9617, 7253, 7685, 11522, 7599, 8395, 7051, 8293, 6629, 6685, 6655, 7458, 10295, 7239, 7958, 7011, 8705, 7035, 8754, 7602, 9763, 11306, 8123, 8807, 11021, 9109, 9790, 7132, 7668, 11739, 7286, 9379, 12418, 8296, 9657, 7064, 7596, 7119, 7709, 11597, 9007, 10569, 7330, 8038, 6937, 7842, 6766, 7714, 6266, 8349, 6271, 8156, 6906, 8241, 9292, 8356, 12805, 12198, 12625, 8567, 10574, 7706, 9714, 12755, 10452, 11222, 7012, 8174, 12329, 7354, 8051, 6699, 8427, 6333, 7167, 6613, 7733, 10985, 7669, 9308, 6591, 7412, 6816, 7722, 11193, 7595, 9821, 7265, 8331, 6691, 7795, 7075, 7938, 10149, 9133, 11882, 7569, 10752, 12354, 7696, 8909, 12008, 8305, 8843, 7091, 7631, 6776, 7427, 6352], 'WindowCenter': [3991.0, 3955.0, 3951.0, 3928.0, 3938.0, 3945.0, 3914.0, 3923.0, 3890.0, 3898.0, 3889.0, 3900.0, 3890.0, 3913.0, 3934.0, 3914.0, 3912.0, 3893.0, 3902.0, 3884.0, 3916.0, 3916.0, 3916.0, 3924.0, 3904.0, 3934.0, 3916.0, 3935.0, 3915.0, 3936.0, 3903.0, 3911.0, 3893.0, 3912.0, 3893.0, 3925.0, 3924.0, 3924.0, 3922.0, 3901.0, 3919.0, 3890.0, 3919.0, 3913.0, 3921.0, 3901.0, 3909.0, 3890.0, 3911.0, 3931.0, 3888.0, 3911.0, 3930.0, 3899.0, 3894.0, 3878.0, 3878.0, 3903.0, 3891.0, 3917.0, 3937.0, 3905.0, 3913.0, 3932.0, 3892.0, 3901.0, 3915.0, 3927.0, 3905.0, 3937.0, 3903.0, 3913.0, 3892.0, 3912.0, 3892.0, 3927.0, 3946.0, 3912.0, 3923.0, 3919.0, 3890.0, 3899.0, 3888.0, 3899.0, 3903.0, 3902.0, 3903.0, 3902.0, 3893.0, 3903.0, 3894.0, 3914.0, 3947.0, 3904.0, 3911.0, 3867.0, 3890.0, 3899.0, 3889.0, 3902.0, 3892.0, 3902.0, 3880.0, 3893.0, 3924.0, 3880.0, 3900.0, 3920.0, 3888.0, 3911.0, 3918.0, 3888.0, 3904.0, 3892.0, 3912.0, 3903.0, 3904.0, 3905.0, 3917.0, 3904.0, 3915.0, 3937.0, 3914.0, 3925.0, 3933.0, 3890.0, 3899.0, 3917.0, 3887.0, 3899.0, 3919.0, 3898.0, 3919.0, 3887.0, 3908.0, 3891.0, 3901.0, 3903.0, 3924.0, 3903.0, 3936.0, 3904.0, 3915.0, 3944.0, 3899.0, 3911.0, 3920.0, 3887.0, 3897.0, 3878.0, 3886.0, 3891.0, 3914.0, 3932.0, 3892.0, 3911.0, 3878.0, 3899.0, 3890.0, 3889.0, 3892.0, 3903.0, 3924.0, 3902.0, 3912.0, 3935.0, 3903.0, 3915.0, 3888.0, 3891.0, 3892.0, 3915.0, 3926.0, 3917.0, 3917.0, 3950.0, 3960.0, 3915.0, 3912.0, 3919.0, 3887.0, 3875.0, 3866.0, 3889.0, 3879.0, 3900.0, 3890.0, 3901.0, 3890.0, 3900.0, 3891.0, 3903.0, 3893.0, 3902.0, 3892.0, 3902.0, 3902.0, 3913.0, 3946.0, 3910.0, 3910.0, 3920.0, 3886.0, 3897.0, 3866.0, 3877.0, 3876.0, 3879.0, 3899.0, 3902.0, 3912.0, 3904.0, 3923.0, 3906.0, 3913.0, 3915.0, 3939.0, 3933.0, 3935.0, 3910.0, 3878.0, 3889.0, 3908.0, 3876.0, 3900.0, 3919.0, 3900.0, 3908.0, 3890.0, 3889.0, 3893.0, 3935.0, 3943.0, 3924.0, 3930.0, 3892.0, 3901.0, 3903.0, 3924.0, 3922.0, 3902.0, 3912.0, 3880.0, 3889.0, 3877.0, 3890.0, 3899.0, 3903.0, 3924.0, 3903.0, 3924.0, 3892.0, 3902.0, 3888.0, 3892.0, 3935.0, 3910.0, 3901.0, 3918.0, 3877.0, 3898.0, 3907.0, 3877.0, 3899.0, 3879.0, 3900.0, 3877.0, 3891.0, 3893.0, 3906.0, 3936.0, 3910.0, 3900.0, 3920.0, 3887.0, 3897.0, 3865.0, 3876.0, 3866.0, 3890.0, 3921.0, 3889.0, 3910.0, 3941.0, 3892.0, 3900.0, 3890.0, 3878.0, 3869.0, 3902.0, 3882.0, 3917.0, 3894.0, 3914.0, 3905.0, 3914.0, 3903.0, 3934.0, 3906.0, 3947.0, 3916.0, 3935.0, 3914.0, 3923.0, 3903.0, 3936.0, 3904.0, 3935.0, 3892.0, 3902.0, 3891.0, 3901.0, 3890.0, 3891.0, 3891.0, 3923.0, 3914.0, 3934.0, 3928.0, 3945.0, 3926.0, 3931.0, 3902.0, 3909.0, 3878.0, 3902.0, 3921.0, 3911.0, 3918.0, 3889.0, 3898.0, 3890.0, 3902.0, 3905.0, 3913.0, 3916.0, 3914.0, 3894.0, 3915.0, 3924.0, 3892.0, 3914.0, 3933.0, 3901.0, 3908.0, 3890.0, 3899.0, 3901.0, 3926.0, 3933.0, 3912.0, 3898.0, 3880.0, 3901.0, 3919.0, 3879.0, 3912.0, 3879.0, 3889.0, 3879.0, 3879.0, 3891.0, 3892.0, 3935.0, 3911.0, 3913.0, 3879.0, 3879.0, 3880.0, 3903.0, 3924.0, 3880.0, 3899.0, 3920.0, 3892.0, 3898.0, 3880.0, 3902.0, 3903.0, 3914.0, 3917.0, 3938.0, 3926.0, 3924.0, 3892.0, 3924.0, 3892.0, 3915.0, 3932.0, 3887.0, 3898.0, 3919.0, 3876.0, 3896.0, 3864.0, 3878.0, 3886.0, 3877.0, 3889.0, 3929.0, 3890.0, 3909.0, 3879.0, 3900.0, 3880.0, 3899.0, 3890.0, 3902.0, 3903.0, 3915.0, 3915.0, 3916.0, 3905.0, 3917.0, 3947.0, 3926.0, 3947.0, 3944.0, 3924.0, 3919.0, 3889.0, 3890.0, 3919.0, 3899.0, 3901.0, 3879.0, 3901.0, 3879.0, 3892.0, 3894.0, 3902.0, 3906.0, 3930.0, 3950.0, 3917.0, 3916.0, 3922.0, 3891.0, 3903.0, 3935.0, 3903.0, 3902.0, 3921.0, 3890.0, 3887.0, 3890.0, 3889.0, 3921.0, 3889.0, 3899.0, 3918.0, 3878.0, 3886.0, 3877.0, 3889.0, 3918.0, 3877.0, 3897.0, 3878.0, 3878.0, 3878.0, 3891.0, 3922.0, 3928.0, 3886.0, 3909.0, 3907.0, 3889.0, 3897.0, 3866.0, 3886.0, 3866.0, 3879.0, 3919.0, 3879.0, 3900.0, 3890.0, 3890.0, 3878.0, 3878.0, 3922.0, 3906.0, 3900.0, 3920.0, 3879.0, 3898.0, 3879.0, 3889.0, 3893.0, 3915.0, 3936.0, 3892.0, 3901.0, 3920.0, 3891.0, 3902.0, 3920.0, 3880.0, 3911.0, 3930.0, 3890.0, 3911.0, 3892.0, 3901.0, 3905.0, 3935.0, 3906.0, 3947.0, 3915.0, 3925.0, 3903.0, 3914.0, 3905.0, 3949.0, 3948.0, 3923.0, 3901.0, 3878.0, 3878.0, 3887.0, 3890.0, 3901.0, 3892.0, 3913.0, 3905.0, 3913.0, 3902.0, 3914.0, 3893.0, 3914.0, 3901.0, 3904.0, 3931.0, 3890.0, 3911.0, 3890.0, 3913.0, 3891.0, 3890.0, 3879.0, 3890.0, 3890.0, 3903.0, 3913.0, 3925.0, 3903.0, 3903.0, 3933.0, 3902.0, 3945.0, 3924.0, 3920.0, 3889.0, 3911.0, 3932.0, 3885.0, 3887.0, 3906.0, 3877.0, 3896.0, 3864.0, 3876.0, 3885.0, 3888.0, 3888.0, 3879.0, 3889.0, 3893.0, 3901.0, 3902.0, 3902.0, 3902.0, 3903.0, 3933.0, 3900.0, 3911.0, 3918.0, 3888.0, 3887.0, 3875.0, 3877.0, 3899.0, 3890.0, 3900.0, 3891.0, 3900.0, 3904.0, 3902.0, 3907.0, 3927.0, 3905.0, 3926.0, 3894.0, 3903.0, 3912.0, 3903.0, 3922.0, 3903.0, 3925.0, 3892.0, 3911.0, 3890.0, 3901.0, 3891.0, 3902.0, 3892.0, 3915.0, 3934.0, 3926.0, 3912.0, 3903.0, 3932.0, 3903.0, 3932.0, 3892.0, 3935.0, 3890.0, 3911.0, 3890.0, 3901.0, 3932.0, 3879.0, 3900.0, 3920.0, 3879.0, 3898.0, 3877.0, 3889.0, 3890.0, 3903.0, 3889.0, 3903.0, 3934.0, 3904.0, 3932.0, 3902.0, 3924.0, 3931.0, 3900.0, 3910.0, 3878.0, 3900.0, 3877.0, 3890.0, 3903.0, 3903.0, 3916.0, 3940.0, 3946.0, 3926.0, 3923.0, 3892.0, 3899.0, 3891.0, 3902.0, 3892.0, 3903.0, 3924.0, 3904.0, 3893.0, 3913.0, 3935.0, 3934.0, 3902.0, 3911.0, 3919.0, 3889.0, 3898.0, 3891.0, 3889.0, 3891.0, 3904.0, 3881.0, 3904.0, 3892.0, 3893.0, 3901.0, 3904.0, 3936.0, 3944.0, 3913.0, 3920.0, 3890.0, 3909.0, 3890.0, 3901.0, 3930.0, 3879.0, 3901.0, 3920.0, 3891.0, 3897.0, 3892.0, 3900.0, 3892.0, 3904.0, 3921.0, 3903.0, 3946.0, 3911.0, 3923.0, 3880.0, 3889.0, 3888.0, 3890.0, 3922.0, 3919.0, 3897.0, 3921.0, 3879.0, 3889.0, 3869.0, 3879.0, 3876.0, 3902.0, 3913.0, 3891.0, 3891.0, 3922.0, 3894.0, 3914.0, 3895.0, 3914.0, 3895.0, 3929.0, 3951.0, 3929.0, 3947.0, 3907.0, 3936.0, 3906.0, 3927.0, 3946.0, 3912.0, 3923.0, 3921.0, 3900.0, 3909.0, 3889.0, 3912.0, 3929.0, 3900.0, 3921.0, 3890.0, 3910.0, 3877.0, 3899.0, 3902.0, 3916.0, 3934.0, 3911.0, 3920.0, 3890.0, 3911.0, 3905.0, 3915.0, 3904.0, 3927.0, 3934.0, 3901.0, 3921.0, 3910.0, 3900.0, 3909.0, 3888.0, 3890.0, 3917.0, 3889.0, 3900.0, 3877.0, 3899.0, 3878.0, 3880.0, 3879.0, 3916.0, 3933.0, 3892.0, 3915.0, 3908.0, 3928.0, 3904.0, 3912.0, 3916.0, 3950.0, 3949.0, 3915.0, 3927.0, 3934.0, 3913.0, 3919.0, 3878.0, 3889.0, 3918.0, 3875.0, 3910.0, 3928.0, 3899.0, 3908.0, 3890.0, 3888.0, 3891.0, 3904.0, 3932.0, 3913.0, 3922.0, 3904.0, 3913.0, 3893.0, 3902.0, 3882.0, 3903.0, 3882.0, 3914.0, 3883.0, 3916.0, 3894.0, 3915.0, 3911.0, 3915.0, 3944.0, 3947.0, 3942.0, 3913.0, 3921.0, 3901.0, 3925.0, 3932.0, 3922.0, 3919.0, 3878.0, 3899.0, 3928.0, 3889.0, 3899.0, 3878.0, 3900.0, 3880.0, 3890.0, 3879.0, 3903.0, 3932.0, 3890.0, 3912.0, 3879.0, 3889.0, 3880.0, 3903.0, 3932.0, 3891.0, 3935.0, 3892.0, 3913.0, 3906.0, 3904.0, 3904.0, 3918.0, 3924.0, 3926.0, 3935.0, 3903.0, 3934.0, 3930.0, 3876.0, 3900.0, 3918.0, 3900.0, 3895.0, 3890.0, 3902.0, 3891.0, 3901.0, 3881.0], 'WindowWidth': [8905.0, 8846.0, 8827.0, 8791.0, 8804.0, 8808.0, 8764.0, 8771.0, 8722.0, 8732.0, 8722.0, 8736.0, 8728.0, 8763.0, 8790.0, 8763.0, 8756.0, 8736.0, 8745.0, 8724.0, 8773.0, 8773.0, 8769.0, 8775.0, 8751.0, 8789.0, 8767.0, 8793.0, 8768.0, 8796.0, 8748.0, 8755.0, 8733.0, 8758.0, 8733.0, 8780.0, 8774.0, 8775.0, 8767.0, 8739.0, 8760.0, 8725.0, 8763.0, 8759.0, 8767.0, 8741.0, 8747.0, 8723.0, 8753.0, 8779.0, 8716.0, 8751.0, 8775.0, 8733.0, 8722.0, 8707.0, 8707.0, 8747.0, 8731.0, 8773.0, 8801.0, 8753.0, 8762.0, 8783.0, 8731.0, 8741.0, 8766.0, 8785.0, 8755.0, 8798.0, 8748.0, 8760.0, 8732.0, 8758.0, 8731.0, 8783.0, 8812.0, 8758.0, 8773.0, 8761.0, 8722.0, 8732.0, 8719.0, 8736.0, 8751.0, 8744.0, 8749.0, 8744.0, 8736.0, 8747.0, 8737.0, 8765.0, 8813.0, 8748.0, 8754.0, 8688.0, 8721.0, 8731.0, 8722.0, 8744.0, 8731.0, 8743.0, 8711.0, 8733.0, 8776.0, 8709.0, 8737.0, 8765.0, 8718.0, 8752.0, 8757.0, 8722.0, 8748.0, 8732.0, 8759.0, 8747.0, 8751.0, 8753.0, 8773.0, 8751.0, 8768.0, 8800.0, 8763.0, 8778.0, 8784.0, 8723.0, 8735.0, 8754.0, 8712.0, 8732.0, 8758.0, 8730.0, 8758.0, 8717.0, 8744.0, 8727.0, 8741.0, 8750.0, 8777.0, 8748.0, 8796.0, 8750.0, 8766.0, 8806.0, 8734.0, 8752.0, 8764.0, 8716.0, 8727.0, 8703.0, 8713.0, 8728.0, 8761.0, 8781.0, 8729.0, 8751.0, 8704.0, 8732.0, 8724.0, 8723.0, 8731.0, 8747.0, 8777.0, 8742.0, 8756.0, 8789.0, 8746.0, 8764.0, 8717.0, 8729.0, 8734.0, 8770.0, 8786.0, 8772.0, 8773.0, 8823.0, 8837.0, 8764.0, 8756.0, 8758.0, 8711.0, 8693.0, 8684.0, 8718.0, 8707.0, 8738.0, 8724.0, 8739.0, 8726.0, 8739.0, 8727.0, 8745.0, 8732.0, 8745.0, 8732.0, 8745.0, 8743.0, 8761.0, 8811.0, 8750.0, 8748.0, 8764.0, 8710.0, 8726.0, 8685.0, 8700.0, 8697.0, 8707.0, 8736.0, 8745.0, 8759.0, 8751.0, 8775.0, 8757.0, 8763.0, 8768.0, 8805.0, 8789.0, 8792.0, 8748.0, 8704.0, 8721.0, 8745.0, 8700.0, 8735.0, 8758.0, 8737.0, 8746.0, 8727.0, 8725.0, 8734.0, 8794.0, 8800.0, 8773.0, 8778.0, 8730.0, 8742.0, 8748.0, 8778.0, 8769.0, 8743.0, 8756.0, 8709.0, 8720.0, 8704.0, 8726.0, 8738.0, 8747.0, 8776.0, 8748.0, 8776.0, 8729.0, 8744.0, 8721.0, 8730.0, 8791.0, 8749.0, 8737.0, 8758.0, 8702.0, 8730.0, 8739.0, 8702.0, 8734.0, 8708.0, 8738.0, 8706.0, 8729.0, 8738.0, 8758.0, 8796.0, 8750.0, 8736.0, 8764.0, 8714.0, 8726.0, 8682.0, 8701.0, 8688.0, 8724.0, 8766.0, 8721.0, 8750.0, 8794.0, 8730.0, 8739.0, 8725.0, 8705.0, 8697.0, 8744.0, 8721.0, 8774.0, 8741.0, 8768.0, 8754.0, 8763.0, 8748.0, 8789.0, 8754.0, 8813.0, 8769.0, 8792.0, 8764.0, 8774.0, 8746.0, 8795.0, 8752.0, 8793.0, 8731.0, 8744.0, 8727.0, 8740.0, 8724.0, 8729.0, 8729.0, 8773.0, 8764.0, 8791.0, 8789.0, 8807.0, 8783.0, 8782.0, 8743.0, 8748.0, 8704.0, 8741.0, 8766.0, 8754.0, 8756.0, 8723.0, 8733.0, 8726.0, 8744.0, 8754.0, 8762.0, 8772.0, 8763.0, 8740.0, 8767.0, 8779.0, 8731.0, 8761.0, 8784.0, 8738.0, 8744.0, 8726.0, 8735.0, 8743.0, 8784.0, 8787.0, 8756.0, 8732.0, 8712.0, 8740.0, 8760.0, 8708.0, 8757.0, 8709.0, 8723.0, 8710.0, 8712.0, 8728.0, 8732.0, 8794.0, 8754.0, 8757.0, 8708.0, 8710.0, 8712.0, 8746.0, 8777.0, 8710.0, 8733.0, 8763.0, 8728.0, 8732.0, 8713.0, 8743.0, 8751.0, 8764.0, 8773.0, 8802.0, 8784.0, 8775.0, 8733.0, 8775.0, 8731.0, 8763.0, 8785.0, 8714.0, 8728.0, 8759.0, 8698.0, 8723.0, 8680.0, 8702.0, 8710.0, 8702.0, 8720.0, 8772.0, 8723.0, 8748.0, 8709.0, 8736.0, 8712.0, 8737.0, 8725.0, 8746.0, 8749.0, 8766.0, 8767.0, 8768.0, 8756.0, 8774.0, 8812.0, 8784.0, 8813.0, 8803.0, 8774.0, 8761.0, 8722.0, 8725.0, 8758.0, 8734.0, 8739.0, 8709.0, 8741.0, 8711.0, 8731.0, 8739.0, 8748.0, 8759.0, 8796.0, 8822.0, 8771.0, 8769.0, 8771.0, 8728.0, 8745.0, 8793.0, 8747.0, 8741.0, 8767.0, 8725.0, 8716.0, 8724.0, 8723.0, 8766.0, 8718.0, 8733.0, 8757.0, 8703.0, 8711.0, 8702.0, 8720.0, 8757.0, 8702.0, 8729.0, 8704.0, 8706.0, 8706.0, 8727.0, 8771.0, 8770.0, 8712.0, 8746.0, 8741.0, 8719.0, 8725.0, 8686.0, 8713.0, 8685.0, 8707.0, 8761.0, 8709.0, 8737.0, 8723.0, 8723.0, 8704.0, 8707.0, 8769.0, 8742.0, 8734.0, 8762.0, 8706.0, 8731.0, 8706.0, 8722.0, 8733.0, 8768.0, 8798.0, 8730.0, 8742.0, 8765.0, 8728.0, 8743.0, 8763.0, 8712.0, 8751.0, 8777.0, 8725.0, 8752.0, 8730.0, 8742.0, 8754.0, 8794.0, 8757.0, 8812.0, 8768.0, 8779.0, 8748.0, 8764.0, 8751.0, 8816.0, 8818.0, 8772.0, 8739.0, 8703.0, 8705.0, 8714.0, 8725.0, 8740.0, 8731.0, 8759.0, 8752.0, 8758.0, 8745.0, 8764.0, 8732.0, 8765.0, 8742.0, 8753.0, 8781.0, 8725.0, 8753.0, 8725.0, 8761.0, 8727.0, 8725.0, 8709.0, 8724.0, 8725.0, 8746.0, 8760.0, 8781.0, 8746.0, 8746.0, 8785.0, 8744.0, 8808.0, 8775.0, 8764.0, 8721.0, 8752.0, 8781.0, 8709.0, 8712.0, 8736.0, 8699.0, 8724.0, 8680.0, 8698.0, 8708.0, 8718.0, 8719.0, 8711.0, 8723.0, 8734.0, 8740.0, 8745.0, 8744.0, 8742.0, 8746.0, 8788.0, 8737.0, 8752.0, 8758.0, 8718.0, 8714.0, 8696.0, 8702.0, 8735.0, 8725.0, 8739.0, 8731.0, 8740.0, 8752.0, 8747.0, 8758.0, 8786.0, 8755.0, 8784.0, 8737.0, 8748.0, 8756.0, 8747.0, 8770.0, 8747.0, 8778.0, 8728.0, 8753.0, 8727.0, 8741.0, 8728.0, 8744.0, 8732.0, 8765.0, 8790.0, 8780.0, 8757.0, 8745.0, 8783.0, 8745.0, 8784.0, 8730.0, 8792.0, 8726.0, 8753.0, 8725.0, 8740.0, 8783.0, 8705.0, 8734.0, 8759.0, 8706.0, 8728.0, 8705.0, 8720.0, 8724.0, 8747.0, 8724.0, 8746.0, 8789.0, 8748.0, 8784.0, 8743.0, 8774.0, 8778.0, 8735.0, 8747.0, 8704.0, 8735.0, 8703.0, 8726.0, 8746.0, 8748.0, 8772.0, 8809.0, 8809.0, 8783.0, 8770.0, 8728.0, 8735.0, 8725.0, 8741.0, 8730.0, 8747.0, 8776.0, 8751.0, 8736.0, 8763.0, 8793.0, 8787.0, 8742.0, 8753.0, 8759.0, 8719.0, 8729.0, 8724.0, 8720.0, 8729.0, 8750.0, 8718.0, 8749.0, 8731.0, 8735.0, 8743.0, 8751.0, 8796.0, 8801.0, 8757.0, 8763.0, 8724.0, 8746.0, 8724.0, 8741.0, 8775.0, 8709.0, 8741.0, 8762.0, 8725.0, 8731.0, 8730.0, 8738.0, 8730.0, 8749.0, 8767.0, 8747.0, 8809.0, 8754.0, 8773.0, 8709.0, 8722.0, 8719.0, 8724.0, 8770.0, 8760.0, 8730.0, 8766.0, 8706.0, 8719.0, 8693.0, 8708.0, 8703.0, 8743.0, 8759.0, 8729.0, 8728.0, 8770.0, 8736.0, 8762.0, 8742.0, 8766.0, 8742.0, 8793.0, 8823.0, 8791.0, 8812.0, 8759.0, 8796.0, 8755.0, 8784.0, 8808.0, 8754.0, 8769.0, 8765.0, 8736.0, 8747.0, 8723.0, 8755.0, 8772.0, 8737.0, 8765.0, 8722.0, 8749.0, 8705.0, 8734.0, 8745.0, 8767.0, 8791.0, 8755.0, 8764.0, 8726.0, 8754.0, 8753.0, 8766.0, 8752.0, 8785.0, 8788.0, 8738.0, 8763.0, 8750.0, 8736.0, 8745.0, 8719.0, 8723.0, 8754.0, 8719.0, 8736.0, 8703.0, 8735.0, 8705.0, 8710.0, 8710.0, 8772.0, 8789.0, 8731.0, 8769.0, 8763.0, 8789.0, 8754.0, 8756.0, 8773.0, 8820.0, 8822.0, 8767.0, 8785.0, 8787.0, 8758.0, 8761.0, 8706.0, 8720.0, 8755.0, 8695.0, 8747.0, 8769.0, 8733.0, 8743.0, 8725.0, 8720.0, 8731.0, 8751.0, 8783.0, 8758.0, 8769.0, 8753.0, 8762.0, 8733.0, 8744.0, 8716.0, 8747.0, 8718.0, 8764.0, 8721.0, 8770.0, 8737.0, 8764.0, 8754.0, 8764.0, 8802.0, 8813.0, 8798.0, 8759.0, 8765.0, 8740.0, 8776.0, 8782.0, 8766.0, 8759.0, 8705.0, 8733.0, 8769.0, 8720.0, 8734.0, 8705.0, 8736.0, 8710.0, 8724.0, 8709.0, 8749.0, 8786.0, 8725.0, 8756.0, 8709.0, 8722.0, 8711.0, 8746.0, 8784.0, 8726.0, 8795.0, 8731.0, 8762.0, 8759.0, 8751.0, 8751.0, 8777.0, 8774.0, 8782.0, 8791.0, 8744.0, 8788.0, 8777.0, 8697.0, 8734.0, 8756.0, 8737.0, 8719.0, 8728.0, 8745.0, 8730.0, 8741.0, 8714.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.0019619310344827588</td></tr>
<tr><td colspan=3>aqi</td><td>0.03143455149425287</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.067230681196776</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2298398102071342</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0213804108630613</td></tr>
<tr><td colspan=3>efc</td><td>0.4587</td></tr>
<tr><td colspan=3>fber</td><td>5767.3521</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14057369451051763</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>181</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.804597701149426</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6158956544188836</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6124304831693492</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6985491174797573</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5367073626075434</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114433</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01097337156534195</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01768309623003006</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.9319353535744246</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>31.7264</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6751</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.1148</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305689.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>700.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>297.6049</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6817</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.6795</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3157.4966</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70855.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4081.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>853.772</td></tr>
<tr><td colspan=3>tsnr</td><td>38.90247998596169</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>