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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-01/func/sub-0074_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1c889914316676140b098736d6057219</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:24:57.650000</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.999073, -0.0306153, 0.0302706, 0.0308736, 0.99949, -0.0081007]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0989478</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4127, -7732, -7219, 562, -141, -179, -101, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.938</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>871fea63-6f3c-446a-8f5f-0d5a2b37757d||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.6804392337799072, 0.08283152431249619, 0.08101928979158401, 108.51210021972656], [0.08213867992162704, 2.6815598011016846, -0.02437492273747921, -100.71482849121094], [0.08121374249458313, 0.021733585745096207, 2.698673963546753, -53.65828323364258], [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': ['212457.650000', '212458.110000', '212458.570000', '212459.030000', '212459.490000', '212459.950000', '212500.410000', '212500.870000', '212501.330000', '212501.790000', '212502.250000', '212502.710000', '212503.170000', '212503.630000', '212504.090000', '212504.550000', '212505.010000', '212505.470000', '212505.930000', '212506.390000', '212506.850000', '212507.310000', '212507.770000', '212508.230000', '212508.690000', '212509.150000', '212509.610000', '212510.070000', '212510.530000', '212510.990000', '212511.450000', '212511.910000', '212512.370000', '212512.830000', '212513.290000', '212513.750000', '212514.210000', '212514.670000', '212515.130000', '212515.590000', '212516.050000', '212516.510000', '212516.970000', '212517.430000', '212517.890000', '212518.350000', '212518.810000', '212519.270000', '212519.730000', '212520.190000', '212520.650000', '212521.110000', '212521.570000', '212522.030000', '212522.490000', '212522.950000', '212523.410000', '212523.870000', '212524.330000', '212524.790000', '212525.250000', '212525.710000', '212526.170000', '212526.630000', '212527.090000', '212527.550000', '212528.010000', '212528.470000', '212528.930000', '212529.390000', '212529.850000', '212530.310000', '212530.770000', '212531.230000', '212531.690000', '212532.150000', '212532.610000', '212533.070000', '212533.530000', '212533.990000', '212534.450000', '212534.910000', '212535.370000', '212535.830000', '212536.290000', '212536.750000', '212537.210000', '212537.670000', '212538.130000', '212538.590000', '212539.050000', '212539.510000', '212539.970000', '212540.430000', '212540.890000', '212541.350000', '212541.810000', '212542.270000', '212542.730000', '212543.190000', '212543.650000', '212544.110000', '212544.570000', '212545.030000', '212545.490000', '212545.950000', '212546.410000', '212546.870000', '212547.330000', '212547.790000', '212548.250000', '212548.710000', '212549.170000', '212549.630000', '212550.090000', '212550.550000', '212551.010000', '212551.470000', '212551.930000', '212552.390000', '212552.850000', '212553.310000', '212553.770000', '212554.230000', '212554.690000', '212555.150000', '212555.610000', '212556.070000', '212556.530000', '212556.990000', '212557.450000', '212557.910000', '212558.370000', '212558.830000', '212559.290000', '212559.750000', '212600.210000', '212600.670000', '212601.130000', '212601.590000', '212602.050000', '212602.510000', '212602.970000', '212603.430000', '212603.890000', '212604.350000', '212604.810000', '212605.270000', '212605.730000', '212606.190000', '212606.650000', '212607.110000', '212607.570000', '212608.030000', '212608.490000', '212608.950000', '212609.410000', '212609.870000', '212610.330000', '212610.790000', '212611.250000', '212611.710000', '212612.170000', '212612.630000', '212613.090000', '212613.550000', '212614.010000', '212614.470000', '212614.930000', '212615.390000', '212615.850000', '212616.310000', '212616.770000', '212617.230000', '212617.690000', '212618.150000', '212618.610000', '212619.070000', '212619.530000', '212619.990000', '212620.450000', '212620.910000', '212621.370000', '212621.830000', '212622.290000', '212622.750000', '212623.210000', '212623.670000', '212624.130000', '212624.590000', '212625.050000', '212625.510000', '212625.970000', '212626.430000', '212626.890000', '212627.350000', '212627.810000', '212628.270000', '212628.730000', '212629.190000', '212629.650000', '212630.110000', '212630.570000', '212631.030000', '212631.490000', '212631.950000', '212632.410000', '212632.870000', '212633.330000', '212633.790000', '212634.250000', '212634.710000', '212635.170000', '212635.630000', '212636.090000', '212636.550000', '212637.010000', '212637.470000', '212637.930000', '212638.390000', '212638.850000', '212639.310000', '212639.770000', '212640.230000', '212640.690000', '212641.150000', '212641.610000', '212642.070000', '212642.530000', '212642.990000', '212643.450000', '212643.910000', '212644.370000', '212644.830000', '212645.290000', '212645.750000', '212646.210000', '212646.670000', '212647.130000', '212647.590000', '212648.050000', '212648.510000', '212648.970000', '212649.430000', '212649.890000', '212650.350000', '212650.810000', '212651.270000', '212651.730000', '212652.190000', '212652.650000', '212653.110000', '212653.570000', '212654.030000', '212654.490000', '212654.950000', '212655.410000', '212655.870000', '212656.330000', '212656.790000', '212657.250000', '212657.710000', '212658.170000', '212658.630000', '212659.090000', '212659.550000', '212700.010000', '212700.470000', '212700.930000', '212701.390000', '212701.850000', '212702.310000', '212702.770000', '212703.230000', '212703.690000', '212704.150000', '212704.610000', '212705.070000', '212705.530000', '212705.990000', '212706.450000', '212706.910000', '212707.370000', '212707.830000', '212708.290000', '212708.750000', '212709.210000', '212709.670000', '212710.130000', '212710.590000', '212711.050000', '212711.510000', '212711.970000', '212712.430000', '212712.890000', '212713.350000', '212713.810000', '212714.270000', '212714.730000', '212715.190000', '212715.650000', '212716.110000', '212716.570000', '212717.030000', '212717.490000', '212717.950000', '212718.410000', '212718.870000', '212719.330000', '212719.790000', '212720.250000', '212720.710000', '212721.170000', '212721.630000', '212722.090000', '212722.550000', '212723.010000', '212723.470000', '212723.930000', '212724.390000', '212724.850000', '212725.310000', '212725.770000', '212726.230000', '212726.690000', '212727.150000', '212727.610000', '212728.070000', '212728.530000', '212728.990000', '212729.450000', '212729.910000', '212730.370000', '212730.830000', '212731.290000', '212731.750000', '212732.210000', '212732.670000', '212733.130000', '212733.590000', '212734.050000', '212734.510000', '212734.970000', '212735.430000', '212735.890000', '212736.350000', '212736.810000', '212737.270000', '212737.730000', '212738.190000', '212738.650000', '212739.110000', '212739.570000', '212740.030000', '212740.490000', '212740.950000', '212741.410000', '212741.870000', '212742.330000', '212742.790000', '212743.250000', '212743.710000', '212744.170000', '212744.630000', '212745.090000', '212745.550000', '212746.010000', '212746.470000', '212746.930000', '212747.390000', '212747.850000', '212748.310000', '212748.770000', '212749.230000', '212749.690000', '212750.150000', '212750.610000', '212751.070000', '212751.530000', '212751.990000', '212752.450000', '212752.910000', '212753.370000', '212753.830000', '212754.290000', '212754.750000', '212755.210000', '212755.670000', '212756.130000', '212756.590000', '212757.050000', '212757.510000', '212757.970000', '212758.430000', '212758.890000', '212759.350000', '212759.810000', '212800.270000', '212800.730000', '212801.190000', '212801.650000', '212802.110000', '212802.570000', '212803.030000', '212803.490000', '212803.950000', '212804.410000', '212804.870000', '212805.330000', '212805.790000', '212806.250000', '212806.710000', '212807.170000', '212807.630000', '212808.090000', '212808.550000', '212809.010000', '212809.470000', '212809.930000', '212810.390000', '212810.850000', '212811.310000', '212811.770000', '212812.230000', '212812.690000', '212813.150000', '212813.610000', '212814.070000', '212814.530000', '212814.990000', '212815.450000', '212815.910000', '212816.370000', '212816.830000', '212817.290000', '212817.750000', '212818.210000', '212818.670000', '212819.130000', '212819.590000', '212820.050000', '212820.510000', '212820.970000', '212821.430000', '212821.890000', '212822.350000', '212822.810000', '212823.270000', '212823.730000', '212824.190000', '212824.650000', '212825.110000', '212825.570000', '212826.030000', '212826.490000', '212826.950000', '212827.410000', '212827.870000', '212828.330000', '212828.790000', '212829.250000', '212829.710000', '212830.170000', '212830.630000', '212831.090000', '212831.550000', '212832.010000', '212832.470000', '212832.930000', '212833.390000', '212833.850000', '212834.310000', '212834.770000', '212835.230000', '212835.690000', '212836.150000', '212836.610000', '212837.070000', '212837.530000', '212837.990000', '212838.450000', '212838.910000', '212839.370000', '212839.830000', '212840.290000', '212840.750000', '212841.210000', '212841.670000', '212842.130000', '212842.590000', '212843.050000', '212843.510000', '212843.970000', '212844.430000', '212844.890000', '212845.350000', '212845.810000', '212846.270000', '212846.730000', '212847.190000', '212847.650000', '212848.110000', '212848.570000', '212849.030000', '212849.490000', '212849.950000', '212850.410000', '212850.870000', '212851.330000', '212851.790000', '212852.250000', '212852.710000', '212853.170000', '212853.630000', '212854.090000', '212854.550000', '212855.010000', '212855.470000', '212855.930000', '212856.390000', '212856.850000', '212857.310000', '212857.770000', '212858.230000', '212858.690000', '212859.150000', '212859.610000', '212900.070000', '212900.530000', '212900.990000', '212901.450000', '212901.910000', '212902.370000', '212902.830000', '212903.290000', '212903.750000', '212904.210000', '212904.670000', '212905.130000', '212905.590000', '212906.050000', '212906.510000', '212906.970000', '212907.430000', '212907.890000', '212908.350000', '212908.810000', '212909.270000', '212909.730000', '212910.190000', '212910.650000', '212911.110000', '212911.570000', '212912.030000', '212912.490000', '212912.950000', '212913.410000', '212913.870000', '212914.330000', '212914.790000', '212915.250000', '212915.710000', '212916.170000', '212916.630000', '212917.090000', '212917.550000', '212918.010000', '212918.470000', '212918.930000', '212919.390000', '212919.850000', '212920.310000', '212920.770000', '212921.230000', '212921.690000', '212922.150000', '212922.610000', '212923.070000', '212923.530000', '212923.990000', '212924.450000', '212924.910000', '212925.370000', '212925.830000', '212926.290000', '212926.750000', '212927.210000', '212927.670000', '212928.130000', '212928.590000', '212929.050000', '212929.510000', '212929.970000', '212930.430000', '212930.890000', '212931.350000', '212931.810000', '212932.270000', '212932.730000', '212933.190000', '212933.650000', '212934.110000', '212934.570000', '212935.030000', '212935.490000', '212935.950000', '212936.410000', '212936.870000', '212937.330000', '212937.790000', '212938.250000', '212938.710000', '212939.170000', '212939.630000', '212940.090000', '212940.550000', '212941.010000', '212941.470000', '212941.930000', '212942.390000', '212942.850000', '212943.310000', '212943.770000', '212944.230000', '212944.690000', '212945.150000', '212945.610000', '212946.070000', '212946.530000', '212946.990000', '212947.450000', '212947.910000', '212948.370000', '212948.830000', '212949.290000', '212949.750000', '212950.210000', '212950.670000', '212951.130000', '212951.590000', '212952.050000', '212952.510000', '212952.970000', '212953.430000', '212953.890000', '212954.350000', '212954.810000', '212955.270000', '212955.730000', '212956.190000', '212956.650000', '212957.110000', '212957.570000', '212958.030000', '212958.490000', '212958.950000', '212959.410000', '212959.870000', '213000.330000', '213000.790000', '213001.250000', '213001.710000', '213002.170000', '213002.630000', '213003.090000', '213003.550000', '213004.010000', '213004.470000', '213004.930000', '213005.390000', '213005.850000', '213006.310000', '213006.770000', '213007.230000', '213007.690000', '213008.150000', '213008.610000', '213009.070000', '213009.530000', '213009.990000', '213010.450000', '213010.910000', '213011.370000', '213011.830000', '213012.290000', '213012.750000', '213013.210000', '213013.670000', '213014.130000', '213014.590000', '213015.050000', '213015.510000', '213015.970000', '213016.430000', '213016.890000', '213017.350000', '213017.810000', '213018.270000', '213018.730000', '213019.190000', '213019.650000', '213020.110000', '213020.570000', '213021.030000', '213021.490000', '213021.950000', '213022.410000', '213022.870000', '213023.330000', '213023.790000', '213024.250000', '213024.710000', '213025.170000', '213025.630000', '213026.090000', '213026.550000', '213027.010000', '213027.470000', '213027.930000', '213028.390000', '213028.850000', '213029.310000', '213029.770000', '213030.230000', '213030.690000', '213031.150000', '213031.610000', '213032.070000', '213032.530000', '213032.990000', '213033.450000', '213033.910000', '213034.370000', '213034.830000', '213035.290000', '213035.750000', '213036.210000', '213036.670000', '213037.130000', '213037.590000', '213038.050000', '213038.510000', '213038.970000', '213039.430000', '213039.890000', '213040.350000', '213040.810000', '213041.270000', '213041.730000', '213042.190000', '213042.650000', '213043.110000', '213043.570000', '213044.030000', '213044.490000', '213044.950000', '213045.410000', '213045.870000', '213046.330000', '213046.790000', '213047.250000', '213047.710000', '213048.170000', '213048.630000', '213049.090000', '213049.550000', '213050.010000', '213050.470000', '213050.930000', '213051.390000', '213051.850000', '213052.310000', '213052.770000', '213053.230000', '213053.690000', '213054.150000', '213054.610000', '213055.070000', '213055.530000', '213055.990000', '213056.450000', '213056.910000', '213057.370000', '213057.830000', '213058.290000', '213058.750000', '213059.210000', '213059.670000', '213100.130000', '213100.590000', '213101.050000', '213101.510000', '213101.970000', '213102.430000', '213102.890000', '213103.350000', '213103.810000', '213104.270000', '213104.730000', '213105.190000', '213105.650000', '213106.110000', '213106.570000', '213107.030000', '213107.490000', '213107.950000', '213108.410000', '213108.870000', '213109.330000', '213109.790000', '213110.250000', '213110.710000', '213111.170000', '213111.630000', '213112.090000', '213112.550000', '213113.010000', '213113.470000', '213113.930000', '213114.390000', '213114.850000', '213115.310000', '213115.770000', '213116.230000', '213116.690000', '213117.150000', '213117.610000', '213118.070000', '213118.530000', '213118.990000', '213119.450000', '213119.910000', '213120.370000', '213120.830000', '213121.290000', '213121.750000', '213122.210000', '213122.670000', '213123.130000', '213123.590000', '213124.050000', '213124.510000', '213124.970000', '213125.430000', '213125.890000', '213126.350000', '213126.810000', '213127.270000', '213127.730000', '213128.190000', '213128.650000', '213129.110000', '213129.570000', '213130.030000', '213130.490000', '213130.950000', '213131.410000', '213131.870000', '213132.330000', '213132.790000', '213133.250000', '213133.710000', '213134.170000', '213134.630000', '213135.090000', '213135.550000', '213136.010000', '213136.470000', '213136.930000', '213137.390000', '213137.850000', '213138.310000'], 'ContentTime': ['212511.778000', '212511.781000', '212511.792000', '212511.795000', '212511.797000', '212511.800000', '212511.803000', '212511.805000', '212511.808000', '212511.811000', '212511.813000', '212511.816000', '212511.818000', '212511.821000', '212511.824000', '212511.826000', '212511.829000', '212511.832000', '212511.834000', '212511.837000', '212511.839000', '212511.842000', '212511.844000', '212511.847000', '212511.850000', '212511.852000', '212511.855000', '212511.857000', '212531.705000', '212531.708000', '212531.711000', '212531.714000', '212531.716000', '212531.719000', '212531.721000', '212531.724000', '212531.727000', '212531.729000', '212531.732000', '212531.735000', '212531.739000', '212531.742000', '212531.745000', '212531.747000', '212531.750000', '212531.762000', '212531.765000', '212531.768000', '212531.771000', '212531.773000', '212531.776000', '212531.779000', '212531.781000', '212531.784000', '212531.787000', '212531.800000', '212531.803000', '212531.806000', '212531.808000', '212531.811000', '212531.813000', '212531.816000', '212531.819000', '212531.821000', '212531.824000', '212531.827000', '212531.829000', '212531.832000', '212531.835000', '212531.837000', '212531.840000', '212551.706000', '212551.708000', '212551.711000', '212551.715000', '212551.717000', '212551.720000', '212551.722000', '212551.725000', '212551.727000', '212551.730000', '212551.733000', '212551.735000', '212551.738000', '212551.741000', '212551.743000', '212551.746000', '212551.748000', '212551.751000', '212551.754000', '212551.756000', '212551.759000', '212551.761000', '212551.764000', '212551.767000', '212551.769000', '212551.772000', '212551.774000', '212551.777000', '212551.780000', '212551.782000', '212551.785000', '212551.791000', '212551.794000', '212551.797000', '212551.799000', '212551.802000', '212551.804000', '212551.807000', '212551.810000', '212551.812000', '212551.815000', '212551.818000', '212551.820000', '212551.823000', '212611.705000', '212611.708000', '212611.711000', '212611.714000', '212611.716000', '212611.719000', '212611.721000', '212611.724000', '212611.727000', '212611.729000', '212611.732000', '212611.735000', '212611.738000', '212611.741000', '212611.744000', '212611.746000', '212611.749000', '212611.752000', '212611.754000', '212611.757000', '212611.759000', '212611.762000', '212611.765000', '212611.767000', '212611.770000', '212611.773000', '212611.775000', '212611.778000', '212611.781000', '212611.783000', '212611.786000', '212611.788000', '212611.791000', '212611.794000', '212611.796000', '212611.799000', '212611.801000', '212611.804000', '212611.806000', '212611.809000', '212611.812000', '212611.814000', '212611.817000', '212631.704000', '212631.707000', '212631.710000', '212631.713000', '212631.715000', '212631.718000', '212631.720000', '212631.723000', '212631.726000', '212631.728000', '212631.731000', '212631.734000', '212631.736000', '212631.739000', '212631.742000', '212631.744000', '212631.747000', '212631.749000', '212631.752000', '212631.755000', '212631.757000', '212631.760000', '212631.762000', '212631.765000', '212631.768000', '212631.770000', '212631.773000', '212631.776000', '212631.778000', '212631.781000', '212631.783000', '212631.786000', '212631.788000', '212631.791000', '212631.794000', '212631.796000', '212631.799000', '212631.801000', '212631.804000', '212631.807000', '212631.809000', '212631.812000', '212631.814000', '212631.817000', '212651.704000', '212651.707000', '212651.710000', '212651.712000', '212651.715000', '212651.718000', '212651.720000', '212651.723000', '212651.726000', '212651.728000', '212651.731000', '212651.734000', '212651.736000', '212651.739000', '212651.742000', '212651.744000', '212651.747000', '212651.750000', '212651.752000', '212651.755000', '212651.757000', '212651.760000', '212651.763000', '212651.765000', '212651.768000', '212651.771000', '212651.774000', '212651.776000', '212651.779000', '212651.781000', '212651.784000', '212651.787000', '212651.789000', '212651.792000', '212651.794000', '212651.797000', '212651.799000', '212651.802000', '212651.805000', '212651.808000', '212651.811000', '212651.814000', '212651.816000', '212711.706000', '212711.709000', '212711.711000', '212711.714000', '212711.716000', '212711.719000', '212711.722000', '212711.725000', '212711.727000', '212711.730000', '212711.733000', '212711.735000', '212711.738000', '212711.740000', '212711.743000', '212711.746000', '212711.748000', '212711.751000', '212711.753000', '212711.756000', '212711.759000', '212711.761000', '212711.764000', '212711.775000', '212711.778000', '212711.781000', '212711.783000', '212711.786000', '212711.789000', '212711.791000', '212711.794000', '212711.796000', '212711.799000', '212711.802000', '212711.804000', '212711.807000', '212711.809000', '212711.812000', '212711.815000', '212711.817000', '212711.820000', '212711.822000', '212711.825000', '212711.828000', '212731.705000', '212731.708000', '212731.711000', '212731.714000', '212731.716000', '212731.719000', '212731.722000', '212731.724000', '212731.727000', '212731.729000', '212731.732000', '212731.735000', '212731.737000', '212731.740000', '212731.743000', '212731.745000', '212731.748000', '212731.750000', '212731.753000', '212731.756000', '212731.758000', '212731.761000', '212731.763000', '212731.766000', '212731.769000', '212731.771000', '212731.774000', '212731.777000', '212731.779000', '212731.782000', '212731.785000', '212731.788000', '212731.790000', '212731.793000', '212731.796000', '212731.798000', '212731.801000', '212731.804000', '212731.806000', '212731.809000', '212731.811000', '212731.814000', '212731.817000', '212751.706000', '212751.708000', '212751.711000', '212751.714000', '212751.717000', '212751.720000', '212751.722000', '212751.725000', '212751.728000', '212751.731000', '212751.733000', '212751.736000', '212751.739000', '212751.741000', '212751.744000', '212751.747000', '212751.749000', '212751.752000', '212751.754000', '212751.757000', '212751.760000', '212751.762000', '212751.765000', '212751.768000', '212751.770000', '212751.773000', '212751.775000', '212751.778000', '212751.781000', '212751.783000', '212751.786000', '212751.789000', '212751.791000', '212751.794000', '212751.797000', '212751.799000', '212751.802000', '212751.805000', '212751.807000', '212751.810000', '212751.813000', '212751.815000', '212751.818000', '212751.820000', '212811.706000', '212811.708000', '212811.711000', '212811.714000', '212811.716000', '212811.719000', '212811.722000', '212811.724000', '212811.750000', '212811.753000', '212811.756000', '212811.758000', '212811.761000', '212811.764000', '212811.766000', '212811.769000', '212811.771000', '212811.774000', '212811.777000', '212811.779000', '212811.782000', '212811.785000', '212811.787000', '212811.790000', '212811.792000', '212811.795000', '212811.798000', '212811.800000', '212811.803000', '212811.808000', '212811.810000', '212811.813000', '212811.816000', '212811.818000', '212811.821000', '212811.824000', '212811.826000', '212811.829000', '212811.832000', '212811.834000', '212811.837000', '212811.839000', '212811.842000', '212831.706000', '212831.708000', '212831.711000', '212831.714000', '212831.716000', '212831.719000', '212831.722000', '212831.724000', '212831.727000', '212831.730000', '212831.732000', '212831.735000', '212831.738000', '212831.740000', '212831.743000', '212831.746000', '212831.748000', '212831.751000', '212831.753000', '212831.756000', '212831.759000', '212831.761000', '212831.764000', '212831.767000', '212831.769000', '212831.772000', '212831.774000', '212831.777000', '212831.780000', '212831.782000', '212831.785000', '212831.787000', '212831.790000', '212831.793000', '212831.795000', '212831.798000', '212831.801000', '212831.803000', '212831.806000', '212831.808000', '212831.811000', '212831.814000', '212831.816000', '212831.819000', '212851.704000', '212851.707000', '212851.710000', '212851.713000', '212851.727000', '212851.729000', '212851.732000', '212851.735000', '212851.737000', '212851.740000', '212851.743000', '212851.745000', '212851.748000', '212851.751000', '212851.753000', '212851.756000', '212851.759000', '212851.761000', '212851.764000', '212851.767000', '212851.769000', '212851.772000', '212851.775000', '212851.777000', '212851.780000', '212851.783000', '212851.785000', '212851.788000', '212851.790000', '212851.793000', '212851.796000', '212851.798000', '212851.801000', '212851.804000', '212851.806000', '212851.809000', '212851.812000', '212851.814000', '212851.817000', '212851.819000', '212851.823000', '212851.826000', '212851.828000', '212911.705000', '212911.707000', '212911.710000', '212911.713000', '212911.716000', '212911.718000', '212911.721000', '212911.724000', '212911.726000', '212911.729000', '212911.731000', '212911.734000', '212911.737000', '212911.739000', '212911.742000', '212911.745000', '212911.747000', '212911.750000', '212911.752000', '212911.755000', '212911.758000', '212911.760000', '212911.763000', '212911.766000', '212911.768000', '212911.771000', '212911.774000', '212911.776000', '212911.779000', '212911.781000', '212911.784000', '212911.787000', '212911.789000', '212911.792000', '212911.795000', '212911.798000', '212911.800000', '212911.803000', '212911.806000', '212911.808000', '212911.811000', '212911.813000', '212911.816000', '212911.819000', '212931.705000', '212931.708000', '212931.711000', '212931.714000', '212931.716000', '212931.719000', '212931.722000', '212931.724000', '212931.727000', '212931.730000', '212931.732000', '212931.735000', '212931.737000', '212931.740000', '212931.743000', '212931.745000', '212931.748000', '212931.750000', '212931.753000', '212931.756000', '212931.758000', '212931.761000', '212931.764000', '212931.766000', '212931.769000', '212931.771000', '212931.774000', '212931.777000', '212931.779000', '212931.782000', '212931.785000', '212931.787000', '212931.790000', '212931.793000', '212931.795000', '212931.798000', '212931.800000', '212931.803000', '212931.806000', '212931.808000', '212931.811000', '212931.813000', '212931.816000', '212951.706000', '212951.709000', '212951.712000', '212951.714000', '212951.717000', '212951.720000', '212951.722000', '212951.725000', '212951.727000', '212951.730000', '212951.733000', '212951.735000', '212951.738000', '212951.740000', '212951.743000', '212951.746000', '212951.748000', '212951.751000', '212951.754000', '212951.756000', '212951.759000', '212951.762000', '212951.764000', '212951.767000', '212951.769000', '212951.772000', '212951.775000', '212951.777000', '212951.780000', '212951.783000', '212951.785000', '212951.788000', '212951.790000', '212951.793000', '212951.796000', '212951.798000', '212951.801000', '212951.804000', '212951.806000', '212951.809000', '212951.811000', '212951.814000', '212951.817000', '212951.819000', '213011.705000', '213011.708000', '213011.711000', '213011.714000', '213011.716000', '213011.719000', '213011.721000', '213011.724000', '213011.727000', '213011.729000', '213011.732000', '213011.735000', '213011.737000', '213011.740000', '213011.743000', '213011.746000', '213011.748000', '213011.751000', '213011.753000', '213011.756000', '213011.759000', '213011.761000', '213011.764000', '213011.766000', '213011.769000', '213011.772000', '213011.774000', '213011.777000', '213011.780000', '213011.795000', '213011.797000', '213011.800000', '213011.803000', '213011.805000', '213011.808000', '213011.810000', '213011.813000', '213011.816000', '213011.818000', '213011.821000', '213011.823000', '213011.826000', '213011.829000', '213031.706000', '213031.708000', '213031.711000', '213031.714000', '213031.717000', '213031.719000', '213031.722000', '213031.725000', '213031.727000', '213031.730000', '213031.732000', '213031.735000', '213031.738000', '213031.740000', '213031.743000', '213031.746000', '213031.749000', '213031.751000', '213031.754000', '213031.756000', '213031.759000', '213031.762000', '213031.764000', '213031.767000', '213031.770000', '213031.772000', '213031.775000', '213031.777000', '213031.780000', '213031.783000', '213031.785000', '213031.788000', '213031.791000', '213031.793000', '213031.796000', '213031.798000', '213031.801000', '213031.804000', '213031.806000', '213031.809000', '213031.812000', '213031.814000', '213031.817000', '213031.820000', '213051.706000', '213051.708000', '213051.711000', '213051.714000', '213051.717000', '213051.719000', '213051.722000', '213051.724000', '213051.727000', '213051.730000', '213051.732000', '213051.735000', '213051.738000', '213051.740000', '213051.743000', '213051.746000', '213051.748000', '213051.751000', '213051.754000', '213051.756000', '213051.759000', '213051.761000', '213051.764000', '213051.766000', '213051.769000', '213051.772000', '213051.774000', '213051.777000', '213051.780000', '213051.782000', '213051.785000', '213051.788000', '213051.790000', '213051.793000', '213051.796000', '213051.798000', '213051.801000', '213051.804000', '213051.806000', '213051.809000', '213051.812000', '213051.814000', '213051.817000', '213111.704000', '213111.707000', '213111.710000', '213111.713000', '213111.715000', '213111.718000', '213111.720000', '213111.723000', '213111.726000', '213111.728000', '213111.731000', '213111.741000', '213111.744000', '213111.747000', '213111.749000', '213111.752000', '213111.754000', '213111.757000', '213111.760000', '213111.762000', '213111.765000', '213111.768000', '213111.770000', '213111.773000', '213111.775000', '213111.778000', '213111.780000', '213111.783000', '213111.786000', '213111.788000', '213111.791000', '213111.794000', '213111.796000', '213111.799000', '213111.801000', '213111.804000', '213111.807000', '213111.809000', '213111.812000', '213111.815000', '213111.817000', '213111.820000', '213111.823000', '213111.825000', '213131.705000', '213131.708000', '213131.710000', '213131.713000', '213131.715000', '213131.718000', '213131.721000', '213131.723000', '213131.726000', '213131.729000', '213131.731000', '213131.734000', '213131.737000', '213131.739000', '213131.742000', '213131.744000', '213131.747000', '213131.750000', '213131.752000', '213131.755000', '213131.757000', '213131.760000', '213131.763000', '213131.765000', '213131.768000', '213131.771000', '213131.773000', '213131.776000', '213131.778000', '213131.781000', '213131.784000', '213131.786000', '213131.789000', '213131.792000', '213131.795000', '213131.797000', '213131.800000', '213131.803000', '213131.805000', '213131.808000', '213131.820000', '213131.823000', '213131.825000', '213139.708000', '213139.711000', '213139.714000', '213139.717000', '213139.720000', '213139.722000', '213139.725000', '213139.728000', '213139.730000', '213139.733000', '213139.736000', '213139.739000', '213139.741000', '213139.744000', '213139.747000', '213139.750000', '213139.753000', '213139.755000'], 'InstanceCreationTime': ['212511.778000', '212511.781000', '212511.792000', '212511.795000', '212511.797000', '212511.800000', '212511.803000', '212511.805000', '212511.808000', '212511.811000', '212511.813000', '212511.816000', '212511.818000', '212511.821000', '212511.824000', '212511.826000', '212511.829000', '212511.832000', '212511.834000', '212511.837000', '212511.839000', '212511.842000', '212511.844000', '212511.847000', '212511.850000', '212511.852000', '212511.855000', '212511.857000', '212531.705000', '212531.708000', '212531.711000', '212531.714000', '212531.716000', '212531.719000', '212531.721000', '212531.724000', '212531.727000', '212531.729000', '212531.732000', '212531.735000', '212531.739000', '212531.742000', '212531.745000', '212531.747000', '212531.750000', '212531.762000', '212531.765000', '212531.768000', '212531.771000', '212531.773000', '212531.776000', '212531.779000', '212531.781000', '212531.784000', '212531.787000', '212531.800000', '212531.803000', '212531.806000', '212531.808000', '212531.811000', '212531.813000', '212531.816000', '212531.819000', '212531.821000', '212531.824000', '212531.827000', '212531.829000', '212531.832000', '212531.835000', '212531.837000', '212531.840000', '212551.706000', '212551.708000', '212551.711000', '212551.715000', '212551.717000', '212551.720000', '212551.722000', '212551.725000', '212551.727000', '212551.730000', '212551.733000', '212551.735000', '212551.738000', '212551.741000', '212551.743000', '212551.746000', '212551.748000', '212551.751000', '212551.754000', '212551.756000', '212551.759000', '212551.761000', '212551.764000', '212551.767000', '212551.769000', '212551.772000', '212551.774000', '212551.777000', '212551.780000', '212551.782000', '212551.785000', '212551.791000', '212551.794000', '212551.797000', '212551.799000', '212551.802000', '212551.804000', '212551.807000', '212551.810000', '212551.812000', '212551.815000', '212551.818000', '212551.820000', '212551.823000', '212611.705000', '212611.708000', '212611.711000', '212611.714000', '212611.716000', '212611.719000', '212611.721000', '212611.724000', '212611.727000', '212611.729000', '212611.732000', '212611.735000', '212611.738000', '212611.741000', '212611.744000', '212611.746000', '212611.749000', '212611.752000', '212611.754000', '212611.757000', '212611.759000', '212611.762000', '212611.765000', '212611.767000', '212611.770000', '212611.773000', '212611.775000', '212611.778000', '212611.781000', '212611.783000', '212611.786000', '212611.788000', '212611.791000', '212611.794000', '212611.796000', '212611.799000', '212611.801000', '212611.804000', '212611.806000', '212611.809000', '212611.812000', '212611.814000', '212611.817000', '212631.704000', '212631.707000', '212631.710000', '212631.713000', '212631.715000', '212631.718000', '212631.720000', '212631.723000', '212631.726000', '212631.728000', '212631.731000', '212631.734000', '212631.736000', '212631.739000', '212631.742000', '212631.744000', '212631.747000', '212631.749000', '212631.752000', '212631.755000', '212631.757000', '212631.760000', '212631.762000', '212631.765000', '212631.768000', '212631.770000', '212631.773000', '212631.776000', '212631.778000', '212631.781000', '212631.783000', '212631.786000', '212631.788000', '212631.791000', '212631.794000', '212631.796000', '212631.799000', '212631.801000', '212631.804000', '212631.807000', '212631.809000', '212631.812000', '212631.814000', '212631.817000', '212651.704000', '212651.707000', '212651.710000', '212651.712000', '212651.715000', '212651.718000', '212651.720000', '212651.723000', '212651.726000', '212651.728000', '212651.731000', '212651.734000', '212651.736000', '212651.739000', '212651.742000', '212651.744000', '212651.747000', '212651.750000', '212651.752000', '212651.755000', '212651.757000', '212651.760000', '212651.763000', '212651.765000', '212651.768000', '212651.771000', '212651.774000', '212651.776000', '212651.779000', '212651.781000', '212651.784000', '212651.787000', '212651.789000', '212651.792000', '212651.794000', '212651.797000', '212651.799000', '212651.802000', '212651.805000', '212651.808000', '212651.811000', '212651.814000', '212651.816000', '212711.706000', '212711.709000', '212711.711000', '212711.714000', '212711.716000', '212711.719000', '212711.722000', '212711.725000', '212711.727000', '212711.730000', '212711.733000', '212711.735000', '212711.738000', '212711.740000', '212711.743000', '212711.746000', '212711.748000', '212711.751000', '212711.753000', '212711.756000', '212711.759000', '212711.761000', '212711.764000', '212711.775000', '212711.778000', '212711.781000', '212711.783000', '212711.786000', '212711.789000', '212711.791000', '212711.794000', '212711.796000', '212711.799000', '212711.802000', '212711.804000', '212711.807000', '212711.809000', '212711.812000', '212711.815000', '212711.817000', '212711.820000', '212711.822000', '212711.825000', '212711.828000', '212731.705000', '212731.708000', '212731.711000', '212731.714000', '212731.716000', '212731.719000', '212731.722000', '212731.724000', '212731.727000', '212731.729000', '212731.732000', '212731.735000', '212731.737000', '212731.740000', '212731.743000', '212731.745000', '212731.748000', '212731.750000', '212731.753000', '212731.756000', '212731.758000', '212731.761000', '212731.763000', '212731.766000', '212731.769000', '212731.771000', '212731.774000', '212731.777000', '212731.779000', '212731.782000', '212731.785000', '212731.788000', '212731.790000', '212731.793000', '212731.796000', '212731.798000', '212731.801000', '212731.804000', '212731.806000', '212731.809000', '212731.811000', '212731.814000', '212731.817000', '212751.706000', '212751.708000', '212751.711000', '212751.714000', '212751.717000', '212751.720000', '212751.722000', '212751.725000', '212751.728000', '212751.731000', '212751.733000', '212751.736000', '212751.739000', '212751.741000', '212751.744000', '212751.747000', '212751.749000', '212751.752000', '212751.754000', '212751.757000', '212751.760000', '212751.762000', '212751.765000', '212751.768000', '212751.770000', '212751.773000', '212751.775000', '212751.778000', '212751.781000', '212751.783000', '212751.786000', '212751.789000', '212751.791000', '212751.794000', '212751.797000', '212751.799000', '212751.802000', '212751.805000', '212751.807000', '212751.810000', '212751.813000', '212751.815000', '212751.818000', '212751.820000', '212811.706000', '212811.708000', '212811.711000', '212811.714000', '212811.716000', '212811.719000', '212811.722000', '212811.724000', '212811.750000', '212811.753000', '212811.756000', '212811.758000', '212811.761000', '212811.764000', '212811.766000', '212811.769000', '212811.771000', '212811.774000', '212811.777000', '212811.779000', '212811.782000', '212811.785000', '212811.787000', '212811.790000', '212811.792000', '212811.795000', '212811.798000', '212811.800000', '212811.803000', '212811.808000', '212811.810000', '212811.813000', '212811.816000', '212811.818000', '212811.821000', '212811.824000', '212811.826000', '212811.829000', '212811.832000', '212811.834000', '212811.837000', '212811.839000', '212811.842000', '212831.706000', '212831.708000', '212831.711000', '212831.714000', '212831.716000', '212831.719000', '212831.722000', '212831.724000', '212831.727000', '212831.730000', '212831.732000', '212831.735000', '212831.738000', '212831.740000', '212831.743000', '212831.746000', '212831.748000', '212831.751000', '212831.753000', '212831.756000', '212831.759000', '212831.761000', '212831.764000', '212831.767000', '212831.769000', '212831.772000', '212831.774000', '212831.777000', '212831.780000', '212831.782000', '212831.785000', '212831.787000', '212831.790000', '212831.793000', '212831.795000', '212831.798000', '212831.801000', '212831.803000', '212831.806000', '212831.808000', '212831.811000', '212831.814000', '212831.816000', '212831.819000', '212851.704000', '212851.707000', '212851.710000', '212851.713000', '212851.727000', '212851.729000', '212851.732000', '212851.735000', '212851.737000', '212851.740000', '212851.743000', '212851.745000', '212851.748000', '212851.751000', '212851.753000', '212851.756000', '212851.759000', '212851.761000', '212851.764000', '212851.767000', '212851.769000', '212851.772000', '212851.775000', '212851.777000', '212851.780000', '212851.783000', '212851.785000', '212851.788000', '212851.790000', '212851.793000', '212851.796000', '212851.798000', '212851.801000', '212851.804000', '212851.806000', '212851.809000', '212851.812000', '212851.814000', '212851.817000', '212851.819000', '212851.823000', '212851.826000', '212851.828000', '212911.705000', '212911.707000', '212911.710000', '212911.713000', '212911.716000', '212911.718000', '212911.721000', '212911.724000', '212911.726000', '212911.729000', '212911.731000', '212911.734000', '212911.737000', '212911.739000', '212911.742000', '212911.745000', '212911.747000', '212911.750000', '212911.752000', '212911.755000', '212911.758000', '212911.760000', '212911.763000', '212911.766000', '212911.768000', '212911.771000', '212911.774000', '212911.776000', '212911.779000', '212911.781000', '212911.784000', '212911.787000', '212911.789000', '212911.792000', '212911.795000', '212911.798000', '212911.800000', '212911.803000', '212911.806000', '212911.808000', '212911.811000', '212911.813000', '212911.816000', '212911.819000', '212931.705000', '212931.708000', '212931.711000', '212931.714000', '212931.716000', '212931.719000', '212931.722000', '212931.724000', '212931.727000', '212931.730000', '212931.732000', '212931.735000', '212931.737000', '212931.740000', '212931.743000', '212931.745000', '212931.748000', '212931.750000', '212931.753000', '212931.756000', '212931.758000', '212931.761000', '212931.764000', '212931.766000', '212931.769000', '212931.771000', '212931.774000', '212931.777000', '212931.779000', '212931.782000', '212931.785000', '212931.787000', '212931.790000', '212931.793000', '212931.795000', '212931.798000', '212931.800000', '212931.803000', '212931.806000', '212931.808000', '212931.811000', '212931.813000', '212931.816000', '212951.706000', '212951.709000', '212951.712000', '212951.714000', '212951.717000', '212951.720000', '212951.722000', '212951.725000', '212951.727000', '212951.730000', '212951.733000', '212951.735000', '212951.738000', '212951.740000', '212951.743000', '212951.746000', '212951.748000', '212951.751000', '212951.754000', '212951.756000', '212951.759000', '212951.762000', '212951.764000', '212951.767000', '212951.769000', '212951.772000', '212951.775000', '212951.777000', '212951.780000', '212951.783000', '212951.785000', '212951.788000', '212951.790000', '212951.793000', '212951.796000', '212951.798000', '212951.801000', '212951.804000', '212951.806000', '212951.809000', '212951.811000', '212951.814000', '212951.817000', '212951.819000', '213011.705000', '213011.708000', '213011.711000', '213011.714000', '213011.716000', '213011.719000', '213011.721000', '213011.724000', '213011.727000', '213011.729000', '213011.732000', '213011.735000', '213011.737000', '213011.740000', '213011.743000', '213011.746000', '213011.748000', '213011.751000', '213011.753000', '213011.756000', '213011.759000', '213011.761000', '213011.764000', '213011.766000', '213011.769000', '213011.772000', '213011.774000', '213011.777000', '213011.780000', '213011.795000', '213011.797000', '213011.800000', '213011.803000', '213011.805000', '213011.808000', '213011.810000', '213011.813000', '213011.816000', '213011.818000', '213011.821000', '213011.823000', '213011.826000', '213011.829000', '213031.706000', '213031.708000', '213031.711000', '213031.714000', '213031.717000', '213031.719000', '213031.722000', '213031.725000', '213031.727000', '213031.730000', '213031.732000', '213031.735000', '213031.738000', '213031.740000', '213031.743000', '213031.746000', '213031.749000', '213031.751000', '213031.754000', '213031.756000', '213031.759000', '213031.762000', '213031.764000', '213031.767000', '213031.770000', '213031.772000', '213031.775000', '213031.777000', '213031.780000', '213031.783000', '213031.785000', '213031.788000', '213031.791000', '213031.793000', '213031.796000', '213031.798000', '213031.801000', '213031.804000', '213031.806000', '213031.809000', '213031.812000', '213031.814000', '213031.817000', '213031.820000', '213051.706000', '213051.708000', '213051.711000', '213051.714000', '213051.717000', '213051.719000', '213051.722000', '213051.724000', '213051.727000', '213051.730000', '213051.732000', '213051.735000', '213051.738000', '213051.740000', '213051.743000', '213051.746000', '213051.748000', '213051.751000', '213051.754000', '213051.756000', '213051.759000', '213051.761000', '213051.764000', '213051.766000', '213051.769000', '213051.772000', '213051.774000', '213051.777000', '213051.780000', '213051.782000', '213051.785000', '213051.788000', '213051.790000', '213051.793000', '213051.796000', '213051.798000', '213051.801000', '213051.804000', '213051.806000', '213051.809000', '213051.812000', '213051.814000', '213051.817000', '213111.704000', '213111.707000', '213111.710000', '213111.713000', '213111.715000', '213111.718000', '213111.720000', '213111.723000', '213111.726000', '213111.728000', '213111.731000', '213111.741000', '213111.744000', '213111.747000', '213111.749000', '213111.752000', '213111.754000', '213111.757000', '213111.760000', '213111.762000', '213111.765000', '213111.768000', '213111.770000', '213111.773000', '213111.775000', '213111.778000', '213111.780000', '213111.783000', '213111.786000', '213111.788000', '213111.791000', '213111.794000', '213111.796000', '213111.799000', '213111.801000', '213111.804000', '213111.807000', '213111.809000', '213111.812000', '213111.815000', '213111.817000', '213111.820000', '213111.823000', '213111.825000', '213131.705000', '213131.708000', '213131.710000', '213131.713000', '213131.715000', '213131.718000', '213131.721000', '213131.723000', '213131.726000', '213131.729000', '213131.731000', '213131.734000', '213131.737000', '213131.739000', '213131.742000', '213131.744000', '213131.747000', '213131.750000', '213131.752000', '213131.755000', '213131.757000', '213131.760000', '213131.763000', '213131.765000', '213131.768000', '213131.771000', '213131.773000', '213131.776000', '213131.778000', '213131.781000', '213131.784000', '213131.786000', '213131.789000', '213131.792000', '213131.795000', '213131.797000', '213131.800000', '213131.803000', '213131.805000', '213131.808000', '213131.820000', '213131.823000', '213131.825000', '213139.708000', '213139.711000', '213139.714000', '213139.717000', '213139.720000', '213139.722000', '213139.725000', '213139.728000', '213139.730000', '213139.733000', '213139.736000', '213139.739000', '213139.741000', '213139.744000', '213139.747000', '213139.750000', '213139.753000', '213139.755000'], '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': [13550, 9622, 17516, 7964, 14999, 12239, 13672, 8190, 11544, 8062, 11273, 8266, 11637, 7929, 8068, 15158, 8293, 15298, 9009, 12238, 8361, 11091, 8019, 9992, 8295, 8525, 8172, 8921, 8873, 8533, 11839, 8604, 12423, 8488, 10667, 8362, 10066, 8286, 8782, 7888, 8437, 8184, 8652, 8426, 8511, 8423, 8423, 9205, 8612, 11372, 8509, 8154, 7949, 7624, 8042, 7937, 11112, 7680, 10098, 7945, 9353, 7410, 9925, 10442, 14752, 10357, 9621, 10314, 9750, 10565, 10685, 9590, 11015, 8535, 10326, 11403, 9767, 16075, 10316, 16074, 11405, 16715, 11712, 18380, 10488, 15621, 10349, 14988, 10603, 15048, 10448, 11014, 10422, 8240, 10400, 8969, 10803, 10304, 10785, 10184, 10847, 9995, 10601, 9579, 10550, 9845, 10328, 9253, 10281, 8368, 9599, 9408, 9595, 9533, 9969, 8773, 10064, 10050, 10356, 9095, 10158, 9154, 10176, 10516, 10547, 8934, 10219, 9822, 10006, 8835, 7878, 9826, 9875, 9466, 12343, 10069, 13640, 10512, 13625, 10586, 14019, 10730, 13601, 10713, 10675, 11179, 10862, 13378, 11001, 15932, 11035, 13850, 10997, 12691, 11048, 10722, 10853, 10768, 10682, 10022, 10617, 11354, 10501, 10089, 10430, 10617, 10131, 10435, 12603, 10422, 10149, 10511, 13601, 10525, 12875, 10447, 11182, 10165, 11708, 10390, 11219, 10366, 10719, 10577, 10687, 10618, 10965, 10871, 9698, 10862, 11819, 10710, 13406, 10792, 13485, 11060, 12544, 10993, 14707, 10834, 14461, 10876, 12395, 10913, 10739, 10909, 11067, 15087, 11055, 16527, 12550, 17409, 12979, 15625, 11271, 16386, 10952, 16277, 11125, 13054, 11927, 13259, 10857, 12763, 10903, 11889, 11029, 10583, 11045, 10391, 10864, 10237, 10875, 10686, 10954, 11488, 10842, 11037, 10683, 12338, 10758, 13426, 10918, 12107, 10801, 13762, 10994, 14216, 10923, 14977, 11166, 14442, 10860, 11584, 10741, 11595, 11071, 14158, 10754, 11848, 10314, 13534, 10788, 14904, 10774, 11348, 10613, 10696, 10724, 10918, 10861, 10717, 10836, 10690, 11025, 10773, 10814, 10956, 12116, 10641, 10927, 10676, 9806, 10887, 12389, 10082, 8380, 8505, 11978, 8540, 8513, 11405, 10238, 14251, 9328, 14928, 9313, 15337, 9508, 14961, 9851, 14915, 10072, 12317, 10078, 9245, 15783, 8783, 17290, 8902, 13677, 8989, 10652, 7927, 10846, 8165, 10785, 8402, 8924, 7873, 8725, 7845, 8574, 8328, 8791, 10394, 8472, 10347, 8501, 11049, 8835, 12476, 8672, 10933, 8639, 9594, 12367, 9483, 10862, 8152, 12251, 8198, 13946, 8840, 12489, 8244, 10698, 8461, 8568, 8856, 8650, 12256, 8297, 13874, 8515, 13067, 8572, 11616, 9120, 10935, 11383, 8945, 15210, 7822, 15795, 7466, 14538, 9413, 14935, 9083, 10830, 8719, 12109, 10109, 10099, 10984, 10121, 9336, 16871, 9544, 16996, 11691, 15507, 9112, 14773, 9569, 12637, 11593, 12777, 9346, 12012, 9191, 11905, 9463, 11946, 8303, 11728, 8479, 12043, 8471, 12624, 9781, 16701, 10249, 13751, 10156, 13296, 10273, 10061, 10447, 10239, 17431, 12360, 16040, 9999, 15180, 10091, 13716, 11480, 13888, 9495, 12394, 9596, 13747, 10140, 15402, 11048, 9590, 8878, 8286, 10837, 9020, 16695, 12211, 16576, 11843, 17197, 12326, 18913, 11778, 15389, 11716, 15040, 10090, 13174, 9623, 9213, 9320, 8683, 15820, 8426, 13017, 8241, 12960, 9245, 12403, 9454, 11374, 8451, 11133, 8595, 12203, 9493, 8450, 8573, 9900, 9225, 11187, 9337, 10809, 9928, 8388, 8763, 9717, 11141, 10195, 11109, 7689, 10241, 8548, 9455, 8375, 11209, 8250, 11008, 8132, 11610, 8252, 11666, 8336, 11505, 8073, 11702, 8753, 12159, 9066, 13197, 8839, 11398, 9335, 11403, 9882, 13150, 9139, 10267, 8432, 8681, 17182, 8606, 13287, 8892, 9334, 8692, 9267, 8925, 11439, 9614, 8400, 9057, 8025, 10070, 9037, 11550, 8793, 13051, 10155, 13525, 9578, 11142, 8949, 8154, 10067, 8157, 12781, 8308, 12532, 8843, 12954, 9609, 14233, 9128, 12862, 9719, 12606, 9390, 9819, 8348, 16957, 9299, 10033, 9923, 7737, 10349, 8761, 10093, 8975, 9725, 11151, 10379, 9736, 8559, 9927, 11653, 9461, 12114, 10925, 8542, 11890, 9318, 11793, 8276, 14289, 9039, 18157, 8556, 19141, 8850, 18934, 9980, 16158, 10830, 16148, 8593, 13884, 8647, 11412, 8249, 10887, 8238, 9049, 9417, 8585, 8635, 10585, 8507, 10048, 8358, 9781, 8865, 10191, 9376, 11553, 9362, 9612, 9640, 8614, 14876, 8841, 8925, 8513, 8666, 8775, 8102, 9339, 8160, 12428, 9643, 15021, 8669, 13088, 8854, 9066, 13096, 8637, 14744, 9232, 14050, 9128, 17714, 8881, 18134, 9092, 15091, 9425, 14489, 8945, 16443, 9094, 18311, 10001, 17731, 8994, 17486, 8998, 16551, 9905, 17045, 8780, 13425, 8616, 12413, 8890, 13341, 10482, 16559, 9383, 13579, 10394, 13361, 10109, 15788, 9748, 13542, 9890, 12832, 9244, 12871, 9785, 13085, 9946, 13495, 9608, 12502, 9438, 12170, 9467, 11615, 9152, 9696, 9547, 9401, 17727, 9783, 17347, 9685, 13207, 9406, 10400, 9373, 9296, 8983, 9641, 14295, 9229, 14794, 9088, 13278, 9053, 13074, 8915, 11331, 8821, 12512, 8656, 12513, 8663, 12003, 8546, 11773, 9419, 13429, 8976, 11821, 9950, 9131, 10056, 9236, 10197, 9239, 13745, 8579, 15233, 9584, 12835, 8820, 13417, 8812, 13738, 9383, 13171, 8966, 14409, 8684, 14833, 9145, 13292, 8974, 13646, 8675, 13449, 9221, 11701, 8907, 8338, 9214, 10805, 8516, 12353, 11071, 8410, 10634, 8709, 11506, 9046, 16442, 9632, 20209, 12096, 16123, 10289, 15613, 8776, 17011, 9112, 12404, 8949, 9824, 9715, 9916, 9853, 9910, 11608, 8916, 9551, 8176, 9928, 8859, 12367, 8995, 13788, 9510, 13232, 9314, 13691, 9052, 15028, 9263, 11879, 9414, 11041, 8968, 11467, 8874, 9971, 8679, 11018, 8976, 12901, 8748, 9903, 8603, 10387, 9159, 11318, 8807, 9326, 9110, 9706, 9803, 10686, 8716, 9135, 10763, 8705, 14580, 9477, 11173, 9252, 15441, 8676, 17205, 9506, 14128, 9079, 16630, 8574, 12868, 10012, 12901, 9068, 13522, 9243, 12615, 8979, 11711, 9273, 13162, 8876, 11190, 10378, 11614, 9240, 11730, 9697, 15180, 9798, 9079, 11120, 9079, 12881, 8535, 12744, 8963, 10548, 8987, 11769, 9425, 10899, 12991, 11240, 17376, 10545, 20770, 11772, 19026, 9494, 20269, 9389, 19350, 9679, 18183, 9919], 'WindowCenter': [4323.0, 4268.0, 4313.0, 4210.0, 4279.0, 4256.0, 4253.0, 4202.0, 4231.0, 4193.0, 4231.0, 4190.0, 4231.0, 4178.0, 4179.0, 4248.0, 4191.0, 4248.0, 4187.0, 4216.0, 4177.0, 4218.0, 4190.0, 4223.0, 4202.0, 4200.0, 4200.0, 4212.0, 4213.0, 4214.0, 4241.0, 4202.0, 4239.0, 4200.0, 4220.0, 4201.0, 4222.0, 4203.0, 4213.0, 4204.0, 4213.0, 4213.0, 4226.0, 4215.0, 4226.0, 4214.0, 4226.0, 4238.0, 4229.0, 4254.0, 4228.0, 4203.0, 4217.0, 4204.0, 4204.0, 4205.0, 4258.0, 4206.0, 4235.0, 4205.0, 4239.0, 4208.0, 4250.0, 4262.0, 4278.0, 4235.0, 4224.0, 4248.0, 4234.0, 4246.0, 4244.0, 4237.0, 4246.0, 4229.0, 4235.0, 4246.0, 4248.0, 4300.0, 4236.0, 4286.0, 4243.0, 4263.0, 4232.0, 4260.0, 4206.0, 4247.0, 4205.0, 4235.0, 4203.0, 4234.0, 4192.0, 4190.0, 4190.0, 4161.0, 4205.0, 4185.0, 4215.0, 4193.0, 4203.0, 4192.0, 4203.0, 4195.0, 4218.0, 4206.0, 4217.0, 4207.0, 4219.0, 4208.0, 4219.0, 4201.0, 4233.0, 4223.0, 4234.0, 4247.0, 4235.0, 4225.0, 4234.0, 4233.0, 4244.0, 4225.0, 4246.0, 4236.0, 4258.0, 4268.0, 4282.0, 4237.0, 4248.0, 4235.0, 4263.0, 4252.0, 4232.0, 4249.0, 4250.0, 4247.0, 4282.0, 4264.0, 4289.0, 4260.0, 4278.0, 4247.0, 4278.0, 4260.0, 4277.0, 4246.0, 4248.0, 4259.0, 4259.0, 4277.0, 4245.0, 4274.0, 4234.0, 4261.0, 4232.0, 4252.0, 4241.0, 4232.0, 4232.0, 4232.0, 4233.0, 4221.0, 4233.0, 4245.0, 4232.0, 4233.0, 4232.0, 4245.0, 4233.0, 4244.0, 4254.0, 4246.0, 4234.0, 4246.0, 4263.0, 4246.0, 4266.0, 4246.0, 4245.0, 4247.0, 4255.0, 4246.0, 4258.0, 4261.0, 4270.0, 4271.0, 4258.0, 4258.0, 4257.0, 4257.0, 4249.0, 4271.0, 4269.0, 4260.0, 4286.0, 4260.0, 4288.0, 4273.0, 4266.0, 4261.0, 4286.0, 4259.0, 4291.0, 4258.0, 4267.0, 4248.0, 4259.0, 4259.0, 4260.0, 4279.0, 4246.0, 4283.0, 4257.0, 4285.0, 4268.0, 4274.0, 4245.0, 4262.0, 4232.0, 4272.0, 4231.0, 4239.0, 4230.0, 4238.0, 4229.0, 4250.0, 4231.0, 4230.0, 4219.0, 4219.0, 4229.0, 4221.0, 4229.0, 4218.0, 4231.0, 4232.0, 4245.0, 4256.0, 4257.0, 4242.0, 4244.0, 4255.0, 4244.0, 4261.0, 4245.0, 4255.0, 4246.0, 4276.0, 4254.0, 4275.0, 4247.0, 4275.0, 4256.0, 4275.0, 4247.0, 4245.0, 4245.0, 4241.0, 4257.0, 4262.0, 4247.0, 4256.0, 4235.0, 4264.0, 4244.0, 4263.0, 4231.0, 4232.0, 4232.0, 4220.0, 4233.0, 4234.0, 4234.0, 4223.0, 4233.0, 4223.0, 4234.0, 4232.0, 4234.0, 4231.0, 4242.0, 4232.0, 4236.0, 4223.0, 4224.0, 4230.0, 4254.0, 4225.0, 4191.0, 4202.0, 4227.0, 4198.0, 4202.0, 4242.0, 4221.0, 4263.0, 4213.0, 4265.0, 4211.0, 4272.0, 4221.0, 4253.0, 4209.0, 4248.0, 4199.0, 4229.0, 4209.0, 4187.0, 4234.0, 4175.0, 4234.0, 4189.0, 4227.0, 4188.0, 4205.0, 4163.0, 4206.0, 4178.0, 4202.0, 4175.0, 4186.0, 4176.0, 4188.0, 4187.0, 4202.0, 4198.0, 4201.0, 4230.0, 4205.0, 4230.0, 4212.0, 4245.0, 4213.0, 4253.0, 4213.0, 4244.0, 4202.0, 4238.0, 4255.0, 4231.0, 4230.0, 4202.0, 4253.0, 4212.0, 4263.0, 4224.0, 4263.0, 4216.0, 4234.0, 4217.0, 4213.0, 4225.0, 4225.0, 4265.0, 4229.0, 4289.0, 4230.0, 4276.0, 4230.0, 4268.0, 4249.0, 4267.0, 4271.0, 4239.0, 4298.0, 4217.0, 4298.0, 4220.0, 4290.0, 4237.0, 4272.0, 4221.0, 4240.0, 4224.0, 4250.0, 4243.0, 4232.0, 4243.0, 4245.0, 4220.0, 4282.0, 4220.0, 4266.0, 4241.0, 4258.0, 4210.0, 4257.0, 4219.0, 4238.0, 4240.0, 4238.0, 4221.0, 4236.0, 4211.0, 4228.0, 4204.0, 4229.0, 4200.0, 4252.0, 4201.0, 4238.0, 4188.0, 4254.0, 4211.0, 4273.0, 4222.0, 4262.0, 4221.0, 4251.0, 4220.0, 4209.0, 4218.0, 4221.0, 4269.0, 4239.0, 4260.0, 4208.0, 4248.0, 4221.0, 4248.0, 4229.0, 4238.0, 4223.0, 4252.0, 4222.0, 4249.0, 4219.0, 4260.0, 4232.0, 4197.0, 4188.0, 4165.0, 4207.0, 4186.0, 4248.0, 4227.0, 4246.0, 4219.0, 4246.0, 4213.0, 4244.0, 4193.0, 4210.0, 4189.0, 4210.0, 4168.0, 4200.0, 4160.0, 4157.0, 4143.0, 4143.0, 4207.0, 4150.0, 4209.0, 4161.0, 4221.0, 4171.0, 4198.0, 4168.0, 4188.0, 4171.0, 4200.0, 4186.0, 4226.0, 4196.0, 4175.0, 4197.0, 4220.0, 4208.0, 4214.0, 4198.0, 4216.0, 4204.0, 4185.0, 4199.0, 4208.0, 4229.0, 4217.0, 4229.0, 4178.0, 4217.0, 4199.0, 4209.0, 4200.0, 4230.0, 4199.0, 4232.0, 4200.0, 4241.0, 4202.0, 4242.0, 4200.0, 4240.0, 4178.0, 4240.0, 4198.0, 4239.0, 4197.0, 4249.0, 4197.0, 4228.0, 4207.0, 4238.0, 4217.0, 4237.0, 4194.0, 4205.0, 4184.0, 4196.0, 4265.0, 4197.0, 4247.0, 4198.0, 4205.0, 4196.0, 4205.0, 4208.0, 4226.0, 4219.0, 4197.0, 4209.0, 4187.0, 4229.0, 4218.0, 4249.0, 4221.0, 4262.0, 4242.0, 4260.0, 4232.0, 4239.0, 4222.0, 4201.0, 4231.0, 4200.0, 4251.0, 4200.0, 4250.0, 4208.0, 4250.0, 4218.0, 4259.0, 4207.0, 4250.0, 4208.0, 4240.0, 4210.0, 4220.0, 4200.0, 4281.0, 4221.0, 4222.0, 4223.0, 4182.0, 4208.0, 4188.0, 4208.0, 4201.0, 4209.0, 4219.0, 4209.0, 4212.0, 4200.0, 4210.0, 4227.0, 4196.0, 4212.0, 4204.0, 4185.0, 4229.0, 4194.0, 4227.0, 4188.0, 4237.0, 4184.0, 4256.0, 4176.0, 4243.0, 4172.0, 4241.0, 4179.0, 4222.0, 4191.0, 4221.0, 4161.0, 4209.0, 4148.0, 4188.0, 4149.0, 4190.0, 4160.0, 4171.0, 4181.0, 4171.0, 4171.0, 4203.0, 4171.0, 4195.0, 4173.0, 4194.0, 4181.0, 4205.0, 4186.0, 4216.0, 4184.0, 4196.0, 4196.0, 4188.0, 4236.0, 4186.0, 4184.0, 4187.0, 4175.0, 4176.0, 4166.0, 4187.0, 4191.0, 4229.0, 4200.0, 4246.0, 4201.0, 4263.0, 4212.0, 4210.0, 4240.0, 4188.0, 4248.0, 4198.0, 4236.0, 4197.0, 4255.0, 4185.0, 4257.0, 4196.0, 4248.0, 4199.0, 4246.0, 4187.0, 4246.0, 4187.0, 4256.0, 4196.0, 4256.0, 4184.0, 4244.0, 4185.0, 4244.0, 4194.0, 4233.0, 4161.0, 4211.0, 4162.0, 4211.0, 4173.0, 4223.0, 4219.0, 4257.0, 4188.0, 4224.0, 4208.0, 4226.0, 4205.0, 4236.0, 4197.0, 4225.0, 4208.0, 4239.0, 4199.0, 4227.0, 4210.0, 4225.0, 4209.0, 4239.0, 4199.0, 4228.0, 4199.0, 4216.0, 4186.0, 4204.0, 4186.0, 4186.0, 4184.0, 4185.0, 4245.0, 4194.0, 4244.0, 4183.0, 4223.0, 4184.0, 4195.0, 4184.0, 4183.0, 4173.0, 4196.0, 4232.0, 4186.0, 4234.0, 4186.0, 4226.0, 4186.0, 4227.0, 4198.0, 4229.0, 4199.0, 4240.0, 4200.0, 4240.0, 4199.0, 4238.0, 4201.0, 4227.0, 4210.0, 4250.0, 4199.0, 4229.0, 4209.0, 4209.0, 4208.0, 4199.0, 4208.0, 4209.0, 4248.0, 4199.0, 4257.0, 4211.0, 4239.0, 4208.0, 4249.0, 4213.0, 4249.0, 4212.0, 4254.0, 4214.0, 4261.0, 4199.0, 4258.0, 4220.0, 4251.0, 4212.0, 4249.0, 4200.0, 4247.0, 4211.0, 4240.0, 4198.0, 4187.0, 4211.0, 4242.0, 4214.0, 4251.0, 4232.0, 4201.0, 4222.0, 4200.0, 4230.0, 4201.0, 4259.0, 4198.0, 4268.0, 4227.0, 4247.0, 4205.0, 4237.0, 4176.0, 4247.0, 4174.0, 4211.0, 4175.0, 4197.0, 4189.0, 4198.0, 4200.0, 4185.0, 4217.0, 4198.0, 4199.0, 4188.0, 4195.0, 4186.0, 4240.0, 4188.0, 4239.0, 4198.0, 4226.0, 4195.0, 4237.0, 4187.0, 4249.0, 4187.0, 4217.0, 4185.0, 4205.0, 4182.0, 4216.0, 4183.0, 4196.0, 4187.0, 4219.0, 4187.0, 4228.0, 4187.0, 4197.0, 4177.0, 4207.0, 4186.0, 4219.0, 4187.0, 4184.0, 4185.0, 4197.0, 4196.0, 4204.0, 4173.0, 4187.0, 4204.0, 4187.0, 4235.0, 4194.0, 4205.0, 4185.0, 4237.0, 4176.0, 4247.0, 4198.0, 4236.0, 4184.0, 4246.0, 4177.0, 4224.0, 4210.0, 4227.0, 4188.0, 4228.0, 4188.0, 4215.0, 4188.0, 4218.0, 4187.0, 4224.0, 4187.0, 4219.0, 4219.0, 4230.0, 4210.0, 4241.0, 4200.0, 4248.0, 4198.0, 4188.0, 4221.0, 4188.0, 4227.0, 4201.0, 4240.0, 4188.0, 4218.0, 4190.0, 4230.0, 4198.0, 4230.0, 4237.0, 4204.0, 4233.0, 4193.0, 4239.0, 4191.0, 4216.0, 4158.0, 4217.0, 4143.0, 4216.0, 4145.0, 4205.0, 4154.0], 'WindowWidth': [9543.0, 9455.0, 9503.0, 9354.0, 9444.0, 9406.0, 9397.0, 9325.0, 9362.0, 9313.0, 9361.0, 9302.0, 9359.0, 9282.0, 9285.0, 9377.0, 9305.0, 9377.0, 9294.0, 9330.0, 9278.0, 9334.0, 9303.0, 9353.0, 9323.0, 9319.0, 9317.0, 9336.0, 9341.0, 9343.0, 9373.0, 9321.0, 9368.0, 9319.0, 9343.0, 9321.0, 9352.0, 9327.0, 9340.0, 9332.0, 9342.0, 9343.0, 9364.0, 9348.0, 9364.0, 9348.0, 9366.0, 9385.0, 9375.0, 9401.0, 9372.0, 9329.0, 9356.0, 9332.0, 9334.0, 9334.0, 9412.0, 9342.0, 9375.0, 9336.0, 9387.0, 9347.0, 9405.0, 9423.0, 9434.0, 9371.0, 9358.0, 9397.0, 9371.0, 9390.0, 9384.0, 9381.0, 9389.0, 9375.0, 9374.0, 9388.0, 9396.0, 9473.0, 9379.0, 9449.0, 9380.0, 9409.0, 9362.0, 9399.0, 9313.0, 9372.0, 9313.0, 9354.0, 9306.0, 9348.0, 9287.0, 9283.0, 9282.0, 9245.0, 9314.0, 9287.0, 9326.0, 9294.0, 9307.0, 9290.0, 9307.0, 9297.0, 9336.0, 9319.0, 9334.0, 9320.0, 9341.0, 9323.0, 9339.0, 9320.0, 9370.0, 9356.0, 9371.0, 9396.0, 9374.0, 9362.0, 9372.0, 9368.0, 9385.0, 9364.0, 9392.0, 9378.0, 9413.0, 9433.0, 9455.0, 9382.0, 9395.0, 9374.0, 9427.0, 9413.0, 9384.0, 9401.0, 9403.0, 9395.0, 9449.0, 9430.0, 9454.0, 9414.0, 9434.0, 9393.0, 9437.0, 9414.0, 9430.0, 9389.0, 9395.0, 9414.0, 9412.0, 9435.0, 9385.0, 9424.0, 9365.0, 9402.0, 9361.0, 9390.0, 9373.0, 9363.0, 9362.0, 9362.0, 9364.0, 9348.0, 9364.0, 9383.0, 9361.0, 9367.0, 9361.0, 9384.0, 9365.0, 9384.0, 9396.0, 9387.0, 9368.0, 9389.0, 9409.0, 9390.0, 9415.0, 9390.0, 9385.0, 9393.0, 9399.0, 9390.0, 9410.0, 9421.0, 9433.0, 9434.0, 9411.0, 9413.0, 9409.0, 9410.0, 9402.0, 9433.0, 9426.0, 9416.0, 9449.0, 9418.0, 9452.0, 9438.0, 9420.0, 9418.0, 9444.0, 9414.0, 9457.0, 9412.0, 9421.0, 9396.0, 9414.0, 9412.0, 9415.0, 9437.0, 9387.0, 9437.0, 9405.0, 9443.0, 9423.0, 9423.0, 9387.0, 9403.0, 9361.0, 9420.0, 9361.0, 9365.0, 9354.0, 9363.0, 9353.0, 9384.0, 9358.0, 9355.0, 9339.0, 9339.0, 9351.0, 9343.0, 9354.0, 9341.0, 9361.0, 9364.0, 9386.0, 9402.0, 9405.0, 9380.0, 9383.0, 9401.0, 9383.0, 9404.0, 9384.0, 9399.0, 9389.0, 9430.0, 9401.0, 9426.0, 9392.0, 9427.0, 9405.0, 9426.0, 9392.0, 9386.0, 9386.0, 9379.0, 9406.0, 9406.0, 9393.0, 9403.0, 9373.0, 9409.0, 9384.0, 9404.0, 9363.0, 9361.0, 9361.0, 9342.0, 9365.0, 9368.0, 9369.0, 9350.0, 9364.0, 9348.0, 9364.0, 9359.0, 9366.0, 9359.0, 9375.0, 9363.0, 9372.0, 9350.0, 9353.0, 9356.0, 9396.0, 9354.0, 9306.0, 9321.0, 9349.0, 9313.0, 9324.0, 9377.0, 9346.0, 9410.0, 9338.0, 9412.0, 9334.0, 9420.0, 9349.0, 9394.0, 9324.0, 9380.0, 9307.0, 9352.0, 9324.0, 9290.0, 9349.0, 9270.0, 9349.0, 9293.0, 9342.0, 9293.0, 9313.0, 9255.0, 9313.0, 9280.0, 9305.0, 9273.0, 9290.0, 9278.0, 9295.0, 9297.0, 9321.0, 9314.0, 9319.0, 9360.0, 9329.0, 9361.0, 9337.0, 9389.0, 9342.0, 9395.0, 9341.0, 9384.0, 9325.0, 9381.0, 9398.0, 9365.0, 9360.0, 9327.0, 9391.0, 9340.0, 9407.0, 9357.0, 9409.0, 9350.0, 9369.0, 9352.0, 9343.0, 9362.0, 9365.0, 9421.0, 9374.0, 9453.0, 9376.0, 9434.0, 9378.0, 9425.0, 9403.0, 9427.0, 9435.0, 9388.0, 9467.0, 9360.0, 9464.0, 9368.0, 9459.0, 9381.0, 9422.0, 9355.0, 9376.0, 9360.0, 9388.0, 9386.0, 9367.0, 9385.0, 9390.0, 9349.0, 9432.0, 9348.0, 9406.0, 9375.0, 9393.0, 9333.0, 9392.0, 9343.0, 9366.0, 9372.0, 9366.0, 9349.0, 9361.0, 9332.0, 9350.0, 9316.0, 9352.0, 9319.0, 9394.0, 9323.0, 9365.0, 9299.0, 9395.0, 9331.0, 9419.0, 9349.0, 9404.0, 9346.0, 9385.0, 9340.0, 9326.0, 9335.0, 9343.0, 9408.0, 9367.0, 9394.0, 9321.0, 9378.0, 9346.0, 9378.0, 9350.0, 9361.0, 9352.0, 9390.0, 9349.0, 9381.0, 9341.0, 9393.0, 9359.0, 9304.0, 9292.0, 9257.0, 9316.0, 9285.0, 9370.0, 9342.0, 9364.0, 9333.0, 9369.0, 9320.0, 9364.0, 9286.0, 9307.0, 9277.0, 9308.0, 9244.0, 9293.0, 9235.0, 9229.0, 9204.0, 9208.0, 9297.0, 9225.0, 9307.0, 9247.0, 9327.0, 9258.0, 9288.0, 9251.0, 9277.0, 9264.0, 9300.0, 9292.0, 9343.0, 9301.0, 9275.0, 9309.0, 9344.0, 9325.0, 9328.0, 9311.0, 9329.0, 9313.0, 9289.0, 9313.0, 9323.0, 9354.0, 9335.0, 9352.0, 9285.0, 9337.0, 9313.0, 9326.0, 9316.0, 9356.0, 9316.0, 9363.0, 9319.0, 9374.0, 9324.0, 9380.0, 9321.0, 9373.0, 9284.0, 9371.0, 9312.0, 9369.0, 9308.0, 9381.0, 9310.0, 9352.0, 9323.0, 9366.0, 9337.0, 9361.0, 9299.0, 9315.0, 9286.0, 9307.0, 9399.0, 9310.0, 9375.0, 9311.0, 9316.0, 9307.0, 9315.0, 9326.0, 9348.0, 9343.0, 9310.0, 9329.0, 9298.0, 9358.0, 9344.0, 9386.0, 9354.0, 9406.0, 9382.0, 9400.0, 9364.0, 9372.0, 9353.0, 9324.0, 9365.0, 9320.0, 9389.0, 9319.0, 9385.0, 9327.0, 9386.0, 9342.0, 9395.0, 9322.0, 9383.0, 9326.0, 9371.0, 9330.0, 9343.0, 9318.0, 9429.0, 9350.0, 9350.0, 9351.0, 9293.0, 9320.0, 9292.0, 9318.0, 9314.0, 9323.0, 9338.0, 9324.0, 9336.0, 9317.0, 9329.0, 9346.0, 9303.0, 9317.0, 9310.0, 9285.0, 9350.0, 9301.0, 9345.0, 9296.0, 9356.0, 9283.0, 9384.0, 9274.0, 9360.0, 9263.0, 9352.0, 9266.0, 9326.0, 9283.0, 9322.0, 9242.0, 9303.0, 9221.0, 9274.0, 9224.0, 9281.0, 9240.0, 9257.0, 9273.0, 9260.0, 9260.0, 9305.0, 9260.0, 9295.0, 9266.0, 9293.0, 9276.0, 9312.0, 9287.0, 9328.0, 9284.0, 9300.0, 9300.0, 9294.0, 9353.0, 9286.0, 9282.0, 9293.0, 9270.0, 9272.0, 9261.0, 9289.0, 9301.0, 9347.0, 9312.0, 9368.0, 9318.0, 9408.0, 9337.0, 9330.0, 9366.0, 9295.0, 9372.0, 9308.0, 9355.0, 9304.0, 9380.0, 9286.0, 9386.0, 9305.0, 9374.0, 9309.0, 9370.0, 9292.0, 9366.0, 9292.0, 9382.0, 9301.0, 9380.0, 9282.0, 9360.0, 9284.0, 9360.0, 9293.0, 9342.0, 9245.0, 9311.0, 9247.0, 9310.0, 9264.0, 9332.0, 9340.0, 9386.0, 9291.0, 9334.0, 9320.0, 9338.0, 9311.0, 9351.0, 9302.0, 9339.0, 9319.0, 9363.0, 9309.0, 9343.0, 9326.0, 9341.0, 9323.0, 9362.0, 9311.0, 9348.0, 9308.0, 9328.0, 9288.0, 9310.0, 9286.0, 9286.0, 9281.0, 9285.0, 9363.0, 9295.0, 9362.0, 9278.0, 9332.0, 9279.0, 9297.0, 9279.0, 9279.0, 9265.0, 9298.0, 9342.0, 9287.0, 9348.0, 9286.0, 9338.0, 9288.0, 9343.0, 9310.0, 9353.0, 9315.0, 9368.0, 9317.0, 9370.0, 9314.0, 9364.0, 9319.0, 9349.0, 9329.0, 9381.0, 9313.0, 9354.0, 9326.0, 9327.0, 9323.0, 9313.0, 9324.0, 9326.0, 9378.0, 9314.0, 9388.0, 9331.0, 9367.0, 9326.0, 9380.0, 9338.0, 9380.0, 9336.0, 9394.0, 9343.0, 9399.0, 9317.0, 9392.0, 9346.0, 9385.0, 9334.0, 9380.0, 9319.0, 9376.0, 9333.0, 9368.0, 9313.0, 9297.0, 9333.0, 9380.0, 9343.0, 9387.0, 9363.0, 9320.0, 9346.0, 9315.0, 9355.0, 9315.0, 9389.0, 9309.0, 9402.0, 9346.0, 9369.0, 9313.0, 9355.0, 9272.0, 9368.0, 9267.0, 9312.0, 9268.0, 9305.0, 9294.0, 9303.0, 9307.0, 9281.0, 9330.0, 9309.0, 9310.0, 9296.0, 9300.0, 9288.0, 9368.0, 9293.0, 9363.0, 9307.0, 9341.0, 9303.0, 9361.0, 9293.0, 9377.0, 9288.0, 9329.0, 9285.0, 9310.0, 9278.0, 9327.0, 9281.0, 9300.0, 9293.0, 9337.0, 9290.0, 9348.0, 9290.0, 9303.0, 9276.0, 9318.0, 9287.0, 9335.0, 9290.0, 9283.0, 9285.0, 9304.0, 9299.0, 9309.0, 9266.0, 9289.0, 9308.0, 9289.0, 9350.0, 9297.0, 9310.0, 9285.0, 9353.0, 9273.0, 9370.0, 9304.0, 9353.0, 9284.0, 9366.0, 9277.0, 9336.0, 9324.0, 9344.0, 9293.0, 9345.0, 9291.0, 9325.0, 9292.0, 9332.0, 9289.0, 9336.0, 9290.0, 9335.0, 9339.0, 9353.0, 9329.0, 9373.0, 9313.0, 9373.0, 9306.0, 9291.0, 9343.0, 9293.0, 9344.0, 9316.0, 9367.0, 9293.0, 9335.0, 9299.0, 9352.0, 9306.0, 9356.0, 9358.0, 9309.0, 9344.0, 9289.0, 9347.0, 9282.0, 9312.0, 9232.0, 9311.0, 9205.0, 9305.0, 9209.0, 9291.0, 9218.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.00856916091954023</td></tr>
<tr><td colspan=3>aqi</td><td>0.09758743574712644</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.036100025373976</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1810554470770998</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.031343557192174</td></tr>
<tr><td colspan=3>efc</td><td>0.4504</td></tr>
<tr><td colspan=3>fber</td><td>6641.0288</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17452695702566468</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>226</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.977011494252874</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5226815185591627</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3822154886581024</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6660994818897805</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.519729585129604</td></tr>
<tr><td colspan=3>gcor</td><td>0.00855906</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014742360450327396</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027952345088124275</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9690809829775793</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>36.4695</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.363</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.1055</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307380.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>304.2881</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1016</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.6082</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3445.7458</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4536.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.7836</td></tr>
<tr><td colspan=3>tsnr</td><td>20.255304095044266</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>