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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0056/ses-01/func/sub-0056_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c216231db7f5b9057b875e9bd34e9f73</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>20:03:42.672500</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.999962, 0.0068788, 0.00527075, -0.00680668, 0.999885, -0.013582]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0909174</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7753, -7225, 795, -14, -222, 36, 67]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.553</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7eb0d04e-afa1-4faa-b6e9-41cee45d242a||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.682826042175293, -0.018261820077896118, 0.014481631107628345, 113.79428100585938], [-0.018455326557159424, 2.6826171875, -0.0365731418132782, -98.05107879638672], [0.014141030609607697, 0.036439500749111176, 2.6997134685516357, -65.28993225097656], [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': ['200342.672500', '200343.132500', '200343.592500', '200344.052500', '200344.512500', '200344.972500', '200345.432500', '200345.892500', '200346.352500', '200346.812500', '200347.272500', '200347.732500', '200348.192500', '200348.652500', '200349.112500', '200349.572500', '200350.032500', '200350.492500', '200350.952500', '200351.412500', '200351.872500', '200352.332500', '200352.792500', '200353.252500', '200353.712500', '200354.172500', '200354.632500', '200355.092500', '200355.552500', '200356.012500', '200356.472500', '200356.932500', '200357.392500', '200357.852500', '200358.312500', '200358.772500', '200359.232500', '200359.692500', '200400.152500', '200400.612500', '200401.072500', '200401.532500', '200401.992500', '200402.452500', '200402.912500', '200403.372500', '200403.832500', '200404.292500', '200404.752500', '200405.212500', '200405.672500', '200406.132500', '200406.592500', '200407.052500', '200407.512500', '200407.972500', '200408.432500', '200408.892500', '200409.352500', '200409.812500', '200410.272500', '200410.732500', '200411.192500', '200411.652500', '200412.112500', '200412.572500', '200413.032500', '200413.492500', '200413.952500', '200414.412500', '200414.872500', '200415.332500', '200415.792500', '200416.252500', '200416.712500', '200417.172500', '200417.632500', '200418.092500', '200418.552500', '200419.012500', '200419.472500', '200419.932500', '200420.392500', '200420.852500', '200421.312500', '200421.772500', '200422.232500', '200422.692500', '200423.152500', '200423.612500', '200424.072500', '200424.532500', '200424.992500', '200425.452500', '200425.912500', '200426.372500', '200426.832500', '200427.292500', '200427.752500', '200428.212500', '200428.672500', '200429.132500', '200429.592500', '200430.052500', '200430.512500', '200430.972500', '200431.432500', '200431.892500', '200432.352500', '200432.812500', '200433.272500', '200433.732500', '200434.192500', '200434.652500', '200435.112500', '200435.572500', '200436.032500', '200436.492500', '200436.952500', '200437.412500', '200437.872500', '200438.332500', '200438.792500', '200439.252500', '200439.712500', '200440.172500', '200440.632500', '200441.092500', '200441.552500', '200442.012500', '200442.472500', '200442.932500', '200443.392500', '200443.852500', '200444.312500', '200444.772500', '200445.232500', '200445.692500', '200446.152500', '200446.612500', '200447.072500', '200447.532500', '200447.992500', '200448.452500', '200448.912500', '200449.372500', '200449.832500', '200450.292500', '200450.752500', '200451.212500', '200451.672500', '200452.132500', '200452.592500', '200453.052500', '200453.512500', '200453.972500', '200454.432500', '200454.892500', '200455.352500', '200455.812500', '200456.272500', '200456.732500', '200457.192500', '200457.652500', '200458.112500', '200458.572500', '200459.032500', '200459.492500', '200459.952500', '200500.412500', '200500.872500', '200501.332500', '200501.792500', '200502.252500', '200502.712500', '200503.172500', '200503.632500', '200504.092500', '200504.552500', '200505.012500', '200505.472500', '200505.932500', '200506.392500', '200506.852500', '200507.312500', '200507.772500', '200508.232500', '200508.692500', '200509.152500', '200509.612500', '200510.072500', '200510.532500', '200510.992500', '200511.452500', '200511.912500', '200512.372500', '200512.832500', '200513.292500', '200513.752500', '200514.212500', '200514.672500', '200515.132500', '200515.592500', '200516.052500', '200516.512500', '200516.972500', '200517.432500', '200517.892500', '200518.352500', '200518.812500', '200519.272500', '200519.732500', '200520.192500', '200520.652500', '200521.112500', '200521.572500', '200522.032500', '200522.492500', '200522.952500', '200523.412500', '200523.872500', '200524.332500', '200524.792500', '200525.252500', '200525.712500', '200526.172500', '200526.632500', '200527.092500', '200527.552500', '200528.012500', '200528.472500', '200528.932500', '200529.392500', '200529.852500', '200530.312500', '200530.772500', '200531.232500', '200531.692500', '200532.152500', '200532.612500', '200533.072500', '200533.532500', '200533.992500', '200534.452500', '200534.912500', '200535.372500', '200535.832500', '200536.292500', '200536.752500', '200537.212500', '200537.672500', '200538.132500', '200538.592500', '200539.052500', '200539.512500', '200539.972500', '200540.432500', '200540.892500', '200541.352500', '200541.812500', '200542.272500', '200542.732500', '200543.192500', '200543.652500', '200544.112500', '200544.572500', '200545.032500', '200545.492500', '200545.952500', '200546.412500', '200546.872500', '200547.332500', '200547.792500', '200548.252500', '200548.712500', '200549.172500', '200549.632500', '200550.092500', '200550.552500', '200551.012500', '200551.472500', '200551.932500', '200552.392500', '200552.852500', '200553.312500', '200553.772500', '200554.232500', '200554.692500', '200555.152500', '200555.612500', '200556.072500', '200556.532500', '200556.992500', '200557.452500', '200557.912500', '200558.372500', '200558.832500', '200559.292500', '200559.752500', '200600.212500', '200600.672500', '200601.132500', '200601.592500', '200602.052500', '200602.512500', '200602.972500', '200603.432500', '200603.892500', '200604.352500', '200604.812500', '200605.272500', '200605.732500', '200606.192500', '200606.652500', '200607.112500', '200607.572500', '200608.032500', '200608.492500', '200608.952500', '200609.412500', '200609.872500', '200610.332500', '200610.792500', '200611.252500', '200611.712500', '200612.172500', '200612.632500', '200613.092500', '200613.552500', '200614.012500', '200614.472500', '200614.932500', '200615.392500', '200615.852500', '200616.312500', '200616.772500', '200617.232500', '200617.692500', '200618.152500', '200618.612500', '200619.072500', '200619.532500', '200619.992500', '200620.452500', '200620.912500', '200621.372500', '200621.832500', '200622.292500', '200622.752500', '200623.212500', '200623.672500', '200624.132500', '200624.592500', '200625.052500', '200625.512500', '200625.972500', '200626.432500', '200626.892500', '200627.352500', '200627.812500', '200628.272500', '200628.732500', '200629.192500', '200629.652500', '200630.112500', '200630.572500', '200631.032500', '200631.492500', '200631.952500', '200632.412500', '200632.872500', '200633.332500', '200633.792500', '200634.252500', '200634.712500', '200635.172500', '200635.632500', '200636.092500', '200636.552500', '200637.012500', '200637.472500', '200637.932500', '200638.392500', '200638.852500', '200639.312500', '200639.772500', '200640.232500', '200640.692500', '200641.152500', '200641.612500', '200642.072500', '200642.532500', '200642.992500', '200643.452500', '200643.912500', '200644.372500', '200644.832500', '200645.292500', '200645.752500', '200646.212500', '200646.672500', '200647.132500', '200647.592500', '200648.052500', '200648.512500', '200648.972500', '200649.432500', '200649.892500', '200650.352500', '200650.812500', '200651.272500', '200651.732500', '200652.192500', '200652.652500', '200653.112500', '200653.572500', '200654.032500', '200654.492500', '200654.952500', '200655.412500', '200655.872500', '200656.332500', '200656.792500', '200657.252500', '200657.712500', '200658.172500', '200658.632500', '200659.092500', '200659.552500', '200700.012500', '200700.472500', '200700.932500', '200701.392500', '200701.852500', '200702.312500', '200702.772500', '200703.232500', '200703.692500', '200704.152500', '200704.612500', '200705.072500', '200705.532500', '200705.992500', '200706.452500', '200706.912500', '200707.372500', '200707.832500', '200708.292500', '200708.752500', '200709.212500', '200709.672500', '200710.132500', '200710.592500', '200711.052500', '200711.512500', '200711.972500', '200712.432500', '200712.892500', '200713.352500', '200713.812500', '200714.272500', '200714.732500', '200715.192500', '200715.652500', '200716.112500', '200716.572500', '200717.032500', '200717.492500', '200717.952500', '200718.412500', '200718.872500', '200719.332500', '200719.792500', '200720.252500', '200720.712500', '200721.172500', '200721.632500', '200722.092500', '200722.552500', '200723.012500', '200723.472500', '200723.932500', '200724.392500', '200724.852500', '200725.312500', '200725.772500', '200726.232500', '200726.692500', '200727.152500', '200727.612500', '200728.072500', '200728.532500', '200728.992500', '200729.452500', '200729.912500', '200730.372500', '200730.832500', '200731.292500', '200731.752500', '200732.212500', '200732.672500', '200733.132500', '200733.592500', '200734.052500', '200734.512500', '200734.972500', '200735.432500', '200735.892500', '200736.352500', '200736.812500', '200737.272500', '200737.732500', '200738.192500', '200738.652500', '200739.112500', '200739.572500', '200740.032500', '200740.492500', '200740.952500', '200741.412500', '200741.872500', '200742.332500', '200742.792500', '200743.252500', '200743.712500', '200744.172500', '200744.632500', '200745.092500', '200745.552500', '200746.012500', '200746.472500', '200746.932500', '200747.392500', '200747.852500', '200748.312500', '200748.772500', '200749.232500', '200749.692500', '200750.152500', '200750.612500', '200751.072500', '200751.532500', '200751.992500', '200752.452500', '200752.912500', '200753.372500', '200753.832500', '200754.292500', '200754.752500', '200755.212500', '200755.672500', '200756.132500', '200756.592500', '200757.052500', '200757.512500', '200757.972500', '200758.432500', '200758.892500', '200759.352500', '200759.812500', '200800.272500', '200800.732500', '200801.192500', '200801.652500', '200802.112500', '200802.572500', '200803.032500', '200803.492500', '200803.952500', '200804.412500', '200804.872500', '200805.332500', '200805.792500', '200806.252500', '200806.712500', '200807.172500', '200807.632500', '200808.092500', '200808.552500', '200809.012500', '200809.472500', '200809.932500', '200810.392500', '200810.852500', '200811.312500', '200811.772500', '200812.232500', '200812.692500', '200813.152500', '200813.612500', '200814.072500', '200814.532500', '200814.992500', '200815.452500', '200815.912500', '200816.372500', '200816.832500', '200817.292500', '200817.752500', '200818.212500', '200818.672500', '200819.132500', '200819.592500', '200820.052500', '200820.512500', '200820.972500', '200821.432500', '200821.892500', '200822.352500', '200822.812500', '200823.272500', '200823.732500', '200824.192500', '200824.652500', '200825.112500', '200825.572500', '200826.032500', '200826.492500', '200826.952500', '200827.412500', '200827.872500', '200828.332500', '200828.792500', '200829.252500', '200829.712500', '200830.172500', '200830.632500', '200831.092500', '200831.552500', '200832.012500', '200832.472500', '200832.932500', '200833.392500', '200833.852500', '200834.312500', '200834.772500', '200835.232500', '200835.692500', '200836.152500', '200836.612500', '200837.072500', '200837.532500', '200837.992500', '200838.452500', '200838.912500', '200839.372500', '200839.832500', '200840.292500', '200840.752500', '200841.212500', '200841.672500', '200842.132500', '200842.592500', '200843.052500', '200843.512500', '200843.972500', '200844.432500', '200844.892500', '200845.352500', '200845.812500', '200846.272500', '200846.732500', '200847.192500', '200847.652500', '200848.112500', '200848.572500', '200849.032500', '200849.492500', '200849.952500', '200850.412500', '200850.872500', '200851.332500', '200851.792500', '200852.252500', '200852.712500', '200853.172500', '200853.632500', '200854.092500', '200854.552500', '200855.012500', '200855.472500', '200855.932500', '200856.392500', '200856.852500', '200857.312500', '200857.772500', '200858.232500', '200858.692500', '200859.152500', '200859.612500', '200900.072500', '200900.532500', '200900.992500', '200901.452500', '200901.912500', '200902.372500', '200902.832500', '200903.292500', '200903.752500', '200904.212500', '200904.672500', '200905.132500', '200905.592500', '200906.052500', '200906.512500', '200906.972500', '200907.432500', '200907.892500', '200908.352500', '200908.812500', '200909.272500', '200909.732500', '200910.192500', '200910.652500', '200911.112500', '200911.572500', '200912.032500', '200912.492500', '200912.952500', '200913.412500', '200913.872500', '200914.332500', '200914.792500', '200915.252500', '200915.712500', '200916.172500', '200916.632500', '200917.092500', '200917.552500', '200918.012500', '200918.472500', '200918.932500', '200919.392500', '200919.852500', '200920.312500', '200920.772500', '200921.232500', '200921.692500', '200922.152500', '200922.612500', '200923.072500', '200923.532500', '200923.992500', '200924.452500', '200924.912500', '200925.372500', '200925.832500', '200926.292500', '200926.752500', '200927.212500', '200927.672500', '200928.132500', '200928.592500', '200929.052500', '200929.512500', '200929.972500', '200930.432500', '200930.892500', '200931.352500', '200931.812500', '200932.272500', '200932.732500', '200933.192500', '200933.652500', '200934.112500', '200934.572500', '200935.032500', '200935.492500', '200935.952500', '200936.412500', '200936.872500', '200937.332500', '200937.792500', '200938.252500', '200938.712500', '200939.172500', '200939.632500', '200940.092500', '200940.552500', '200941.012500', '200941.472500', '200941.932500', '200942.392500', '200942.852500', '200943.312500', '200943.772500', '200944.232500', '200944.692500', '200945.152500', '200945.612500', '200946.072500', '200946.532500', '200946.992500', '200947.452500', '200947.912500', '200948.372500', '200948.832500', '200949.292500', '200949.752500', '200950.212500', '200950.672500', '200951.132500', '200951.592500', '200952.052500', '200952.512500', '200952.972500', '200953.432500', '200953.892500', '200954.352500', '200954.812500', '200955.272500', '200955.732500', '200956.192500', '200956.652500', '200957.112500', '200957.572500', '200958.032500', '200958.492500', '200958.952500', '200959.412500', '200959.872500', '201000.332500', '201000.792500', '201001.252500', '201001.712500', '201002.172500', '201002.632500', '201003.092500', '201003.552500', '201004.012500', '201004.472500', '201004.932500', '201005.392500', '201005.852500', '201006.312500', '201006.772500', '201007.232500', '201007.692500', '201008.152500', '201008.612500', '201009.072500', '201009.532500', '201009.992500', '201010.452500', '201010.912500', '201011.372500', '201011.832500', '201012.292500', '201012.752500', '201013.212500', '201013.672500', '201014.132500', '201014.592500', '201015.052500', '201015.512500', '201015.972500', '201016.432500', '201016.892500', '201017.352500', '201017.812500', '201018.272500', '201018.732500', '201019.192500', '201019.652500', '201020.112500', '201020.572500', '201021.032500', '201021.492500', '201021.952500', '201022.412500', '201022.872500', '201023.332500'], 'ContentTime': ['200353.617000', '200353.621000', '200353.624000', '200353.626000', '200353.629000', '200353.631000', '200353.634000', '200353.636000', '200353.639000', '200353.641000', '200353.644000', '200353.647000', '200353.649000', '200353.677000', '200353.679000', '200353.682000', '200353.684000', '200353.687000', '200353.689000', '200353.692000', '200353.694000', '200353.697000', '200413.589000', '200413.591000', '200413.594000', '200413.596000', '200413.599000', '200413.602000', '200413.604000', '200413.607000', '200413.609000', '200413.612000', '200413.614000', '200413.617000', '200413.620000', '200413.622000', '200413.625000', '200413.627000', '200413.630000', '200413.632000', '200413.635000', '200413.637000', '200413.640000', '200413.643000', '200413.645000', '200413.648000', '200413.650000', '200413.653000', '200413.655000', '200413.658000', '200413.660000', '200413.663000', '200413.666000', '200413.668000', '200413.671000', '200413.673000', '200413.676000', '200413.679000', '200413.681000', '200413.684000', '200413.686000', '200413.689000', '200413.691000', '200413.694000', '200413.697000', '200433.589000', '200433.591000', '200433.594000', '200433.596000', '200433.599000', '200433.602000', '200433.604000', '200433.607000', '200433.609000', '200433.612000', '200433.615000', '200433.617000', '200433.620000', '200433.622000', '200433.625000', '200433.627000', '200433.630000', '200433.632000', '200433.635000', '200433.638000', '200433.640000', '200433.643000', '200433.645000', '200433.648000', '200433.650000', '200433.653000', '200433.655000', '200433.658000', '200433.660000', '200433.663000', '200433.666000', '200433.668000', '200433.671000', '200433.673000', '200433.676000', '200433.679000', '200433.681000', '200433.684000', '200433.686000', '200433.689000', '200433.691000', '200433.694000', '200433.696000', '200433.699000', '200453.589000', '200453.591000', '200453.594000', '200453.597000', '200453.599000', '200453.602000', '200453.605000', '200453.607000', '200453.610000', '200453.612000', '200453.615000', '200453.617000', '200453.620000', '200453.623000', '200453.625000', '200453.628000', '200453.630000', '200453.633000', '200453.635000', '200453.638000', '200453.640000', '200453.643000', '200453.646000', '200453.648000', '200453.651000', '200453.653000', '200453.656000', '200453.658000', '200453.661000', '200453.664000', '200453.666000', '200453.669000', '200453.671000', '200453.674000', '200453.677000', '200453.679000', '200453.682000', '200453.685000', '200453.687000', '200453.690000', '200453.693000', '200453.695000', '200453.698000', '200513.589000', '200513.593000', '200513.596000', '200513.598000', '200513.601000', '200513.604000', '200513.606000', '200513.609000', '200513.611000', '200513.614000', '200513.616000', '200513.619000', '200513.621000', '200513.624000', '200513.626000', '200513.629000', '200513.632000', '200513.634000', '200513.637000', '200513.639000', '200513.642000', '200513.645000', '200513.647000', '200513.650000', '200513.652000', '200513.655000', '200513.658000', '200513.660000', '200513.663000', '200513.665000', '200513.668000', '200513.671000', '200513.673000', '200513.676000', '200513.678000', '200513.681000', '200513.683000', '200513.686000', '200513.689000', '200513.691000', '200513.694000', '200513.696000', '200513.699000', '200513.701000', '200533.589000', '200533.591000', '200533.594000', '200533.597000', '200533.599000', '200533.602000', '200533.605000', '200533.607000', '200533.610000', '200533.613000', '200533.615000', '200533.618000', '200533.620000', '200533.623000', '200533.625000', '200533.628000', '200533.631000', '200533.633000', '200533.636000', '200533.638000', '200533.641000', '200533.644000', '200533.646000', '200533.649000', '200533.651000', '200533.654000', '200533.656000', '200533.659000', '200533.662000', '200533.664000', '200533.680000', '200533.682000', '200533.685000', '200533.687000', '200533.690000', '200533.693000', '200533.695000', '200533.698000', '200533.700000', '200533.703000', '200533.706000', '200533.708000', '200533.711000', '200553.588000', '200553.591000', '200553.594000', '200553.596000', '200553.599000', '200553.602000', '200553.604000', '200553.607000', '200553.609000', '200553.612000', '200553.614000', '200553.617000', '200553.619000', '200553.622000', '200553.625000', '200553.627000', '200553.630000', '200553.633000', '200553.635000', '200553.638000', '200553.640000', '200553.643000', '200553.645000', '200553.648000', '200553.651000', '200553.653000', '200553.656000', '200553.658000', '200553.661000', '200553.664000', '200553.666000', '200553.669000', '200553.671000', '200553.674000', '200553.677000', '200553.679000', '200553.682000', '200553.684000', '200553.687000', '200553.689000', '200553.692000', '200553.695000', '200553.697000', '200553.700000', '200613.589000', '200613.592000', '200613.594000', '200613.597000', '200613.599000', '200613.602000', '200613.605000', '200613.607000', '200613.610000', '200613.612000', '200613.615000', '200613.617000', '200613.620000', '200613.623000', '200613.625000', '200613.628000', '200613.630000', '200613.633000', '200613.636000', '200613.638000', '200613.641000', '200613.643000', '200613.646000', '200613.648000', '200613.651000', '200613.654000', '200613.656000', '200613.659000', '200613.661000', '200613.664000', '200613.667000', '200613.669000', '200613.672000', '200613.674000', '200613.677000', '200613.680000', '200613.682000', '200613.685000', '200613.687000', '200613.690000', '200613.692000', '200613.695000', '200613.698000', '200633.589000', '200633.591000', '200633.594000', '200633.597000', '200633.600000', '200633.602000', '200633.605000', '200633.608000', '200633.610000', '200633.613000', '200633.615000', '200633.618000', '200633.620000', '200633.623000', '200633.626000', '200633.628000', '200633.632000', '200633.635000', '200633.637000', '200633.640000', '200633.642000', '200633.645000', '200633.647000', '200633.650000', '200633.652000', '200633.655000', '200633.658000', '200633.660000', '200633.663000', '200633.665000', '200633.668000', '200633.671000', '200633.673000', '200633.676000', '200633.678000', '200633.681000', '200633.684000', '200633.686000', '200633.689000', '200633.691000', '200633.694000', '200633.697000', '200633.699000', '200653.589000', '200653.591000', '200653.594000', '200653.597000', '200653.599000', '200653.602000', '200653.605000', '200653.607000', '200653.610000', '200653.612000', '200653.615000', '200653.618000', '200653.620000', '200653.623000', '200653.625000', '200653.628000', '200653.631000', '200653.633000', '200653.636000', '200653.638000', '200653.641000', '200653.644000', '200653.646000', '200653.649000', '200653.651000', '200653.654000', '200653.656000', '200653.659000', '200653.662000', '200653.665000', '200653.667000', '200653.670000', '200653.672000', '200653.675000', '200653.677000', '200653.680000', '200653.683000', '200653.685000', '200653.688000', '200653.690000', '200653.693000', '200653.696000', '200653.698000', '200653.701000', '200713.589000', '200713.591000', '200713.594000', '200713.597000', '200713.599000', '200713.602000', '200713.604000', '200713.607000', '200713.610000', '200713.612000', '200713.615000', '200713.618000', '200713.620000', '200713.623000', '200713.625000', '200713.628000', '200713.630000', '200713.633000', '200713.636000', '200713.639000', '200713.641000', '200713.644000', '200713.646000', '200713.649000', '200713.651000', '200713.654000', '200713.669000', '200713.672000', '200713.675000', '200713.677000', '200713.680000', '200713.682000', '200713.685000', '200713.687000', '200713.690000', '200713.693000', '200713.695000', '200713.698000', '200713.700000', '200713.703000', '200713.706000', '200713.708000', '200713.711000', '200733.589000', '200733.591000', '200733.594000', '200733.597000', '200733.599000', '200733.602000', '200733.604000', '200733.607000', '200733.610000', '200733.612000', '200733.615000', '200733.618000', '200733.620000', '200733.623000', '200733.625000', '200733.628000', '200733.631000', '200733.633000', '200733.636000', '200733.638000', '200733.641000', '200733.644000', '200733.646000', '200733.649000', '200733.651000', '200733.654000', '200733.657000', '200733.659000', '200733.662000', '200733.664000', '200733.667000', '200733.670000', '200733.672000', '200733.675000', '200733.677000', '200733.680000', '200733.682000', '200733.685000', '200733.688000', '200733.690000', '200733.693000', '200733.695000', '200733.698000', '200733.701000', '200753.589000', '200753.591000', '200753.594000', '200753.597000', '200753.599000', '200753.602000', '200753.605000', '200753.607000', '200753.610000', '200753.614000', '200753.617000', '200753.619000', '200753.629000', '200753.632000', '200753.635000', '200753.637000', '200753.640000', '200753.642000', '200753.645000', '200753.648000', '200753.650000', '200753.653000', '200753.655000', '200753.658000', '200753.660000', '200753.663000', '200753.666000', '200753.668000', '200753.672000', '200753.675000', '200753.677000', '200753.680000', '200753.683000', '200753.685000', '200753.688000', '200753.690000', '200753.693000', '200753.695000', '200753.698000', '200753.701000', '200753.703000', '200753.706000', '200753.708000', '200813.589000', '200813.591000', '200813.594000', '200813.597000', '200813.599000', '200813.602000', '200813.605000', '200813.607000', '200813.610000', '200813.612000', '200813.615000', '200813.618000', '200813.620000', '200813.623000', '200813.626000', '200813.628000', '200813.631000', '200813.633000', '200813.636000', '200813.639000', '200813.641000', '200813.644000', '200813.647000', '200813.649000', '200813.652000', '200813.655000', '200813.657000', '200813.660000', '200813.662000', '200813.665000', '200813.667000', '200813.670000', '200813.673000', '200813.675000', '200813.678000', '200813.680000', '200813.683000', '200813.685000', '200813.688000', '200813.691000', '200813.693000', '200813.696000', '200813.698000', '200813.701000', '200833.589000', '200833.591000', '200833.594000', '200833.597000', '200833.599000', '200833.602000', '200833.604000', '200833.607000', '200833.610000', '200833.612000', '200833.615000', '200833.618000', '200833.620000', '200833.623000', '200833.625000', '200833.628000', '200833.631000', '200833.633000', '200833.636000', '200833.638000', '200833.641000', '200833.643000', '200833.646000', '200833.649000', '200833.651000', '200833.654000', '200833.657000', '200833.659000', '200833.662000', '200833.665000', '200833.667000', '200833.670000', '200833.672000', '200833.675000', '200833.677000', '200833.680000', '200833.683000', '200833.685000', '200833.688000', '200833.690000', '200833.693000', '200833.696000', '200833.698000', '200853.589000', '200853.592000', '200853.594000', '200853.597000', '200853.599000', '200853.602000', '200853.605000', '200853.607000', '200853.610000', '200853.613000', '200853.615000', '200853.618000', '200853.620000', '200853.623000', '200853.626000', '200853.628000', '200853.631000', '200853.634000', '200853.636000', '200853.639000', '200853.641000', '200853.644000', '200853.647000', '200853.649000', '200853.652000', '200853.655000', '200853.657000', '200853.660000', '200853.662000', '200853.665000', '200853.668000', '200853.670000', '200853.673000', '200853.675000', '200853.678000', '200853.681000', '200853.683000', '200853.686000', '200853.689000', '200853.691000', '200853.694000', '200853.696000', '200853.699000', '200853.701000', '200913.589000', '200913.592000', '200913.594000', '200913.597000', '200913.600000', '200913.602000', '200913.605000', '200913.608000', '200913.610000', '200913.613000', '200913.615000', '200913.618000', '200913.621000', '200913.623000', '200913.626000', '200913.628000', '200913.631000', '200913.633000', '200913.636000', '200913.639000', '200913.643000', '200913.645000', '200913.648000', '200913.651000', '200913.653000', '200913.656000', '200913.658000', '200913.661000', '200913.663000', '200913.666000', '200913.669000', '200913.671000', '200913.674000', '200913.676000', '200913.679000', '200913.682000', '200913.684000', '200913.687000', '200913.689000', '200913.692000', '200913.694000', '200913.697000', '200913.699000', '200933.589000', '200933.591000', '200933.594000', '200933.597000', '200933.599000', '200933.602000', '200933.605000', '200933.607000', '200933.610000', '200933.613000', '200933.615000', '200933.618000', '200933.621000', '200933.623000', '200933.626000', '200933.628000', '200933.631000', '200933.633000', '200933.636000', '200933.639000', '200933.641000', '200933.644000', '200933.647000', '200933.649000', '200933.652000', '200933.654000', '200933.657000', '200933.659000', '200933.662000', '200933.665000', '200933.667000', '200933.670000', '200933.673000', '200933.675000', '200933.678000', '200933.681000', '200933.683000', '200933.686000', '200933.688000', '200933.691000', '200933.693000', '200933.696000', '200933.698000', '200933.701000', '200953.589000', '200953.592000', '200953.594000', '200953.597000', '200953.600000', '200953.602000', '200953.605000', '200953.607000', '200953.610000', '200953.613000', '200953.615000', '200953.618000', '200953.620000', '200953.623000', '200953.626000', '200953.628000', '200953.631000', '200953.633000', '200953.636000', '200953.639000', '200953.641000', '200953.644000', '200953.646000', '200953.649000', '200953.652000', '200953.654000', '200953.657000', '200953.659000', '200953.663000', '200953.666000', '200953.668000', '200953.671000', '200953.674000', '200953.676000', '200953.679000', '200953.682000', '200953.685000', '200953.688000', '200953.691000', '200953.693000', '200953.696000', '200953.698000', '200953.701000', '201013.589000', '201013.591000', '201013.594000', '201013.597000', '201013.608000', '201013.611000', '201013.614000', '201013.616000', '201013.619000', '201013.621000', '201013.624000', '201013.626000', '201013.629000', '201013.632000', '201013.634000', '201013.637000', '201013.639000', '201013.642000', '201013.644000', '201013.647000', '201013.650000', '201013.652000', '201013.655000', '201013.657000', '201013.660000', '201013.662000', '201013.665000', '201013.667000', '201013.670000', '201013.673000', '201013.675000', '201013.678000', '201013.680000', '201013.683000', '201013.686000', '201013.688000', '201013.691000', '201013.693000', '201013.696000', '201013.698000', '201013.701000', '201013.704000', '201013.706000', '201013.709000', '201024.501000', '201024.504000', '201024.507000', '201024.510000', '201024.513000', '201024.515000', '201024.518000', '201024.521000', '201024.523000', '201024.526000', '201024.528000', '201024.531000', '201024.534000', '201024.536000', '201024.539000', '201024.541000', '201024.544000', '201024.547000', '201024.553000', '201024.557000', '201024.559000', '201024.562000', '201024.565000', '201024.567000'], 'InstanceCreationTime': ['200353.617000', '200353.621000', '200353.624000', '200353.626000', '200353.629000', '200353.631000', '200353.634000', '200353.636000', '200353.639000', '200353.641000', '200353.644000', '200353.647000', '200353.649000', '200353.677000', '200353.679000', '200353.682000', '200353.684000', '200353.687000', '200353.689000', '200353.692000', '200353.694000', '200353.697000', '200413.589000', '200413.591000', '200413.594000', '200413.596000', '200413.599000', '200413.602000', '200413.604000', '200413.607000', '200413.609000', '200413.612000', '200413.614000', '200413.617000', '200413.620000', '200413.622000', '200413.625000', '200413.627000', '200413.630000', '200413.632000', '200413.635000', '200413.637000', '200413.640000', '200413.643000', '200413.645000', '200413.648000', '200413.650000', '200413.653000', '200413.655000', '200413.658000', '200413.660000', '200413.663000', '200413.666000', '200413.668000', '200413.671000', '200413.673000', '200413.676000', '200413.679000', '200413.681000', '200413.684000', '200413.686000', '200413.689000', '200413.691000', '200413.694000', '200413.697000', '200433.589000', '200433.591000', '200433.594000', '200433.596000', '200433.599000', '200433.602000', '200433.604000', '200433.607000', '200433.609000', '200433.612000', '200433.615000', '200433.617000', '200433.620000', '200433.622000', '200433.625000', '200433.627000', '200433.630000', '200433.632000', '200433.635000', '200433.638000', '200433.640000', '200433.643000', '200433.645000', '200433.648000', '200433.650000', '200433.653000', '200433.655000', '200433.658000', '200433.660000', '200433.663000', '200433.666000', '200433.668000', '200433.671000', '200433.673000', '200433.676000', '200433.679000', '200433.681000', '200433.684000', '200433.686000', '200433.689000', '200433.691000', '200433.694000', '200433.696000', '200433.699000', '200453.589000', '200453.591000', '200453.594000', '200453.597000', '200453.599000', '200453.602000', '200453.605000', '200453.607000', '200453.610000', '200453.612000', '200453.615000', '200453.617000', '200453.620000', '200453.623000', '200453.625000', '200453.628000', '200453.630000', '200453.633000', '200453.635000', '200453.638000', '200453.640000', '200453.643000', '200453.646000', '200453.648000', '200453.651000', '200453.653000', '200453.656000', '200453.658000', '200453.661000', '200453.664000', '200453.666000', '200453.669000', '200453.671000', '200453.674000', '200453.677000', '200453.679000', '200453.682000', '200453.685000', '200453.687000', '200453.690000', '200453.693000', '200453.695000', '200453.698000', '200513.589000', '200513.593000', '200513.596000', '200513.598000', '200513.601000', '200513.604000', '200513.606000', '200513.609000', '200513.611000', '200513.614000', '200513.616000', '200513.619000', '200513.621000', '200513.624000', '200513.626000', '200513.629000', '200513.632000', '200513.634000', '200513.637000', '200513.639000', '200513.642000', '200513.645000', '200513.647000', '200513.650000', '200513.652000', '200513.655000', '200513.658000', '200513.660000', '200513.663000', '200513.665000', '200513.668000', '200513.671000', '200513.673000', '200513.676000', '200513.678000', '200513.681000', '200513.683000', '200513.686000', '200513.689000', '200513.691000', '200513.694000', '200513.696000', '200513.699000', '200513.701000', '200533.589000', '200533.591000', '200533.594000', '200533.597000', '200533.599000', '200533.602000', '200533.605000', '200533.607000', '200533.610000', '200533.613000', '200533.615000', '200533.618000', '200533.620000', '200533.623000', '200533.625000', '200533.628000', '200533.631000', '200533.633000', '200533.636000', '200533.638000', '200533.641000', '200533.644000', '200533.646000', '200533.649000', '200533.651000', '200533.654000', '200533.656000', '200533.659000', '200533.662000', '200533.664000', '200533.680000', '200533.682000', '200533.685000', '200533.687000', '200533.690000', '200533.693000', '200533.695000', '200533.698000', '200533.700000', '200533.703000', '200533.706000', '200533.708000', '200533.711000', '200553.588000', '200553.591000', '200553.594000', '200553.596000', '200553.599000', '200553.602000', '200553.604000', '200553.607000', '200553.609000', '200553.612000', '200553.614000', '200553.617000', '200553.619000', '200553.622000', '200553.625000', '200553.627000', '200553.630000', '200553.633000', '200553.635000', '200553.638000', '200553.640000', '200553.643000', '200553.645000', '200553.648000', '200553.651000', '200553.653000', '200553.656000', '200553.658000', '200553.661000', '200553.664000', '200553.666000', '200553.669000', '200553.671000', '200553.674000', '200553.677000', '200553.679000', '200553.682000', '200553.684000', '200553.687000', '200553.689000', '200553.692000', '200553.695000', '200553.697000', '200553.700000', '200613.589000', '200613.592000', '200613.594000', '200613.597000', '200613.599000', '200613.602000', '200613.605000', '200613.607000', '200613.610000', '200613.612000', '200613.615000', '200613.617000', '200613.620000', '200613.623000', '200613.625000', '200613.628000', '200613.630000', '200613.633000', '200613.636000', '200613.638000', '200613.641000', '200613.643000', '200613.646000', '200613.648000', '200613.651000', '200613.654000', '200613.656000', '200613.659000', '200613.661000', '200613.664000', '200613.667000', '200613.669000', '200613.672000', '200613.674000', '200613.677000', '200613.680000', '200613.682000', '200613.685000', '200613.687000', '200613.690000', '200613.692000', '200613.695000', '200613.698000', '200633.589000', '200633.591000', '200633.594000', '200633.597000', '200633.600000', '200633.602000', '200633.605000', '200633.608000', '200633.610000', '200633.613000', '200633.615000', '200633.618000', '200633.620000', '200633.623000', '200633.626000', '200633.628000', '200633.632000', '200633.635000', '200633.637000', '200633.640000', '200633.642000', '200633.645000', '200633.647000', '200633.650000', '200633.652000', '200633.655000', '200633.658000', '200633.660000', '200633.663000', '200633.665000', '200633.668000', '200633.671000', '200633.673000', '200633.676000', '200633.678000', '200633.681000', '200633.684000', '200633.686000', '200633.689000', '200633.691000', '200633.694000', '200633.697000', '200633.699000', '200653.589000', '200653.591000', '200653.594000', '200653.597000', '200653.599000', '200653.602000', '200653.605000', '200653.607000', '200653.610000', '200653.612000', '200653.615000', '200653.618000', '200653.620000', '200653.623000', '200653.625000', '200653.628000', '200653.631000', '200653.633000', '200653.636000', '200653.638000', '200653.641000', '200653.644000', '200653.646000', '200653.649000', '200653.651000', '200653.654000', '200653.656000', '200653.659000', '200653.662000', '200653.665000', '200653.667000', '200653.670000', '200653.672000', '200653.675000', '200653.677000', '200653.680000', '200653.683000', '200653.685000', '200653.688000', '200653.690000', '200653.693000', '200653.696000', '200653.698000', '200653.701000', '200713.589000', '200713.591000', '200713.594000', '200713.597000', '200713.599000', '200713.602000', '200713.604000', '200713.607000', '200713.610000', '200713.612000', '200713.615000', '200713.618000', '200713.620000', '200713.623000', '200713.625000', '200713.628000', '200713.630000', '200713.633000', '200713.636000', '200713.639000', '200713.641000', '200713.644000', '200713.646000', '200713.649000', '200713.651000', '200713.654000', '200713.669000', '200713.672000', '200713.675000', '200713.677000', '200713.680000', '200713.682000', '200713.685000', '200713.687000', '200713.690000', '200713.693000', '200713.695000', '200713.698000', '200713.700000', '200713.703000', '200713.706000', '200713.708000', '200713.711000', '200733.589000', '200733.591000', '200733.594000', '200733.597000', '200733.599000', '200733.602000', '200733.604000', '200733.607000', '200733.610000', '200733.612000', '200733.615000', '200733.618000', '200733.620000', '200733.623000', '200733.625000', '200733.628000', '200733.631000', '200733.633000', '200733.636000', '200733.638000', '200733.641000', '200733.644000', '200733.646000', '200733.649000', '200733.651000', '200733.654000', '200733.657000', '200733.659000', '200733.662000', '200733.664000', '200733.667000', '200733.670000', '200733.672000', '200733.675000', '200733.677000', '200733.680000', '200733.682000', '200733.685000', '200733.688000', '200733.690000', '200733.693000', '200733.695000', '200733.698000', '200733.701000', '200753.589000', '200753.591000', '200753.594000', '200753.597000', '200753.599000', '200753.602000', '200753.605000', '200753.607000', '200753.610000', '200753.614000', '200753.617000', '200753.619000', '200753.629000', '200753.632000', '200753.635000', '200753.637000', '200753.640000', '200753.642000', '200753.645000', '200753.648000', '200753.650000', '200753.653000', '200753.655000', '200753.658000', '200753.660000', '200753.663000', '200753.666000', '200753.668000', '200753.672000', '200753.675000', '200753.677000', '200753.680000', '200753.683000', '200753.685000', '200753.688000', '200753.690000', '200753.693000', '200753.695000', '200753.698000', '200753.701000', '200753.703000', '200753.706000', '200753.708000', '200813.589000', '200813.591000', '200813.594000', '200813.597000', '200813.599000', '200813.602000', '200813.605000', '200813.607000', '200813.610000', '200813.612000', '200813.615000', '200813.618000', '200813.620000', '200813.623000', '200813.626000', '200813.628000', '200813.631000', '200813.633000', '200813.636000', '200813.639000', '200813.641000', '200813.644000', '200813.647000', '200813.649000', '200813.652000', '200813.655000', '200813.657000', '200813.660000', '200813.662000', '200813.665000', '200813.667000', '200813.670000', '200813.673000', '200813.675000', '200813.678000', '200813.680000', '200813.683000', '200813.685000', '200813.688000', '200813.691000', '200813.693000', '200813.696000', '200813.698000', '200813.701000', '200833.589000', '200833.591000', '200833.594000', '200833.597000', '200833.599000', '200833.602000', '200833.604000', '200833.607000', '200833.610000', '200833.612000', '200833.615000', '200833.618000', '200833.620000', '200833.623000', '200833.625000', '200833.628000', '200833.631000', '200833.633000', '200833.636000', '200833.638000', '200833.641000', '200833.643000', '200833.646000', '200833.649000', '200833.651000', '200833.654000', '200833.657000', '200833.659000', '200833.662000', '200833.665000', '200833.667000', '200833.670000', '200833.672000', '200833.675000', '200833.677000', '200833.680000', '200833.683000', '200833.685000', '200833.688000', '200833.690000', '200833.693000', '200833.696000', '200833.698000', '200853.589000', '200853.592000', '200853.594000', '200853.597000', '200853.599000', '200853.602000', '200853.605000', '200853.607000', '200853.610000', '200853.613000', '200853.615000', '200853.618000', '200853.620000', '200853.623000', '200853.626000', '200853.628000', '200853.631000', '200853.634000', '200853.636000', '200853.639000', '200853.641000', '200853.644000', '200853.647000', '200853.649000', '200853.652000', '200853.655000', '200853.657000', '200853.660000', '200853.662000', '200853.665000', '200853.668000', '200853.670000', '200853.673000', '200853.675000', '200853.678000', '200853.681000', '200853.683000', '200853.686000', '200853.689000', '200853.691000', '200853.694000', '200853.696000', '200853.699000', '200853.701000', '200913.589000', '200913.592000', '200913.594000', '200913.597000', '200913.600000', '200913.602000', '200913.605000', '200913.608000', '200913.610000', '200913.613000', '200913.615000', '200913.618000', '200913.621000', '200913.623000', '200913.626000', '200913.628000', '200913.631000', '200913.633000', '200913.636000', '200913.639000', '200913.643000', '200913.645000', '200913.648000', '200913.651000', '200913.653000', '200913.656000', '200913.658000', '200913.661000', '200913.663000', '200913.666000', '200913.669000', '200913.671000', '200913.674000', '200913.676000', '200913.679000', '200913.682000', '200913.684000', '200913.687000', '200913.689000', '200913.692000', '200913.694000', '200913.697000', '200913.699000', '200933.589000', '200933.591000', '200933.594000', '200933.597000', '200933.599000', '200933.602000', '200933.605000', '200933.607000', '200933.610000', '200933.613000', '200933.615000', '200933.618000', '200933.621000', '200933.623000', '200933.626000', '200933.628000', '200933.631000', '200933.633000', '200933.636000', '200933.639000', '200933.641000', '200933.644000', '200933.647000', '200933.649000', '200933.652000', '200933.654000', '200933.657000', '200933.659000', '200933.662000', '200933.665000', '200933.667000', '200933.670000', '200933.673000', '200933.675000', '200933.678000', '200933.681000', '200933.683000', '200933.686000', '200933.688000', '200933.691000', '200933.693000', '200933.696000', '200933.698000', '200933.701000', '200953.589000', '200953.592000', '200953.594000', '200953.597000', '200953.600000', '200953.602000', '200953.605000', '200953.607000', '200953.610000', '200953.613000', '200953.615000', '200953.618000', '200953.620000', '200953.623000', '200953.626000', '200953.628000', '200953.631000', '200953.633000', '200953.636000', '200953.639000', '200953.641000', '200953.644000', '200953.646000', '200953.649000', '200953.652000', '200953.654000', '200953.657000', '200953.659000', '200953.663000', '200953.666000', '200953.668000', '200953.671000', '200953.674000', '200953.676000', '200953.679000', '200953.682000', '200953.685000', '200953.688000', '200953.691000', '200953.693000', '200953.696000', '200953.698000', '200953.701000', '201013.589000', '201013.591000', '201013.594000', '201013.597000', '201013.608000', '201013.611000', '201013.614000', '201013.616000', '201013.619000', '201013.621000', '201013.624000', '201013.626000', '201013.629000', '201013.632000', '201013.634000', '201013.637000', '201013.639000', '201013.642000', '201013.644000', '201013.647000', '201013.650000', '201013.652000', '201013.655000', '201013.657000', '201013.660000', '201013.662000', '201013.665000', '201013.667000', '201013.670000', '201013.673000', '201013.675000', '201013.678000', '201013.680000', '201013.683000', '201013.686000', '201013.688000', '201013.691000', '201013.693000', '201013.696000', '201013.698000', '201013.701000', '201013.704000', '201013.706000', '201013.709000', '201024.501000', '201024.504000', '201024.507000', '201024.510000', '201024.513000', '201024.515000', '201024.518000', '201024.521000', '201024.523000', '201024.526000', '201024.528000', '201024.531000', '201024.534000', '201024.536000', '201024.539000', '201024.541000', '201024.544000', '201024.547000', '201024.553000', '201024.557000', '201024.559000', '201024.562000', '201024.565000', '201024.567000'], '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': [7868, 10568, 7500, 9759, 7291, 7134, 7133, 7078, 10080, 7066, 9394, 6906, 7549, 7888, 7212, 9330, 7328, 10075, 6835, 7389, 6815, 7385, 7322, 6970, 7633, 6725, 7288, 9096, 6808, 8852, 6792, 7465, 7086, 7280, 9152, 7134, 9483, 6816, 8263, 7012, 7349, 8354, 7126, 9736, 6842, 9142, 6875, 7522, 7492, 7248, 9458, 7097, 10022, 7001, 7607, 6947, 7741, 6905, 7318, 7456, 6934, 7745, 7406, 7026, 7724, 7018, 7404, 9983, 7221, 10473, 7601, 9851, 7011, 8526, 7296, 7510, 8199, 7000, 7755, 7004, 7351, 7094, 7093, 7644, 7559, 6992, 7590, 7086, 7188, 9834, 7036, 8655, 7717, 7718, 7493, 7441, 8745, 7059, 9997, 7048, 10266, 7079, 8236, 7167, 7048, 7512, 7409, 7694, 7257, 7908, 6833, 8442, 7485, 8809, 7208, 7294, 7450, 7490, 7635, 7169, 8788, 7296, 9326, 7231, 7487, 7459, 7366, 7537, 7220, 7762, 7057, 8737, 6953, 7501, 7381, 7274, 7613, 6857, 9165, 7146, 8498, 7255, 7430, 7657, 7255, 9220, 6939, 7518, 7333, 7488, 7784, 6812, 7804, 7127, 7409, 7425, 7146, 8056, 6789, 9309, 6747, 8051, 7265, 7281, 7476, 7787, 7494, 7324, 8061, 6901, 8074, 6869, 7617, 7156, 7570, 7581, 7397, 8012, 6976, 9116, 6824, 9801, 6990, 9029, 6880, 7233, 7283, 7428, 7264, 7259, 7529, 7129, 7976, 6904, 8579, 6857, 8901, 7060, 8715, 7168, 9456, 7147, 9572, 7073, 9111, 7363, 7627, 7628, 7395, 7750, 7543, 7918, 7005, 8792, 7935, 7314, 7446, 7040, 7699, 7345, 7471, 8654, 6829, 9558, 7203, 9879, 7337, 9259, 8800, 7056, 7998, 7298, 8836, 6923, 9758, 7108, 7527, 7413, 7143, 7542, 7198, 8252, 7293, 8459, 6756, 8933, 7219, 8509, 7357, 8001, 7673, 7116, 7657, 7498, 7971, 7165, 8301, 7078, 8720, 6740, 8019, 7274, 8533, 7317, 7854, 7339, 7180, 7639, 7219, 8128, 6988, 8791, 6750, 8942, 7091, 8333, 7191, 7343, 7486, 7131, 7520, 7028, 7733, 7227, 8256, 7075, 8485, 7211, 8756, 7100, 8553, 6950, 8556, 6892, 8883, 7077, 9033, 6967, 9108, 6925, 8784, 7116, 8574, 7388, 7373, 7369, 7205, 8023, 7458, 8727, 7103, 8853, 6768, 9314, 7005, 8772, 7153, 7297, 7629, 7025, 7860, 7274, 8472, 6821, 9244, 7221, 7273, 7660, 7026, 7865, 6955, 8403, 7205, 7427, 7349, 7085, 7625, 6794, 9931, 7135, 8602, 6862, 8764, 7585, 8019, 7580, 8217, 7778, 7188, 7676, 7174, 8003, 7315, 8297, 6814, 7270, 7235, 7100, 7426, 7199, 8035, 6797, 8745, 6886, 9291, 7182, 8716, 7379, 7261, 7362, 7253, 7458, 7472, 7772, 7095, 8169, 7095, 8690, 7040, 7686, 7469, 7255, 7642, 7141, 7828, 7157, 8727, 6779, 9222, 7255, 9903, 7531, 9273, 7558, 7369, 7881, 7213, 7974, 6898, 8258, 7273, 8664, 6709, 9170, 6807, 9012, 7086, 9519, 6911, 9749, 6989, 9232, 7182, 8232, 7579, 6839, 7634, 7415, 7724, 7294, 8527, 7103, 8777, 6878, 8967, 6743, 8452, 7220, 7785, 7229, 8682, 7472, 7233, 7480, 7454, 7593, 7408, 7829, 7383, 7909, 7126, 8076, 7148, 8251, 7132, 8442, 7019, 8660, 7094, 8922, 7329, 7645, 7452, 8189, 7614, 7902, 7755, 6869, 7839, 6928, 8580, 6906, 8385, 6995, 7017, 7256, 7083, 7587, 7270, 7604, 7131, 8653, 6850, 8840, 6894, 9157, 6862, 8888, 6927, 9636, 6899, 8935, 7223, 7102, 7627, 7337, 7670, 7238, 8756, 7092, 8993, 6733, 9562, 7038, 8641, 7526, 7249, 7374, 8071, 7455, 8257, 7493, 7411, 7946, 7240, 8797, 6869, 9139, 6819, 9251, 6729, 9465, 6939, 9511, 7034, 9973, 6933, 9677, 7192, 8535, 7309, 7037, 7474, 7141, 7597, 7116, 7895, 7024, 8985, 6773, 9137, 6653, 9255, 6889, 9219, 6845, 9854, 7219, 9541, 6950, 8815, 7355, 7038, 7439, 6996, 7382, 6971, 7498, 7023, 7737, 7089, 8724, 6762, 9061, 6739, 9539, 6943, 7792, 7045, 7045, 8217, 6955, 8632, 6873, 9412, 6654, 9457, 6834, 8740, 7209, 7749, 7251, 6906, 7493, 7045, 8685, 6796, 9366, 6839, 9518, 6753, 9705, 7140, 9552, 7236, 10355, 6867, 9650, 7124, 6866, 7449, 6893, 7722, 6766, 8006, 6707, 8380, 6624, 8952, 6761, 9067, 6955, 6598, 7740, 6625, 9092, 6652, 9549, 6758, 9298, 6946, 9692, 7198, 9894, 7040, 9640, 7471, 8113, 7341, 6846, 7415, 6649, 7952, 6698, 8577, 6729, 8310, 6711, 7149, 6887, 6698, 7536, 6702, 8501, 6673, 8274, 6658, 8853, 6765, 9079, 6720, 9238, 6653, 9629, 7170, 8817, 6793, 6683, 7154, 6715, 7279, 6870, 7171, 6820, 8771, 6685, 8912, 6667, 9142, 6760, 9298, 6673, 9293, 6669, 9207, 6701, 6972, 6990, 6702, 7624, 6729, 8211, 6923, 8237, 6650, 8833, 6687, 9178, 6637, 9404, 6702, 9386, 6736, 8543, 6858, 6749, 6910, 6701, 7202, 6848, 7967, 6708, 8725, 6699, 8804, 6646, 8632, 6658, 8824, 6720, 8989, 6660, 8978, 6651, 8940, 6690, 8723, 6673, 8927, 6699, 9154, 6650, 8562, 6814, 6669, 6691, 6716, 6957, 6666, 7595, 6674, 8815, 6664, 8731, 6671, 8887, 6771, 9353, 6644, 9044, 6659, 9306, 6992, 8764, 6677, 7250, 6747, 6643, 7118, 6622, 8017, 6698, 8834, 6575, 9089, 6633, 9063, 6673, 9297, 6688, 7908, 6765, 6694, 6975, 6703, 8621, 6653, 8665, 6840, 9109, 6636, 9213, 6661, 9324, 6569, 9511, 6751, 9150, 6718, 9243, 6698, 9283, 6696, 9371, 6820, 6968, 6697, 6861, 8357, 6711, 8427, 6667, 9030, 6737, 9124, 6725, 9129, 6730, 9078, 6800, 9192, 6691, 9059, 6714, 8948, 6634, 8890, 6661, 8699, 6617, 7865, 6778, 6857, 7326, 6675, 8404, 6658, 8916, 6621, 8914, 6678, 9144, 6676, 9190, 6687, 8537, 6657, 6717, 6619, 6714, 7605, 6660, 8491, 6641, 8846, 6656, 8369, 6640, 6685, 6922, 6827, 7470, 6774, 8137, 6809, 9011, 6718, 9066, 6766, 9292, 6686, 9110, 6694, 9104, 6757, 9026, 6681, 8287, 6689, 7461, 7027, 6794, 8394, 6819, 9116, 6651, 9171, 6704, 9488, 6681, 9391, 6889, 9515, 6965, 9366, 6664, 9402, 6709, 9542, 6657, 9050, 6658], 'WindowCenter': [3982.0, 3986.0, 3942.0, 3960.0, 3927.0, 3914.0, 3914.0, 3913.0, 3955.0, 3917.0, 3942.0, 3914.0, 3923.0, 3923.0, 3924.0, 3943.0, 3925.0, 3955.0, 3913.0, 3924.0, 3902.0, 3925.0, 3924.0, 3923.0, 3938.0, 3917.0, 3937.0, 3946.0, 3928.0, 3958.0, 3916.0, 3938.0, 3924.0, 3925.0, 3947.0, 3927.0, 3957.0, 3915.0, 3938.0, 3912.0, 3924.0, 3935.0, 3916.0, 3944.0, 3915.0, 3943.0, 3903.0, 3924.0, 3913.0, 3913.0, 3943.0, 3916.0, 3954.0, 3915.0, 3924.0, 3911.0, 3925.0, 3912.0, 3924.0, 3914.0, 3915.0, 3935.0, 3926.0, 3926.0, 3938.0, 3928.0, 3939.0, 3957.0, 3927.0, 3965.0, 3925.0, 3953.0, 3914.0, 3935.0, 3911.0, 3913.0, 3921.0, 3912.0, 3923.0, 3914.0, 3926.0, 3927.0, 3926.0, 3939.0, 3951.0, 3930.0, 3950.0, 3939.0, 3938.0, 3969.0, 3928.0, 3947.0, 3937.0, 3925.0, 3922.0, 3925.0, 3934.0, 3912.0, 3957.0, 3916.0, 3941.0, 3915.0, 3923.0, 3912.0, 3902.0, 3912.0, 3913.0, 3920.0, 3915.0, 3924.0, 3904.0, 3934.0, 3926.0, 3936.0, 3916.0, 3914.0, 3916.0, 3913.0, 3923.0, 3914.0, 3935.0, 3924.0, 3945.0, 3913.0, 3914.0, 3914.0, 3914.0, 3924.0, 3913.0, 3923.0, 3914.0, 3934.0, 3915.0, 3924.0, 3923.0, 3925.0, 3928.0, 3916.0, 3945.0, 3915.0, 3945.0, 3925.0, 3925.0, 3924.0, 3927.0, 3943.0, 3915.0, 3924.0, 3923.0, 3914.0, 3926.0, 3916.0, 3937.0, 3916.0, 3925.0, 3925.0, 3915.0, 3935.0, 3916.0, 3945.0, 3916.0, 3925.0, 3926.0, 3926.0, 3925.0, 3924.0, 3914.0, 3915.0, 3925.0, 3914.0, 3923.0, 3904.0, 3927.0, 3916.0, 3926.0, 3927.0, 3925.0, 3925.0, 3914.0, 3934.0, 3904.0, 3946.0, 3916.0, 3933.0, 3914.0, 3911.0, 3913.0, 3913.0, 3913.0, 3915.0, 3925.0, 3915.0, 3923.0, 3915.0, 3935.0, 3904.0, 3935.0, 3915.0, 3935.0, 3915.0, 3943.0, 3914.0, 3934.0, 3904.0, 3922.0, 3913.0, 3910.0, 3912.0, 3913.0, 3913.0, 3926.0, 3924.0, 3916.0, 3934.0, 3924.0, 3926.0, 3924.0, 3926.0, 3929.0, 3930.0, 3928.0, 3948.0, 3918.0, 3958.0, 3928.0, 3957.0, 3927.0, 3947.0, 3936.0, 3902.0, 3924.0, 3915.0, 3932.0, 3903.0, 3932.0, 3902.0, 3913.0, 3915.0, 3903.0, 3914.0, 3915.0, 3923.0, 3913.0, 3923.0, 3905.0, 3933.0, 3913.0, 3934.0, 3915.0, 3924.0, 3915.0, 3902.0, 3913.0, 3915.0, 3924.0, 3903.0, 3924.0, 3902.0, 3923.0, 3904.0, 3926.0, 3913.0, 3933.0, 3915.0, 3922.0, 3913.0, 3904.0, 3915.0, 3915.0, 3923.0, 3914.0, 3935.0, 3904.0, 3936.0, 3916.0, 3923.0, 3915.0, 3916.0, 3914.0, 3915.0, 3924.0, 3903.0, 3913.0, 3912.0, 3923.0, 3903.0, 3924.0, 3913.0, 3922.0, 3903.0, 3919.0, 3889.0, 3920.0, 3890.0, 3921.0, 3890.0, 3922.0, 3900.0, 3922.0, 3902.0, 3924.0, 3904.0, 3925.0, 3914.0, 3904.0, 3913.0, 3914.0, 3926.0, 3914.0, 3936.0, 3903.0, 3934.0, 3902.0, 3935.0, 3905.0, 3924.0, 3903.0, 3911.0, 3916.0, 3904.0, 3924.0, 3914.0, 3925.0, 3906.0, 3947.0, 3913.0, 3914.0, 3924.0, 3914.0, 3938.0, 3917.0, 3938.0, 3926.0, 3924.0, 3928.0, 3917.0, 3927.0, 3917.0, 3954.0, 3916.0, 3935.0, 3905.0, 3937.0, 3915.0, 3923.0, 3915.0, 3921.0, 3912.0, 3901.0, 3913.0, 3902.0, 3910.0, 3915.0, 3924.0, 3904.0, 3913.0, 3913.0, 3914.0, 3913.0, 3915.0, 3925.0, 3907.0, 3937.0, 3915.0, 3945.0, 3916.0, 3936.0, 3915.0, 3912.0, 3914.0, 3913.0, 3914.0, 3902.0, 3914.0, 3902.0, 3923.0, 3903.0, 3923.0, 3904.0, 3914.0, 3914.0, 3915.0, 3914.0, 3905.0, 3913.0, 3904.0, 3925.0, 3903.0, 3933.0, 3901.0, 3943.0, 3913.0, 3931.0, 3912.0, 3901.0, 3912.0, 3901.0, 3911.0, 3902.0, 3913.0, 3902.0, 3920.0, 3892.0, 3920.0, 3890.0, 3921.0, 3901.0, 3932.0, 3890.0, 3931.0, 3892.0, 3922.0, 3901.0, 3910.0, 3914.0, 3890.0, 3914.0, 3903.0, 3912.0, 3903.0, 3923.0, 3903.0, 3923.0, 3905.0, 3935.0, 3903.0, 3924.0, 3915.0, 3914.0, 3916.0, 3934.0, 3915.0, 3915.0, 3914.0, 3915.0, 3913.0, 3903.0, 3913.0, 3914.0, 3923.0, 3902.0, 3912.0, 3905.0, 3923.0, 3903.0, 3923.0, 3903.0, 3924.0, 3904.0, 3934.0, 3914.0, 3915.0, 3914.0, 3922.0, 3915.0, 3912.0, 3915.0, 3894.0, 3915.0, 3904.0, 3924.0, 3903.0, 3925.0, 3914.0, 3902.0, 3916.0, 3904.0, 3926.0, 3915.0, 3915.0, 3903.0, 3925.0, 3904.0, 3924.0, 3902.0, 3935.0, 3892.0, 3921.0, 3892.0, 3932.0, 3903.0, 3922.0, 3902.0, 3902.0, 3915.0, 3900.0, 3912.0, 3903.0, 3923.0, 3903.0, 3934.0, 3905.0, 3945.0, 3905.0, 3932.0, 3914.0, 3915.0, 3914.0, 3912.0, 3913.0, 3922.0, 3904.0, 3902.0, 3912.0, 3901.0, 3923.0, 3892.0, 3933.0, 3892.0, 3931.0, 3891.0, 3934.0, 3902.0, 3932.0, 3905.0, 3933.0, 3903.0, 3933.0, 3904.0, 3923.0, 3901.0, 3901.0, 3902.0, 3901.0, 3914.0, 3892.0, 3913.0, 3902.0, 3923.0, 3895.0, 3933.0, 3893.0, 3934.0, 3904.0, 3935.0, 3891.0, 3935.0, 3905.0, 3934.0, 3903.0, 3922.0, 3904.0, 3901.0, 3901.0, 3901.0, 3902.0, 3891.0, 3901.0, 3903.0, 3902.0, 3891.0, 3923.0, 3893.0, 3922.0, 3891.0, 3934.0, 3903.0, 3913.0, 3904.0, 3903.0, 3926.0, 3904.0, 3935.0, 3905.0, 3935.0, 3905.0, 3933.0, 3894.0, 3923.0, 3905.0, 3912.0, 3913.0, 3903.0, 3904.0, 3902.0, 3920.0, 3892.0, 3934.0, 3892.0, 3934.0, 3892.0, 3934.0, 3903.0, 3933.0, 3902.0, 3934.0, 3892.0, 3933.0, 3891.0, 3892.0, 3900.0, 3904.0, 3913.0, 3893.0, 3915.0, 3892.0, 3912.0, 3892.0, 3924.0, 3893.0, 3923.0, 3903.0, 3893.0, 3914.0, 3906.0, 3936.0, 3893.0, 3934.0, 3894.0, 3934.0, 3903.0, 3933.0, 3903.0, 3932.0, 3903.0, 3933.0, 3903.0, 3911.0, 3902.0, 3893.0, 3902.0, 3891.0, 3911.0, 3892.0, 3924.0, 3891.0, 3921.0, 3904.0, 3906.0, 3916.0, 3904.0, 3916.0, 3906.0, 3935.0, 3905.0, 3926.0, 3905.0, 3937.0, 3904.0, 3934.0, 3892.0, 3934.0, 3892.0, 3933.0, 3905.0, 3923.0, 3891.0, 3892.0, 3902.0, 3891.0, 3903.0, 3892.0, 3892.0, 3891.0, 3921.0, 3894.0, 3922.0, 3892.0, 3933.0, 3894.0, 3920.0, 3892.0, 3923.0, 3890.0, 3921.0, 3891.0, 3891.0, 3903.0, 3892.0, 3913.0, 3893.0, 3923.0, 3902.0, 3923.0, 3892.0, 3932.0, 3894.0, 3934.0, 3894.0, 3935.0, 3891.0, 3931.0, 3892.0, 3923.0, 3893.0, 3892.0, 3903.0, 3891.0, 3902.0, 3891.0, 3912.0, 3888.0, 3923.0, 3891.0, 3923.0, 3891.0, 3922.0, 3891.0, 3921.0, 3888.0, 3922.0, 3893.0, 3922.0, 3892.0, 3923.0, 3892.0, 3923.0, 3892.0, 3923.0, 3893.0, 3932.0, 3892.0, 3923.0, 3894.0, 3894.0, 3892.0, 3890.0, 3903.0, 3893.0, 3911.0, 3894.0, 3933.0, 3892.0, 3923.0, 3894.0, 3923.0, 3893.0, 3921.0, 3891.0, 3922.0, 3891.0, 3921.0, 3893.0, 3923.0, 3891.0, 3902.0, 3891.0, 3892.0, 3902.0, 3892.0, 3911.0, 3893.0, 3922.0, 3892.0, 3924.0, 3893.0, 3924.0, 3892.0, 3925.0, 3891.0, 3910.0, 3892.0, 3892.0, 3901.0, 3891.0, 3923.0, 3892.0, 3923.0, 3893.0, 3933.0, 3902.0, 3935.0, 3904.0, 3934.0, 3894.0, 3932.0, 3892.0, 3934.0, 3892.0, 3922.0, 3891.0, 3923.0, 3892.0, 3921.0, 3892.0, 3890.0, 3891.0, 3892.0, 3921.0, 3892.0, 3924.0, 3894.0, 3922.0, 3894.0, 3932.0, 3891.0, 3923.0, 3893.0, 3922.0, 3892.0, 3931.0, 3893.0, 3921.0, 3890.0, 3922.0, 3892.0, 3922.0, 3892.0, 3922.0, 3893.0, 3911.0, 3891.0, 3891.0, 3903.0, 3894.0, 3922.0, 3894.0, 3933.0, 3903.0, 3925.0, 3893.0, 3934.0, 3892.0, 3934.0, 3893.0, 3923.0, 3893.0, 3892.0, 3895.0, 3893.0, 3912.0, 3892.0, 3935.0, 3904.0, 3935.0, 3905.0, 3924.0, 3905.0, 3893.0, 3906.0, 3894.0, 3902.0, 3892.0, 3912.0, 3892.0, 3923.0, 3893.0, 3923.0, 3893.0, 3930.0, 3889.0, 3922.0, 3891.0, 3923.0, 3892.0, 3919.0, 3891.0, 3912.0, 3892.0, 3902.0, 3901.0, 3891.0, 3912.0, 3891.0, 3921.0, 3893.0, 3932.0, 3892.0, 3933.0, 3892.0, 3922.0, 3892.0, 3920.0, 3889.0, 3919.0, 3882.0, 3920.0, 3892.0, 3931.0, 3893.0, 3920.0, 3892.0], 'WindowWidth': [8906.0, 8898.0, 8829.0, 8846.0, 8797.0, 8777.0, 8774.0, 8772.0, 8829.0, 8780.0, 8807.0, 8774.0, 8783.0, 8783.0, 8786.0, 8809.0, 8789.0, 8825.0, 8771.0, 8784.0, 8754.0, 8788.0, 8788.0, 8788.0, 8810.0, 8782.0, 8808.0, 8820.0, 8801.0, 8836.0, 8781.0, 8812.0, 8788.0, 8789.0, 8819.0, 8795.0, 8834.0, 8777.0, 8809.0, 8768.0, 8786.0, 8801.0, 8777.0, 8812.0, 8775.0, 8810.0, 8758.0, 8784.0, 8769.0, 8770.0, 8809.0, 8776.0, 8824.0, 8774.0, 8783.0, 8766.0, 8786.0, 8767.0, 8785.0, 8771.0, 8776.0, 8802.0, 8792.0, 8795.0, 8812.0, 8799.0, 8814.0, 8834.0, 8794.0, 8842.0, 8788.0, 8823.0, 8772.0, 8799.0, 8764.0, 8767.0, 8776.0, 8766.0, 8780.0, 8771.0, 8790.0, 8793.0, 8794.0, 8816.0, 8833.0, 8804.0, 8831.0, 8817.0, 8814.0, 8853.0, 8798.0, 8821.0, 8806.0, 8789.0, 8782.0, 8788.0, 8799.0, 8767.0, 8831.0, 8776.0, 8803.0, 8772.0, 8780.0, 8765.0, 8752.0, 8767.0, 8768.0, 8775.0, 8773.0, 8783.0, 8757.0, 8798.0, 8790.0, 8803.0, 8778.0, 8771.0, 8775.0, 8768.0, 8782.0, 8771.0, 8799.0, 8786.0, 8812.0, 8770.0, 8772.0, 8771.0, 8771.0, 8784.0, 8767.0, 8782.0, 8769.0, 8797.0, 8773.0, 8785.0, 8783.0, 8787.0, 8795.0, 8779.0, 8814.0, 8777.0, 8815.0, 8788.0, 8788.0, 8786.0, 8791.0, 8810.0, 8775.0, 8786.0, 8783.0, 8773.0, 8790.0, 8778.0, 8808.0, 8779.0, 8788.0, 8789.0, 8777.0, 8802.0, 8778.0, 8816.0, 8776.0, 8787.0, 8790.0, 8789.0, 8787.0, 8786.0, 8770.0, 8773.0, 8787.0, 8770.0, 8783.0, 8759.0, 8792.0, 8778.0, 8789.0, 8792.0, 8786.0, 8786.0, 8772.0, 8796.0, 8759.0, 8812.0, 8774.0, 8793.0, 8771.0, 8763.0, 8769.0, 8769.0, 8769.0, 8772.0, 8786.0, 8772.0, 8782.0, 8772.0, 8799.0, 8759.0, 8798.0, 8774.0, 8799.0, 8774.0, 8807.0, 8770.0, 8795.0, 8756.0, 8777.0, 8766.0, 8759.0, 8763.0, 8766.0, 8767.0, 8787.0, 8782.0, 8774.0, 8794.0, 8784.0, 8789.0, 8786.0, 8792.0, 8799.0, 8801.0, 8796.0, 8823.0, 8784.0, 8835.0, 8796.0, 8831.0, 8793.0, 8815.0, 8803.0, 8751.0, 8781.0, 8771.0, 8790.0, 8754.0, 8789.0, 8752.0, 8765.0, 8770.0, 8755.0, 8770.0, 8773.0, 8780.0, 8767.0, 8780.0, 8759.0, 8792.0, 8769.0, 8795.0, 8772.0, 8782.0, 8772.0, 8752.0, 8765.0, 8770.0, 8781.0, 8752.0, 8781.0, 8750.0, 8778.0, 8755.0, 8785.0, 8769.0, 8794.0, 8772.0, 8778.0, 8768.0, 8757.0, 8771.0, 8771.0, 8781.0, 8771.0, 8798.0, 8758.0, 8800.0, 8775.0, 8781.0, 8772.0, 8774.0, 8770.0, 8772.0, 8783.0, 8754.0, 8768.0, 8764.0, 8779.0, 8752.0, 8781.0, 8764.0, 8777.0, 8753.0, 8769.0, 8728.0, 8770.0, 8730.0, 8772.0, 8730.0, 8774.0, 8745.0, 8774.0, 8750.0, 8781.0, 8756.0, 8782.0, 8771.0, 8755.0, 8766.0, 8767.0, 8786.0, 8768.0, 8800.0, 8755.0, 8795.0, 8752.0, 8795.0, 8757.0, 8782.0, 8754.0, 8762.0, 8773.0, 8755.0, 8782.0, 8770.0, 8785.0, 8761.0, 8816.0, 8770.0, 8769.0, 8784.0, 8771.0, 8809.0, 8781.0, 8808.0, 8789.0, 8785.0, 8793.0, 8777.0, 8792.0, 8781.0, 8825.0, 8777.0, 8799.0, 8760.0, 8801.0, 8772.0, 8778.0, 8770.0, 8775.0, 8763.0, 8747.0, 8764.0, 8748.0, 8758.0, 8769.0, 8779.0, 8755.0, 8765.0, 8766.0, 8770.0, 8768.0, 8774.0, 8787.0, 8765.0, 8804.0, 8775.0, 8814.0, 8777.0, 8800.0, 8773.0, 8766.0, 8768.0, 8766.0, 8770.0, 8749.0, 8768.0, 8749.0, 8779.0, 8753.0, 8779.0, 8757.0, 8769.0, 8770.0, 8770.0, 8770.0, 8759.0, 8768.0, 8755.0, 8785.0, 8753.0, 8791.0, 8749.0, 8804.0, 8766.0, 8784.0, 8762.0, 8746.0, 8763.0, 8745.0, 8759.0, 8747.0, 8764.0, 8748.0, 8769.0, 8734.0, 8768.0, 8731.0, 8772.0, 8746.0, 8787.0, 8731.0, 8784.0, 8735.0, 8774.0, 8746.0, 8757.0, 8766.0, 8730.0, 8766.0, 8751.0, 8763.0, 8752.0, 8778.0, 8753.0, 8779.0, 8757.0, 8795.0, 8753.0, 8780.0, 8770.0, 8769.0, 8773.0, 8794.0, 8771.0, 8770.0, 8768.0, 8770.0, 8766.0, 8751.0, 8767.0, 8768.0, 8779.0, 8748.0, 8763.0, 8757.0, 8779.0, 8754.0, 8779.0, 8752.0, 8781.0, 8756.0, 8794.0, 8769.0, 8769.0, 8769.0, 8776.0, 8770.0, 8762.0, 8770.0, 8740.0, 8769.0, 8754.0, 8780.0, 8753.0, 8783.0, 8771.0, 8753.0, 8775.0, 8756.0, 8788.0, 8772.0, 8771.0, 8753.0, 8784.0, 8755.0, 8779.0, 8750.0, 8795.0, 8735.0, 8773.0, 8735.0, 8785.0, 8749.0, 8772.0, 8749.0, 8749.0, 8770.0, 8745.0, 8763.0, 8751.0, 8778.0, 8753.0, 8795.0, 8759.0, 8810.0, 8759.0, 8791.0, 8768.0, 8769.0, 8770.0, 8763.0, 8764.0, 8775.0, 8754.0, 8747.0, 8761.0, 8745.0, 8776.0, 8736.0, 8790.0, 8738.0, 8786.0, 8733.0, 8791.0, 8749.0, 8787.0, 8756.0, 8790.0, 8751.0, 8789.0, 8754.0, 8776.0, 8747.0, 8746.0, 8750.0, 8746.0, 8766.0, 8734.0, 8765.0, 8749.0, 8778.0, 8742.0, 8789.0, 8739.0, 8791.0, 8753.0, 8794.0, 8733.0, 8794.0, 8756.0, 8794.0, 8752.0, 8774.0, 8753.0, 8746.0, 8747.0, 8745.0, 8748.0, 8732.0, 8746.0, 8750.0, 8749.0, 8732.0, 8776.0, 8737.0, 8776.0, 8734.0, 8791.0, 8752.0, 8764.0, 8754.0, 8751.0, 8786.0, 8756.0, 8797.0, 8758.0, 8797.0, 8758.0, 8792.0, 8741.0, 8778.0, 8756.0, 8763.0, 8766.0, 8752.0, 8754.0, 8749.0, 8771.0, 8735.0, 8793.0, 8735.0, 8792.0, 8735.0, 8791.0, 8750.0, 8789.0, 8750.0, 8792.0, 8734.0, 8788.0, 8733.0, 8734.0, 8744.0, 8753.0, 8764.0, 8739.0, 8770.0, 8735.0, 8761.0, 8736.0, 8778.0, 8737.0, 8776.0, 8752.0, 8738.0, 8767.0, 8759.0, 8798.0, 8739.0, 8794.0, 8740.0, 8792.0, 8751.0, 8789.0, 8751.0, 8786.0, 8750.0, 8788.0, 8749.0, 8756.0, 8746.0, 8735.0, 8746.0, 8731.0, 8757.0, 8735.0, 8779.0, 8733.0, 8773.0, 8755.0, 8759.0, 8775.0, 8755.0, 8773.0, 8760.0, 8797.0, 8757.0, 8786.0, 8758.0, 8799.0, 8755.0, 8793.0, 8737.0, 8792.0, 8736.0, 8790.0, 8754.0, 8776.0, 8733.0, 8735.0, 8748.0, 8731.0, 8750.0, 8736.0, 8736.0, 8732.0, 8773.0, 8738.0, 8774.0, 8735.0, 8790.0, 8739.0, 8769.0, 8735.0, 8774.0, 8730.0, 8770.0, 8732.0, 8733.0, 8752.0, 8735.0, 8765.0, 8738.0, 8778.0, 8749.0, 8779.0, 8737.0, 8788.0, 8741.0, 8792.0, 8741.0, 8795.0, 8734.0, 8787.0, 8735.0, 8775.0, 8737.0, 8733.0, 8750.0, 8733.0, 8748.0, 8732.0, 8761.0, 8725.0, 8776.0, 8734.0, 8777.0, 8734.0, 8775.0, 8732.0, 8772.0, 8726.0, 8773.0, 8737.0, 8773.0, 8734.0, 8776.0, 8734.0, 8776.0, 8735.0, 8776.0, 8738.0, 8789.0, 8737.0, 8777.0, 8742.0, 8740.0, 8737.0, 8733.0, 8751.0, 8737.0, 8761.0, 8739.0, 8792.0, 8737.0, 8778.0, 8740.0, 8777.0, 8739.0, 8772.0, 8732.0, 8773.0, 8732.0, 8771.0, 8737.0, 8775.0, 8734.0, 8749.0, 8734.0, 8736.0, 8750.0, 8734.0, 8759.0, 8736.0, 8774.0, 8735.0, 8777.0, 8737.0, 8777.0, 8734.0, 8779.0, 8733.0, 8755.0, 8737.0, 8734.0, 8748.0, 8734.0, 8778.0, 8738.0, 8778.0, 8740.0, 8791.0, 8750.0, 8796.0, 8755.0, 8793.0, 8742.0, 8787.0, 8735.0, 8791.0, 8736.0, 8773.0, 8732.0, 8775.0, 8735.0, 8771.0, 8733.0, 8729.0, 8732.0, 8735.0, 8774.0, 8735.0, 8780.0, 8740.0, 8775.0, 8740.0, 8790.0, 8732.0, 8777.0, 8736.0, 8773.0, 8735.0, 8784.0, 8736.0, 8770.0, 8730.0, 8773.0, 8734.0, 8773.0, 8736.0, 8774.0, 8737.0, 8759.0, 8734.0, 8733.0, 8752.0, 8740.0, 8777.0, 8740.0, 8791.0, 8753.0, 8783.0, 8739.0, 8793.0, 8737.0, 8791.0, 8740.0, 8776.0, 8739.0, 8736.0, 8743.0, 8740.0, 8763.0, 8736.0, 8797.0, 8758.0, 8796.0, 8760.0, 8781.0, 8758.0, 8740.0, 8760.0, 8742.0, 8750.0, 8736.0, 8763.0, 8736.0, 8779.0, 8737.0, 8776.0, 8738.0, 8783.0, 8729.0, 8774.0, 8730.0, 8774.0, 8733.0, 8767.0, 8733.0, 8759.0, 8736.0, 8747.0, 8746.0, 8731.0, 8761.0, 8733.0, 8773.0, 8737.0, 8788.0, 8735.0, 8788.0, 8734.0, 8772.0, 8733.0, 8768.0, 8726.0, 8765.0, 8719.0, 8767.0, 8734.0, 8782.0, 8737.0, 8769.0, 8735.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.004251668584579977</td></tr>
<tr><td colspan=3>aqi</td><td>0.029695272151898735</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.31530530555302</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1963002774539173</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0177259519470065</td></tr>
<tr><td colspan=3>efc</td><td>0.4498</td></tr>
<tr><td colspan=3>fber</td><td>6208.52</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07946610106858686</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6904487917146145</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.440643467442715</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3877057612544768</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.571098756882047</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.363125884191621</td></tr>
<tr><td colspan=3>gcor</td><td>0.00423598</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014271699823439121</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02165033668279648</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.80899783993734</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>29.2016</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.5823</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.8092</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308116.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>688.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.9047</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0761</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.5994</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3176.8207</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3347.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1047.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4202.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.7024</td></tr>
<tr><td colspan=3>tsnr</td><td>34.44039171561599</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>