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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-02_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-02_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-0132/ses-01/func/sub-0132_ses-01_task-social_acq-mb8_run-02_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>58a0c48dc530bf476b1a0c0372ecb3a0</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:34:33.670000</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.999716, 0.013493, 0.0196481, -0.0118654, 0.996666, -0.0807215]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0822304</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>15</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7719, -7280, 230, -111, -98, -104, 94]</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>241.019</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e89524c1-0303-434d-9fd9-17bd6ee4dac1||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.6821646690368652, -0.031833913177251816, 0.05581387132406235, 112.94351959228516], [-0.03620075434446335, 2.6739821434020996, -0.21725666522979736, -101.35795593261719], [0.0527145080268383, 0.21656987071037292, 2.6906661987304688, -108.70662689208984], [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': ['213433.670000', '213434.130000', '213434.590000', '213435.050000', '213435.510000', '213435.970000', '213436.430000', '213436.890000', '213437.350000', '213437.810000', '213438.270000', '213438.730000', '213439.190000', '213439.650000', '213440.110000', '213440.570000', '213441.030000', '213441.490000', '213441.950000', '213442.410000', '213442.870000', '213443.330000', '213443.790000', '213444.250000', '213444.710000', '213445.170000', '213445.630000', '213446.090000', '213446.550000', '213447.010000', '213447.470000', '213447.930000', '213448.390000', '213448.850000', '213449.310000', '213449.770000', '213450.230000', '213450.690000', '213451.150000', '213451.610000', '213452.070000', '213452.530000', '213452.990000', '213453.450000', '213453.910000', '213454.370000', '213454.830000', '213455.290000', '213455.750000', '213456.210000', '213456.670000', '213457.130000', '213457.590000', '213458.050000', '213458.510000', '213458.970000', '213459.430000', '213459.890000', '213500.350000', '213500.810000', '213501.270000', '213501.730000', '213502.190000', '213502.650000', '213503.110000', '213503.570000', '213504.030000', '213504.490000', '213504.950000', '213505.410000', '213505.870000', '213506.330000', '213506.790000', '213507.250000', '213507.710000', '213508.170000', '213508.630000', '213509.090000', '213509.550000', '213510.010000', '213510.470000', '213510.930000', '213511.390000', '213511.850000', '213512.310000', '213512.770000', '213513.230000', '213513.690000', '213514.150000', '213514.610000', '213515.070000', '213515.530000', '213515.990000', '213516.450000', '213516.910000', '213517.370000', '213517.830000', '213518.290000', '213518.750000', '213519.210000', '213519.670000', '213520.130000', '213520.590000', '213521.050000', '213521.510000', '213521.970000', '213522.430000', '213522.890000', '213523.350000', '213523.810000', '213524.270000', '213524.730000', '213525.190000', '213525.650000', '213526.110000', '213526.570000', '213527.030000', '213527.490000', '213527.950000', '213528.410000', '213528.870000', '213529.330000', '213529.790000', '213530.250000', '213530.710000', '213531.170000', '213531.630000', '213532.090000', '213532.550000', '213533.010000', '213533.470000', '213533.930000', '213534.390000', '213534.850000', '213535.310000', '213535.770000', '213536.230000', '213536.690000', '213537.150000', '213537.610000', '213538.070000', '213538.530000', '213538.990000', '213539.450000', '213539.910000', '213540.370000', '213540.830000', '213541.290000', '213541.750000', '213542.210000', '213542.670000', '213543.130000', '213543.590000', '213544.050000', '213544.510000', '213544.970000', '213545.430000', '213545.890000', '213546.350000', '213546.810000', '213547.270000', '213547.730000', '213548.190000', '213548.650000', '213549.110000', '213549.570000', '213550.030000', '213550.490000', '213550.950000', '213551.410000', '213551.870000', '213552.330000', '213552.790000', '213553.250000', '213553.710000', '213554.170000', '213554.630000', '213555.090000', '213555.550000', '213556.010000', '213556.470000', '213556.930000', '213557.390000', '213557.850000', '213558.310000', '213558.770000', '213559.230000', '213559.690000', '213600.150000', '213600.610000', '213601.070000', '213601.530000', '213601.990000', '213602.450000', '213602.910000', '213603.370000', '213603.830000', '213604.290000', '213604.750000', '213605.210000', '213605.670000', '213606.130000', '213606.590000', '213607.050000', '213607.510000', '213607.970000', '213608.430000', '213608.890000', '213609.350000', '213609.810000', '213610.270000', '213610.730000', '213611.190000', '213611.650000', '213612.110000', '213612.570000', '213613.030000', '213613.490000', '213613.950000', '213614.410000', '213614.870000', '213615.330000', '213615.790000', '213616.250000', '213616.710000', '213617.170000', '213617.630000', '213618.090000', '213618.550000', '213619.010000', '213619.470000', '213619.930000', '213620.390000', '213620.850000', '213621.310000', '213621.770000', '213622.230000', '213622.690000', '213623.150000', '213623.610000', '213624.070000', '213624.530000', '213624.990000', '213625.450000', '213625.910000', '213626.370000', '213626.830000', '213627.290000', '213627.750000', '213628.210000', '213628.670000', '213629.130000', '213629.590000', '213630.050000', '213630.510000', '213630.970000', '213631.430000', '213631.890000', '213632.350000', '213632.810000', '213633.270000', '213633.730000', '213634.190000', '213634.650000', '213635.110000', '213635.570000', '213636.030000', '213636.490000', '213636.950000', '213637.410000', '213637.870000', '213638.330000', '213638.790000', '213639.250000', '213639.710000', '213640.170000', '213640.630000', '213641.090000', '213641.550000', '213642.010000', '213642.470000', '213642.930000', '213643.390000', '213643.850000', '213644.310000', '213644.770000', '213645.230000', '213645.690000', '213646.150000', '213646.610000', '213647.070000', '213647.530000', '213647.990000', '213648.450000', '213648.910000', '213649.370000', '213649.830000', '213650.290000', '213650.750000', '213651.210000', '213651.670000', '213652.130000', '213652.590000', '213653.050000', '213653.510000', '213653.970000', '213654.430000', '213654.890000', '213655.350000', '213655.810000', '213656.270000', '213656.730000', '213657.190000', '213657.650000', '213658.110000', '213658.570000', '213659.030000', '213659.490000', '213659.950000', '213700.410000', '213700.870000', '213701.330000', '213701.790000', '213702.250000', '213702.710000', '213703.170000', '213703.630000', '213704.090000', '213704.550000', '213705.010000', '213705.470000', '213705.930000', '213706.390000', '213706.850000', '213707.310000', '213707.770000', '213708.230000', '213708.690000', '213709.150000', '213709.610000', '213710.070000', '213710.530000', '213710.990000', '213711.450000', '213711.910000', '213712.370000', '213712.830000', '213713.290000', '213713.750000', '213714.210000', '213714.670000', '213715.130000', '213715.590000', '213716.050000', '213716.510000', '213716.970000', '213717.430000', '213717.890000', '213718.350000', '213718.810000', '213719.270000', '213719.730000', '213720.190000', '213720.650000', '213721.110000', '213721.570000', '213722.030000', '213722.490000', '213722.950000', '213723.410000', '213723.870000', '213724.330000', '213724.790000', '213725.250000', '213725.710000', '213726.170000', '213726.630000', '213727.090000', '213727.550000', '213728.010000', '213728.470000', '213728.930000', '213729.390000', '213729.850000', '213730.310000', '213730.770000', '213731.230000', '213731.690000', '213732.150000', '213732.610000', '213733.070000', '213733.530000', '213733.990000', '213734.450000', '213734.910000', '213735.370000', '213735.830000', '213736.290000', '213736.750000', '213737.210000', '213737.670000', '213738.130000', '213738.590000', '213739.050000', '213739.510000', '213739.970000', '213740.430000', '213740.890000', '213741.350000', '213741.810000', '213742.270000', '213742.730000', '213743.190000', '213743.650000', '213744.110000', '213744.570000', '213745.030000', '213745.490000', '213745.950000', '213746.410000', '213746.870000', '213747.330000', '213747.790000', '213748.250000', '213748.710000', '213749.170000', '213749.630000', '213750.090000', '213750.550000', '213751.010000', '213751.470000', '213751.930000', '213752.390000', '213752.850000', '213753.310000', '213753.770000', '213754.230000', '213754.690000', '213755.150000', '213755.610000', '213756.070000', '213756.530000', '213756.990000', '213757.450000', '213757.910000', '213758.370000', '213758.830000', '213759.290000', '213759.750000', '213800.210000', '213800.670000', '213801.130000', '213801.590000', '213802.050000', '213802.510000', '213802.970000', '213803.430000', '213803.890000', '213804.350000', '213804.810000', '213805.270000', '213805.730000', '213806.190000', '213806.650000', '213807.110000', '213807.570000', '213808.030000', '213808.490000', '213808.950000', '213809.410000', '213809.870000', '213810.330000', '213810.790000', '213811.250000', '213811.710000', '213812.170000', '213812.630000', '213813.090000', '213813.550000', '213814.010000', '213814.470000', '213814.930000', '213815.390000', '213815.850000', '213816.310000', '213816.770000', '213817.230000', '213817.690000', '213818.150000', '213818.610000', '213819.070000', '213819.530000', '213819.990000', '213820.450000', '213820.910000', '213821.370000', '213821.830000', '213822.290000', '213822.750000', '213823.210000', '213823.670000', '213824.130000', '213824.590000', '213825.050000', '213825.510000', '213825.970000', '213826.430000', '213826.890000', '213827.350000', '213827.810000', '213828.270000', '213828.730000', '213829.190000', '213829.650000', '213830.110000', '213830.570000', '213831.030000', '213831.490000', '213831.950000', '213832.410000', '213832.870000', '213833.330000', '213833.790000', '213834.250000', '213834.710000', '213835.170000', '213835.630000', '213836.090000', '213836.550000', '213837.010000', '213837.470000', '213837.930000', '213838.390000', '213838.850000', '213839.310000', '213839.770000', '213840.230000', '213840.690000', '213841.150000', '213841.610000', '213842.070000', '213842.530000', '213842.990000', '213843.450000', '213843.910000', '213844.370000', '213844.830000', '213845.290000', '213845.750000', '213846.210000', '213846.670000', '213847.130000', '213847.590000', '213848.050000', '213848.510000', '213848.970000', '213849.430000', '213849.890000', '213850.350000', '213850.810000', '213851.270000', '213851.730000', '213852.190000', '213852.650000', '213853.110000', '213853.570000', '213854.030000', '213854.490000', '213854.950000', '213855.410000', '213855.870000', '213856.330000', '213856.790000', '213857.250000', '213857.710000', '213858.170000', '213858.630000', '213859.090000', '213859.550000', '213900.010000', '213900.470000', '213900.930000', '213901.390000', '213901.850000', '213902.310000', '213902.770000', '213903.230000', '213903.690000', '213904.150000', '213904.610000', '213905.070000', '213905.530000', '213905.990000', '213906.450000', '213906.910000', '213907.370000', '213907.830000', '213908.290000', '213908.750000', '213909.210000', '213909.670000', '213910.130000', '213910.590000', '213911.050000', '213911.510000', '213911.970000', '213912.430000', '213912.890000', '213913.350000', '213913.810000', '213914.270000', '213914.730000', '213915.190000', '213915.650000', '213916.110000', '213916.570000', '213917.030000', '213917.490000', '213917.950000', '213918.410000', '213918.870000', '213919.330000', '213919.790000', '213920.250000', '213920.710000', '213921.170000', '213921.630000', '213922.090000', '213922.550000', '213923.010000', '213923.470000', '213923.930000', '213924.390000', '213924.850000', '213925.310000', '213925.770000', '213926.230000', '213926.690000', '213927.150000', '213927.610000', '213928.070000', '213928.530000', '213928.990000', '213929.450000', '213929.910000', '213930.370000', '213930.830000', '213931.290000', '213931.750000', '213932.210000', '213932.670000', '213933.130000', '213933.590000', '213934.050000', '213934.510000', '213934.970000', '213935.430000', '213935.890000', '213936.350000', '213936.810000', '213937.270000', '213937.730000', '213938.190000', '213938.650000', '213939.110000', '213939.570000', '213940.030000', '213940.490000', '213940.950000', '213941.410000', '213941.870000', '213942.330000', '213942.790000', '213943.250000', '213943.710000', '213944.170000', '213944.630000', '213945.090000', '213945.550000', '213946.010000', '213946.470000', '213946.930000', '213947.390000', '213947.850000', '213948.310000', '213948.770000', '213949.230000', '213949.690000', '213950.150000', '213950.610000', '213951.070000', '213951.530000', '213951.990000', '213952.450000', '213952.910000', '213953.370000', '213953.830000', '213954.290000', '213954.750000', '213955.210000', '213955.670000', '213956.130000', '213956.590000', '213957.050000', '213957.510000', '213957.970000', '213958.430000', '213958.890000', '213959.350000', '213959.810000', '214000.270000', '214000.730000', '214001.190000', '214001.650000', '214002.110000', '214002.570000', '214003.030000', '214003.490000', '214003.950000', '214004.410000', '214004.870000', '214005.330000', '214005.790000', '214006.250000', '214006.710000', '214007.170000', '214007.630000', '214008.090000', '214008.550000', '214009.010000', '214009.470000', '214009.930000', '214010.390000', '214010.850000', '214011.310000', '214011.770000', '214012.230000', '214012.690000', '214013.150000', '214013.610000', '214014.070000', '214014.530000', '214014.990000', '214015.450000', '214015.910000', '214016.370000', '214016.830000', '214017.290000', '214017.750000', '214018.210000', '214018.670000', '214019.130000', '214019.590000', '214020.050000', '214020.510000', '214020.970000', '214021.430000', '214021.890000', '214022.350000', '214022.810000', '214023.270000', '214023.730000', '214024.190000', '214024.650000', '214025.110000', '214025.570000', '214026.030000', '214026.490000', '214026.950000', '214027.410000', '214027.870000', '214028.330000', '214028.790000', '214029.250000', '214029.710000', '214030.170000', '214030.630000', '214031.090000', '214031.550000', '214032.010000', '214032.470000', '214032.930000', '214033.390000', '214033.850000', '214034.310000', '214034.770000', '214035.230000', '214035.690000', '214036.150000', '214036.610000', '214037.070000', '214037.530000', '214037.990000', '214038.450000', '214038.910000', '214039.370000', '214039.830000', '214040.290000', '214040.750000', '214041.210000', '214041.670000', '214042.130000', '214042.590000', '214043.050000', '214043.510000', '214043.970000', '214044.430000', '214044.890000', '214045.350000', '214045.810000', '214046.270000', '214046.730000', '214047.190000', '214047.650000', '214048.110000', '214048.570000', '214049.030000', '214049.490000', '214049.950000', '214050.410000', '214050.870000', '214051.330000', '214051.790000', '214052.250000', '214052.710000', '214053.170000', '214053.630000', '214054.090000', '214054.550000', '214055.010000', '214055.470000', '214055.930000', '214056.390000', '214056.850000', '214057.310000', '214057.770000', '214058.230000', '214058.690000', '214059.150000', '214059.610000', '214100.070000', '214100.530000', '214100.990000', '214101.450000', '214101.910000', '214102.370000', '214102.830000', '214103.290000', '214103.750000', '214104.210000', '214104.670000', '214105.130000', '214105.590000', '214106.050000', '214106.510000', '214106.970000', '214107.430000', '214107.890000', '214108.350000', '214108.810000', '214109.270000', '214109.730000', '214110.190000', '214110.650000', '214111.110000', '214111.570000', '214112.030000', '214112.490000', '214112.950000', '214113.410000', '214113.870000', '214114.330000'], 'ContentTime': ['213459.808000', '213459.811000', '213459.813000', '213459.816000', '213459.819000', '213459.821000', '213459.824000', '213459.826000', '213459.829000', '213459.831000', '213459.834000', '213459.836000', '213459.839000', '213459.841000', '213459.844000', '213459.846000', '213459.849000', '213459.851000', '213459.854000', '213459.856000', '213459.859000', '213459.861000', '213459.870000', '213459.873000', '213459.875000', '213459.878000', '213459.880000', '213459.883000', '213459.885000', '213459.888000', '213459.890000', '213459.893000', '213459.896000', '213459.899000', '213459.901000', '213459.904000', '213459.907000', '213459.909000', '213459.912000', '213459.914000', '213459.917000', '213459.919000', '213459.922000', '213459.924000', '213459.927000', '213459.929000', '213459.932000', '213459.934000', '213459.937000', '213459.940000', '213459.942000', '213459.945000', '213459.947000', '213459.950000', '213519.780000', '213519.783000', '213519.786000', '213519.789000', '213519.791000', '213519.794000', '213519.796000', '213519.799000', '213519.801000', '213519.804000', '213519.806000', '213519.809000', '213519.811000', '213519.814000', '213519.816000', '213519.819000', '213519.822000', '213519.824000', '213519.827000', '213519.829000', '213519.832000', '213519.834000', '213519.837000', '213519.839000', '213519.842000', '213519.844000', '213519.847000', '213519.849000', '213519.852000', '213519.855000', '213519.867000', '213519.869000', '213519.872000', '213519.874000', '213519.877000', '213519.879000', '213519.882000', '213519.884000', '213519.887000', '213519.889000', '213519.892000', '213519.895000', '213519.897000', '213519.900000', '213539.780000', '213539.783000', '213539.786000', '213539.788000', '213539.791000', '213539.793000', '213539.796000', '213539.798000', '213539.801000', '213539.804000', '213539.806000', '213539.809000', '213539.811000', '213539.814000', '213539.816000', '213539.819000', '213539.821000', '213539.824000', '213539.827000', '213539.829000', '213539.832000', '213539.834000', '213539.837000', '213539.839000', '213539.842000', '213539.844000', '213539.847000', '213539.849000', '213539.852000', '213539.854000', '213539.857000', '213539.859000', '213539.862000', '213539.865000', '213539.867000', '213539.870000', '213539.872000', '213539.875000', '213539.877000', '213539.880000', '213539.882000', '213539.885000', '213539.888000', '213559.780000', '213559.782000', '213559.785000', '213559.787000', '213559.790000', '213559.793000', '213559.795000', '213559.798000', '213559.800000', '213559.803000', '213559.805000', '213559.808000', '213559.810000', '213559.813000', '213559.815000', '213559.818000', '213559.820000', '213559.823000', '213559.826000', '213559.828000', '213559.831000', '213559.833000', '213559.836000', '213559.838000', '213559.841000', '213559.843000', '213559.846000', '213559.848000', '213559.851000', '213559.854000', '213559.856000', '213559.859000', '213559.861000', '213559.864000', '213559.866000', '213559.869000', '213559.871000', '213559.882000', '213559.884000', '213559.887000', '213559.889000', '213559.892000', '213559.895000', '213559.897000', '213619.780000', '213619.786000', '213619.789000', '213619.792000', '213619.794000', '213619.797000', '213619.799000', '213619.802000', '213619.804000', '213619.807000', '213619.809000', '213619.812000', '213619.814000', '213619.817000', '213619.820000', '213619.822000', '213619.825000', '213619.827000', '213619.830000', '213619.832000', '213619.835000', '213619.837000', '213619.840000', '213619.842000', '213619.845000', '213619.847000', '213619.850000', '213619.853000', '213619.855000', '213619.858000', '213619.860000', '213619.863000', '213619.865000', '213619.868000', '213619.870000', '213619.873000', '213619.876000', '213619.878000', '213619.881000', '213619.883000', '213619.886000', '213619.888000', '213619.891000', '213639.779000', '213639.782000', '213639.785000', '213639.788000', '213639.790000', '213639.802000', '213639.805000', '213639.807000', '213639.810000', '213639.812000', '213639.815000', '213639.817000', '213639.820000', '213639.823000', '213639.826000', '213639.828000', '213639.831000', '213639.833000', '213639.836000', '213639.838000', '213639.841000', '213639.844000', '213639.846000', '213639.849000', '213639.851000', '213639.854000', '213639.856000', '213639.859000', '213639.861000', '213639.864000', '213639.867000', '213639.869000', '213639.872000', '213639.874000', '213639.877000', '213639.879000', '213639.882000', '213639.884000', '213639.887000', '213639.889000', '213639.892000', '213639.895000', '213639.897000', '213659.779000', '213659.782000', '213659.785000', '213659.787000', '213659.790000', '213659.792000', '213659.795000', '213659.797000', '213659.800000', '213659.802000', '213659.805000', '213659.808000', '213659.810000', '213659.813000', '213659.815000', '213659.818000', '213659.820000', '213659.823000', '213659.825000', '213659.828000', '213659.831000', '213659.833000', '213659.836000', '213659.838000', '213659.841000', '213659.843000', '213659.846000', '213659.849000', '213659.851000', '213659.854000', '213659.856000', '213659.859000', '213659.861000', '213659.864000', '213659.866000', '213659.869000', '213659.872000', '213659.874000', '213659.877000', '213659.879000', '213659.898000', '213659.901000', '213659.903000', '213659.906000', '213719.780000', '213719.783000', '213719.786000', '213719.788000', '213719.791000', '213719.793000', '213719.796000', '213719.798000', '213719.801000', '213719.804000', '213719.806000', '213719.809000', '213719.811000', '213719.814000', '213719.816000', '213719.819000', '213719.821000', '213719.824000', '213719.827000', '213719.829000', '213719.832000', '213719.834000', '213719.837000', '213719.839000', '213719.842000', '213719.845000', '213719.847000', '213719.850000', '213719.852000', '213719.855000', '213719.857000', '213719.860000', '213719.862000', '213719.865000', '213719.867000', '213719.870000', '213719.873000', '213719.875000', '213719.878000', '213719.880000', '213719.883000', '213719.885000', '213719.888000', '213719.890000', '213739.780000', '213739.783000', '213739.786000', '213739.788000', '213739.791000', '213739.794000', '213739.796000', '213739.799000', '213739.801000', '213739.804000', '213739.807000', '213739.809000', '213739.812000', '213739.814000', '213739.817000', '213739.819000', '213739.822000', '213739.825000', '213739.827000', '213739.830000', '213739.832000', '213739.835000', '213739.838000', '213739.840000', '213739.843000', '213739.845000', '213739.848000', '213739.851000', '213739.853000', '213739.856000', '213739.858000', '213739.861000', '213739.863000', '213739.866000', '213739.869000', '213739.871000', '213739.874000', '213739.876000', '213739.879000', '213739.881000', '213739.884000', '213739.887000', '213739.889000', '213759.780000', '213759.783000', '213759.786000', '213759.788000', '213759.791000', '213759.793000', '213759.796000', '213759.798000', '213759.801000', '213759.803000', '213759.806000', '213759.809000', '213759.812000', '213759.814000', '213759.817000', '213759.819000', '213759.822000', '213759.824000', '213759.827000', '213759.830000', '213759.832000', '213759.835000', '213759.837000', '213759.840000', '213759.842000', '213759.845000', '213759.847000', '213759.850000', '213759.853000', '213759.855000', '213759.858000', '213759.860000', '213759.863000', '213759.866000', '213759.868000', '213759.871000', '213759.873000', '213759.876000', '213759.879000', '213759.881000', '213759.884000', '213759.886000', '213759.898000', '213759.900000', '213819.780000', '213819.782000', '213819.785000', '213819.788000', '213819.790000', '213819.793000', '213819.795000', '213819.798000', '213819.800000', '213819.803000', '213819.805000', '213819.808000', '213819.811000', '213819.813000', '213819.816000', '213819.818000', '213819.821000', '213819.823000', '213819.826000', '213819.828000', '213819.831000', '213819.834000', '213819.836000', '213819.839000', '213819.841000', '213819.844000', '213819.846000', '213819.849000', '213819.851000', '213819.854000', '213819.856000', '213819.859000', '213819.862000', '213819.864000', '213819.867000', '213819.869000', '213819.872000', '213819.874000', '213819.877000', '213819.879000', '213819.882000', '213819.884000', '213819.887000', '213839.780000', '213839.782000', '213839.785000', '213839.787000', '213839.790000', '213839.793000', '213839.795000', '213839.798000', '213839.800000', '213839.803000', '213839.806000', '213839.808000', '213839.811000', '213839.813000', '213839.816000', '213839.818000', '213839.821000', '213839.823000', '213839.826000', '213839.828000', '213839.831000', '213839.869000', '213839.872000', '213839.881000', '213839.883000', '213839.886000', '213839.889000', '213839.891000', '213839.894000', '213839.896000', '213839.899000', '213839.901000', '213839.904000', '213839.906000', '213839.909000', '213839.912000', '213839.914000', '213839.917000', '213839.919000', '213839.922000', '213839.924000', '213839.927000', '213839.930000', '213839.932000', '213859.780000', '213859.782000', '213859.785000', '213859.788000', '213859.790000', '213859.793000', '213859.795000', '213859.798000', '213859.801000', '213859.803000', '213859.806000', '213859.808000', '213859.811000', '213859.813000', '213859.816000', '213859.818000', '213859.821000', '213859.824000', '213859.826000', '213859.829000', '213859.831000', '213859.834000', '213859.836000', '213859.839000', '213859.841000', '213859.844000', '213859.847000', '213859.849000', '213859.852000', '213859.854000', '213859.857000', '213859.859000', '213859.862000', '213859.864000', '213859.867000', '213859.869000', '213859.872000', '213859.875000', '213859.877000', '213859.880000', '213859.882000', '213859.885000', '213859.887000', '213919.780000', '213919.782000', '213919.785000', '213919.787000', '213919.790000', '213919.793000', '213919.795000', '213919.798000', '213919.800000', '213919.803000', '213919.806000', '213919.808000', '213919.811000', '213919.814000', '213919.817000', '213919.820000', '213919.822000', '213919.825000', '213919.828000', '213919.830000', '213919.833000', '213919.835000', '213919.838000', '213919.840000', '213919.843000', '213919.845000', '213919.849000', '213919.852000', '213919.855000', '213919.857000', '213919.860000', '213919.862000', '213919.865000', '213919.868000', '213919.870000', '213919.873000', '213919.875000', '213919.878000', '213919.880000', '213919.883000', '213919.886000', '213919.888000', '213919.891000', '213939.780000', '213939.783000', '213939.786000', '213939.788000', '213939.791000', '213939.794000', '213939.796000', '213939.799000', '213939.801000', '213939.804000', '213939.806000', '213939.809000', '213939.811000', '213939.814000', '213939.817000', '213939.819000', '213939.822000', '213939.824000', '213939.827000', '213939.829000', '213939.832000', '213939.835000', '213939.837000', '213939.840000', '213939.842000', '213939.845000', '213939.847000', '213939.850000', '213939.853000', '213939.855000', '213939.858000', '213939.860000', '213939.863000', '213939.866000', '213939.868000', '213939.871000', '213939.873000', '213939.876000', '213939.878000', '213939.881000', '213939.884000', '213939.886000', '213939.889000', '213939.891000', '213959.781000', '213959.783000', '213959.786000', '213959.789000', '213959.791000', '213959.794000', '213959.796000', '213959.799000', '213959.802000', '213959.804000', '213959.807000', '213959.809000', '213959.812000', '213959.815000', '213959.817000', '213959.820000', '213959.823000', '213959.825000', '213959.828000', '213959.830000', '213959.833000', '213959.835000', '213959.838000', '213959.841000', '213959.843000', '213959.846000', '213959.848000', '213959.851000', '213959.853000', '213959.856000', '213959.859000', '213959.861000', '213959.864000', '213959.866000', '213959.869000', '213959.871000', '213959.874000', '213959.877000', '213959.879000', '213959.882000', '213959.884000', '213959.887000', '213959.889000', '214019.780000', '214019.783000', '214019.786000', '214019.788000', '214019.791000', '214019.793000', '214019.796000', '214019.799000', '214019.801000', '214019.804000', '214019.806000', '214019.809000', '214019.811000', '214019.814000', '214019.817000', '214019.819000', '214019.822000', '214019.824000', '214019.827000', '214019.830000', '214019.832000', '214019.835000', '214019.837000', '214019.840000', '214019.842000', '214019.845000', '214019.847000', '214019.850000', '214019.853000', '214019.855000', '214019.858000', '214019.860000', '214019.863000', '214019.865000', '214019.868000', '214019.871000', '214019.873000', '214019.876000', '214019.878000', '214019.881000', '214019.883000', '214019.886000', '214019.889000', '214019.891000', '214039.779000', '214039.782000', '214039.785000', '214039.788000', '214039.790000', '214039.793000', '214039.795000', '214039.798000', '214039.800000', '214039.803000', '214039.806000', '214039.808000', '214039.811000', '214039.814000', '214039.816000', '214039.819000', '214039.821000', '214039.824000', '214039.826000', '214039.829000', '214039.832000', '214039.834000', '214039.837000', '214039.839000', '214039.842000', '214039.844000', '214039.848000', '214039.851000', '214039.853000', '214039.856000', '214039.859000', '214039.861000', '214039.864000', '214039.866000', '214039.869000', '214039.872000', '214039.874000', '214039.877000', '214039.879000', '214039.882000', '214039.885000', '214039.889000', '214039.892000', '214059.780000', '214059.782000', '214059.785000', '214059.787000', '214059.790000', '214059.793000', '214059.795000', '214059.798000', '214059.800000', '214059.803000', '214059.805000', '214059.808000', '214059.811000', '214059.813000', '214059.816000', '214059.818000', '214059.821000', '214059.823000', '214059.826000', '214059.828000', '214059.831000', '214059.833000', '214059.836000', '214059.838000', '214059.841000', '214059.843000', '214059.846000', '214059.848000', '214059.851000', '214059.854000', '214059.856000', '214059.859000', '214059.861000', '214059.864000', '214059.866000', '214059.869000', '214059.871000', '214059.874000', '214059.876000', '214059.879000', '214059.881000', '214059.884000', '214059.887000', '214059.889000', '214115.704000', '214115.707000', '214115.710000', '214115.712000', '214115.715000', '214115.718000', '214115.720000', '214115.723000', '214115.725000', '214115.728000', '214115.731000', '214115.733000', '214115.736000', '214115.739000', '214115.743000', '214115.745000', '214115.748000', '214115.751000', '214115.753000', '214115.756000', '214115.759000', '214115.761000', '214115.764000', '214115.767000', '214115.771000', '214115.774000', '214115.777000', '214115.781000', '214115.788000', '214115.790000', '214115.793000', '214115.796000', '214115.798000', '214115.801000', '214115.804000'], 'InstanceCreationTime': ['213459.808000', '213459.811000', '213459.813000', '213459.816000', '213459.819000', '213459.821000', '213459.824000', '213459.826000', '213459.829000', '213459.831000', '213459.834000', '213459.836000', '213459.839000', '213459.841000', '213459.844000', '213459.846000', '213459.849000', '213459.851000', '213459.854000', '213459.856000', '213459.859000', '213459.861000', '213459.870000', '213459.873000', '213459.875000', '213459.878000', '213459.880000', '213459.883000', '213459.885000', '213459.888000', '213459.890000', '213459.893000', '213459.896000', '213459.899000', '213459.901000', '213459.904000', '213459.907000', '213459.909000', '213459.912000', '213459.914000', '213459.917000', '213459.919000', '213459.922000', '213459.924000', '213459.927000', '213459.929000', '213459.932000', '213459.934000', '213459.937000', '213459.940000', '213459.942000', '213459.945000', '213459.947000', '213459.950000', '213519.780000', '213519.783000', '213519.786000', '213519.789000', '213519.791000', '213519.794000', '213519.796000', '213519.799000', '213519.801000', '213519.804000', '213519.806000', '213519.809000', '213519.811000', '213519.814000', '213519.816000', '213519.819000', '213519.822000', '213519.824000', '213519.827000', '213519.829000', '213519.832000', '213519.834000', '213519.837000', '213519.839000', '213519.842000', '213519.844000', '213519.847000', '213519.849000', '213519.852000', '213519.855000', '213519.867000', '213519.869000', '213519.872000', '213519.874000', '213519.877000', '213519.879000', '213519.882000', '213519.884000', '213519.887000', '213519.889000', '213519.892000', '213519.895000', '213519.897000', '213519.900000', '213539.780000', '213539.783000', '213539.786000', '213539.788000', '213539.791000', '213539.793000', '213539.796000', '213539.798000', '213539.801000', '213539.804000', '213539.806000', '213539.809000', '213539.811000', '213539.814000', '213539.816000', '213539.819000', '213539.821000', '213539.824000', '213539.827000', '213539.829000', '213539.832000', '213539.834000', '213539.837000', '213539.839000', '213539.842000', '213539.844000', '213539.847000', '213539.849000', '213539.852000', '213539.854000', '213539.857000', '213539.859000', '213539.862000', '213539.865000', '213539.867000', '213539.870000', '213539.872000', '213539.875000', '213539.877000', '213539.880000', '213539.882000', '213539.885000', '213539.888000', '213559.780000', '213559.782000', '213559.785000', '213559.787000', '213559.790000', '213559.793000', '213559.795000', '213559.798000', '213559.800000', '213559.803000', '213559.805000', '213559.808000', '213559.810000', '213559.813000', '213559.815000', '213559.818000', '213559.820000', '213559.823000', '213559.826000', '213559.828000', '213559.831000', '213559.833000', '213559.836000', '213559.838000', '213559.841000', '213559.843000', '213559.846000', '213559.848000', '213559.851000', '213559.854000', '213559.856000', '213559.859000', '213559.861000', '213559.864000', '213559.866000', '213559.869000', '213559.871000', '213559.882000', '213559.884000', '213559.887000', '213559.889000', '213559.892000', '213559.895000', '213559.897000', '213619.780000', '213619.786000', '213619.789000', '213619.792000', '213619.794000', '213619.797000', '213619.799000', '213619.802000', '213619.804000', '213619.807000', '213619.809000', '213619.812000', '213619.814000', '213619.817000', '213619.820000', '213619.822000', '213619.825000', '213619.827000', '213619.830000', '213619.832000', '213619.835000', '213619.837000', '213619.840000', '213619.842000', '213619.845000', '213619.847000', '213619.850000', '213619.853000', '213619.855000', '213619.858000', '213619.860000', '213619.863000', '213619.865000', '213619.868000', '213619.870000', '213619.873000', '213619.876000', '213619.878000', '213619.881000', '213619.883000', '213619.886000', '213619.888000', '213619.891000', '213639.779000', '213639.782000', '213639.785000', '213639.788000', '213639.790000', '213639.802000', '213639.805000', '213639.807000', '213639.810000', '213639.812000', '213639.815000', '213639.817000', '213639.820000', '213639.823000', '213639.826000', '213639.828000', '213639.831000', '213639.833000', '213639.836000', '213639.838000', '213639.841000', '213639.844000', '213639.846000', '213639.849000', '213639.851000', '213639.854000', '213639.856000', '213639.859000', '213639.861000', '213639.864000', '213639.867000', '213639.869000', '213639.872000', '213639.874000', '213639.877000', '213639.879000', '213639.882000', '213639.884000', '213639.887000', '213639.889000', '213639.892000', '213639.895000', '213639.897000', '213659.779000', '213659.782000', '213659.785000', '213659.787000', '213659.790000', '213659.792000', '213659.795000', '213659.797000', '213659.800000', '213659.802000', '213659.805000', '213659.808000', '213659.810000', '213659.813000', '213659.815000', '213659.818000', '213659.820000', '213659.823000', '213659.825000', '213659.828000', '213659.831000', '213659.833000', '213659.836000', '213659.838000', '213659.841000', '213659.843000', '213659.846000', '213659.849000', '213659.851000', '213659.854000', '213659.856000', '213659.859000', '213659.861000', '213659.864000', '213659.866000', '213659.869000', '213659.872000', '213659.874000', '213659.877000', '213659.879000', '213659.898000', '213659.901000', '213659.903000', '213659.906000', '213719.780000', '213719.783000', '213719.786000', '213719.788000', '213719.791000', '213719.793000', '213719.796000', '213719.798000', '213719.801000', '213719.804000', '213719.806000', '213719.809000', '213719.811000', '213719.814000', '213719.816000', '213719.819000', '213719.821000', '213719.824000', '213719.827000', '213719.829000', '213719.832000', '213719.834000', '213719.837000', '213719.839000', '213719.842000', '213719.845000', '213719.847000', '213719.850000', '213719.852000', '213719.855000', '213719.857000', '213719.860000', '213719.862000', '213719.865000', '213719.867000', '213719.870000', '213719.873000', '213719.875000', '213719.878000', '213719.880000', '213719.883000', '213719.885000', '213719.888000', '213719.890000', '213739.780000', '213739.783000', '213739.786000', '213739.788000', '213739.791000', '213739.794000', '213739.796000', '213739.799000', '213739.801000', '213739.804000', '213739.807000', '213739.809000', '213739.812000', '213739.814000', '213739.817000', '213739.819000', '213739.822000', '213739.825000', '213739.827000', '213739.830000', '213739.832000', '213739.835000', '213739.838000', '213739.840000', '213739.843000', '213739.845000', '213739.848000', '213739.851000', '213739.853000', '213739.856000', '213739.858000', '213739.861000', '213739.863000', '213739.866000', '213739.869000', '213739.871000', '213739.874000', '213739.876000', '213739.879000', '213739.881000', '213739.884000', '213739.887000', '213739.889000', '213759.780000', '213759.783000', '213759.786000', '213759.788000', '213759.791000', '213759.793000', '213759.796000', '213759.798000', '213759.801000', '213759.803000', '213759.806000', '213759.809000', '213759.812000', '213759.814000', '213759.817000', '213759.819000', '213759.822000', '213759.824000', '213759.827000', '213759.830000', '213759.832000', '213759.835000', '213759.837000', '213759.840000', '213759.842000', '213759.845000', '213759.847000', '213759.850000', '213759.853000', '213759.855000', '213759.858000', '213759.860000', '213759.863000', '213759.866000', '213759.868000', '213759.871000', '213759.873000', '213759.876000', '213759.879000', '213759.881000', '213759.884000', '213759.886000', '213759.898000', '213759.900000', '213819.780000', '213819.782000', '213819.785000', '213819.788000', '213819.790000', '213819.793000', '213819.795000', '213819.798000', '213819.800000', '213819.803000', '213819.805000', '213819.808000', '213819.811000', '213819.813000', '213819.816000', '213819.818000', '213819.821000', '213819.823000', '213819.826000', '213819.828000', '213819.831000', '213819.834000', '213819.836000', '213819.839000', '213819.841000', '213819.844000', '213819.846000', '213819.849000', '213819.851000', '213819.854000', '213819.856000', '213819.859000', '213819.862000', '213819.864000', '213819.867000', '213819.869000', '213819.872000', '213819.874000', '213819.877000', '213819.879000', '213819.882000', '213819.884000', '213819.887000', '213839.780000', '213839.782000', '213839.785000', '213839.787000', '213839.790000', '213839.793000', '213839.795000', '213839.798000', '213839.800000', '213839.803000', '213839.806000', '213839.808000', '213839.811000', '213839.813000', '213839.816000', '213839.818000', '213839.821000', '213839.823000', '213839.826000', '213839.828000', '213839.831000', '213839.869000', '213839.872000', '213839.881000', '213839.883000', '213839.886000', '213839.889000', '213839.891000', '213839.894000', '213839.896000', '213839.899000', '213839.901000', '213839.904000', '213839.906000', '213839.909000', '213839.912000', '213839.914000', '213839.917000', '213839.919000', '213839.922000', '213839.924000', '213839.927000', '213839.930000', '213839.932000', '213859.780000', '213859.782000', '213859.785000', '213859.788000', '213859.790000', '213859.793000', '213859.795000', '213859.798000', '213859.801000', '213859.803000', '213859.806000', '213859.808000', '213859.811000', '213859.813000', '213859.816000', '213859.818000', '213859.821000', '213859.824000', '213859.826000', '213859.829000', '213859.831000', '213859.834000', '213859.836000', '213859.839000', '213859.841000', '213859.844000', '213859.847000', '213859.849000', '213859.852000', '213859.854000', '213859.857000', '213859.859000', '213859.862000', '213859.864000', '213859.867000', '213859.869000', '213859.872000', '213859.875000', '213859.877000', '213859.880000', '213859.882000', '213859.885000', '213859.887000', '213919.780000', '213919.782000', '213919.785000', '213919.787000', '213919.790000', '213919.793000', '213919.795000', '213919.798000', '213919.800000', '213919.803000', '213919.806000', '213919.808000', '213919.811000', '213919.814000', '213919.817000', '213919.820000', '213919.822000', '213919.825000', '213919.828000', '213919.830000', '213919.833000', '213919.835000', '213919.838000', '213919.840000', '213919.843000', '213919.845000', '213919.849000', '213919.852000', '213919.855000', '213919.857000', '213919.860000', '213919.862000', '213919.865000', '213919.868000', '213919.870000', '213919.873000', '213919.875000', '213919.878000', '213919.880000', '213919.883000', '213919.886000', '213919.888000', '213919.891000', '213939.780000', '213939.783000', '213939.786000', '213939.788000', '213939.791000', '213939.794000', '213939.796000', '213939.799000', '213939.801000', '213939.804000', '213939.806000', '213939.809000', '213939.811000', '213939.814000', '213939.817000', '213939.819000', '213939.822000', '213939.824000', '213939.827000', '213939.829000', '213939.832000', '213939.835000', '213939.837000', '213939.840000', '213939.842000', '213939.845000', '213939.847000', '213939.850000', '213939.853000', '213939.855000', '213939.858000', '213939.860000', '213939.863000', '213939.866000', '213939.868000', '213939.871000', '213939.873000', '213939.876000', '213939.878000', '213939.881000', '213939.884000', '213939.886000', '213939.889000', '213939.891000', '213959.781000', '213959.783000', '213959.786000', '213959.789000', '213959.791000', '213959.794000', '213959.796000', '213959.799000', '213959.802000', '213959.804000', '213959.807000', '213959.809000', '213959.812000', '213959.815000', '213959.817000', '213959.820000', '213959.823000', '213959.825000', '213959.828000', '213959.830000', '213959.833000', '213959.835000', '213959.838000', '213959.841000', '213959.843000', '213959.846000', '213959.848000', '213959.851000', '213959.853000', '213959.856000', '213959.859000', '213959.861000', '213959.864000', '213959.866000', '213959.869000', '213959.871000', '213959.874000', '213959.877000', '213959.879000', '213959.882000', '213959.884000', '213959.887000', '213959.889000', '214019.780000', '214019.783000', '214019.786000', '214019.788000', '214019.791000', '214019.793000', '214019.796000', '214019.799000', '214019.801000', '214019.804000', '214019.806000', '214019.809000', '214019.811000', '214019.814000', '214019.817000', '214019.819000', '214019.822000', '214019.824000', '214019.827000', '214019.830000', '214019.832000', '214019.835000', '214019.837000', '214019.840000', '214019.842000', '214019.845000', '214019.847000', '214019.850000', '214019.853000', '214019.855000', '214019.858000', '214019.860000', '214019.863000', '214019.865000', '214019.868000', '214019.871000', '214019.873000', '214019.876000', '214019.878000', '214019.881000', '214019.883000', '214019.886000', '214019.889000', '214019.891000', '214039.779000', '214039.782000', '214039.785000', '214039.788000', '214039.790000', '214039.793000', '214039.795000', '214039.798000', '214039.800000', '214039.803000', '214039.806000', '214039.808000', '214039.811000', '214039.814000', '214039.816000', '214039.819000', '214039.821000', '214039.824000', '214039.826000', '214039.829000', '214039.832000', '214039.834000', '214039.837000', '214039.839000', '214039.842000', '214039.844000', '214039.848000', '214039.851000', '214039.853000', '214039.856000', '214039.859000', '214039.861000', '214039.864000', '214039.866000', '214039.869000', '214039.872000', '214039.874000', '214039.877000', '214039.879000', '214039.882000', '214039.885000', '214039.889000', '214039.892000', '214059.780000', '214059.782000', '214059.785000', '214059.787000', '214059.790000', '214059.793000', '214059.795000', '214059.798000', '214059.800000', '214059.803000', '214059.805000', '214059.808000', '214059.811000', '214059.813000', '214059.816000', '214059.818000', '214059.821000', '214059.823000', '214059.826000', '214059.828000', '214059.831000', '214059.833000', '214059.836000', '214059.838000', '214059.841000', '214059.843000', '214059.846000', '214059.848000', '214059.851000', '214059.854000', '214059.856000', '214059.859000', '214059.861000', '214059.864000', '214059.866000', '214059.869000', '214059.871000', '214059.874000', '214059.876000', '214059.879000', '214059.881000', '214059.884000', '214059.887000', '214059.889000', '214115.704000', '214115.707000', '214115.710000', '214115.712000', '214115.715000', '214115.718000', '214115.720000', '214115.723000', '214115.725000', '214115.728000', '214115.731000', '214115.733000', '214115.736000', '214115.739000', '214115.743000', '214115.745000', '214115.748000', '214115.751000', '214115.753000', '214115.756000', '214115.759000', '214115.761000', '214115.764000', '214115.767000', '214115.771000', '214115.774000', '214115.777000', '214115.781000', '214115.788000', '214115.790000', '214115.793000', '214115.796000', '214115.798000', '214115.801000', '214115.804000'], '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': [9653, 13139, 9502, 12509, 10454, 10462, 11060, 7334, 11963, 9096, 8469, 6069, 6626, 10648, 6042, 8392, 6741, 7180, 6125, 6590, 8060, 6209, 8689, 6267, 7871, 7636, 7195, 7329, 6513, 8983, 6054, 9599, 7119, 9699, 6405, 8518, 6617, 8274, 10669, 8683, 12666, 9717, 8729, 12648, 6533, 11606, 10464, 7574, 10343, 6165, 6580, 11694, 6299, 7672, 6371, 6214, 6362, 6709, 6415, 6548, 8544, 6126, 8685, 7668, 6777, 11608, 7489, 6770, 13774, 10011, 9460, 14344, 6380, 9667, 6424, 6837, 12879, 6482, 7506, 9733, 6056, 8246, 6291, 6973, 6133, 6894, 6589, 6359, 5951, 6358, 8362, 6236, 12717, 9451, 13628, 9761, 11280, 14073, 10592, 15042, 12551, 11314, 7996, 7661, 6266, 6633, 10860, 6024, 7956, 7901, 6375, 11853, 6459, 6972, 13727, 6432, 7431, 6062, 6953, 6365, 5908, 8747, 6303, 7706, 6988, 6811, 7584, 6383, 12707, 9327, 9949, 6854, 6957, 6273, 5868, 12058, 7046, 12971, 8701, 9155, 6846, 7826, 10713, 6947, 8928, 7613, 6385, 7096, 10159, 6873, 14671, 12227, 11566, 10282, 7766, 11048, 8022, 8756, 12636, 6802, 11574, 6117, 7034, 8260, 6399, 7572, 6169, 6196, 7354, 5879, 7200, 5963, 7303, 6619, 6698, 9817, 6181, 9219, 5908, 7710, 6247, 7387, 13313, 9933, 11697, 12108, 8005, 13379, 10549, 9293, 14271, 6609, 8518, 6156, 7447, 5997, 5947, 9131, 6315, 6762, 10058, 6193, 9024, 6741, 6759, 5872, 7019, 5877, 6385, 10061, 7672, 7662, 12462, 6411, 7010, 8555, 6415, 8168, 6155, 6893, 5951, 7618, 5977, 9591, 6619, 10934, 7157, 8815, 13892, 6121, 12177, 11005, 8272, 13024, 6222, 7104, 5727, 7309, 7585, 6374, 8758, 6253, 7250, 6217, 6712, 12654, 6103, 9486, 6833, 8115, 6106, 7561, 13972, 6736, 10604, 11739, 7934, 14036, 7492, 7254, 13961, 7688, 7197, 6338, 6325, 8224, 6482, 7180, 6141, 6915, 6210, 6938, 6185, 6998, 6013, 7182, 6156, 8789, 11729, 7732, 8356, 12172, 6675, 9325, 6442, 8181, 6207, 6867, 12360, 9980, 13459, 11985, 14286, 10357, 9855, 7019, 8581, 7124, 8400, 15045, 10600, 13634, 6182, 8440, 6776, 7087, 9281, 6069, 8576, 5967, 7210, 6847, 6937, 6773, 7169, 6411, 6315, 6500, 7200, 5951, 7289, 6498, 6724, 11464, 6367, 11380, 8493, 10050, 12013, 6917, 12260, 6233, 10635, 7049, 8376, 7109, 6176, 10688, 6553, 6929, 6322, 6881, 7181, 6004, 8632, 6000, 7374, 6246, 7365, 5890, 7623, 6290, 8610, 6810, 10541, 5944, 7292, 6123, 7183, 12139, 6366, 10855, 9347, 8654, 13655, 6880, 12110, 6174, 8098, 6413, 7774, 6762, 7411, 9285, 6673, 11714, 7687, 8540, 6397, 7173, 7412, 6500, 12083, 7279, 10487, 7199, 7033, 7092, 6780, 6589, 6608, 12017, 6418, 11969, 10183, 13004, 7049, 8889, 11378, 7588, 15368, 11146, 11572, 14335, 6945, 10120, 8417, 7513, 9745, 5674, 7546, 6946, 7126, 6522, 6626, 6076, 6610, 6061, 7267, 7028, 6602, 10151, 6416, 10924, 7635, 11289, 10024, 8437, 14360, 9437, 12991, 10170, 9573, 12977, 6485, 10202, 7029, 8675, 6913, 7111, 6815, 7074, 6914, 6549, 6007, 7173, 5910, 7250, 13885, 9260, 13079, 8266, 9973, 15184, 10958, 12720, 8548, 8484, 13174, 6136, 7631, 6298, 6831, 7786, 6086, 7322, 6928, 6922, 7050, 6109, 8547, 6957, 6086, 10112, 7359, 8244, 10092, 6130, 7723, 6456, 7269, 6051, 6355, 9850, 6044, 9257, 7799, 9941, 9719, 6909, 13851, 10765, 9706, 14656, 6770, 11996, 12551, 9132, 13005, 8017, 7850, 11252, 6611, 9960, 6256, 6678, 14105, 6156, 7066, 6104, 6492, 7100, 5969, 6800, 5980, 6676, 7317, 6562, 6264, 6568, 11022, 6109, 9582, 7223, 6235, 9657, 6229, 11129, 7212, 6155, 8617, 5857, 12302, 6158, 9298, 5846, 6873, 5944, 6787, 6309, 6837, 10718, 6160, 9786, 6909, 8450, 9334, 6517, 11270, 6924, 9028, 7176, 6642, 13984, 6176, 7400, 11377, 6109, 8980, 6532, 6846, 6169, 6132, 8428, 5960, 7185, 5969, 7294, 6098, 7920, 6208, 7516, 11751, 6914, 11448, 8550, 9697, 12529, 6117, 12343, 9809, 9282, 13232, 6046, 8691, 7338, 7680, 9207, 6090, 9072, 6619, 6907, 6253, 6676, 11622, 6091, 6572, 10287, 5916, 10517, 6705, 7187, 11368, 6068, 10781, 6746, 6925, 6198, 6796, 13374, 7104, 11882, 7177, 6946, 13080, 6238, 11821, 9531, 8612, 14278, 6619, 7235, 7705, 6436, 10161, 6094, 7116, 6659, 6810, 6187, 7668, 5917, 6995, 11739, 7073, 10152, 7119, 6872, 12057, 8778, 14108, 9818, 10225, 15194, 6450, 9598, 8707, 7462, 13637, 6122, 6886, 6000, 6248, 8956, 6159, 6491, 6674, 6585, 6177, 6768, 10567, 5865, 9176, 6910, 9051, 6323, 7537, 6394, 6754, 13698, 9420, 10841, 9837, 7935, 13447, 6658, 10035, 6617, 6908, 13697, 5890, 9008, 6724, 6598, 11489, 5775, 8216, 6466, 6678, 10894, 7313, 6357, 11869, 6452, 6767, 6095, 6133, 8973, 6517, 6270, 6964, 5867, 7518, 6822, 6705, 6033, 6056, 10604, 6637, 9294, 8705, 7060, 13444, 8015, 7482, 12008, 7464, 12697, 7958, 7184, 14082, 10372, 8988, 10228, 5771, 7117, 6957, 6584, 6811, 6142, 6961, 6827, 9129, 5989, 8611, 6581, 8652, 6501, 9992, 6835, 10849, 11703, 9577, 14182, 11564, 12875, 8870, 9483, 14467, 10120, 8782, 7466, 6253, 8952, 6579, 6575, 6311, 6451, 8751, 5910, 6513, 6314, 6336, 6571, 6320, 6161, 6791, 5911, 6581, 10083, 7624, 9544, 10133, 7652, 10310, 6575, 6836, 10295, 6844, 10699, 8207, 8520, 6736, 7063, 13372, 7029, 12446, 6394, 10587, 6583, 8469, 13612, 6230, 12803, 6899, 6672, 7763, 6328, 7933, 5755, 7595, 6826, 6586, 6257, 6029, 8556, 5970, 6944, 5839, 7050, 5943, 7705, 6576, 8017, 7350, 6596, 11713, 5851, 10478, 6776, 6495, 9750, 5962, 11017, 6347, 7011, 6547, 6141, 6007, 6473, 5991, 5850, 8589, 5985, 8557, 6728, 8569, 12154, 5816, 10993, 8424, 8523, 13763, 5936, 8413, 11389, 6829, 10471, 6506, 6563, 5926, 6473, 8023, 6012, 8468, 5772, 6922, 6168, 7139, 6089, 6448, 10612, 5914, 10314, 7298, 7712, 11747, 5897, 10355, 6018, 10059, 7376], 'WindowCenter': [3710.0, 3713.0, 3681.0, 3688.0, 3663.0, 3660.0, 3657.0, 3616.0, 3657.0, 3635.0, 3624.0, 3579.0, 3602.0, 3644.0, 3592.0, 3625.0, 3604.0, 3614.0, 3593.0, 3616.0, 3625.0, 3605.0, 3635.0, 3618.0, 3641.0, 3641.0, 3629.0, 3628.0, 3617.0, 3648.0, 3607.0, 3660.0, 3628.0, 3648.0, 3606.0, 3650.0, 3617.0, 3639.0, 3659.0, 3638.0, 3669.0, 3636.0, 3636.0, 3655.0, 3591.0, 3657.0, 3633.0, 3611.0, 3632.0, 3578.0, 3601.0, 3642.0, 3590.0, 3611.0, 3589.0, 3592.0, 3591.0, 3603.0, 3604.0, 3606.0, 3651.0, 3620.0, 3653.0, 3641.0, 3619.0, 3658.0, 3618.0, 3618.0, 3669.0, 3646.0, 3637.0, 3657.0, 3608.0, 3667.0, 3623.0, 3606.0, 3642.0, 3563.0, 3531.0, 3580.0, 3564.0, 3583.0, 3563.0, 3588.0, 3579.0, 3601.0, 3591.0, 3594.0, 3594.0, 3605.0, 3627.0, 3594.0, 3658.0, 3638.0, 3667.0, 3635.0, 3645.0, 3666.0, 3633.0, 3654.0, 3643.0, 3620.0, 3597.0, 3588.0, 3575.0, 3588.0, 3630.0, 3579.0, 3611.0, 3600.0, 3580.0, 3631.0, 3578.0, 3590.0, 3654.0, 3590.0, 3601.0, 3579.0, 3591.0, 3589.0, 3580.0, 3613.0, 3594.0, 3614.0, 3603.0, 3603.0, 3614.0, 3592.0, 3656.0, 3626.0, 3636.0, 3603.0, 3603.0, 3592.0, 3594.0, 3668.0, 3616.0, 3657.0, 3625.0, 3636.0, 3603.0, 3615.0, 3659.0, 3616.0, 3624.0, 3614.0, 3592.0, 3603.0, 3633.0, 3604.0, 3667.0, 3646.0, 3646.0, 3621.0, 3601.0, 3632.0, 3600.0, 3612.0, 3642.0, 3578.0, 3630.0, 3567.0, 3603.0, 3611.0, 3590.0, 3599.0, 3578.0, 3593.0, 3615.0, 3584.0, 3603.0, 3593.0, 3615.0, 3616.0, 3631.0, 3649.0, 3607.0, 3637.0, 3583.0, 3615.0, 3593.0, 3615.0, 3658.0, 3637.0, 3647.0, 3643.0, 3614.0, 3654.0, 3632.0, 3622.0, 3641.0, 3589.0, 3623.0, 3581.0, 3601.0, 3580.0, 3592.0, 3622.0, 3591.0, 3592.0, 3633.0, 3582.0, 3613.0, 3604.0, 3604.0, 3582.0, 3604.0, 3583.0, 3605.0, 3647.0, 3626.0, 3615.0, 3643.0, 3593.0, 3603.0, 3622.0, 3592.0, 3626.0, 3596.0, 3604.0, 3596.0, 3615.0, 3606.0, 3648.0, 3607.0, 3659.0, 3605.0, 3637.0, 3657.0, 3594.0, 3658.0, 3643.0, 3612.0, 3653.0, 3580.0, 3614.0, 3581.0, 3613.0, 3612.0, 3593.0, 3623.0, 3592.0, 3603.0, 3592.0, 3603.0, 3654.0, 3593.0, 3633.0, 3592.0, 3613.0, 3580.0, 3613.0, 3654.0, 3591.0, 3645.0, 3642.0, 3612.0, 3651.0, 3599.0, 3599.0, 3652.0, 3599.0, 3589.0, 3591.0, 3590.0, 3609.0, 3588.0, 3614.0, 3592.0, 3614.0, 3592.0, 3603.0, 3595.0, 3604.0, 3595.0, 3615.0, 3606.0, 3638.0, 3659.0, 3602.0, 3613.0, 3646.0, 3594.0, 3637.0, 3606.0, 3626.0, 3592.0, 3603.0, 3654.0, 3633.0, 3653.0, 3643.0, 3643.0, 3620.0, 3621.0, 3589.0, 3609.0, 3576.0, 3597.0, 3638.0, 3617.0, 3626.0, 3564.0, 3597.0, 3576.0, 3576.0, 3606.0, 3565.0, 3595.0, 3564.0, 3586.0, 3602.0, 3600.0, 3588.0, 3588.0, 3590.0, 3591.0, 3592.0, 3614.0, 3593.0, 3615.0, 3593.0, 3605.0, 3645.0, 3593.0, 3645.0, 3624.0, 3635.0, 3643.0, 3602.0, 3644.0, 3582.0, 3634.0, 3603.0, 3613.0, 3591.0, 3582.0, 3634.0, 3592.0, 3604.0, 3592.0, 3603.0, 3601.0, 3595.0, 3625.0, 3595.0, 3615.0, 3607.0, 3628.0, 3596.0, 3629.0, 3621.0, 3651.0, 3620.0, 3661.0, 3607.0, 3630.0, 3608.0, 3630.0, 3670.0, 3608.0, 3663.0, 3640.0, 3640.0, 3671.0, 3617.0, 3658.0, 3595.0, 3627.0, 3606.0, 3629.0, 3617.0, 3629.0, 3638.0, 3618.0, 3660.0, 3630.0, 3639.0, 3606.0, 3617.0, 3615.0, 3606.0, 3669.0, 3616.0, 3647.0, 3617.0, 3618.0, 3616.0, 3617.0, 3619.0, 3619.0, 3669.0, 3606.0, 3657.0, 3649.0, 3657.0, 3603.0, 3625.0, 3646.0, 3615.0, 3667.0, 3644.0, 3645.0, 3653.0, 3590.0, 3633.0, 3610.0, 3600.0, 3619.0, 3569.0, 3612.0, 3603.0, 3602.0, 3590.0, 3603.0, 3592.0, 3606.0, 3606.0, 3631.0, 3619.0, 3632.0, 3649.0, 3607.0, 3649.0, 3616.0, 3660.0, 3638.0, 3627.0, 3668.0, 3637.0, 3658.0, 3637.0, 3637.0, 3643.0, 3593.0, 3634.0, 3602.0, 3623.0, 3615.0, 3603.0, 3602.0, 3606.0, 3607.0, 3607.0, 3608.0, 3618.0, 3608.0, 3631.0, 3670.0, 3638.0, 3670.0, 3626.0, 3636.0, 3669.0, 3635.0, 3646.0, 3612.0, 3613.0, 3654.0, 3580.0, 3601.0, 3579.0, 3603.0, 3600.0, 3580.0, 3601.0, 3602.0, 3604.0, 3602.0, 3593.0, 3623.0, 3601.0, 3593.0, 3636.0, 3603.0, 3614.0, 3632.0, 3582.0, 3613.0, 3593.0, 3604.0, 3593.0, 3606.0, 3648.0, 3609.0, 3638.0, 3616.0, 3637.0, 3634.0, 3605.0, 3668.0, 3635.0, 3624.0, 3655.0, 3592.0, 3645.0, 3643.0, 3622.0, 3642.0, 3613.0, 3614.0, 3632.0, 3603.0, 3635.0, 3579.0, 3589.0, 3652.0, 3580.0, 3601.0, 3579.0, 3592.0, 3601.0, 3605.0, 3604.0, 3593.0, 3602.0, 3615.0, 3616.0, 3605.0, 3604.0, 3647.0, 3593.0, 3634.0, 3613.0, 3595.0, 3636.0, 3594.0, 3644.0, 3602.0, 3582.0, 3624.0, 3593.0, 3656.0, 3594.0, 3622.0, 3583.0, 3616.0, 3595.0, 3605.0, 3593.0, 3604.0, 3646.0, 3594.0, 3647.0, 3603.0, 3625.0, 3635.0, 3606.0, 3646.0, 3615.0, 3623.0, 3601.0, 3602.0, 3654.0, 3581.0, 3603.0, 3644.0, 3581.0, 3611.0, 3592.0, 3604.0, 3580.0, 3581.0, 3612.0, 3593.0, 3614.0, 3607.0, 3630.0, 3609.0, 3639.0, 3610.0, 3630.0, 3658.0, 3618.0, 3660.0, 3637.0, 3638.0, 3657.0, 3596.0, 3670.0, 3636.0, 3636.0, 3654.0, 3581.0, 3624.0, 3603.0, 3614.0, 3623.0, 3593.0, 3624.0, 3604.0, 3604.0, 3593.0, 3605.0, 3658.0, 3594.0, 3605.0, 3647.0, 3583.0, 3634.0, 3603.0, 3618.0, 3658.0, 3596.0, 3646.0, 3604.0, 3603.0, 3593.0, 3604.0, 3657.0, 3604.0, 3645.0, 3602.0, 3604.0, 3655.0, 3582.0, 3645.0, 3621.0, 3611.0, 3652.0, 3588.0, 3614.0, 3612.0, 3591.0, 3621.0, 3580.0, 3602.0, 3602.0, 3603.0, 3593.0, 3614.0, 3594.0, 3605.0, 3656.0, 3605.0, 3649.0, 3617.0, 3618.0, 3659.0, 3638.0, 3658.0, 3635.0, 3634.0, 3653.0, 3580.0, 3623.0, 3611.0, 3601.0, 3653.0, 3580.0, 3602.0, 3579.0, 3592.0, 3622.0, 3582.0, 3593.0, 3604.0, 3606.0, 3593.0, 3605.0, 3646.0, 3583.0, 3636.0, 3606.0, 3624.0, 3592.0, 3615.0, 3606.0, 3606.0, 3657.0, 3626.0, 3635.0, 3622.0, 3613.0, 3656.0, 3604.0, 3623.0, 3590.0, 3602.0, 3652.0, 3569.0, 3610.0, 3590.0, 3591.0, 3632.0, 3569.0, 3613.0, 3579.0, 3590.0, 3631.0, 3589.0, 3580.0, 3630.0, 3578.0, 3589.0, 3578.0, 3581.0, 3623.0, 3591.0, 3594.0, 3603.0, 3583.0, 3615.0, 3606.0, 3618.0, 3594.0, 3595.0, 3647.0, 3617.0, 3637.0, 3626.0, 3604.0, 3658.0, 3625.0, 3616.0, 3657.0, 3603.0, 3644.0, 3613.0, 3616.0, 3655.0, 3622.0, 3612.0, 3621.0, 3582.0, 3602.0, 3603.0, 3603.0, 3603.0, 3594.0, 3604.0, 3607.0, 3636.0, 3595.0, 3625.0, 3604.0, 3638.0, 3606.0, 3637.0, 3606.0, 3649.0, 3646.0, 3636.0, 3658.0, 3647.0, 3645.0, 3611.0, 3623.0, 3654.0, 3621.0, 3610.0, 3587.0, 3579.0, 3609.0, 3578.0, 3589.0, 3577.0, 3579.0, 3609.0, 3569.0, 3580.0, 3592.0, 3580.0, 3591.0, 3592.0, 3593.0, 3604.0, 3583.0, 3606.0, 3648.0, 3617.0, 3638.0, 3636.0, 3615.0, 3634.0, 3592.0, 3592.0, 3631.0, 3592.0, 3634.0, 3612.0, 3611.0, 3578.0, 3590.0, 3642.0, 3590.0, 3655.0, 3593.0, 3633.0, 3590.0, 3613.0, 3653.0, 3567.0, 3630.0, 3578.0, 3579.0, 3589.0, 3580.0, 3599.0, 3567.0, 3612.0, 3591.0, 3590.0, 3590.0, 3579.0, 3610.0, 3581.0, 3602.0, 3596.0, 3615.0, 3595.0, 3626.0, 3606.0, 3614.0, 3613.0, 3617.0, 3658.0, 3595.0, 3634.0, 3602.0, 3593.0, 3634.0, 3581.0, 3644.0, 3604.0, 3603.0, 3592.0, 3592.0, 3581.0, 3594.0, 3593.0, 3597.0, 3638.0, 3596.0, 3638.0, 3607.0, 3627.0, 3655.0, 3583.0, 3647.0, 3613.0, 3625.0, 3655.0, 3582.0, 3624.0, 3646.0, 3593.0, 3633.0, 3591.0, 3591.0, 3581.0, 3593.0, 3613.0, 3593.0, 3624.0, 3595.0, 3617.0, 3605.0, 3618.0, 3595.0, 3607.0, 3648.0, 3597.0, 3648.0, 3617.0, 3614.0, 3644.0, 3583.0, 3636.0, 3596.0, 3647.0, 3618.0], 'WindowWidth': [8370.0, 8358.0, 8308.0, 8310.0, 8267.0, 8256.0, 8245.0, 8191.0, 8246.0, 8214.0, 8196.0, 8131.0, 8166.0, 8222.0, 8155.0, 8199.0, 8171.0, 8184.0, 8155.0, 8191.0, 8199.0, 8175.0, 8214.0, 8196.0, 8234.0, 8233.0, 8213.0, 8208.0, 8196.0, 8235.0, 8182.0, 8254.0, 8210.0, 8236.0, 8179.0, 8242.0, 8196.0, 8226.0, 8252.0, 8223.0, 8266.0, 8217.0, 8215.0, 8238.0, 8150.0, 8243.0, 8204.0, 8172.0, 8200.0, 8125.0, 8161.0, 8216.0, 8145.0, 8171.0, 8143.0, 8151.0, 8148.0, 8169.0, 8171.0, 8178.0, 8246.0, 8207.0, 8252.0, 8233.0, 8197.0, 8244.0, 8194.0, 8194.0, 8263.0, 8228.0, 8213.0, 8239.0, 8180.0, 8275.0, 8210.0, 8171.0, 8208.0, 8088.0, 8019.0, 8104.0, 8095.0, 8116.0, 8092.0, 8134.0, 8128.0, 8161.0, 8145.0, 8152.0, 8155.0, 8171.0, 8198.0, 8158.0, 8244.0, 8218.0, 8253.0, 8208.0, 8220.0, 8251.0, 8204.0, 8234.0, 8213.0, 8180.0, 8144.0, 8133.0, 8113.0, 8136.0, 8193.0, 8125.0, 8169.0, 8153.0, 8127.0, 8194.0, 8123.0, 8140.0, 8230.0, 8144.0, 8156.0, 8123.0, 8143.0, 8140.0, 8130.0, 8175.0, 8152.0, 8180.0, 8166.0, 8167.0, 8181.0, 8150.0, 8235.0, 8195.0, 8206.0, 8163.0, 8167.0, 8149.0, 8157.0, 8260.0, 8191.0, 8241.0, 8197.0, 8213.0, 8164.0, 8182.0, 8249.0, 8187.0, 8195.0, 8181.0, 8149.0, 8165.0, 8203.0, 8166.0, 8256.0, 8224.0, 8223.0, 8182.0, 8156.0, 8196.0, 8154.0, 8172.0, 8210.0, 8121.0, 8191.0, 8106.0, 8165.0, 8170.0, 8143.0, 8152.0, 8124.0, 8151.0, 8185.0, 8141.0, 8163.0, 8152.0, 8182.0, 8188.0, 8217.0, 8235.0, 8179.0, 8215.0, 8140.0, 8182.0, 8150.0, 8182.0, 8243.0, 8214.0, 8228.0, 8214.0, 8178.0, 8232.0, 8199.0, 8184.0, 8210.0, 8138.0, 8188.0, 8133.0, 8158.0, 8129.0, 8150.0, 8186.0, 8145.0, 8147.0, 8202.0, 8134.0, 8174.0, 8166.0, 8167.0, 8136.0, 8169.0, 8140.0, 8175.0, 8230.0, 8200.0, 8185.0, 8216.0, 8153.0, 8163.0, 8185.0, 8151.0, 8199.0, 8159.0, 8167.0, 8162.0, 8186.0, 8177.0, 8231.0, 8177.0, 8246.0, 8171.0, 8216.0, 8240.0, 8159.0, 8244.0, 8216.0, 8173.0, 8228.0, 8129.0, 8185.0, 8133.0, 8181.0, 8173.0, 8151.0, 8190.0, 8149.0, 8165.0, 8151.0, 8165.0, 8233.0, 8152.0, 8204.0, 8148.0, 8178.0, 8132.0, 8177.0, 8231.0, 8147.0, 8223.0, 8214.0, 8172.0, 8224.0, 8151.0, 8152.0, 8224.0, 8152.0, 8138.0, 8146.0, 8143.0, 8164.0, 8138.0, 8182.0, 8150.0, 8182.0, 8151.0, 8164.0, 8159.0, 8170.0, 8161.0, 8188.0, 8177.0, 8222.0, 8251.0, 8161.0, 8176.0, 8221.0, 8153.0, 8212.0, 8175.0, 8201.0, 8149.0, 8166.0, 8232.0, 8204.0, 8231.0, 8213.0, 8212.0, 8178.0, 8185.0, 8138.0, 8165.0, 8114.0, 8142.0, 8198.0, 8168.0, 8177.0, 8097.0, 8144.0, 8116.0, 8114.0, 8153.0, 8097.0, 8137.0, 8098.0, 8130.0, 8163.0, 8155.0, 8137.0, 8136.0, 8143.0, 8147.0, 8149.0, 8183.0, 8153.0, 8185.0, 8152.0, 8171.0, 8223.0, 8151.0, 8223.0, 8192.0, 8206.0, 8216.0, 8161.0, 8217.0, 8136.0, 8205.0, 8163.0, 8177.0, 8143.0, 8135.0, 8204.0, 8149.0, 8166.0, 8148.0, 8165.0, 8160.0, 8158.0, 8198.0, 8159.0, 8185.0, 8177.0, 8208.0, 8166.0, 8211.0, 8208.0, 8244.0, 8202.0, 8254.0, 8182.0, 8217.0, 8183.0, 8216.0, 8268.0, 8182.0, 8259.0, 8223.0, 8225.0, 8267.0, 8190.0, 8244.0, 8159.0, 8202.0, 8176.0, 8209.0, 8192.0, 8209.0, 8220.0, 8194.0, 8250.0, 8213.0, 8223.0, 8176.0, 8191.0, 8186.0, 8175.0, 8260.0, 8189.0, 8229.0, 8191.0, 8195.0, 8189.0, 8191.0, 8199.0, 8199.0, 8263.0, 8175.0, 8242.0, 8233.0, 8238.0, 8163.0, 8194.0, 8225.0, 8183.0, 8255.0, 8220.0, 8221.0, 8228.0, 8142.0, 8202.0, 8165.0, 8154.0, 8176.0, 8113.0, 8173.0, 8165.0, 8162.0, 8142.0, 8166.0, 8151.0, 8175.0, 8177.0, 8217.0, 8197.0, 8221.0, 8234.0, 8178.0, 8233.0, 8188.0, 8249.0, 8216.0, 8202.0, 8258.0, 8213.0, 8243.0, 8215.0, 8213.0, 8215.0, 8152.0, 8203.0, 8163.0, 8190.0, 8184.0, 8166.0, 8163.0, 8173.0, 8174.0, 8179.0, 8181.0, 8195.0, 8184.0, 8216.0, 8264.0, 8220.0, 8265.0, 8200.0, 8212.0, 8264.0, 8208.0, 8223.0, 8172.0, 8175.0, 8231.0, 8128.0, 8156.0, 8127.0, 8166.0, 8156.0, 8132.0, 8158.0, 8164.0, 8168.0, 8163.0, 8152.0, 8191.0, 8157.0, 8153.0, 8211.0, 8165.0, 8178.0, 8198.0, 8136.0, 8177.0, 8152.0, 8166.0, 8151.0, 8172.0, 8232.0, 8184.0, 8220.0, 8187.0, 8213.0, 8206.0, 8170.0, 8257.0, 8208.0, 8193.0, 8234.0, 8149.0, 8220.0, 8215.0, 8185.0, 8211.0, 8177.0, 8179.0, 8199.0, 8164.0, 8209.0, 8125.0, 8138.0, 8226.0, 8132.0, 8159.0, 8126.0, 8149.0, 8160.0, 8174.0, 8168.0, 8155.0, 8164.0, 8188.0, 8189.0, 8174.0, 8171.0, 8228.0, 8153.0, 8207.0, 8178.0, 8161.0, 8213.0, 8157.0, 8219.0, 8162.0, 8136.0, 8195.0, 8155.0, 8239.0, 8156.0, 8190.0, 8140.0, 8189.0, 8160.0, 8173.0, 8153.0, 8169.0, 8225.0, 8155.0, 8229.0, 8166.0, 8196.0, 8210.0, 8177.0, 8226.0, 8186.0, 8190.0, 8159.0, 8161.0, 8232.0, 8132.0, 8163.0, 8216.0, 8132.0, 8170.0, 8148.0, 8166.0, 8130.0, 8132.0, 8175.0, 8154.0, 8183.0, 8182.0, 8215.0, 8188.0, 8226.0, 8190.0, 8212.0, 8247.0, 8193.0, 8251.0, 8217.0, 8218.0, 8241.0, 8164.0, 8266.0, 8213.0, 8211.0, 8231.0, 8133.0, 8193.0, 8165.0, 8181.0, 8190.0, 8153.0, 8194.0, 8168.0, 8169.0, 8154.0, 8170.0, 8244.0, 8156.0, 8169.0, 8227.0, 8139.0, 8207.0, 8167.0, 8196.0, 8247.0, 8162.0, 8226.0, 8166.0, 8165.0, 8153.0, 8168.0, 8241.0, 8168.0, 8221.0, 8161.0, 8166.0, 8234.0, 8135.0, 8221.0, 8184.0, 8170.0, 8225.0, 8137.0, 8179.0, 8175.0, 8146.0, 8181.0, 8131.0, 8163.0, 8163.0, 8167.0, 8154.0, 8181.0, 8158.0, 8169.0, 8238.0, 8171.0, 8233.0, 8191.0, 8194.0, 8249.0, 8219.0, 8242.0, 8207.0, 8202.0, 8227.0, 8125.0, 8186.0, 8168.0, 8157.0, 8226.0, 8128.0, 8159.0, 8125.0, 8146.0, 8184.0, 8133.0, 8149.0, 8165.0, 8172.0, 8151.0, 8172.0, 8225.0, 8140.0, 8211.0, 8171.0, 8191.0, 8148.0, 8184.0, 8176.0, 8172.0, 8239.0, 8193.0, 8206.0, 8184.0, 8176.0, 8239.0, 8167.0, 8187.0, 8141.0, 8160.0, 8226.0, 8111.0, 8164.0, 8141.0, 8143.0, 8200.0, 8113.0, 8175.0, 8124.0, 8141.0, 8192.0, 8138.0, 8127.0, 8193.0, 8124.0, 8138.0, 8121.0, 8132.0, 8189.0, 8147.0, 8154.0, 8163.0, 8139.0, 8186.0, 8175.0, 8194.0, 8156.0, 8160.0, 8228.0, 8194.0, 8218.0, 8199.0, 8166.0, 8243.0, 8199.0, 8187.0, 8240.0, 8165.0, 8218.0, 8176.0, 8187.0, 8235.0, 8185.0, 8169.0, 8179.0, 8134.0, 8159.0, 8164.0, 8162.0, 8165.0, 8157.0, 8170.0, 8178.0, 8216.0, 8159.0, 8196.0, 8169.0, 8218.0, 8176.0, 8216.0, 8174.0, 8232.0, 8225.0, 8211.0, 8244.0, 8226.0, 8220.0, 8168.0, 8188.0, 8232.0, 8183.0, 8167.0, 8130.0, 8123.0, 8162.0, 8122.0, 8138.0, 8120.0, 8125.0, 8164.0, 8112.0, 8127.0, 8147.0, 8128.0, 8146.0, 8150.0, 8154.0, 8169.0, 8141.0, 8177.0, 8232.0, 8190.0, 8219.0, 8213.0, 8183.0, 8205.0, 8147.0, 8148.0, 8198.0, 8148.0, 8204.0, 8172.0, 8168.0, 8122.0, 8141.0, 8212.0, 8141.0, 8234.0, 8154.0, 8204.0, 8142.0, 8176.0, 8228.0, 8106.0, 8188.0, 8119.0, 8122.0, 8135.0, 8126.0, 8151.0, 8110.0, 8174.0, 8146.0, 8143.0, 8140.0, 8127.0, 8167.0, 8133.0, 8162.0, 8165.0, 8186.0, 8160.0, 8202.0, 8176.0, 8182.0, 8179.0, 8192.0, 8244.0, 8158.0, 8204.0, 8164.0, 8153.0, 8205.0, 8133.0, 8219.0, 8169.0, 8163.0, 8147.0, 8150.0, 8134.0, 8155.0, 8152.0, 8167.0, 8219.0, 8163.0, 8220.0, 8176.0, 8202.0, 8236.0, 8139.0, 8227.0, 8179.0, 8196.0, 8235.0, 8134.0, 8194.0, 8224.0, 8151.0, 8202.0, 8144.0, 8145.0, 8132.0, 8154.0, 8179.0, 8154.0, 8197.0, 8163.0, 8192.0, 8174.0, 8195.0, 8161.0, 8179.0, 8232.0, 8167.0, 8233.0, 8193.0, 8178.0, 8218.0, 8138.0, 8210.0, 8160.0, 8229.0, 8193.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.005271127733026467</td></tr>
<tr><td colspan=3>aqi</td><td>0.036874220713463746</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.83089731380185</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2264225667741926</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.080589932926269</td></tr>
<tr><td colspan=3>efc</td><td>0.4514</td></tr>
<tr><td colspan=3>fber</td><td>6077.9238</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16634728092688017</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>223</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.66168009205984</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4016494951809833</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.325486399101538</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5781917567129367</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.301270329728474</td></tr>
<tr><td colspan=3>gcor</td><td>0.0120415</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018379677087068558</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028851421549916267</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.066998574243728</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.0355</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.709</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>133.7713</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308540.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>608.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.6943</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5693</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.7196</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2902.1309</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3777.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>748.458</td></tr>
<tr><td colspan=3>tsnr</td><td>32.13394230697304</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>