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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-04/func/sub-0078_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a6284b55084f5d7c84690dd963d3628c</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:13:43.660000</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.999982, 0.00556838, 0.00239751, -0.00558508, 0.99996, 0.00701654]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0747853</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7743, -7263, 740, -52, -134, -123, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.603</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f0fa164b-36b5-461c-8c05-00353843a0ab||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.682877540588379, -0.014984353445470333, 0.006367535330355167, 113.98953247070312], [-0.014939546585083008, 2.68281888961792, 0.018980471417307854, -93.3877182006836], [0.006432353984564543, -0.018824871629476547, 2.6999258995056152, -75.3232421875], [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': ['211343.660000', '211344.120000', '211344.580000', '211345.040000', '211345.500000', '211345.960000', '211346.420000', '211346.880000', '211347.340000', '211347.800000', '211348.260000', '211348.720000', '211349.180000', '211349.640000', '211350.100000', '211350.560000', '211351.020000', '211351.480000', '211351.940000', '211352.400000', '211352.860000', '211353.320000', '211353.780000', '211354.240000', '211354.700000', '211355.160000', '211355.620000', '211356.080000', '211356.540000', '211357.000000', '211357.460000', '211357.920000', '211358.380000', '211358.840000', '211359.300000', '211359.760000', '211400.220000', '211400.680000', '211401.140000', '211401.600000', '211402.060000', '211402.520000', '211402.980000', '211403.440000', '211403.900000', '211404.360000', '211404.820000', '211405.280000', '211405.740000', '211406.200000', '211406.660000', '211407.120000', '211407.580000', '211408.040000', '211408.500000', '211408.960000', '211409.420000', '211409.880000', '211410.340000', '211410.800000', '211411.260000', '211411.720000', '211412.180000', '211412.640000', '211413.100000', '211413.560000', '211414.020000', '211414.480000', '211414.940000', '211415.400000', '211415.860000', '211416.320000', '211416.780000', '211417.240000', '211417.700000', '211418.160000', '211418.620000', '211419.080000', '211419.540000', '211420.000000', '211420.460000', '211420.920000', '211421.380000', '211421.840000', '211422.300000', '211422.760000', '211423.220000', '211423.680000', '211424.140000', '211424.600000', '211425.060000', '211425.520000', '211425.980000', '211426.440000', '211426.900000', '211427.360000', '211427.820000', '211428.280000', '211428.740000', '211429.200000', '211429.660000', '211430.120000', '211430.580000', '211431.040000', '211431.500000', '211431.960000', '211432.420000', '211432.880000', '211433.340000', '211433.800000', '211434.260000', '211434.720000', '211435.180000', '211435.640000', '211436.100000', '211436.560000', '211437.020000', '211437.480000', '211437.940000', '211438.400000', '211438.860000', '211439.320000', '211439.780000', '211440.240000', '211440.700000', '211441.160000', '211441.620000', '211442.080000', '211442.540000', '211443.000000', '211443.460000', '211443.920000', '211444.380000', '211444.840000', '211445.300000', '211445.760000', '211446.220000', '211446.680000', '211447.140000', '211447.600000', '211448.060000', '211448.520000', '211448.980000', '211449.440000', '211449.900000', '211450.360000', '211450.820000', '211451.280000', '211451.740000', '211452.200000', '211452.660000', '211453.120000', '211453.580000', '211454.040000', '211454.500000', '211454.960000', '211455.420000', '211455.880000', '211456.340000', '211456.800000', '211457.260000', '211457.720000', '211458.180000', '211458.640000', '211459.100000', '211459.560000', '211500.020000', '211500.480000', '211500.940000', '211501.400000', '211501.860000', '211502.320000', '211502.780000', '211503.240000', '211503.700000', '211504.160000', '211504.620000', '211505.080000', '211505.540000', '211506.000000', '211506.460000', '211506.920000', '211507.380000', '211507.840000', '211508.300000', '211508.760000', '211509.220000', '211509.680000', '211510.140000', '211510.600000', '211511.060000', '211511.520000', '211511.980000', '211512.440000', '211512.900000', '211513.360000', '211513.820000', '211514.280000', '211514.740000', '211515.200000', '211515.660000', '211516.120000', '211516.580000', '211517.040000', '211517.500000', '211517.960000', '211518.420000', '211518.880000', '211519.340000', '211519.800000', '211520.260000', '211520.720000', '211521.180000', '211521.640000', '211522.100000', '211522.560000', '211523.020000', '211523.480000', '211523.940000', '211524.400000', '211524.860000', '211525.320000', '211525.780000', '211526.240000', '211526.700000', '211527.160000', '211527.620000', '211528.080000', '211528.540000', '211529.000000', '211529.460000', '211529.920000', '211530.380000', '211530.840000', '211531.300000', '211531.760000', '211532.220000', '211532.680000', '211533.140000', '211533.600000', '211534.060000', '211534.520000', '211534.980000', '211535.440000', '211535.900000', '211536.360000', '211536.820000', '211537.280000', '211537.740000', '211538.200000', '211538.660000', '211539.120000', '211539.580000', '211540.040000', '211540.500000', '211540.960000', '211541.420000', '211541.880000', '211542.340000', '211542.800000', '211543.260000', '211543.720000', '211544.180000', '211544.640000', '211545.100000', '211545.560000', '211546.020000', '211546.480000', '211546.940000', '211547.400000', '211547.860000', '211548.320000', '211548.780000', '211549.240000', '211549.700000', '211550.160000', '211550.620000', '211551.080000', '211551.540000', '211552.000000', '211552.460000', '211552.920000', '211553.380000', '211553.840000', '211554.300000', '211554.760000', '211555.220000', '211555.680000', '211556.140000', '211556.600000', '211557.060000', '211557.520000', '211557.980000', '211558.440000', '211558.900000', '211559.360000', '211559.820000', '211600.280000', '211600.740000', '211601.200000', '211601.660000', '211602.120000', '211602.580000', '211603.040000', '211603.500000', '211603.960000', '211604.420000', '211604.880000', '211605.340000', '211605.800000', '211606.260000', '211606.720000', '211607.180000', '211607.640000', '211608.100000', '211608.560000', '211609.020000', '211609.480000', '211609.940000', '211610.400000', '211610.860000', '211611.320000', '211611.780000', '211612.240000', '211612.700000', '211613.160000', '211613.620000', '211614.080000', '211614.540000', '211615.000000', '211615.460000', '211615.920000', '211616.380000', '211616.840000', '211617.300000', '211617.760000', '211618.220000', '211618.680000', '211619.140000', '211619.600000', '211620.060000', '211620.520000', '211620.980000', '211621.440000', '211621.900000', '211622.360000', '211622.820000', '211623.280000', '211623.740000', '211624.200000', '211624.660000', '211625.120000', '211625.580000', '211626.040000', '211626.500000', '211626.960000', '211627.420000', '211627.880000', '211628.340000', '211628.800000', '211629.260000', '211629.720000', '211630.180000', '211630.640000', '211631.100000', '211631.560000', '211632.020000', '211632.480000', '211632.940000', '211633.400000', '211633.860000', '211634.320000', '211634.780000', '211635.240000', '211635.700000', '211636.160000', '211636.620000', '211637.080000', '211637.540000', '211638.000000', '211638.460000', '211638.920000', '211639.380000', '211639.840000', '211640.300000', '211640.760000', '211641.220000', '211641.680000', '211642.140000', '211642.600000', '211643.060000', '211643.520000', '211643.980000', '211644.440000', '211644.900000', '211645.360000', '211645.820000', '211646.280000', '211646.740000', '211647.200000', '211647.660000', '211648.120000', '211648.580000', '211649.040000', '211649.500000', '211649.960000', '211650.420000', '211650.880000', '211651.340000', '211651.800000', '211652.260000', '211652.720000', '211653.180000', '211653.640000', '211654.100000', '211654.560000', '211655.020000', '211655.480000', '211655.940000', '211656.400000', '211656.860000', '211657.320000', '211657.780000', '211658.240000', '211658.700000', '211659.160000', '211659.620000', '211700.080000', '211700.540000', '211701.000000', '211701.460000', '211701.920000', '211702.380000', '211702.840000', '211703.300000', '211703.760000', '211704.220000', '211704.680000', '211705.140000', '211705.600000', '211706.060000', '211706.520000', '211706.980000', '211707.440000', '211707.900000', '211708.360000', '211708.820000', '211709.280000', '211709.740000', '211710.200000', '211710.660000', '211711.120000', '211711.580000', '211712.040000', '211712.500000', '211712.960000', '211713.420000', '211713.880000', '211714.340000', '211714.800000', '211715.260000', '211715.720000', '211716.180000', '211716.640000', '211717.100000', '211717.560000', '211718.020000', '211718.480000', '211718.940000', '211719.400000', '211719.860000', '211720.320000', '211720.780000', '211721.240000', '211721.700000', '211722.160000', '211722.620000', '211723.080000', '211723.540000', '211724.000000', '211724.460000', '211724.920000', '211725.380000', '211725.840000', '211726.300000', '211726.760000', '211727.220000', '211727.680000', '211728.140000', '211728.600000', '211729.060000', '211729.520000', '211729.980000', '211730.440000', '211730.900000', '211731.360000', '211731.820000', '211732.280000', '211732.740000', '211733.200000', '211733.660000', '211734.120000', '211734.580000', '211735.040000', '211735.500000', '211735.960000', '211736.420000', '211736.880000', '211737.340000', '211737.800000', '211738.260000', '211738.720000', '211739.180000', '211739.640000', '211740.100000', '211740.560000', '211741.020000', '211741.480000', '211741.940000', '211742.400000', '211742.860000', '211743.320000', '211743.780000', '211744.240000', '211744.700000', '211745.160000', '211745.620000', '211746.080000', '211746.540000', '211747.000000', '211747.460000', '211747.920000', '211748.380000', '211748.840000', '211749.300000', '211749.760000', '211750.220000', '211750.680000', '211751.140000', '211751.600000', '211752.060000', '211752.520000', '211752.980000', '211753.440000', '211753.900000', '211754.360000', '211754.820000', '211755.280000', '211755.740000', '211756.200000', '211756.660000', '211757.120000', '211757.580000', '211758.040000', '211758.500000', '211758.960000', '211759.420000', '211759.880000', '211800.340000', '211800.800000', '211801.260000', '211801.720000', '211802.180000', '211802.640000', '211803.100000', '211803.560000', '211804.020000', '211804.480000', '211804.940000', '211805.400000', '211805.860000', '211806.320000', '211806.780000', '211807.240000', '211807.700000', '211808.160000', '211808.620000', '211809.080000', '211809.540000', '211810.000000', '211810.460000', '211810.920000', '211811.380000', '211811.840000', '211812.300000', '211812.760000', '211813.220000', '211813.680000', '211814.140000', '211814.600000', '211815.060000', '211815.520000', '211815.980000', '211816.440000', '211816.900000', '211817.360000', '211817.820000', '211818.280000', '211818.740000', '211819.200000', '211819.660000', '211820.120000', '211820.580000', '211821.040000', '211821.500000', '211821.960000', '211822.420000', '211822.880000', '211823.340000', '211823.800000', '211824.260000', '211824.720000', '211825.180000', '211825.640000', '211826.100000', '211826.560000', '211827.020000', '211827.480000', '211827.940000', '211828.400000', '211828.860000', '211829.320000', '211829.780000', '211830.240000', '211830.700000', '211831.160000', '211831.620000', '211832.080000', '211832.540000', '211833.000000', '211833.460000', '211833.920000', '211834.380000', '211834.840000', '211835.300000', '211835.760000', '211836.220000', '211836.680000', '211837.140000', '211837.600000', '211838.060000', '211838.520000', '211838.980000', '211839.440000', '211839.900000', '211840.360000', '211840.820000', '211841.280000', '211841.740000', '211842.200000', '211842.660000', '211843.120000', '211843.580000', '211844.040000', '211844.500000', '211844.960000', '211845.420000', '211845.880000', '211846.340000', '211846.800000', '211847.260000', '211847.720000', '211848.180000', '211848.640000', '211849.100000', '211849.560000', '211850.020000', '211850.480000', '211850.940000', '211851.400000', '211851.860000', '211852.320000', '211852.780000', '211853.240000', '211853.700000', '211854.160000', '211854.620000', '211855.080000', '211855.540000', '211856.000000', '211856.460000', '211856.920000', '211857.380000', '211857.840000', '211858.300000', '211858.760000', '211859.220000', '211859.680000', '211900.140000', '211900.600000', '211901.060000', '211901.520000', '211901.980000', '211902.440000', '211902.900000', '211903.360000', '211903.820000', '211904.280000', '211904.740000', '211905.200000', '211905.660000', '211906.120000', '211906.580000', '211907.040000', '211907.500000', '211907.960000', '211908.420000', '211908.880000', '211909.340000', '211909.800000', '211910.260000', '211910.720000', '211911.180000', '211911.640000', '211912.100000', '211912.560000', '211913.020000', '211913.480000', '211913.940000', '211914.400000', '211914.860000', '211915.320000', '211915.780000', '211916.240000', '211916.700000', '211917.160000', '211917.620000', '211918.080000', '211918.540000', '211919.000000', '211919.460000', '211919.920000', '211920.380000', '211920.840000', '211921.300000', '211921.760000', '211922.220000', '211922.680000', '211923.140000', '211923.600000', '211924.060000', '211924.520000', '211924.980000', '211925.440000', '211925.900000', '211926.360000', '211926.820000', '211927.280000', '211927.740000', '211928.200000', '211928.660000', '211929.120000', '211929.580000', '211930.040000', '211930.500000', '211930.960000', '211931.420000', '211931.880000', '211932.340000', '211932.800000', '211933.260000', '211933.720000', '211934.180000', '211934.640000', '211935.100000', '211935.560000', '211936.020000', '211936.480000', '211936.940000', '211937.400000', '211937.860000', '211938.320000', '211938.780000', '211939.240000', '211939.700000', '211940.160000', '211940.620000', '211941.080000', '211941.540000', '211942.000000', '211942.460000', '211942.920000', '211943.380000', '211943.840000', '211944.300000', '211944.760000', '211945.220000', '211945.680000', '211946.140000', '211946.600000', '211947.060000', '211947.520000', '211947.980000', '211948.440000', '211948.900000', '211949.360000', '211949.820000', '211950.280000', '211950.740000', '211951.200000', '211951.660000', '211952.120000', '211952.580000', '211953.040000', '211953.500000', '211953.960000', '211954.420000', '211954.880000', '211955.340000', '211955.800000', '211956.260000', '211956.720000', '211957.180000', '211957.640000', '211958.100000', '211958.560000', '211959.020000', '211959.480000', '211959.940000', '212000.400000', '212000.860000', '212001.320000', '212001.780000', '212002.240000', '212002.700000', '212003.160000', '212003.620000', '212004.080000', '212004.540000', '212005.000000', '212005.460000', '212005.920000', '212006.380000', '212006.840000', '212007.300000', '212007.760000', '212008.220000', '212008.680000', '212009.140000', '212009.600000', '212010.060000', '212010.520000', '212010.980000', '212011.440000', '212011.900000', '212012.360000', '212012.820000', '212013.280000', '212013.740000', '212014.200000', '212014.660000', '212015.120000', '212015.580000', '212016.040000', '212016.500000', '212016.960000', '212017.420000', '212017.880000', '212018.340000', '212018.800000', '212019.260000', '212019.720000', '212020.180000', '212020.640000', '212021.100000', '212021.560000', '212022.020000', '212022.480000', '212022.940000', '212023.400000', '212023.860000', '212024.320000'], 'ContentTime': ['211406.749000', '211406.752000', '211406.761000', '211406.763000', '211406.766000', '211406.768000', '211406.771000', '211406.774000', '211406.776000', '211406.779000', '211406.782000', '211406.784000', '211406.787000', '211406.790000', '211406.792000', '211406.795000', '211406.797000', '211406.800000', '211406.802000', '211406.805000', '211406.808000', '211406.810000', '211406.813000', '211406.815000', '211406.818000', '211406.820000', '211406.823000', '211406.826000', '211406.828000', '211406.831000', '211406.833000', '211406.836000', '211406.839000', '211406.841000', '211406.844000', '211406.846000', '211406.849000', '211406.851000', '211406.854000', '211406.857000', '211406.859000', '211406.862000', '211406.864000', '211406.867000', '211406.869000', '211406.872000', '211426.726000', '211426.729000', '211426.732000', '211426.734000', '211426.737000', '211426.739000', '211426.742000', '211426.745000', '211426.747000', '211426.761000', '211426.764000', '211426.766000', '211426.769000', '211426.772000', '211426.774000', '211426.777000', '211426.779000', '211426.782000', '211426.784000', '211426.787000', '211426.789000', '211426.792000', '211426.795000', '211426.797000', '211426.800000', '211426.802000', '211426.805000', '211426.808000', '211426.810000', '211426.813000', '211426.815000', '211426.818000', '211426.821000', '211426.823000', '211426.826000', '211426.828000', '211426.831000', '211426.833000', '211426.836000', '211426.843000', '211426.846000', '211426.848000', '211426.851000', '211426.853000', '211446.726000', '211446.729000', '211446.732000', '211446.735000', '211446.738000', '211446.740000', '211446.743000', '211446.745000', '211446.748000', '211446.751000', '211446.753000', '211446.756000', '211446.759000', '211446.761000', '211446.764000', '211446.766000', '211446.769000', '211446.772000', '211446.774000', '211446.777000', '211446.779000', '211446.782000', '211446.785000', '211446.787000', '211446.790000', '211446.792000', '211446.795000', '211446.798000', '211446.800000', '211446.803000', '211446.813000', '211446.816000', '211446.819000', '211446.821000', '211446.824000', '211446.826000', '211446.829000', '211446.832000', '211446.834000', '211446.837000', '211446.839000', '211446.842000', '211446.844000', '211446.847000', '211506.727000', '211506.729000', '211506.732000', '211506.735000', '211506.737000', '211506.740000', '211506.742000', '211506.745000', '211506.748000', '211506.750000', '211506.753000', '211506.755000', '211506.758000', '211506.761000', '211506.763000', '211506.766000', '211506.768000', '211506.771000', '211506.773000', '211506.776000', '211506.779000', '211506.781000', '211506.784000', '211506.786000', '211506.796000', '211506.799000', '211506.801000', '211506.804000', '211506.806000', '211506.809000', '211506.812000', '211506.814000', '211506.817000', '211506.819000', '211506.822000', '211506.825000', '211506.827000', '211506.830000', '211506.832000', '211506.835000', '211506.837000', '211506.840000', '211506.843000', '211526.726000', '211526.729000', '211526.732000', '211526.735000', '211526.742000', '211526.744000', '211526.747000', '211526.749000', '211526.752000', '211526.755000', '211526.757000', '211526.760000', '211526.762000', '211526.765000', '211526.768000', '211526.770000', '211526.773000', '211526.775000', '211526.778000', '211526.781000', '211526.783000', '211526.786000', '211526.788000', '211526.791000', '211526.794000', '211526.796000', '211526.799000', '211526.801000', '211526.804000', '211526.806000', '211526.809000', '211526.812000', '211526.814000', '211526.817000', '211526.819000', '211526.822000', '211526.825000', '211526.827000', '211526.830000', '211526.832000', '211526.835000', '211526.837000', '211526.840000', '211526.843000', '211546.726000', '211546.729000', '211546.732000', '211546.734000', '211546.737000', '211546.740000', '211546.742000', '211546.745000', '211546.747000', '211546.750000', '211546.753000', '211546.755000', '211546.758000', '211546.760000', '211546.763000', '211546.766000', '211546.768000', '211546.771000', '211546.774000', '211546.776000', '211546.779000', '211546.781000', '211546.784000', '211546.786000', '211546.789000', '211546.792000', '211546.794000', '211546.797000', '211546.799000', '211546.802000', '211546.805000', '211546.807000', '211546.810000', '211546.812000', '211546.815000', '211546.818000', '211546.820000', '211546.823000', '211546.825000', '211546.828000', '211546.830000', '211546.833000', '211546.836000', '211606.726000', '211606.728000', '211606.731000', '211606.734000', '211606.753000', '211606.756000', '211606.759000', '211606.762000', '211606.764000', '211606.767000', '211606.771000', '211606.774000', '211606.776000', '211606.779000', '211606.782000', '211606.784000', '211606.787000', '211606.789000', '211606.792000', '211606.794000', '211606.797000', '211606.800000', '211606.802000', '211606.805000', '211606.807000', '211606.810000', '211606.812000', '211606.815000', '211606.818000', '211606.820000', '211606.823000', '211606.826000', '211606.828000', '211606.831000', '211606.833000', '211606.836000', '211606.839000', '211606.841000', '211606.844000', '211606.846000', '211606.849000', '211606.852000', '211606.854000', '211626.725000', '211626.728000', '211626.731000', '211626.734000', '211626.736000', '211626.739000', '211626.742000', '211626.744000', '211626.747000', '211626.749000', '211626.752000', '211626.755000', '211626.757000', '211626.781000', '211626.783000', '211626.786000', '211626.788000', '211626.791000', '211626.794000', '211626.796000', '211626.799000', '211626.801000', '211626.804000', '211626.806000', '211626.809000', '211626.812000', '211626.814000', '211626.817000', '211626.819000', '211626.822000', '211626.824000', '211626.827000', '211626.830000', '211626.832000', '211626.835000', '211626.838000', '211626.840000', '211626.843000', '211626.845000', '211626.848000', '211626.850000', '211626.853000', '211626.856000', '211626.858000', '211646.726000', '211646.729000', '211646.732000', '211646.735000', '211646.737000', '211646.740000', '211646.743000', '211646.746000', '211646.749000', '211646.752000', '211646.754000', '211646.757000', '211646.760000', '211646.762000', '211646.765000', '211646.767000', '211646.770000', '211646.773000', '211646.775000', '211646.778000', '211646.781000', '211646.783000', '211646.786000', '211646.788000', '211646.791000', '211646.793000', '211646.796000', '211646.799000', '211646.801000', '211646.804000', '211646.806000', '211646.809000', '211646.812000', '211646.814000', '211646.817000', '211646.820000', '211646.822000', '211646.825000', '211646.827000', '211646.830000', '211646.833000', '211646.835000', '211646.838000', '211706.727000', '211706.730000', '211706.732000', '211706.735000', '211706.738000', '211706.740000', '211706.743000', '211706.745000', '211706.748000', '211706.751000', '211706.753000', '211706.756000', '211706.759000', '211706.761000', '211706.764000', '211706.766000', '211706.769000', '211706.772000', '211706.774000', '211706.777000', '211706.779000', '211706.782000', '211706.785000', '211706.787000', '211706.790000', '211706.792000', '211706.795000', '211706.798000', '211706.800000', '211706.803000', '211706.805000', '211706.808000', '211706.811000', '211706.813000', '211706.816000', '211706.819000', '211706.821000', '211706.824000', '211706.827000', '211706.829000', '211706.832000', '211706.834000', '211706.837000', '211706.840000', '211726.726000', '211726.729000', '211726.732000', '211726.734000', '211726.737000', '211726.740000', '211726.742000', '211726.745000', '211726.747000', '211726.750000', '211726.752000', '211726.755000', '211726.758000', '211726.760000', '211726.763000', '211726.766000', '211726.768000', '211726.771000', '211726.773000', '211726.776000', '211726.779000', '211726.781000', '211726.784000', '211726.786000', '211726.789000', '211726.792000', '211726.794000', '211726.797000', '211726.799000', '211726.802000', '211726.805000', '211726.807000', '211726.811000', '211726.814000', '211726.817000', '211726.819000', '211726.822000', '211726.825000', '211726.827000', '211726.830000', '211726.833000', '211726.835000', '211726.838000', '211746.727000', '211746.730000', '211746.732000', '211746.735000', '211746.738000', '211746.740000', '211746.743000', '211746.745000', '211746.748000', '211746.751000', '211746.753000', '211746.756000', '211746.758000', '211746.761000', '211746.764000', '211746.766000', '211746.769000', '211746.771000', '211746.774000', '211746.777000', '211746.779000', '211746.782000', '211746.785000', '211746.787000', '211746.790000', '211746.793000', '211746.795000', '211746.798000', '211746.800000', '211746.803000', '211746.806000', '211746.808000', '211746.811000', '211746.814000', '211746.816000', '211746.819000', '211746.822000', '211746.824000', '211746.827000', '211746.829000', '211746.832000', '211746.835000', '211746.837000', '211746.840000', '211806.726000', '211806.729000', '211806.732000', '211806.735000', '211806.737000', '211806.740000', '211806.742000', '211806.745000', '211806.748000', '211806.750000', '211806.753000', '211806.755000', '211806.758000', '211806.761000', '211806.763000', '211806.766000', '211806.768000', '211806.771000', '211806.774000', '211806.776000', '211806.779000', '211806.781000', '211806.784000', '211806.786000', '211806.789000', '211806.792000', '211806.794000', '211806.797000', '211806.800000', '211806.802000', '211806.805000', '211806.807000', '211806.810000', '211806.812000', '211806.815000', '211806.818000', '211806.821000', '211806.824000', '211806.827000', '211806.829000', '211806.832000', '211806.835000', '211806.837000', '211826.726000', '211826.729000', '211826.731000', '211826.734000', '211826.737000', '211826.739000', '211826.742000', '211826.744000', '211826.747000', '211826.750000', '211826.752000', '211826.755000', '211826.758000', '211826.760000', '211826.763000', '211826.766000', '211826.768000', '211826.771000', '211826.773000', '211826.776000', '211826.779000', '211826.781000', '211826.784000', '211826.786000', '211826.789000', '211826.792000', '211826.794000', '211826.797000', '211826.800000', '211826.802000', '211826.805000', '211826.807000', '211826.810000', '211826.813000', '211826.815000', '211826.818000', '211826.820000', '211826.823000', '211826.826000', '211826.828000', '211826.831000', '211826.833000', '211826.836000', '211826.839000', '211846.725000', '211846.728000', '211846.731000', '211846.734000', '211846.736000', '211846.739000', '211846.741000', '211846.744000', '211846.746000', '211846.749000', '211846.752000', '211846.754000', '211846.757000', '211846.760000', '211846.762000', '211846.765000', '211846.768000', '211846.770000', '211846.773000', '211846.775000', '211846.778000', '211846.781000', '211846.783000', '211846.786000', '211846.788000', '211846.791000', '211846.794000', '211846.796000', '211846.800000', '211846.803000', '211846.805000', '211846.808000', '211846.810000', '211846.813000', '211846.816000', '211846.818000', '211846.821000', '211846.824000', '211846.827000', '211846.830000', '211846.833000', '211846.836000', '211846.839000', '211906.727000', '211906.729000', '211906.732000', '211906.735000', '211906.737000', '211906.740000', '211906.742000', '211906.745000', '211906.748000', '211906.751000', '211906.753000', '211906.756000', '211906.759000', '211906.761000', '211906.764000', '211906.766000', '211906.769000', '211906.772000', '211906.774000', '211906.777000', '211906.780000', '211906.782000', '211906.785000', '211906.788000', '211906.790000', '211906.793000', '211906.795000', '211906.798000', '211906.801000', '211906.803000', '211906.806000', '211906.808000', '211906.811000', '211906.814000', '211906.816000', '211906.819000', '211906.822000', '211906.824000', '211906.827000', '211906.830000', '211906.832000', '211906.835000', '211906.837000', '211906.840000', '211926.726000', '211926.729000', '211926.732000', '211926.734000', '211926.737000', '211926.740000', '211926.742000', '211926.745000', '211926.747000', '211926.750000', '211926.753000', '211926.755000', '211926.758000', '211926.761000', '211926.763000', '211926.766000', '211926.768000', '211926.771000', '211926.774000', '211926.776000', '211926.779000', '211926.782000', '211926.784000', '211926.787000', '211926.789000', '211926.792000', '211926.795000', '211926.797000', '211926.800000', '211926.803000', '211926.805000', '211926.808000', '211926.810000', '211926.813000', '211926.816000', '211926.818000', '211926.821000', '211926.823000', '211926.826000', '211926.829000', '211926.831000', '211926.834000', '211926.837000', '211946.726000', '211946.729000', '211946.732000', '211946.735000', '211946.737000', '211946.740000', '211946.742000', '211946.745000', '211946.748000', '211946.750000', '211946.753000', '211946.756000', '211946.758000', '211946.761000', '211946.764000', '211946.766000', '211946.769000', '211946.771000', '211946.774000', '211946.776000', '211946.779000', '211946.783000', '211946.786000', '211946.788000', '211946.791000', '211946.794000', '211946.796000', '211946.799000', '211946.802000', '211946.804000', '211946.807000', '211946.809000', '211946.812000', '211946.815000', '211946.817000', '211946.820000', '211946.822000', '211946.825000', '211946.828000', '211946.830000', '211946.833000', '211946.835000', '211946.838000', '211946.841000', '212006.726000', '212006.729000', '212006.732000', '212006.734000', '212006.737000', '212006.740000', '212006.742000', '212006.745000', '212006.747000', '212006.750000', '212006.753000', '212006.755000', '212006.758000', '212006.761000', '212006.763000', '212006.766000', '212006.769000', '212006.771000', '212006.774000', '212006.776000', '212006.779000', '212006.781000', '212006.784000', '212006.787000', '212006.789000', '212006.792000', '212006.794000', '212006.797000', '212006.800000', '212006.802000', '212006.805000', '212006.808000', '212006.810000', '212006.813000', '212006.815000', '212006.818000', '212006.821000', '212006.823000', '212006.826000', '212006.828000', '212006.831000', '212006.834000', '212006.836000', '212026.155000', '212026.158000', '212026.161000', '212026.163000', '212026.166000', '212026.169000', '212026.171000', '212026.174000', '212026.206000', '212026.208000', '212026.211000', '212026.214000', '212026.217000', '212026.220000', '212026.223000', '212026.225000', '212026.228000', '212026.231000', '212026.233000', '212026.236000', '212026.239000', '212026.241000', '212026.244000', '212026.247000', '212026.249000', '212026.252000', '212026.255000', '212026.261000', '212026.264000', '212026.267000', '212026.269000', '212026.272000', '212026.275000', '212026.278000', '212026.281000', '212026.284000', '212026.286000', '212026.289000', '212026.292000', '212026.294000', '212026.297000', '212026.300000', '212026.303000'], 'InstanceCreationTime': ['211406.749000', '211406.752000', '211406.761000', '211406.763000', '211406.766000', '211406.768000', '211406.771000', '211406.774000', '211406.776000', '211406.779000', '211406.782000', '211406.784000', '211406.787000', '211406.790000', '211406.792000', '211406.795000', '211406.797000', '211406.800000', '211406.802000', '211406.805000', '211406.808000', '211406.810000', '211406.813000', '211406.815000', '211406.818000', '211406.820000', '211406.823000', '211406.826000', '211406.828000', '211406.831000', '211406.833000', '211406.836000', '211406.839000', '211406.841000', '211406.844000', '211406.846000', '211406.849000', '211406.851000', '211406.854000', '211406.857000', '211406.859000', '211406.862000', '211406.864000', '211406.867000', '211406.869000', '211406.872000', '211426.726000', '211426.729000', '211426.732000', '211426.734000', '211426.737000', '211426.739000', '211426.742000', '211426.745000', '211426.747000', '211426.761000', '211426.764000', '211426.766000', '211426.769000', '211426.772000', '211426.774000', '211426.777000', '211426.779000', '211426.782000', '211426.784000', '211426.787000', '211426.789000', '211426.792000', '211426.795000', '211426.797000', '211426.800000', '211426.802000', '211426.805000', '211426.808000', '211426.810000', '211426.813000', '211426.815000', '211426.818000', '211426.821000', '211426.823000', '211426.826000', '211426.828000', '211426.831000', '211426.833000', '211426.836000', '211426.843000', '211426.846000', '211426.848000', '211426.851000', '211426.853000', '211446.726000', '211446.729000', '211446.732000', '211446.735000', '211446.738000', '211446.740000', '211446.743000', '211446.745000', '211446.748000', '211446.751000', '211446.753000', '211446.756000', '211446.759000', '211446.761000', '211446.764000', '211446.766000', '211446.769000', '211446.772000', '211446.774000', '211446.777000', '211446.779000', '211446.782000', '211446.785000', '211446.787000', '211446.790000', '211446.792000', '211446.795000', '211446.798000', '211446.800000', '211446.803000', '211446.813000', '211446.816000', '211446.819000', '211446.821000', '211446.824000', '211446.826000', '211446.829000', '211446.832000', '211446.834000', '211446.837000', '211446.839000', '211446.842000', '211446.844000', '211446.847000', '211506.727000', '211506.729000', '211506.732000', '211506.735000', '211506.737000', '211506.740000', '211506.742000', '211506.745000', '211506.748000', '211506.750000', '211506.753000', '211506.755000', '211506.758000', '211506.761000', '211506.763000', '211506.766000', '211506.768000', '211506.771000', '211506.773000', '211506.776000', '211506.779000', '211506.781000', '211506.784000', '211506.786000', '211506.796000', '211506.799000', '211506.801000', '211506.804000', '211506.806000', '211506.809000', '211506.812000', '211506.814000', '211506.817000', '211506.819000', '211506.822000', '211506.825000', '211506.827000', '211506.830000', '211506.832000', '211506.835000', '211506.837000', '211506.840000', '211506.843000', '211526.726000', '211526.729000', '211526.732000', '211526.735000', '211526.742000', '211526.744000', '211526.747000', '211526.749000', '211526.752000', '211526.755000', '211526.757000', '211526.760000', '211526.762000', '211526.765000', '211526.768000', '211526.770000', '211526.773000', '211526.775000', '211526.778000', '211526.781000', '211526.783000', '211526.786000', '211526.788000', '211526.791000', '211526.794000', '211526.796000', '211526.799000', '211526.801000', '211526.804000', '211526.806000', '211526.809000', '211526.812000', '211526.814000', '211526.817000', '211526.819000', '211526.822000', '211526.825000', '211526.827000', '211526.830000', '211526.832000', '211526.835000', '211526.837000', '211526.840000', '211526.843000', '211546.726000', '211546.729000', '211546.732000', '211546.734000', '211546.737000', '211546.740000', '211546.742000', '211546.745000', '211546.747000', '211546.750000', '211546.753000', '211546.755000', '211546.758000', '211546.760000', '211546.763000', '211546.766000', '211546.768000', '211546.771000', '211546.774000', '211546.776000', '211546.779000', '211546.781000', '211546.784000', '211546.786000', '211546.789000', '211546.792000', '211546.794000', '211546.797000', '211546.799000', '211546.802000', '211546.805000', '211546.807000', '211546.810000', '211546.812000', '211546.815000', '211546.818000', '211546.820000', '211546.823000', '211546.825000', '211546.828000', '211546.830000', '211546.833000', '211546.836000', '211606.726000', '211606.728000', '211606.731000', '211606.734000', '211606.753000', '211606.756000', '211606.759000', '211606.762000', '211606.764000', '211606.767000', '211606.771000', '211606.774000', '211606.776000', '211606.779000', '211606.782000', '211606.784000', '211606.787000', '211606.789000', '211606.792000', '211606.794000', '211606.797000', '211606.800000', '211606.802000', '211606.805000', '211606.807000', '211606.810000', '211606.812000', '211606.815000', '211606.818000', '211606.820000', '211606.823000', '211606.826000', '211606.828000', '211606.831000', '211606.833000', '211606.836000', '211606.839000', '211606.841000', '211606.844000', '211606.846000', '211606.849000', '211606.852000', '211606.854000', '211626.725000', '211626.728000', '211626.731000', '211626.734000', '211626.736000', '211626.739000', '211626.742000', '211626.744000', '211626.747000', '211626.749000', '211626.752000', '211626.755000', '211626.757000', '211626.781000', '211626.783000', '211626.786000', '211626.788000', '211626.791000', '211626.794000', '211626.796000', '211626.799000', '211626.801000', '211626.804000', '211626.806000', '211626.809000', '211626.812000', '211626.814000', '211626.817000', '211626.819000', '211626.822000', '211626.824000', '211626.827000', '211626.830000', '211626.832000', '211626.835000', '211626.838000', '211626.840000', '211626.843000', '211626.845000', '211626.848000', '211626.850000', '211626.853000', '211626.856000', '211626.858000', '211646.726000', '211646.729000', '211646.732000', '211646.735000', '211646.737000', '211646.740000', '211646.743000', '211646.746000', '211646.749000', '211646.752000', '211646.754000', '211646.757000', '211646.760000', '211646.762000', '211646.765000', '211646.767000', '211646.770000', '211646.773000', '211646.775000', '211646.778000', '211646.781000', '211646.783000', '211646.786000', '211646.788000', '211646.791000', '211646.793000', '211646.796000', '211646.799000', '211646.801000', '211646.804000', '211646.806000', '211646.809000', '211646.812000', '211646.814000', '211646.817000', '211646.820000', '211646.822000', '211646.825000', '211646.827000', '211646.830000', '211646.833000', '211646.835000', '211646.838000', '211706.727000', '211706.730000', '211706.732000', '211706.735000', '211706.738000', '211706.740000', '211706.743000', '211706.745000', '211706.748000', '211706.751000', '211706.753000', '211706.756000', '211706.759000', '211706.761000', '211706.764000', '211706.766000', '211706.769000', '211706.772000', '211706.774000', '211706.777000', '211706.779000', '211706.782000', '211706.785000', '211706.787000', '211706.790000', '211706.792000', '211706.795000', '211706.798000', '211706.800000', '211706.803000', '211706.805000', '211706.808000', '211706.811000', '211706.813000', '211706.816000', '211706.819000', '211706.821000', '211706.824000', '211706.827000', '211706.829000', '211706.832000', '211706.834000', '211706.837000', '211706.840000', '211726.726000', '211726.729000', '211726.732000', '211726.734000', '211726.737000', '211726.740000', '211726.742000', '211726.745000', '211726.747000', '211726.750000', '211726.752000', '211726.755000', '211726.758000', '211726.760000', '211726.763000', '211726.766000', '211726.768000', '211726.771000', '211726.773000', '211726.776000', '211726.779000', '211726.781000', '211726.784000', '211726.786000', '211726.789000', '211726.792000', '211726.794000', '211726.797000', '211726.799000', '211726.802000', '211726.805000', '211726.807000', '211726.811000', '211726.814000', '211726.817000', '211726.819000', '211726.822000', '211726.825000', '211726.827000', '211726.830000', '211726.833000', '211726.835000', '211726.838000', '211746.727000', '211746.730000', '211746.732000', '211746.735000', '211746.738000', '211746.740000', '211746.743000', '211746.745000', '211746.748000', '211746.751000', '211746.753000', '211746.756000', '211746.758000', '211746.761000', '211746.764000', '211746.766000', '211746.769000', '211746.771000', '211746.774000', '211746.777000', '211746.779000', '211746.782000', '211746.785000', '211746.787000', '211746.790000', '211746.793000', '211746.795000', '211746.798000', '211746.800000', '211746.803000', '211746.806000', '211746.808000', '211746.811000', '211746.814000', '211746.816000', '211746.819000', '211746.822000', '211746.824000', '211746.827000', '211746.829000', '211746.832000', '211746.835000', '211746.837000', '211746.840000', '211806.726000', '211806.729000', '211806.732000', '211806.735000', '211806.737000', '211806.740000', '211806.742000', '211806.745000', '211806.748000', '211806.750000', '211806.753000', '211806.755000', '211806.758000', '211806.761000', '211806.763000', '211806.766000', '211806.768000', '211806.771000', '211806.774000', '211806.776000', '211806.779000', '211806.781000', '211806.784000', '211806.786000', '211806.789000', '211806.792000', '211806.794000', '211806.797000', '211806.800000', '211806.802000', '211806.805000', '211806.807000', '211806.810000', '211806.812000', '211806.815000', '211806.818000', '211806.821000', '211806.824000', '211806.827000', '211806.829000', '211806.832000', '211806.835000', '211806.837000', '211826.726000', '211826.729000', '211826.731000', '211826.734000', '211826.737000', '211826.739000', '211826.742000', '211826.744000', '211826.747000', '211826.750000', '211826.752000', '211826.755000', '211826.758000', '211826.760000', '211826.763000', '211826.766000', '211826.768000', '211826.771000', '211826.773000', '211826.776000', '211826.779000', '211826.781000', '211826.784000', '211826.786000', '211826.789000', '211826.792000', '211826.794000', '211826.797000', '211826.800000', '211826.802000', '211826.805000', '211826.807000', '211826.810000', '211826.813000', '211826.815000', '211826.818000', '211826.820000', '211826.823000', '211826.826000', '211826.828000', '211826.831000', '211826.833000', '211826.836000', '211826.839000', '211846.725000', '211846.728000', '211846.731000', '211846.734000', '211846.736000', '211846.739000', '211846.741000', '211846.744000', '211846.746000', '211846.749000', '211846.752000', '211846.754000', '211846.757000', '211846.760000', '211846.762000', '211846.765000', '211846.768000', '211846.770000', '211846.773000', '211846.775000', '211846.778000', '211846.781000', '211846.783000', '211846.786000', '211846.788000', '211846.791000', '211846.794000', '211846.796000', '211846.800000', '211846.803000', '211846.805000', '211846.808000', '211846.810000', '211846.813000', '211846.816000', '211846.818000', '211846.821000', '211846.824000', '211846.827000', '211846.830000', '211846.833000', '211846.836000', '211846.839000', '211906.727000', '211906.729000', '211906.732000', '211906.735000', '211906.737000', '211906.740000', '211906.742000', '211906.745000', '211906.748000', '211906.751000', '211906.753000', '211906.756000', '211906.759000', '211906.761000', '211906.764000', '211906.766000', '211906.769000', '211906.772000', '211906.774000', '211906.777000', '211906.780000', '211906.782000', '211906.785000', '211906.788000', '211906.790000', '211906.793000', '211906.795000', '211906.798000', '211906.801000', '211906.803000', '211906.806000', '211906.808000', '211906.811000', '211906.814000', '211906.816000', '211906.819000', '211906.822000', '211906.824000', '211906.827000', '211906.830000', '211906.832000', '211906.835000', '211906.837000', '211906.840000', '211926.726000', '211926.729000', '211926.732000', '211926.734000', '211926.737000', '211926.740000', '211926.742000', '211926.745000', '211926.747000', '211926.750000', '211926.753000', '211926.755000', '211926.758000', '211926.761000', '211926.763000', '211926.766000', '211926.768000', '211926.771000', '211926.774000', '211926.776000', '211926.779000', '211926.782000', '211926.784000', '211926.787000', '211926.789000', '211926.792000', '211926.795000', '211926.797000', '211926.800000', '211926.803000', '211926.805000', '211926.808000', '211926.810000', '211926.813000', '211926.816000', '211926.818000', '211926.821000', '211926.823000', '211926.826000', '211926.829000', '211926.831000', '211926.834000', '211926.837000', '211946.726000', '211946.729000', '211946.732000', '211946.735000', '211946.737000', '211946.740000', '211946.742000', '211946.745000', '211946.748000', '211946.750000', '211946.753000', '211946.756000', '211946.758000', '211946.761000', '211946.764000', '211946.766000', '211946.769000', '211946.771000', '211946.774000', '211946.776000', '211946.779000', '211946.783000', '211946.786000', '211946.788000', '211946.791000', '211946.794000', '211946.796000', '211946.799000', '211946.802000', '211946.804000', '211946.807000', '211946.809000', '211946.812000', '211946.815000', '211946.817000', '211946.820000', '211946.822000', '211946.825000', '211946.828000', '211946.830000', '211946.833000', '211946.835000', '211946.838000', '211946.841000', '212006.726000', '212006.729000', '212006.732000', '212006.734000', '212006.737000', '212006.740000', '212006.742000', '212006.745000', '212006.747000', '212006.750000', '212006.753000', '212006.755000', '212006.758000', '212006.761000', '212006.763000', '212006.766000', '212006.769000', '212006.771000', '212006.774000', '212006.776000', '212006.779000', '212006.781000', '212006.784000', '212006.787000', '212006.789000', '212006.792000', '212006.794000', '212006.797000', '212006.800000', '212006.802000', '212006.805000', '212006.808000', '212006.810000', '212006.813000', '212006.815000', '212006.818000', '212006.821000', '212006.823000', '212006.826000', '212006.828000', '212006.831000', '212006.834000', '212006.836000', '212026.155000', '212026.158000', '212026.161000', '212026.163000', '212026.166000', '212026.169000', '212026.171000', '212026.174000', '212026.206000', '212026.208000', '212026.211000', '212026.214000', '212026.217000', '212026.220000', '212026.223000', '212026.225000', '212026.228000', '212026.231000', '212026.233000', '212026.236000', '212026.239000', '212026.241000', '212026.244000', '212026.247000', '212026.249000', '212026.252000', '212026.255000', '212026.261000', '212026.264000', '212026.267000', '212026.269000', '212026.272000', '212026.275000', '212026.278000', '212026.281000', '212026.284000', '212026.286000', '212026.289000', '212026.292000', '212026.294000', '212026.297000', '212026.300000', '212026.303000'], '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': [7386, 8242, 7420, 7530, 7273, 6126, 7310, 6944, 7475, 7222, 7658, 7256, 6811, 6324, 6607, 6888, 6984, 7040, 7355, 7450, 7619, 7271, 8064, 7233, 8429, 7366, 8422, 7043, 8304, 7087, 7195, 7121, 8112, 6990, 8911, 7513, 8559, 6847, 8280, 7033, 8097, 7146, 8996, 7125, 7921, 7484, 7239, 7778, 6777, 6403, 6883, 7260, 7182, 7518, 7501, 7618, 6987, 7162, 6991, 7409, 8678, 7435, 8097, 7586, 6841, 7473, 7086, 7555, 7044, 7344, 7300, 7215, 6900, 7069, 6839, 7505, 7390, 7623, 7387, 7418, 7404, 7277, 7486, 7525, 6982, 6782, 6666, 7538, 6509, 6757, 7909, 7205, 8445, 6598, 7950, 6498, 7196, 6412, 7524, 9242, 7528, 8304, 7528, 7861, 7316, 6868, 7267, 7061, 7369, 7060, 7526, 7808, 7211, 6967, 7140, 6984, 6889, 6495, 6412, 7427, 6078, 7561, 8895, 7563, 7742, 7502, 7507, 7645, 7181, 7236, 7250, 7385, 6188, 6403, 6100, 6645, 6020, 7524, 6472, 6992, 6212, 7339, 6125, 7243, 8976, 7370, 8169, 7429, 7094, 7232, 7333, 7402, 7387, 7202, 7723, 7240, 7449, 7277, 7575, 7307, 7539, 7292, 7545, 7205, 7539, 7189, 7545, 7296, 7245, 6632, 7121, 6313, 7771, 6764, 7066, 7252, 7391, 7044, 7443, 6530, 7424, 6988, 7084, 6903, 6989, 6647, 6954, 6032, 7435, 8895, 7521, 8003, 7391, 7676, 7208, 7410, 7101, 6703, 7336, 7101, 7470, 7659, 7071, 7160, 6194, 7355, 6271, 6559, 6271, 7585, 6069, 7453, 6414, 7327, 6678, 7287, 7537, 7103, 7369, 7406, 7323, 7400, 7184, 8239, 7160, 7854, 6975, 7350, 6224, 7362, 9239, 7472, 8221, 7441, 7935, 7617, 7103, 7388, 6777, 7173, 6426, 6492, 6609, 6560, 6190, 6355, 6790, 6542, 7028, 6806, 7075, 6998, 7311, 7203, 7395, 7169, 7688, 6855, 7449, 6860, 7557, 6582, 7221, 6547, 7683, 8043, 6130, 6115, 6944, 6219, 7961, 6173, 6170, 7159, 7108, 7936, 7232, 7924, 7236, 8044, 7056, 7988, 7252, 8047, 6851, 7302, 6235, 7147, 6382, 7073, 6969, 6863, 7010, 7410, 6144, 6863, 6007, 7400, 5860, 6782, 5779, 6310, 5839, 7095, 6095, 7941, 6596, 8064, 6112, 7623, 8601, 7511, 8336, 7248, 6559, 7535, 6650, 6062, 6481, 5926, 6845, 6129, 6029, 7281, 6636, 6993, 9737, 6718, 8516, 9586, 7723, 9815, 7491, 9122, 8793, 7668, 8809, 7466, 8454, 7659, 7541, 7582, 7023, 7029, 6610, 6717, 6405, 6704, 6751, 6515, 6508, 6819, 6117, 7269, 6772, 7326, 7023, 7197, 6898, 7307, 6865, 7284, 6952, 7151, 7351, 7306, 7480, 7181, 7770, 5977, 5601, 7062, 6092, 6700, 5877, 7380, 7571, 6731, 5818, 7372, 7308, 7180, 8136, 7244, 7675, 6546, 6016, 7123, 5574, 7299, 8090, 7264, 8733, 7238, 8289, 7092, 6914, 6626, 5675, 6977, 5777, 6672, 5710, 7270, 7754, 7259, 7309, 7226, 7930, 7189, 7459, 6873, 7279, 6952, 6336, 6869, 7140, 7121, 7228, 7214, 7261, 6937, 6821, 7316, 7234, 7185, 7168, 6817, 7546, 7270, 7336, 6780, 6509, 7208, 6434, 8445, 6663, 6270, 7247, 6501, 8274, 6328, 7916, 7754, 7353, 8459, 7217, 7815, 6976, 7166, 7024, 7205, 6961, 7243, 6877, 7311, 7194, 5717, 6121, 5394, 6785, 5652, 6643, 6449, 7459, 7196, 7062, 5980, 7082, 6306, 5831, 6362, 6084, 6081, 7332, 6484, 5924, 9343, 7052, 8647, 7515, 7683, 6425, 6985, 6902, 7893, 6368, 8933, 6455, 8356, 6450, 7851, 6086, 7286, 5854, 7340, 5841, 6999, 6124, 7013, 5934, 6532, 5827, 6173, 5837, 6557, 6074, 6624, 6301, 6945, 6683, 7165, 6622, 7244, 6535, 7851, 6979, 7513, 6895, 7873, 6954, 7970, 6618, 7894, 6029, 8155, 6012, 8020, 5768, 7328, 7684, 7213, 8730, 7047, 5676, 6617, 5762, 7521, 8329, 7210, 7928, 6797, 7451, 7027, 7437, 7134, 7279, 7068, 7465, 6939, 7691, 6984, 7053, 7019, 7201, 7300, 7247, 7136, 8238, 6812, 6972, 6308, 7393, 6972, 6833, 6870, 6924, 6273, 7073, 6301, 7435, 5820, 7917, 6199, 7162, 6343, 6541, 5805, 6505, 5599, 7544, 5926, 8260, 6881, 7473, 6809, 7195, 6456, 6764, 5953, 6726, 5744, 7054, 5594, 6806, 5765, 7525, 6967, 7117, 6146, 8615, 6840, 8114, 6538, 5824, 7352, 6426, 7387, 6258, 7055, 6429, 7299, 6801, 7141, 6420, 6576, 5843, 6092, 6072, 7219, 6373, 7521, 8930, 7399, 8137, 7120, 6559, 6204, 5652, 6888, 5542, 6984, 5566, 7000, 5833, 7348, 7745, 7170, 7262, 6202, 5663, 6747, 6021, 7342, 6662, 7579, 6890, 7958, 6958, 7615, 7079, 7651, 6914, 7662, 6701, 7804, 6718, 7491, 6586, 7533, 6350, 7437, 6946, 7442, 6893, 7325, 7194, 7459, 7097, 7618, 7060, 8001, 6319, 5826, 6466, 6044, 6585, 6046, 7482, 8450, 7209, 8191, 7169, 7744, 7142, 7570, 7333, 7530, 7508, 8114, 7240, 8724, 7379, 7763, 7333, 7422, 7520, 7597, 7510, 7479, 7269, 7230, 7634, 7319, 7524, 7585, 7213, 7221, 7436, 5846, 6007, 7342, 6528, 7333, 7044, 7562, 7535, 7388, 7403, 6900, 7735, 7044, 7364, 8135, 6597, 6202, 6421, 7684, 8072, 6560, 7066, 8129, 7641, 8087, 7687, 7304, 7669, 7449, 7013, 7018, 6441, 6320, 7999, 6433, 5904, 6286, 6127, 5777, 5808, 6513, 6990, 7804, 6383, 7988, 6401, 8080, 8233, 7415, 8527, 7552, 6578, 7526, 7836, 8066, 9218, 7822, 8521, 7225, 7962, 6702, 7405, 7100, 7060, 7898, 7250, 7696, 6991, 7460, 6803, 6999, 6404, 6684, 5812, 6690, 5889, 6608, 5873, 6918, 6403, 7098, 7672, 6899, 7349, 6652, 7122, 6127, 7319, 6523, 6972, 6199, 6917, 6083, 7100, 5665, 7323, 5972, 6896, 6280, 6642, 6014, 7406, 7302, 6800, 6412, 6332, 7818, 5851, 8850, 7234, 6607, 7075, 5950, 9503, 6546, 9599, 5982, 8536, 5924, 7065, 9632, 6740, 8656, 7545, 8341, 6766, 8003, 6612, 7609, 6346, 7603, 6530, 7060, 6653, 7222, 5823, 7120, 7854, 7180, 7697, 6512, 5852, 6815, 5975, 6848, 7912, 6976, 7529, 6706, 7338, 6365, 6761, 6213, 6321, 5713, 6910, 8115, 6895, 7382, 6710, 7848, 6258, 6786], 'WindowCenter': [3643.0, 3640.0, 3615.0, 3614.0, 3612.0, 3578.0, 3611.0, 3599.0, 3611.0, 3610.0, 3623.0, 3612.0, 3614.0, 3604.0, 3613.0, 3613.0, 3625.0, 3614.0, 3613.0, 3624.0, 3622.0, 3611.0, 3622.0, 3615.0, 3623.0, 3612.0, 3621.0, 3598.0, 3621.0, 3597.0, 3598.0, 3586.0, 3609.0, 3586.0, 3618.0, 3597.0, 3607.0, 3584.0, 3607.0, 3584.0, 3606.0, 3586.0, 3607.0, 3597.0, 3595.0, 3596.0, 3596.0, 3608.0, 3585.0, 3589.0, 3599.0, 3612.0, 3599.0, 3610.0, 3600.0, 3609.0, 3586.0, 3597.0, 3584.0, 3597.0, 3606.0, 3598.0, 3609.0, 3597.0, 3586.0, 3597.0, 3584.0, 3598.0, 3586.0, 3598.0, 3597.0, 3609.0, 3597.0, 3598.0, 3588.0, 3610.0, 3599.0, 3611.0, 3610.0, 3611.0, 3611.0, 3614.0, 3612.0, 3622.0, 3600.0, 3614.0, 3613.0, 3623.0, 3616.0, 3614.0, 3636.0, 3625.0, 3636.0, 3603.0, 3622.0, 3587.0, 3600.0, 3587.0, 3596.0, 3619.0, 3596.0, 3606.0, 3597.0, 3606.0, 3597.0, 3586.0, 3597.0, 3584.0, 3596.0, 3586.0, 3596.0, 3597.0, 3599.0, 3596.0, 3596.0, 3597.0, 3586.0, 3587.0, 3586.0, 3598.0, 3576.0, 3608.0, 3618.0, 3609.0, 3597.0, 3597.0, 3596.0, 3608.0, 3598.0, 3610.0, 3609.0, 3610.0, 3587.0, 3590.0, 3589.0, 3600.0, 3590.0, 3622.0, 3602.0, 3612.0, 3590.0, 3611.0, 3577.0, 3609.0, 3620.0, 3611.0, 3621.0, 3610.0, 3599.0, 3609.0, 3597.0, 3609.0, 3599.0, 3609.0, 3609.0, 3610.0, 3599.0, 3599.0, 3609.0, 3598.0, 3608.0, 3599.0, 3608.0, 3600.0, 3609.0, 3597.0, 3608.0, 3598.0, 3599.0, 3587.0, 3598.0, 3588.0, 3608.0, 3586.0, 3597.0, 3598.0, 3597.0, 3598.0, 3609.0, 3589.0, 3610.0, 3598.0, 3599.0, 3598.0, 3599.0, 3588.0, 3599.0, 3576.0, 3598.0, 3618.0, 3598.0, 3607.0, 3597.0, 3595.0, 3598.0, 3596.0, 3587.0, 3586.0, 3596.0, 3598.0, 3597.0, 3608.0, 3598.0, 3599.0, 3577.0, 3597.0, 3586.0, 3587.0, 3576.0, 3608.0, 3576.0, 3598.0, 3587.0, 3612.0, 3599.0, 3610.0, 3609.0, 3598.0, 3610.0, 3609.0, 3609.0, 3609.0, 3600.0, 3621.0, 3599.0, 3609.0, 3598.0, 3597.0, 3574.0, 3595.0, 3617.0, 3596.0, 3594.0, 3585.0, 3594.0, 3595.0, 3583.0, 3584.0, 3585.0, 3583.0, 3575.0, 3575.0, 3587.0, 3585.0, 3576.0, 3586.0, 3587.0, 3587.0, 3600.0, 3600.0, 3599.0, 3599.0, 3610.0, 3610.0, 3610.0, 3599.0, 3611.0, 3600.0, 3610.0, 3599.0, 3609.0, 3587.0, 3598.0, 3575.0, 3608.0, 3608.0, 3578.0, 3577.0, 3598.0, 3578.0, 3620.0, 3591.0, 3590.0, 3611.0, 3612.0, 3623.0, 3613.0, 3623.0, 3612.0, 3622.0, 3601.0, 3609.0, 3595.0, 3607.0, 3585.0, 3597.0, 3575.0, 3596.0, 3576.0, 3597.0, 3596.0, 3586.0, 3597.0, 3609.0, 3578.0, 3599.0, 3577.0, 3610.0, 3576.0, 3599.0, 3577.0, 3588.0, 3579.0, 3601.0, 3579.0, 3610.0, 3598.0, 3609.0, 3576.0, 3609.0, 3619.0, 3599.0, 3608.0, 3597.0, 3601.0, 3621.0, 3611.0, 3600.0, 3600.0, 3589.0, 3612.0, 3616.0, 3615.0, 3638.0, 3630.0, 3628.0, 3650.0, 3617.0, 3638.0, 3635.0, 3612.0, 3633.0, 3588.0, 3608.0, 3593.0, 3582.0, 3593.0, 3570.0, 3580.0, 3571.0, 3568.0, 3569.0, 3568.0, 3569.0, 3560.0, 3558.0, 3560.0, 3571.0, 3573.0, 3574.0, 3574.0, 3584.0, 3574.0, 3596.0, 3586.0, 3597.0, 3598.0, 3599.0, 3600.0, 3600.0, 3588.0, 3611.0, 3600.0, 3600.0, 3598.0, 3610.0, 3611.0, 3601.0, 3610.0, 3590.0, 3578.0, 3602.0, 3589.0, 3602.0, 3578.0, 3612.0, 3610.0, 3601.0, 3579.0, 3611.0, 3609.0, 3600.0, 3622.0, 3612.0, 3609.0, 3591.0, 3588.0, 3600.0, 3568.0, 3610.0, 3609.0, 3611.0, 3620.0, 3611.0, 3620.0, 3599.0, 3599.0, 3600.0, 3578.0, 3598.0, 3578.0, 3600.0, 3579.0, 3612.0, 3611.0, 3610.0, 3609.0, 3610.0, 3609.0, 3598.0, 3598.0, 3598.0, 3598.0, 3598.0, 3587.0, 3598.0, 3598.0, 3599.0, 3608.0, 3610.0, 3610.0, 3612.0, 3599.0, 3611.0, 3609.0, 3599.0, 3599.0, 3600.0, 3610.0, 3611.0, 3609.0, 3601.0, 3589.0, 3612.0, 3589.0, 3623.0, 3600.0, 3601.0, 3611.0, 3589.0, 3621.0, 3587.0, 3609.0, 3597.0, 3597.0, 3607.0, 3598.0, 3595.0, 3585.0, 3587.0, 3598.0, 3595.0, 3597.0, 3598.0, 3588.0, 3599.0, 3600.0, 3577.0, 3589.0, 3567.0, 3600.0, 3580.0, 3601.0, 3591.0, 3612.0, 3611.0, 3624.0, 3604.0, 3626.0, 3614.0, 3592.0, 3613.0, 3616.0, 3604.0, 3649.0, 3618.0, 3604.0, 3645.0, 3614.0, 3637.0, 3600.0, 3611.0, 3591.0, 3601.0, 3599.0, 3610.0, 3587.0, 3620.0, 3576.0, 3609.0, 3575.0, 3596.0, 3563.0, 3586.0, 3566.0, 3597.0, 3564.0, 3587.0, 3575.0, 3587.0, 3576.0, 3579.0, 3567.0, 3591.0, 3580.0, 3589.0, 3591.0, 3601.0, 3602.0, 3611.0, 3614.0, 3613.0, 3615.0, 3614.0, 3604.0, 3624.0, 3614.0, 3612.0, 3612.0, 3621.0, 3600.0, 3609.0, 3589.0, 3611.0, 3579.0, 3610.0, 3577.0, 3610.0, 3567.0, 3597.0, 3596.0, 3600.0, 3619.0, 3599.0, 3566.0, 3588.0, 3565.0, 3609.0, 3608.0, 3598.0, 3609.0, 3600.0, 3597.0, 3598.0, 3597.0, 3598.0, 3597.0, 3598.0, 3598.0, 3599.0, 3608.0, 3598.0, 3598.0, 3598.0, 3598.0, 3610.0, 3597.0, 3598.0, 3608.0, 3588.0, 3599.0, 3586.0, 3597.0, 3598.0, 3586.0, 3587.0, 3598.0, 3586.0, 3598.0, 3588.0, 3610.0, 3578.0, 3608.0, 3576.0, 3598.0, 3585.0, 3587.0, 3565.0, 3588.0, 3568.0, 3610.0, 3578.0, 3621.0, 3598.0, 3610.0, 3598.0, 3600.0, 3588.0, 3600.0, 3590.0, 3601.0, 3578.0, 3599.0, 3566.0, 3599.0, 3578.0, 3610.0, 3599.0, 3600.0, 3589.0, 3620.0, 3598.0, 3620.0, 3589.0, 3578.0, 3610.0, 3588.0, 3611.0, 3587.0, 3599.0, 3587.0, 3597.0, 3586.0, 3597.0, 3577.0, 3587.0, 3565.0, 3576.0, 3575.0, 3597.0, 3575.0, 3608.0, 3616.0, 3597.0, 3607.0, 3598.0, 3584.0, 3575.0, 3563.0, 3596.0, 3565.0, 3598.0, 3567.0, 3599.0, 3577.0, 3611.0, 3622.0, 3611.0, 3608.0, 3590.0, 3578.0, 3599.0, 3590.0, 3612.0, 3603.0, 3623.0, 3614.0, 3622.0, 3611.0, 3610.0, 3601.0, 3612.0, 3611.0, 3610.0, 3600.0, 3610.0, 3599.0, 3611.0, 3601.0, 3622.0, 3600.0, 3611.0, 3612.0, 3611.0, 3612.0, 3610.0, 3612.0, 3614.0, 3613.0, 3612.0, 3612.0, 3623.0, 3602.0, 3578.0, 3588.0, 3577.0, 3600.0, 3578.0, 3611.0, 3620.0, 3611.0, 3622.0, 3599.0, 3610.0, 3599.0, 3596.0, 3595.0, 3596.0, 3597.0, 3608.0, 3598.0, 3607.0, 3596.0, 3596.0, 3596.0, 3595.0, 3595.0, 3596.0, 3596.0, 3595.0, 3595.0, 3596.0, 3595.0, 3596.0, 3595.0, 3607.0, 3597.0, 3610.0, 3610.0, 3565.0, 3576.0, 3610.0, 3589.0, 3609.0, 3599.0, 3611.0, 3609.0, 3599.0, 3610.0, 3598.0, 3598.0, 3585.0, 3597.0, 3608.0, 3584.0, 3563.0, 3573.0, 3596.0, 3608.0, 3599.0, 3599.0, 3609.0, 3610.0, 3608.0, 3608.0, 3595.0, 3594.0, 3584.0, 3584.0, 3585.0, 3574.0, 3587.0, 3606.0, 3588.0, 3576.0, 3586.0, 3587.0, 3561.0, 3574.0, 3598.0, 3613.0, 3625.0, 3605.0, 3625.0, 3590.0, 3611.0, 3608.0, 3588.0, 3606.0, 3597.0, 3585.0, 3597.0, 3596.0, 3596.0, 3604.0, 3582.0, 3592.0, 3570.0, 3568.0, 3557.0, 3569.0, 3557.0, 3557.0, 3579.0, 3569.0, 3569.0, 3568.0, 3569.0, 3559.0, 3570.0, 3559.0, 3571.0, 3549.0, 3571.0, 3561.0, 3574.0, 3562.0, 3585.0, 3574.0, 3597.0, 3597.0, 3597.0, 3597.0, 3586.0, 3597.0, 3576.0, 3598.0, 3587.0, 3598.0, 3577.0, 3598.0, 3587.0, 3600.0, 3578.0, 3612.0, 3592.0, 3614.0, 3603.0, 3614.0, 3604.0, 3624.0, 3626.0, 3613.0, 3603.0, 3604.0, 3626.0, 3595.0, 3649.0, 3638.0, 3617.0, 3626.0, 3604.0, 3647.0, 3603.0, 3634.0, 3578.0, 3621.0, 3578.0, 3598.0, 3618.0, 3588.0, 3619.0, 3608.0, 3606.0, 3586.0, 3606.0, 3585.0, 3595.0, 3586.0, 3608.0, 3587.0, 3598.0, 3587.0, 3598.0, 3565.0, 3586.0, 3606.0, 3597.0, 3596.0, 3585.0, 3565.0, 3587.0, 3575.0, 3588.0, 3608.0, 3598.0, 3608.0, 3587.0, 3598.0, 3587.0, 3586.0, 3575.0, 3587.0, 3564.0, 3597.0, 3608.0, 3599.0, 3596.0, 3597.0, 3609.0, 3589.0, 3599.0], 'WindowWidth': [8241.0, 8229.0, 8185.0, 8180.0, 8172.0, 8121.0, 8168.0, 8149.0, 8170.0, 8167.0, 8188.0, 8174.0, 8178.0, 8168.0, 8176.0, 8177.0, 8197.0, 8179.0, 8175.0, 8191.0, 8186.0, 8171.0, 8184.0, 8180.0, 8187.0, 8172.0, 8182.0, 8147.0, 8180.0, 8143.0, 8145.0, 8127.0, 8160.0, 8128.0, 8173.0, 8141.0, 8155.0, 8121.0, 8154.0, 8119.0, 8153.0, 8126.0, 8155.0, 8141.0, 8135.0, 8140.0, 8140.0, 8160.0, 8126.0, 8139.0, 8149.0, 8171.0, 8151.0, 8167.0, 8151.0, 8162.0, 8125.0, 8142.0, 8120.0, 8142.0, 8152.0, 8143.0, 8159.0, 8142.0, 8126.0, 8141.0, 8122.0, 8143.0, 8125.0, 8146.0, 8144.0, 8163.0, 8144.0, 8147.0, 8133.0, 8166.0, 8148.0, 8168.0, 8166.0, 8168.0, 8168.0, 8176.0, 8173.0, 8185.0, 8151.0, 8179.0, 8178.0, 8191.0, 8187.0, 8179.0, 8211.0, 8196.0, 8211.0, 8161.0, 8185.0, 8132.0, 8150.0, 8130.0, 8140.0, 8172.0, 8139.0, 8150.0, 8140.0, 8153.0, 8142.0, 8124.0, 8141.0, 8122.0, 8140.0, 8125.0, 8140.0, 8144.0, 8147.0, 8141.0, 8140.0, 8143.0, 8128.0, 8131.0, 8126.0, 8145.0, 8115.0, 8159.0, 8171.0, 8162.0, 8142.0, 8145.0, 8141.0, 8160.0, 8145.0, 8167.0, 8167.0, 8168.0, 8133.0, 8140.0, 8138.0, 8155.0, 8139.0, 8187.0, 8161.0, 8172.0, 8139.0, 8169.0, 8118.0, 8163.0, 8178.0, 8168.0, 8181.0, 8166.0, 8149.0, 8165.0, 8146.0, 8163.0, 8149.0, 8164.0, 8165.0, 8165.0, 8148.0, 8150.0, 8161.0, 8147.0, 8159.0, 8148.0, 8159.0, 8151.0, 8160.0, 8142.0, 8157.0, 8144.0, 8149.0, 8130.0, 8149.0, 8134.0, 8161.0, 8128.0, 8145.0, 8146.0, 8144.0, 8146.0, 8164.0, 8137.0, 8166.0, 8146.0, 8148.0, 8147.0, 8149.0, 8132.0, 8150.0, 8117.0, 8147.0, 8173.0, 8145.0, 8156.0, 8142.0, 8138.0, 8144.0, 8139.0, 8128.0, 8126.0, 8141.0, 8144.0, 8143.0, 8158.0, 8146.0, 8150.0, 8116.0, 8144.0, 8127.0, 8130.0, 8114.0, 8157.0, 8114.0, 8147.0, 8132.0, 8171.0, 8151.0, 8165.0, 8163.0, 8147.0, 8165.0, 8163.0, 8165.0, 8164.0, 8154.0, 8181.0, 8150.0, 8164.0, 8145.0, 8143.0, 8107.0, 8137.0, 8168.0, 8139.0, 8133.0, 8121.0, 8132.0, 8136.0, 8117.0, 8120.0, 8122.0, 8119.0, 8111.0, 8111.0, 8129.0, 8125.0, 8116.0, 8127.0, 8131.0, 8133.0, 8153.0, 8153.0, 8152.0, 8151.0, 8167.0, 8165.0, 8165.0, 8151.0, 8169.0, 8153.0, 8166.0, 8148.0, 8163.0, 8130.0, 8147.0, 8112.0, 8161.0, 8158.0, 8122.0, 8118.0, 8147.0, 8120.0, 8179.0, 8144.0, 8142.0, 8172.0, 8172.0, 8188.0, 8175.0, 8188.0, 8172.0, 8184.0, 8154.0, 8160.0, 8138.0, 8155.0, 8122.0, 8142.0, 8113.0, 8141.0, 8113.0, 8142.0, 8141.0, 8129.0, 8144.0, 8164.0, 8122.0, 8152.0, 8118.0, 8166.0, 8117.0, 8149.0, 8118.0, 8136.0, 8125.0, 8156.0, 8123.0, 8166.0, 8147.0, 8164.0, 8115.0, 8162.0, 8174.0, 8149.0, 8159.0, 8145.0, 8161.0, 8185.0, 8175.0, 8159.0, 8158.0, 8142.0, 8178.0, 8193.0, 8190.0, 8222.0, 8212.0, 8202.0, 8233.0, 8188.0, 8217.0, 8206.0, 8168.0, 8198.0, 8128.0, 8155.0, 8127.0, 8110.0, 8124.0, 8092.0, 8102.0, 8091.0, 8086.0, 8088.0, 8087.0, 8087.0, 8080.0, 8075.0, 8081.0, 8094.0, 8103.0, 8105.0, 8106.0, 8120.0, 8106.0, 8137.0, 8124.0, 8142.0, 8143.0, 8149.0, 8149.0, 8149.0, 8133.0, 8166.0, 8150.0, 8152.0, 8147.0, 8165.0, 8166.0, 8155.0, 8165.0, 8139.0, 8121.0, 8157.0, 8136.0, 8158.0, 8122.0, 8171.0, 8166.0, 8155.0, 8124.0, 8167.0, 8162.0, 8152.0, 8183.0, 8171.0, 8165.0, 8143.0, 8136.0, 8153.0, 8107.0, 8166.0, 8163.0, 8167.0, 8177.0, 8169.0, 8179.0, 8151.0, 8147.0, 8150.0, 8120.0, 8148.0, 8121.0, 8153.0, 8124.0, 8172.0, 8168.0, 8167.0, 8162.0, 8164.0, 8161.0, 8146.0, 8146.0, 8147.0, 8147.0, 8148.0, 8131.0, 8148.0, 8146.0, 8150.0, 8161.0, 8167.0, 8166.0, 8172.0, 8149.0, 8167.0, 8162.0, 8151.0, 8152.0, 8154.0, 8165.0, 8168.0, 8163.0, 8157.0, 8137.0, 8172.0, 8139.0, 8187.0, 8156.0, 8155.0, 8170.0, 8138.0, 8181.0, 8131.0, 8162.0, 8142.0, 8143.0, 8156.0, 8145.0, 8139.0, 8124.0, 8127.0, 8143.0, 8137.0, 8143.0, 8144.0, 8133.0, 8147.0, 8153.0, 8118.0, 8139.0, 8108.0, 8155.0, 8127.0, 8158.0, 8143.0, 8171.0, 8170.0, 8195.0, 8172.0, 8204.0, 8184.0, 8152.0, 8182.0, 8189.0, 8171.0, 8240.0, 8197.0, 8167.0, 8220.0, 8176.0, 8211.0, 8150.0, 8165.0, 8143.0, 8156.0, 8148.0, 8163.0, 8131.0, 8176.0, 8113.0, 8159.0, 8109.0, 8137.0, 8090.0, 8124.0, 8099.0, 8143.0, 8095.0, 8127.0, 8110.0, 8129.0, 8112.0, 8120.0, 8105.0, 8143.0, 8127.0, 8137.0, 8142.0, 8154.0, 8158.0, 8171.0, 8179.0, 8174.0, 8181.0, 8177.0, 8168.0, 8192.0, 8177.0, 8172.0, 8171.0, 8180.0, 8153.0, 8162.0, 8135.0, 8168.0, 8124.0, 8167.0, 8118.0, 8166.0, 8103.0, 8143.0, 8140.0, 8151.0, 8176.0, 8148.0, 8101.0, 8133.0, 8099.0, 8162.0, 8160.0, 8147.0, 8163.0, 8151.0, 8144.0, 8145.0, 8142.0, 8145.0, 8143.0, 8146.0, 8147.0, 8150.0, 8158.0, 8146.0, 8145.0, 8146.0, 8147.0, 8163.0, 8144.0, 8146.0, 8159.0, 8134.0, 8149.0, 8129.0, 8143.0, 8145.0, 8130.0, 8129.0, 8148.0, 8129.0, 8148.0, 8133.0, 8165.0, 8120.0, 8160.0, 8114.0, 8146.0, 8126.0, 8132.0, 8099.0, 8134.0, 8107.0, 8166.0, 8120.0, 8181.0, 8147.0, 8166.0, 8148.0, 8152.0, 8134.0, 8154.0, 8139.0, 8158.0, 8122.0, 8152.0, 8104.0, 8152.0, 8122.0, 8165.0, 8150.0, 8153.0, 8138.0, 8179.0, 8150.0, 8178.0, 8139.0, 8121.0, 8167.0, 8135.0, 8168.0, 8133.0, 8151.0, 8130.0, 8143.0, 8126.0, 8143.0, 8116.0, 8131.0, 8099.0, 8115.0, 8111.0, 8142.0, 8112.0, 8159.0, 8166.0, 8143.0, 8156.0, 8145.0, 8123.0, 8112.0, 8095.0, 8142.0, 8099.0, 8146.0, 8105.0, 8152.0, 8121.0, 8171.0, 8185.0, 8170.0, 8162.0, 8141.0, 8123.0, 8152.0, 8141.0, 8175.0, 8163.0, 8189.0, 8177.0, 8187.0, 8170.0, 8167.0, 8157.0, 8171.0, 8170.0, 8167.0, 8152.0, 8166.0, 8152.0, 8168.0, 8156.0, 8185.0, 8154.0, 8170.0, 8173.0, 8168.0, 8172.0, 8167.0, 8174.0, 8179.0, 8175.0, 8171.0, 8171.0, 8187.0, 8161.0, 8122.0, 8134.0, 8119.0, 8154.0, 8122.0, 8170.0, 8178.0, 8168.0, 8185.0, 8151.0, 8163.0, 8148.0, 8140.0, 8139.0, 8140.0, 8143.0, 8159.0, 8146.0, 8156.0, 8139.0, 8139.0, 8139.0, 8137.0, 8138.0, 8139.0, 8139.0, 8137.0, 8137.0, 8138.0, 8135.0, 8139.0, 8138.0, 8156.0, 8145.0, 8165.0, 8165.0, 8098.0, 8116.0, 8166.0, 8140.0, 8165.0, 8151.0, 8167.0, 8164.0, 8149.0, 8166.0, 8147.0, 8145.0, 8124.0, 8143.0, 8161.0, 8119.0, 8091.0, 8106.0, 8139.0, 8159.0, 8149.0, 8149.0, 8162.0, 8165.0, 8159.0, 8158.0, 8136.0, 8132.0, 8119.0, 8118.0, 8122.0, 8108.0, 8133.0, 8157.0, 8138.0, 8121.0, 8134.0, 8135.0, 8091.0, 8112.0, 8151.0, 8175.0, 8196.0, 8169.0, 8194.0, 8139.0, 8167.0, 8155.0, 8126.0, 8150.0, 8140.0, 8121.0, 8142.0, 8136.0, 8138.0, 8144.0, 8111.0, 8122.0, 8090.0, 8086.0, 8068.0, 8087.0, 8069.0, 8069.0, 8099.0, 8089.0, 8089.0, 8087.0, 8089.0, 8076.0, 8093.0, 8077.0, 8097.0, 8066.0, 8100.0, 8086.0, 8108.0, 8090.0, 8124.0, 8108.0, 8143.0, 8141.0, 8143.0, 8144.0, 8129.0, 8141.0, 8114.0, 8145.0, 8132.0, 8146.0, 8119.0, 8148.0, 8132.0, 8153.0, 8124.0, 8173.0, 8149.0, 8180.0, 8164.0, 8178.0, 8167.0, 8194.0, 8199.0, 8178.0, 8163.0, 8167.0, 8200.0, 8159.0, 8235.0, 8219.0, 8189.0, 8201.0, 8168.0, 8227.0, 8162.0, 8205.0, 8122.0, 8182.0, 8119.0, 8147.0, 8172.0, 8132.0, 8175.0, 8160.0, 8155.0, 8127.0, 8153.0, 8125.0, 8137.0, 8128.0, 8161.0, 8132.0, 8145.0, 8131.0, 8146.0, 8099.0, 8129.0, 8153.0, 8143.0, 8141.0, 8127.0, 8099.0, 8130.0, 8113.0, 8133.0, 8160.0, 8147.0, 8159.0, 8132.0, 8147.0, 8130.0, 8130.0, 8114.0, 8131.0, 8098.0, 8144.0, 8158.0, 8149.0, 8143.0, 8145.0, 8163.0, 8137.0, 8149.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.0019032454128440365</td></tr>
<tr><td colspan=3>aqi</td><td>0.024159556651376146</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.96833636150403</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.189549133570608</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.032477686337543</td></tr>
<tr><td colspan=3>efc</td><td>0.4548</td></tr>
<tr><td colspan=3>fber</td><td>4946.7046</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09412685497921486</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.077981651376147</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6334436449277088</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5717323932305765</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8375726596197235</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.491025881932826</td></tr>
<tr><td colspan=3>gcor</td><td>0.0164492</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012041336856782436</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024826526641845703</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6196076416981273</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>28.4932</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7799</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.6362</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307539.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>619.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.7208</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7494</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.7079</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2831.2826</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69005.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3747.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.1131</td></tr>
<tr><td colspan=3>tsnr</td><td>36.93323545868043</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>