<?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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-01/func/sub-0091_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>a06579f2c1b9c03beac2ef96e784da06</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:12:1.375000</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.999706, 0.0201503, 0.0134922, -0.0157047, 0.961902, -0.272942]</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.11903</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>17</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7679, -7291, 548, -78, -162, -93, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.136</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f64002fb-4524-499f-9708-8613217f1736||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.682137966156006, -0.042134467512369156, 0.0498906709253788, 112.83476257324219], [-0.05406179279088974, 2.580713987350464, -0.7361533045768738, -68.29856872558594], [0.03619856387376785, 0.7322821617126465, 2.597227096557617, -118.1077880859375], [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': ['211201.375000', '211201.835000', '211202.295000', '211202.755000', '211203.215000', '211203.675000', '211204.135000', '211204.595000', '211205.055000', '211205.515000', '211205.975000', '211206.435000', '211206.895000', '211207.355000', '211207.815000', '211208.275000', '211208.735000', '211209.195000', '211209.655000', '211210.115000', '211210.575000', '211211.035000', '211211.495000', '211211.955000', '211212.415000', '211212.875000', '211213.335000', '211213.795000', '211214.255000', '211214.715000', '211215.175000', '211215.635000', '211216.095000', '211216.555000', '211217.015000', '211217.475000', '211217.935000', '211218.395000', '211218.855000', '211219.315000', '211219.775000', '211220.235000', '211220.695000', '211221.155000', '211221.615000', '211222.075000', '211222.535000', '211222.995000', '211223.455000', '211223.915000', '211224.375000', '211224.835000', '211225.295000', '211225.755000', '211226.215000', '211226.675000', '211227.135000', '211227.595000', '211228.055000', '211228.515000', '211228.975000', '211229.435000', '211229.895000', '211230.355000', '211230.815000', '211231.275000', '211231.735000', '211232.195000', '211232.655000', '211233.115000', '211233.575000', '211234.035000', '211234.495000', '211234.955000', '211235.415000', '211235.875000', '211236.335000', '211236.795000', '211237.255000', '211237.715000', '211238.175000', '211238.635000', '211239.095000', '211239.555000', '211240.015000', '211240.475000', '211240.935000', '211241.395000', '211241.855000', '211242.315000', '211242.775000', '211243.235000', '211243.695000', '211244.155000', '211244.615000', '211245.075000', '211245.535000', '211245.995000', '211246.455000', '211246.915000', '211247.375000', '211247.835000', '211248.295000', '211248.755000', '211249.215000', '211249.675000', '211250.135000', '211250.595000', '211251.055000', '211251.515000', '211251.975000', '211252.435000', '211252.895000', '211253.355000', '211253.815000', '211254.275000', '211254.735000', '211255.195000', '211255.655000', '211256.115000', '211256.575000', '211257.035000', '211257.495000', '211257.955000', '211258.415000', '211258.875000', '211259.335000', '211259.795000', '211300.255000', '211300.715000', '211301.175000', '211301.635000', '211302.095000', '211302.555000', '211303.015000', '211303.475000', '211303.935000', '211304.395000', '211304.855000', '211305.315000', '211305.775000', '211306.235000', '211306.695000', '211307.155000', '211307.615000', '211308.075000', '211308.535000', '211308.995000', '211309.455000', '211309.915000', '211310.375000', '211310.835000', '211311.295000', '211311.755000', '211312.215000', '211312.675000', '211313.135000', '211313.595000', '211314.055000', '211314.515000', '211314.975000', '211315.435000', '211315.895000', '211316.355000', '211316.815000', '211317.275000', '211317.735000', '211318.195000', '211318.655000', '211319.115000', '211319.575000', '211320.035000', '211320.495000', '211320.955000', '211321.415000', '211321.875000', '211322.335000', '211322.795000', '211323.255000', '211323.715000', '211324.175000', '211324.635000', '211325.095000', '211325.555000', '211326.015000', '211326.475000', '211326.935000', '211327.395000', '211327.855000', '211328.315000', '211328.775000', '211329.235000', '211329.695000', '211330.155000', '211330.615000', '211331.075000', '211331.535000', '211331.995000', '211332.455000', '211332.915000', '211333.375000', '211333.835000', '211334.295000', '211334.755000', '211335.215000', '211335.675000', '211336.135000', '211336.595000', '211337.055000', '211337.515000', '211337.975000', '211338.435000', '211338.895000', '211339.355000', '211339.815000', '211340.275000', '211340.735000', '211341.195000', '211341.655000', '211342.115000', '211342.575000', '211343.035000', '211343.495000', '211343.955000', '211344.415000', '211344.875000', '211345.335000', '211345.795000', '211346.255000', '211346.715000', '211347.175000', '211347.635000', '211348.095000', '211348.555000', '211349.015000', '211349.475000', '211349.935000', '211350.395000', '211350.855000', '211351.315000', '211351.775000', '211352.235000', '211352.695000', '211353.155000', '211353.615000', '211354.075000', '211354.535000', '211354.995000', '211355.455000', '211355.915000', '211356.375000', '211356.835000', '211357.295000', '211357.755000', '211358.215000', '211358.675000', '211359.135000', '211359.595000', '211400.055000', '211400.515000', '211400.975000', '211401.435000', '211401.895000', '211402.355000', '211402.815000', '211403.275000', '211403.735000', '211404.195000', '211404.655000', '211405.115000', '211405.575000', '211406.035000', '211406.495000', '211406.955000', '211407.415000', '211407.875000', '211408.335000', '211408.795000', '211409.255000', '211409.715000', '211410.175000', '211410.635000', '211411.095000', '211411.555000', '211412.015000', '211412.475000', '211412.935000', '211413.395000', '211413.855000', '211414.315000', '211414.775000', '211415.235000', '211415.695000', '211416.155000', '211416.615000', '211417.075000', '211417.535000', '211417.995000', '211418.455000', '211418.915000', '211419.375000', '211419.835000', '211420.295000', '211420.755000', '211421.215000', '211421.675000', '211422.135000', '211422.595000', '211423.055000', '211423.515000', '211423.975000', '211424.435000', '211424.895000', '211425.355000', '211425.815000', '211426.275000', '211426.735000', '211427.195000', '211427.655000', '211428.115000', '211428.575000', '211429.035000', '211429.495000', '211429.955000', '211430.415000', '211430.875000', '211431.335000', '211431.795000', '211432.255000', '211432.715000', '211433.175000', '211433.635000', '211434.095000', '211434.555000', '211435.015000', '211435.475000', '211435.935000', '211436.395000', '211436.855000', '211437.315000', '211437.775000', '211438.235000', '211438.695000', '211439.155000', '211439.615000', '211440.075000', '211440.535000', '211440.995000', '211441.455000', '211441.915000', '211442.375000', '211442.835000', '211443.295000', '211443.755000', '211444.215000', '211444.675000', '211445.135000', '211445.595000', '211446.055000', '211446.515000', '211446.975000', '211447.435000', '211447.895000', '211448.355000', '211448.815000', '211449.275000', '211449.735000', '211450.195000', '211450.655000', '211451.115000', '211451.575000', '211452.035000', '211452.495000', '211452.955000', '211453.415000', '211453.875000', '211454.335000', '211454.795000', '211455.255000', '211455.715000', '211456.175000', '211456.635000', '211457.095000', '211457.555000', '211458.015000', '211458.475000', '211458.935000', '211459.395000', '211459.855000', '211500.315000', '211500.775000', '211501.235000', '211501.695000', '211502.155000', '211502.615000', '211503.075000', '211503.535000', '211503.995000', '211504.455000', '211504.915000', '211505.375000', '211505.835000', '211506.295000', '211506.755000', '211507.215000', '211507.675000', '211508.135000', '211508.595000', '211509.055000', '211509.515000', '211509.975000', '211510.435000', '211510.895000', '211511.355000', '211511.815000', '211512.275000', '211512.735000', '211513.195000', '211513.655000', '211514.115000', '211514.575000', '211515.035000', '211515.495000', '211515.955000', '211516.415000', '211516.875000', '211517.335000', '211517.795000', '211518.255000', '211518.715000', '211519.175000', '211519.635000', '211520.095000', '211520.555000', '211521.015000', '211521.475000', '211521.935000', '211522.395000', '211522.855000', '211523.315000', '211523.775000', '211524.235000', '211524.695000', '211525.155000', '211525.615000', '211526.075000', '211526.535000', '211526.995000', '211527.455000', '211527.915000', '211528.375000', '211528.835000', '211529.295000', '211529.755000', '211530.215000', '211530.675000', '211531.135000', '211531.595000', '211532.055000', '211532.515000', '211532.975000', '211533.435000', '211533.895000', '211534.355000', '211534.815000', '211535.275000', '211535.735000', '211536.195000', '211536.655000', '211537.115000', '211537.575000', '211538.035000', '211538.495000', '211538.955000', '211539.415000', '211539.875000', '211540.335000', '211540.795000', '211541.255000', '211541.715000', '211542.175000', '211542.635000', '211543.095000', '211543.555000', '211544.015000', '211544.475000', '211544.935000', '211545.395000', '211545.855000', '211546.315000', '211546.775000', '211547.235000', '211547.695000', '211548.155000', '211548.615000', '211549.075000', '211549.535000', '211549.995000', '211550.455000', '211550.915000', '211551.375000', '211551.835000', '211552.295000', '211552.755000', '211553.215000', '211553.675000', '211554.135000', '211554.595000', '211555.055000', '211555.515000', '211555.975000', '211556.435000', '211556.895000', '211557.355000', '211557.815000', '211558.275000', '211558.735000', '211559.195000', '211559.655000', '211600.115000', '211600.575000', '211601.035000', '211601.495000', '211601.955000', '211602.415000', '211602.875000', '211603.335000', '211603.795000', '211604.255000', '211604.715000', '211605.175000', '211605.635000', '211606.095000', '211606.555000', '211607.015000', '211607.475000', '211607.935000', '211608.395000', '211608.855000', '211609.315000', '211609.775000', '211610.235000', '211610.695000', '211611.155000', '211611.615000', '211612.075000', '211612.535000', '211612.995000', '211613.455000', '211613.915000', '211614.375000', '211614.835000', '211615.295000', '211615.755000', '211616.215000', '211616.675000', '211617.135000', '211617.595000', '211618.055000', '211618.515000', '211618.975000', '211619.435000', '211619.895000', '211620.355000', '211620.815000', '211621.275000', '211621.735000', '211622.195000', '211622.655000', '211623.115000', '211623.575000', '211624.035000', '211624.495000', '211624.955000', '211625.415000', '211625.875000', '211626.335000', '211626.795000', '211627.255000', '211627.715000', '211628.175000', '211628.635000', '211629.095000', '211629.555000', '211630.015000', '211630.475000', '211630.935000', '211631.395000', '211631.855000', '211632.315000', '211632.775000', '211633.235000', '211633.695000', '211634.155000', '211634.615000', '211635.075000', '211635.535000', '211635.995000', '211636.455000', '211636.915000', '211637.375000', '211637.835000', '211638.295000', '211638.755000', '211639.215000', '211639.675000', '211640.135000', '211640.595000', '211641.055000', '211641.515000', '211641.975000', '211642.435000', '211642.895000', '211643.355000', '211643.815000', '211644.275000', '211644.735000', '211645.195000', '211645.655000', '211646.115000', '211646.575000', '211647.035000', '211647.495000', '211647.955000', '211648.415000', '211648.875000', '211649.335000', '211649.795000', '211650.255000', '211650.715000', '211651.175000', '211651.635000', '211652.095000', '211652.555000', '211653.015000', '211653.475000', '211653.935000', '211654.395000', '211654.855000', '211655.315000', '211655.775000', '211656.235000', '211656.695000', '211657.155000', '211657.615000', '211658.075000', '211658.535000', '211658.995000', '211659.455000', '211659.915000', '211700.375000', '211700.835000', '211701.295000', '211701.755000', '211702.215000', '211702.675000', '211703.135000', '211703.595000', '211704.055000', '211704.515000', '211704.975000', '211705.435000', '211705.895000', '211706.355000', '211706.815000', '211707.275000', '211707.735000', '211708.195000', '211708.655000', '211709.115000', '211709.575000', '211710.035000', '211710.495000', '211710.955000', '211711.415000', '211711.875000', '211712.335000', '211712.795000', '211713.255000', '211713.715000', '211714.175000', '211714.635000', '211715.095000', '211715.555000', '211716.015000', '211716.475000', '211716.935000', '211717.395000', '211717.855000', '211718.315000', '211718.775000', '211719.235000', '211719.695000', '211720.155000', '211720.615000', '211721.075000', '211721.535000', '211721.995000', '211722.455000', '211722.915000', '211723.375000', '211723.835000', '211724.295000', '211724.755000', '211725.215000', '211725.675000', '211726.135000', '211726.595000', '211727.055000', '211727.515000', '211727.975000', '211728.435000', '211728.895000', '211729.355000', '211729.815000', '211730.275000', '211730.735000', '211731.195000', '211731.655000', '211732.115000', '211732.575000', '211733.035000', '211733.495000', '211733.955000', '211734.415000', '211734.875000', '211735.335000', '211735.795000', '211736.255000', '211736.715000', '211737.175000', '211737.635000', '211738.095000', '211738.555000', '211739.015000', '211739.475000', '211739.935000', '211740.395000', '211740.855000', '211741.315000', '211741.775000', '211742.235000', '211742.695000', '211743.155000', '211743.615000', '211744.075000', '211744.535000', '211744.995000', '211745.455000', '211745.915000', '211746.375000', '211746.835000', '211747.295000', '211747.755000', '211748.215000', '211748.675000', '211749.135000', '211749.595000', '211750.055000', '211750.515000', '211750.975000', '211751.435000', '211751.895000', '211752.355000', '211752.815000', '211753.275000', '211753.735000', '211754.195000', '211754.655000', '211755.115000', '211755.575000', '211756.035000', '211756.495000', '211756.955000', '211757.415000', '211757.875000', '211758.335000', '211758.795000', '211759.255000', '211759.715000', '211800.175000', '211800.635000', '211801.095000', '211801.555000', '211802.015000', '211802.475000', '211802.935000', '211803.395000', '211803.855000', '211804.315000', '211804.775000', '211805.235000', '211805.695000', '211806.155000', '211806.615000', '211807.075000', '211807.535000', '211807.995000', '211808.455000', '211808.915000', '211809.375000', '211809.835000', '211810.295000', '211810.755000', '211811.215000', '211811.675000', '211812.135000', '211812.595000', '211813.055000', '211813.515000', '211813.975000', '211814.435000', '211814.895000', '211815.355000', '211815.815000', '211816.275000', '211816.735000', '211817.195000', '211817.655000', '211818.115000', '211818.575000', '211819.035000', '211819.495000', '211819.955000', '211820.415000', '211820.875000', '211821.335000', '211821.795000', '211822.255000', '211822.715000', '211823.175000', '211823.635000', '211824.095000', '211824.555000', '211825.015000', '211825.475000', '211825.935000', '211826.395000', '211826.855000', '211827.315000', '211827.775000', '211828.235000', '211828.695000', '211829.155000', '211829.615000', '211830.075000', '211830.535000', '211830.995000', '211831.455000', '211831.915000', '211832.375000', '211832.835000', '211833.295000', '211833.755000', '211834.215000', '211834.675000', '211835.135000', '211835.595000', '211836.055000', '211836.515000', '211836.975000', '211837.435000', '211837.895000', '211838.355000', '211838.815000', '211839.275000', '211839.735000', '211840.195000', '211840.655000', '211841.115000', '211841.575000', '211842.035000'], 'ContentTime': ['211211.849000', '211211.855000', '211211.858000', '211211.861000', '211211.863000', '211211.866000', '211211.869000', '211211.880000', '211211.882000', '211211.885000', '211211.888000', '211211.890000', '211211.893000', '211211.901000', '211211.903000', '211211.906000', '211211.909000', '211211.911000', '211211.914000', '211211.916000', '211231.784000', '211231.787000', '211231.790000', '211231.793000', '211231.795000', '211231.798000', '211231.801000', '211231.808000', '211231.811000', '211231.813000', '211231.816000', '211231.818000', '211231.821000', '211231.824000', '211231.826000', '211231.829000', '211231.832000', '211231.834000', '211231.837000', '211231.839000', '211231.842000', '211231.845000', '211231.847000', '211231.850000', '211231.852000', '211231.855000', '211231.858000', '211231.860000', '211231.863000', '211231.865000', '211231.868000', '211231.871000', '211231.873000', '211231.876000', '211231.879000', '211231.881000', '211231.884000', '211231.886000', '211231.889000', '211231.892000', '211231.894000', '211231.897000', '211231.899000', '211231.902000', '211251.784000', '211251.787000', '211251.790000', '211251.793000', '211251.795000', '211251.798000', '211251.800000', '211251.803000', '211251.806000', '211251.808000', '211251.811000', '211251.814000', '211251.816000', '211251.819000', '211251.821000', '211251.824000', '211251.827000', '211251.829000', '211251.832000', '211251.835000', '211251.837000', '211251.840000', '211251.842000', '211251.845000', '211251.848000', '211251.850000', '211251.853000', '211251.856000', '211251.858000', '211251.861000', '211251.863000', '211251.866000', '211251.869000', '211251.871000', '211251.874000', '211251.877000', '211251.879000', '211251.882000', '211251.884000', '211251.887000', '211251.890000', '211251.892000', '211251.895000', '211311.783000', '211311.786000', '211311.789000', '211311.791000', '211311.794000', '211311.797000', '211311.867000', '211311.869000', '211311.872000', '211311.875000', '211311.877000', '211311.880000', '211311.882000', '211311.885000', '211311.888000', '211311.890000', '211311.893000', '211311.896000', '211311.898000', '211311.901000', '211311.904000', '211311.906000', '211311.909000', '211311.911000', '211311.914000', '211311.917000', '211311.920000', '211311.922000', '211311.925000', '211311.928000', '211311.930000', '211311.933000', '211311.936000', '211311.938000', '211311.941000', '211311.944000', '211311.946000', '211311.949000', '211311.951000', '211311.954000', '211311.957000', '211311.959000', '211311.962000', '211311.964000', '211331.784000', '211331.786000', '211331.789000', '211331.792000', '211331.794000', '211331.797000', '211331.800000', '211331.803000', '211331.805000', '211331.808000', '211331.810000', '211331.813000', '211331.816000', '211331.818000', '211331.821000', '211331.824000', '211331.826000', '211331.829000', '211331.832000', '211331.834000', '211331.837000', '211331.840000', '211331.842000', '211331.845000', '211331.847000', '211331.850000', '211331.853000', '211331.855000', '211331.858000', '211331.860000', '211331.863000', '211331.866000', '211331.869000', '211331.871000', '211331.874000', '211331.876000', '211331.879000', '211331.882000', '211331.884000', '211331.887000', '211331.890000', '211331.892000', '211331.895000', '211351.784000', '211351.787000', '211351.790000', '211351.793000', '211351.795000', '211351.798000', '211351.816000', '211351.819000', '211351.821000', '211351.824000', '211351.826000', '211351.829000', '211351.832000', '211351.834000', '211351.837000', '211351.840000', '211351.842000', '211351.859000', '211351.862000', '211351.864000', '211351.867000', '211351.870000', '211351.873000', '211351.875000', '211351.878000', '211351.880000', '211351.883000', '211351.886000', '211351.888000', '211351.891000', '211351.893000', '211351.896000', '211351.899000', '211351.901000', '211351.904000', '211351.907000', '211351.909000', '211351.912000', '211351.914000', '211351.917000', '211351.920000', '211351.922000', '211351.925000', '211351.928000', '211411.784000', '211411.787000', '211411.790000', '211411.793000', '211411.795000', '211411.798000', '211411.801000', '211411.803000', '211411.806000', '211411.809000', '211411.811000', '211411.814000', '211411.816000', '211411.819000', '211411.822000', '211411.824000', '211411.827000', '211411.830000', '211411.832000', '211411.835000', '211411.838000', '211411.840000', '211411.843000', '211411.845000', '211411.848000', '211411.851000', '211411.853000', '211411.856000', '211411.859000', '211411.861000', '211411.864000', '211411.867000', '211411.869000', '211411.872000', '211411.875000', '211411.877000', '211411.880000', '211411.882000', '211411.885000', '211411.888000', '211411.890000', '211411.893000', '211411.896000', '211431.785000', '211431.788000', '211431.790000', '211431.793000', '211431.796000', '211431.799000', '211431.802000', '211431.804000', '211431.807000', '211431.809000', '211431.812000', '211431.815000', '211431.817000', '211431.820000', '211431.823000', '211431.825000', '211431.828000', '211431.831000', '211431.834000', '211431.836000', '211431.839000', '211431.841000', '211431.844000', '211431.847000', '211431.850000', '211431.852000', '211431.855000', '211431.857000', '211431.860000', '211431.863000', '211431.865000', '211431.868000', '211431.871000', '211431.873000', '211431.876000', '211431.878000', '211431.881000', '211431.884000', '211431.886000', '211431.889000', '211431.892000', '211431.894000', '211431.897000', '211451.784000', '211451.788000', '211451.791000', '211451.794000', '211451.796000', '211451.799000', '211451.822000', '211451.825000', '211451.827000', '211451.830000', '211451.832000', '211451.835000', '211451.838000', '211451.840000', '211451.843000', '211451.845000', '211451.848000', '211451.851000', '211451.853000', '211451.856000', '211451.859000', '211451.861000', '211451.864000', '211451.866000', '211451.869000', '211451.880000', '211451.883000', '211451.886000', '211451.888000', '211451.891000', '211451.894000', '211451.896000', '211451.899000', '211451.902000', '211451.904000', '211451.907000', '211451.909000', '211451.912000', '211451.915000', '211451.917000', '211451.920000', '211451.923000', '211451.925000', '211451.928000', '211511.784000', '211511.787000', '211511.790000', '211511.793000', '211511.795000', '211511.798000', '211511.823000', '211511.825000', '211511.828000', '211511.831000', '211511.833000', '211511.836000', '211511.838000', '211511.841000', '211511.844000', '211511.847000', '211511.849000', '211511.853000', '211511.855000', '211511.858000', '211511.861000', '211511.863000', '211511.866000', '211511.869000', '211511.871000', '211511.874000', '211511.877000', '211511.879000', '211511.882000', '211511.885000', '211511.887000', '211511.890000', '211511.893000', '211511.895000', '211511.898000', '211511.900000', '211511.903000', '211511.906000', '211511.909000', '211511.911000', '211511.914000', '211511.917000', '211511.919000', '211531.784000', '211531.786000', '211531.789000', '211531.792000', '211531.794000', '211531.797000', '211531.800000', '211531.802000', '211531.808000', '211531.810000', '211531.813000', '211531.815000', '211531.818000', '211531.821000', '211531.824000', '211531.826000', '211531.829000', '211531.832000', '211531.834000', '211531.837000', '211531.840000', '211531.842000', '211531.845000', '211531.847000', '211531.850000', '211531.853000', '211531.855000', '211531.858000', '211531.861000', '211531.863000', '211531.866000', '211531.869000', '211531.871000', '211531.874000', '211531.877000', '211531.879000', '211531.882000', '211531.885000', '211531.888000', '211531.890000', '211531.893000', '211531.895000', '211531.898000', '211531.901000', '211551.783000', '211551.786000', '211551.789000', '211551.792000', '211551.794000', '211551.797000', '211551.831000', '211551.834000', '211551.837000', '211551.839000', '211551.842000', '211551.844000', '211551.847000', '211551.850000', '211551.853000', '211551.855000', '211551.858000', '211551.861000', '211551.863000', '211551.866000', '211551.868000', '211551.871000', '211551.874000', '211551.876000', '211551.879000', '211551.882000', '211551.884000', '211551.887000', '211551.890000', '211551.892000', '211551.895000', '211551.898000', '211551.900000', '211551.903000', '211551.905000', '211551.908000', '211551.911000', '211551.914000', '211551.916000', '211551.919000', '211551.922000', '211551.924000', '211551.927000', '211611.784000', '211611.787000', '211611.790000', '211611.793000', '211611.795000', '211611.798000', '211611.823000', '211611.826000', '211611.829000', '211611.831000', '211611.834000', '211611.836000', '211611.839000', '211611.842000', '211611.844000', '211611.847000', '211611.850000', '211611.852000', '211611.855000', '211611.857000', '211611.860000', '211611.863000', '211611.865000', '211611.868000', '211611.871000', '211611.873000', '211611.876000', '211611.879000', '211611.881000', '211611.884000', '211611.886000', '211611.891000', '211611.894000', '211611.896000', '211611.899000', '211611.902000', '211611.904000', '211611.907000', '211611.909000', '211611.912000', '211611.915000', '211611.917000', '211611.920000', '211611.923000', '211631.785000', '211631.788000', '211631.790000', '211631.793000', '211631.796000', '211631.799000', '211631.801000', '211631.804000', '211631.806000', '211631.809000', '211631.812000', '211631.814000', '211631.817000', '211631.820000', '211631.822000', '211631.825000', '211631.828000', '211631.830000', '211631.833000', '211631.836000', '211631.838000', '211631.841000', '211631.844000', '211631.847000', '211631.850000', '211631.853000', '211631.855000', '211631.858000', '211631.861000', '211631.863000', '211631.866000', '211631.869000', '211631.871000', '211631.874000', '211631.876000', '211631.879000', '211631.888000', '211631.892000', '211631.894000', '211631.897000', '211631.900000', '211631.903000', '211631.905000', '211651.785000', '211651.788000', '211651.791000', '211651.794000', '211651.796000', '211651.799000', '211651.866000', '211651.868000', '211651.871000', '211651.873000', '211651.876000', '211651.879000', '211651.881000', '211651.884000', '211651.887000', '211651.889000', '211651.892000', '211651.894000', '211651.897000', '211651.900000', '211651.902000', '211651.905000', '211651.908000', '211651.910000', '211651.934000', '211651.937000', '211651.940000', '211651.942000', '211651.945000', '211651.948000', '211651.951000', '211651.953000', '211651.956000', '211651.958000', '211651.961000', '211651.964000', '211651.966000', '211651.969000', '211651.972000', '211651.974000', '211651.977000', '211651.980000', '211651.982000', '211651.985000', '211711.785000', '211711.787000', '211711.790000', '211711.793000', '211711.796000', '211711.798000', '211711.840000', '211711.842000', '211711.845000', '211711.848000', '211711.850000', '211711.853000', '211711.856000', '211711.858000', '211711.861000', '211711.863000', '211711.866000', '211711.869000', '211711.871000', '211711.874000', '211711.877000', '211711.879000', '211711.882000', '211711.885000', '211711.888000', '211711.890000', '211711.893000', '211711.896000', '211711.898000', '211711.901000', '211711.904000', '211711.906000', '211711.909000', '211711.912000', '211711.914000', '211711.917000', '211711.919000', '211711.922000', '211711.925000', '211711.927000', '211711.930000', '211711.933000', '211711.935000', '211731.785000', '211731.788000', '211731.790000', '211731.793000', '211731.796000', '211731.799000', '211731.842000', '211731.845000', '211731.848000', '211731.850000', '211731.853000', '211731.856000', '211731.858000', '211731.861000', '211731.863000', '211731.866000', '211731.869000', '211731.871000', '211731.874000', '211731.876000', '211731.879000', '211731.882000', '211731.884000', '211731.887000', '211731.890000', '211731.892000', '211731.895000', '211731.897000', '211731.900000', '211731.903000', '211731.906000', '211731.908000', '211731.911000', '211731.913000', '211731.916000', '211731.919000', '211731.921000', '211731.924000', '211731.927000', '211731.929000', '211731.932000', '211731.935000', '211731.937000', '211731.940000', '211751.784000', '211751.786000', '211751.789000', '211751.792000', '211751.794000', '211751.797000', '211751.844000', '211751.846000', '211751.849000', '211751.852000', '211751.854000', '211751.857000', '211751.859000', '211751.862000', '211751.865000', '211751.867000', '211751.870000', '211751.873000', '211751.875000', '211751.878000', '211751.881000', '211751.883000', '211751.886000', '211751.889000', '211751.891000', '211751.894000', '211751.897000', '211751.900000', '211751.903000', '211751.905000', '211751.908000', '211751.911000', '211751.913000', '211751.916000', '211751.919000', '211751.921000', '211751.924000', '211751.926000', '211751.930000', '211751.933000', '211751.936000', '211751.938000', '211751.941000', '211811.784000', '211811.787000', '211811.791000', '211811.793000', '211811.796000', '211811.799000', '211811.802000', '211811.804000', '211811.807000', '211811.810000', '211811.812000', '211811.815000', '211811.818000', '211811.820000', '211811.823000', '211811.826000', '211811.846000', '211811.848000', '211811.851000', '211811.854000', '211811.856000', '211811.859000', '211811.861000', '211811.864000', '211811.867000', '211811.869000', '211811.872000', '211811.875000', '211811.878000', '211811.880000', '211811.883000', '211811.886000', '211811.888000', '211811.891000', '211811.894000', '211811.909000', '211811.912000', '211811.914000', '211811.917000', '211811.920000', '211811.922000', '211811.925000', '211811.927000', '211811.930000', '211831.785000', '211831.788000', '211831.790000', '211831.793000', '211831.796000', '211831.798000', '211831.876000', '211831.878000', '211831.881000', '211831.884000', '211831.887000', '211831.889000', '211831.892000', '211831.894000', '211831.897000', '211831.900000', '211831.902000', '211831.905000', '211831.908000', '211831.910000', '211831.913000', '211831.916000', '211831.918000', '211831.921000', '211831.924000', '211831.926000', '211831.929000', '211831.932000', '211831.934000', '211831.946000', '211831.949000', '211831.951000', '211831.954000', '211831.957000', '211831.959000', '211831.962000', '211831.965000', '211831.967000', '211831.970000', '211831.973000', '211831.975000', '211831.978000', '211831.981000', '211843.391000', '211843.394000', '211843.397000', '211843.400000', '211843.403000', '211843.406000', '211843.409000', '211843.412000', '211843.414000', '211843.417000', '211843.420000', '211843.422000', '211843.425000', '211843.428000', '211843.431000', '211843.434000', '211843.437000', '211843.439000', '211843.442000', '211843.446000', '211843.449000', '211843.452000', '211843.454000', '211843.457000', '211843.460000', '211843.463000'], 'InstanceCreationTime': ['211211.849000', '211211.855000', '211211.858000', '211211.861000', '211211.863000', '211211.866000', '211211.869000', '211211.880000', '211211.882000', '211211.885000', '211211.888000', '211211.890000', '211211.893000', '211211.901000', '211211.903000', '211211.906000', '211211.909000', '211211.911000', '211211.914000', '211211.916000', '211231.784000', '211231.787000', '211231.790000', '211231.793000', '211231.795000', '211231.798000', '211231.801000', '211231.808000', '211231.811000', '211231.813000', '211231.816000', '211231.818000', '211231.821000', '211231.824000', '211231.826000', '211231.829000', '211231.832000', '211231.834000', '211231.837000', '211231.839000', '211231.842000', '211231.845000', '211231.847000', '211231.850000', '211231.852000', '211231.855000', '211231.858000', '211231.860000', '211231.863000', '211231.865000', '211231.868000', '211231.871000', '211231.873000', '211231.876000', '211231.879000', '211231.881000', '211231.884000', '211231.886000', '211231.889000', '211231.892000', '211231.894000', '211231.897000', '211231.899000', '211231.902000', '211251.784000', '211251.787000', '211251.790000', '211251.793000', '211251.795000', '211251.798000', '211251.800000', '211251.803000', '211251.806000', '211251.808000', '211251.811000', '211251.814000', '211251.816000', '211251.819000', '211251.821000', '211251.824000', '211251.827000', '211251.829000', '211251.832000', '211251.835000', '211251.837000', '211251.840000', '211251.842000', '211251.845000', '211251.848000', '211251.850000', '211251.853000', '211251.856000', '211251.858000', '211251.861000', '211251.863000', '211251.866000', '211251.869000', '211251.871000', '211251.874000', '211251.877000', '211251.879000', '211251.882000', '211251.884000', '211251.887000', '211251.890000', '211251.892000', '211251.895000', '211311.783000', '211311.786000', '211311.789000', '211311.791000', '211311.794000', '211311.797000', '211311.867000', '211311.869000', '211311.872000', '211311.875000', '211311.877000', '211311.880000', '211311.882000', '211311.885000', '211311.888000', '211311.890000', '211311.893000', '211311.896000', '211311.898000', '211311.901000', '211311.904000', '211311.906000', '211311.909000', '211311.911000', '211311.914000', '211311.917000', '211311.920000', '211311.922000', '211311.925000', '211311.928000', '211311.930000', '211311.933000', '211311.936000', '211311.938000', '211311.941000', '211311.944000', '211311.946000', '211311.949000', '211311.951000', '211311.954000', '211311.957000', '211311.959000', '211311.962000', '211311.964000', '211331.784000', '211331.786000', '211331.789000', '211331.792000', '211331.794000', '211331.797000', '211331.800000', '211331.803000', '211331.805000', '211331.808000', '211331.810000', '211331.813000', '211331.816000', '211331.818000', '211331.821000', '211331.824000', '211331.826000', '211331.829000', '211331.832000', '211331.834000', '211331.837000', '211331.840000', '211331.842000', '211331.845000', '211331.847000', '211331.850000', '211331.853000', '211331.855000', '211331.858000', '211331.860000', '211331.863000', '211331.866000', '211331.869000', '211331.871000', '211331.874000', '211331.876000', '211331.879000', '211331.882000', '211331.884000', '211331.887000', '211331.890000', '211331.892000', '211331.895000', '211351.784000', '211351.787000', '211351.790000', '211351.793000', '211351.795000', '211351.798000', '211351.816000', '211351.819000', '211351.821000', '211351.824000', '211351.826000', '211351.829000', '211351.832000', '211351.834000', '211351.837000', '211351.840000', '211351.842000', '211351.859000', '211351.862000', '211351.864000', '211351.867000', '211351.870000', '211351.873000', '211351.875000', '211351.878000', '211351.880000', '211351.883000', '211351.886000', '211351.888000', '211351.891000', '211351.893000', '211351.896000', '211351.899000', '211351.901000', '211351.904000', '211351.907000', '211351.909000', '211351.912000', '211351.914000', '211351.917000', '211351.920000', '211351.922000', '211351.925000', '211351.928000', '211411.784000', '211411.787000', '211411.790000', '211411.793000', '211411.795000', '211411.798000', '211411.801000', '211411.803000', '211411.806000', '211411.809000', '211411.811000', '211411.814000', '211411.816000', '211411.819000', '211411.822000', '211411.824000', '211411.827000', '211411.830000', '211411.832000', '211411.835000', '211411.838000', '211411.840000', '211411.843000', '211411.845000', '211411.848000', '211411.851000', '211411.853000', '211411.856000', '211411.859000', '211411.861000', '211411.864000', '211411.867000', '211411.869000', '211411.872000', '211411.875000', '211411.877000', '211411.880000', '211411.882000', '211411.885000', '211411.888000', '211411.890000', '211411.893000', '211411.896000', '211431.785000', '211431.788000', '211431.790000', '211431.793000', '211431.796000', '211431.799000', '211431.802000', '211431.804000', '211431.807000', '211431.809000', '211431.812000', '211431.815000', '211431.817000', '211431.820000', '211431.823000', '211431.825000', '211431.828000', '211431.831000', '211431.834000', '211431.836000', '211431.839000', '211431.841000', '211431.844000', '211431.847000', '211431.850000', '211431.852000', '211431.855000', '211431.857000', '211431.860000', '211431.863000', '211431.865000', '211431.868000', '211431.871000', '211431.873000', '211431.876000', '211431.878000', '211431.881000', '211431.884000', '211431.886000', '211431.889000', '211431.892000', '211431.894000', '211431.897000', '211451.784000', '211451.788000', '211451.791000', '211451.794000', '211451.796000', '211451.799000', '211451.822000', '211451.825000', '211451.827000', '211451.830000', '211451.832000', '211451.835000', '211451.838000', '211451.840000', '211451.843000', '211451.845000', '211451.848000', '211451.851000', '211451.853000', '211451.856000', '211451.859000', '211451.861000', '211451.864000', '211451.866000', '211451.869000', '211451.880000', '211451.883000', '211451.886000', '211451.888000', '211451.891000', '211451.894000', '211451.896000', '211451.899000', '211451.902000', '211451.904000', '211451.907000', '211451.909000', '211451.912000', '211451.915000', '211451.917000', '211451.920000', '211451.923000', '211451.925000', '211451.928000', '211511.784000', '211511.787000', '211511.790000', '211511.793000', '211511.795000', '211511.798000', '211511.823000', '211511.825000', '211511.828000', '211511.831000', '211511.833000', '211511.836000', '211511.838000', '211511.841000', '211511.844000', '211511.847000', '211511.849000', '211511.853000', '211511.855000', '211511.858000', '211511.861000', '211511.863000', '211511.866000', '211511.869000', '211511.871000', '211511.874000', '211511.877000', '211511.879000', '211511.882000', '211511.885000', '211511.887000', '211511.890000', '211511.893000', '211511.895000', '211511.898000', '211511.900000', '211511.903000', '211511.906000', '211511.909000', '211511.911000', '211511.914000', '211511.917000', '211511.919000', '211531.784000', '211531.786000', '211531.789000', '211531.792000', '211531.794000', '211531.797000', '211531.800000', '211531.802000', '211531.808000', '211531.810000', '211531.813000', '211531.815000', '211531.818000', '211531.821000', '211531.824000', '211531.826000', '211531.829000', '211531.832000', '211531.834000', '211531.837000', '211531.840000', '211531.842000', '211531.845000', '211531.847000', '211531.850000', '211531.853000', '211531.855000', '211531.858000', '211531.861000', '211531.863000', '211531.866000', '211531.869000', '211531.871000', '211531.874000', '211531.877000', '211531.879000', '211531.882000', '211531.885000', '211531.888000', '211531.890000', '211531.893000', '211531.895000', '211531.898000', '211531.901000', '211551.783000', '211551.786000', '211551.789000', '211551.792000', '211551.794000', '211551.797000', '211551.831000', '211551.834000', '211551.837000', '211551.839000', '211551.842000', '211551.844000', '211551.847000', '211551.850000', '211551.853000', '211551.855000', '211551.858000', '211551.861000', '211551.863000', '211551.866000', '211551.868000', '211551.871000', '211551.874000', '211551.876000', '211551.879000', '211551.882000', '211551.884000', '211551.887000', '211551.890000', '211551.892000', '211551.895000', '211551.898000', '211551.900000', '211551.903000', '211551.905000', '211551.908000', '211551.911000', '211551.914000', '211551.916000', '211551.919000', '211551.922000', '211551.924000', '211551.927000', '211611.784000', '211611.787000', '211611.790000', '211611.793000', '211611.795000', '211611.798000', '211611.823000', '211611.826000', '211611.829000', '211611.831000', '211611.834000', '211611.836000', '211611.839000', '211611.842000', '211611.844000', '211611.847000', '211611.850000', '211611.852000', '211611.855000', '211611.857000', '211611.860000', '211611.863000', '211611.865000', '211611.868000', '211611.871000', '211611.873000', '211611.876000', '211611.879000', '211611.881000', '211611.884000', '211611.886000', '211611.891000', '211611.894000', '211611.896000', '211611.899000', '211611.902000', '211611.904000', '211611.907000', '211611.909000', '211611.912000', '211611.915000', '211611.917000', '211611.920000', '211611.923000', '211631.785000', '211631.788000', '211631.790000', '211631.793000', '211631.796000', '211631.799000', '211631.801000', '211631.804000', '211631.806000', '211631.809000', '211631.812000', '211631.814000', '211631.817000', '211631.820000', '211631.822000', '211631.825000', '211631.828000', '211631.830000', '211631.833000', '211631.836000', '211631.838000', '211631.841000', '211631.844000', '211631.847000', '211631.850000', '211631.853000', '211631.855000', '211631.858000', '211631.861000', '211631.863000', '211631.866000', '211631.869000', '211631.871000', '211631.874000', '211631.876000', '211631.879000', '211631.888000', '211631.892000', '211631.894000', '211631.897000', '211631.900000', '211631.903000', '211631.905000', '211651.785000', '211651.788000', '211651.791000', '211651.794000', '211651.796000', '211651.799000', '211651.866000', '211651.868000', '211651.871000', '211651.873000', '211651.876000', '211651.879000', '211651.881000', '211651.884000', '211651.887000', '211651.889000', '211651.892000', '211651.894000', '211651.897000', '211651.900000', '211651.902000', '211651.905000', '211651.908000', '211651.910000', '211651.934000', '211651.937000', '211651.940000', '211651.942000', '211651.945000', '211651.948000', '211651.951000', '211651.953000', '211651.956000', '211651.958000', '211651.961000', '211651.964000', '211651.966000', '211651.969000', '211651.972000', '211651.974000', '211651.977000', '211651.980000', '211651.982000', '211651.985000', '211711.785000', '211711.787000', '211711.790000', '211711.793000', '211711.796000', '211711.798000', '211711.840000', '211711.842000', '211711.845000', '211711.848000', '211711.850000', '211711.853000', '211711.856000', '211711.858000', '211711.861000', '211711.863000', '211711.866000', '211711.869000', '211711.871000', '211711.874000', '211711.877000', '211711.879000', '211711.882000', '211711.885000', '211711.888000', '211711.890000', '211711.893000', '211711.896000', '211711.898000', '211711.901000', '211711.904000', '211711.906000', '211711.909000', '211711.912000', '211711.914000', '211711.917000', '211711.919000', '211711.922000', '211711.925000', '211711.927000', '211711.930000', '211711.933000', '211711.935000', '211731.785000', '211731.788000', '211731.790000', '211731.793000', '211731.796000', '211731.799000', '211731.842000', '211731.845000', '211731.848000', '211731.850000', '211731.853000', '211731.856000', '211731.858000', '211731.861000', '211731.863000', '211731.866000', '211731.869000', '211731.871000', '211731.874000', '211731.876000', '211731.879000', '211731.882000', '211731.884000', '211731.887000', '211731.890000', '211731.892000', '211731.895000', '211731.897000', '211731.900000', '211731.903000', '211731.906000', '211731.908000', '211731.911000', '211731.913000', '211731.916000', '211731.919000', '211731.921000', '211731.924000', '211731.927000', '211731.929000', '211731.932000', '211731.935000', '211731.937000', '211731.940000', '211751.784000', '211751.786000', '211751.789000', '211751.792000', '211751.794000', '211751.797000', '211751.844000', '211751.846000', '211751.849000', '211751.852000', '211751.854000', '211751.857000', '211751.859000', '211751.862000', '211751.865000', '211751.867000', '211751.870000', '211751.873000', '211751.875000', '211751.878000', '211751.881000', '211751.883000', '211751.886000', '211751.889000', '211751.891000', '211751.894000', '211751.897000', '211751.900000', '211751.903000', '211751.905000', '211751.908000', '211751.911000', '211751.913000', '211751.916000', '211751.919000', '211751.921000', '211751.924000', '211751.926000', '211751.930000', '211751.933000', '211751.936000', '211751.938000', '211751.941000', '211811.784000', '211811.787000', '211811.791000', '211811.793000', '211811.796000', '211811.799000', '211811.802000', '211811.804000', '211811.807000', '211811.810000', '211811.812000', '211811.815000', '211811.818000', '211811.820000', '211811.823000', '211811.826000', '211811.846000', '211811.848000', '211811.851000', '211811.854000', '211811.856000', '211811.859000', '211811.861000', '211811.864000', '211811.867000', '211811.869000', '211811.872000', '211811.875000', '211811.878000', '211811.880000', '211811.883000', '211811.886000', '211811.888000', '211811.891000', '211811.894000', '211811.909000', '211811.912000', '211811.914000', '211811.917000', '211811.920000', '211811.922000', '211811.925000', '211811.927000', '211811.930000', '211831.785000', '211831.788000', '211831.790000', '211831.793000', '211831.796000', '211831.798000', '211831.876000', '211831.878000', '211831.881000', '211831.884000', '211831.887000', '211831.889000', '211831.892000', '211831.894000', '211831.897000', '211831.900000', '211831.902000', '211831.905000', '211831.908000', '211831.910000', '211831.913000', '211831.916000', '211831.918000', '211831.921000', '211831.924000', '211831.926000', '211831.929000', '211831.932000', '211831.934000', '211831.946000', '211831.949000', '211831.951000', '211831.954000', '211831.957000', '211831.959000', '211831.962000', '211831.965000', '211831.967000', '211831.970000', '211831.973000', '211831.975000', '211831.978000', '211831.981000', '211843.391000', '211843.394000', '211843.397000', '211843.400000', '211843.403000', '211843.406000', '211843.409000', '211843.412000', '211843.414000', '211843.417000', '211843.420000', '211843.422000', '211843.425000', '211843.428000', '211843.431000', '211843.434000', '211843.437000', '211843.439000', '211843.442000', '211843.446000', '211843.449000', '211843.452000', '211843.454000', '211843.457000', '211843.460000', '211843.463000'], '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': [13034, 10554, 11893, 12008, 7984, 13664, 10759, 8051, 10068, 7032, 8593, 7621, 6515, 9460, 6454, 6791, 6795, 6130, 8422, 6400, 6476, 7165, 6351, 10817, 8899, 10846, 9859, 7003, 9820, 7319, 12130, 8549, 12188, 9565, 11633, 10691, 9400, 9909, 8035, 9867, 6431, 10131, 7364, 10704, 8962, 7980, 8305, 7059, 9662, 6996, 10796, 8512, 9137, 8397, 7736, 9926, 7351, 6954, 6280, 7757, 10291, 10607, 12916, 8675, 11122, 10827, 8324, 10324, 6976, 9183, 8253, 7812, 8482, 6614, 9337, 6647, 6492, 7575, 7318, 8064, 7986, 9448, 6571, 9250, 7726, 8935, 8865, 7183, 8746, 7179, 9656, 6531, 10988, 8279, 9426, 8917, 8529, 9156, 6497, 11285, 6392, 7039, 6455, 7879, 7826, 6184, 10731, 7653, 8917, 8212, 7055, 8775, 6817, 10416, 7492, 9744, 8877, 8168, 9570, 7280, 10106, 6157, 8950, 7069, 8184, 8294, 7554, 7391, 6213, 7287, 6599, 6337, 7164, 7045, 6453, 6020, 8098, 6416, 7095, 6468, 6646, 10578, 10749, 11378, 11511, 9982, 14129, 12684, 13312, 15054, 8991, 13109, 9110, 8775, 12828, 9600, 12163, 9326, 12848, 13242, 16290, 10752, 9367, 12636, 11166, 8068, 8900, 7831, 10504, 8067, 9366, 8604, 7991, 7741, 8801, 10164, 8245, 7436, 6802, 7221, 6344, 8006, 9068, 7322, 6950, 6053, 7312, 8430, 7497, 8912, 7044, 6501, 8013, 6795, 8337, 8088, 7238, 9621, 7375, 10475, 10033, 7843, 12088, 8660, 9524, 9051, 6812, 11231, 8638, 9308, 8618, 7099, 9909, 7621, 12133, 8275, 13745, 9885, 11845, 11340, 10359, 9519, 7947, 10652, 6257, 10595, 8107, 9658, 10992, 8460, 10294, 8531, 7783, 8273, 6769, 8903, 7204, 8442, 7955, 6328, 7031, 6641, 8309, 6708, 8639, 8497, 6610, 8070, 6782, 8000, 6799, 9381, 8264, 9451, 8494, 6542, 7341, 6974, 7815, 6642, 8590, 6538, 8335, 7402, 7456, 9142, 6988, 7195, 6529, 8519, 6969, 8237, 7248, 9239, 8386, 6526, 7510, 6650, 7845, 6564, 8748, 7079, 6348, 8162, 6849, 8206, 7414, 8501, 6669, 8888, 7457, 10816, 8088, 12354, 8970, 8899, 9070, 7047, 10081, 7024, 8175, 8518, 6978, 6582, 9313, 8139, 10542, 10430, 7252, 8097, 6189, 7472, 7212, 6522, 7608, 6431, 8900, 7040, 11105, 8946, 12282, 10565, 7234, 8787, 6468, 9967, 9350, 6851, 10834, 7643, 11923, 9232, 9062, 9570, 7325, 8892, 6645, 9588, 6065, 7555, 7027, 8639, 11698, 10152, 8462, 9674, 8334, 7742, 8144, 8101, 7866, 7645, 6896, 9929, 9611, 10624, 9790, 8163, 12121, 10166, 11996, 10237, 10682, 9421, 8090, 9019, 8115, 11028, 8815, 10416, 8728, 7524, 8071, 7210, 8450, 7794, 11271, 8341, 8234, 8748, 7082, 8413, 8607, 10140, 8321, 8031, 6792, 8328, 7147, 8856, 7260, 11247, 8319, 6179, 8465, 7348, 7644, 6916, 7941, 6507, 6521, 8390, 7799, 7301, 6271, 8113, 7020, 9265, 8983, 8767, 9665, 7463, 8184, 6930, 8963, 7203, 12805, 9257, 6404, 8755, 6823, 7975, 6378, 10347, 7641, 7464, 9001, 7086, 7298, 7411, 8522, 6961, 12125, 8973, 6871, 8858, 7438, 8096, 7334, 10401, 6732, 9142, 8813, 6378, 8027, 7351, 10203, 6855, 6366, 7301, 6486, 7956, 6477, 10569, 7828, 6412, 7960, 6551, 8256, 6652, 11864, 9519, 9604, 10093, 8502, 9968, 7733, 11608, 8098, 8508, 8864, 8097, 7674, 6575, 10772, 7391, 6232, 7791, 6841, 7626, 6556, 10093, 8230, 14841, 19041, 13261, 10710, 8882, 12039, 9261, 9466, 10431, 8100, 12075, 9315, 11850, 9494, 7682, 10106, 8085, 11405, 8296, 11295, 8544, 8556, 9773, 8745, 12555, 8159, 12207, 8509, 7797, 9940, 8997, 11687, 8378, 11703, 7564, 10817, 8657, 8026, 10368, 8098, 10802, 6797, 10685, 7064, 11067, 9361, 8525, 9743, 8074, 10657, 6803, 11564, 7810, 10651, 8725, 7277, 9739, 7908, 10569, 7395, 12346, 7643, 11144, 8722, 7760, 10153, 8442, 10839, 6783, 11723, 7500, 11951, 10232, 10971, 10643, 7699, 10548, 8033, 10953, 7385, 12037, 7964, 11774, 8777, 7672, 9359, 8303, 10956, 7327, 11413, 8480, 8116, 9780, 8411, 11484, 8675, 12294, 7998, 11377, 9407, 9945, 11170, 7644, 11179, 7658, 11994, 7266, 12974, 10374, 9007, 9588, 6795, 10379, 6981, 11640, 7778, 8130, 9200, 7067, 10066, 7583, 12057, 9526, 11979, 9603, 10963, 10359, 8828, 10711, 8458, 11472, 7274, 11692, 7106, 12470, 8385, 10936, 10901, 7254, 10485, 7360, 11215, 7064, 12017, 9465, 7819, 9552, 8103, 11117, 7557, 11995, 10306, 8387, 9904, 7119, 10337, 8027, 12198, 8653, 12548, 7725, 8099, 9471, 8354, 10651, 8708, 12491, 7608, 12467, 7590, 11125, 9303, 9407, 11145, 8119, 11058, 7138, 12411, 8349, 9870, 7785, 6783, 8536, 7457, 8252, 6629, 6317, 8088, 6282, 6887, 6450, 6744, 7690, 11434, 8951, 10703, 11681, 10594, 13185, 10312, 7774, 9632, 9446, 9525, 9108, 7606, 9146, 8343, 6526, 6846, 6774, 6380, 8597, 6940, 7710, 9036, 9047, 7542, 11245, 8874, 11929, 13233, 13647, 12685, 11188, 15381, 18803, 15150, 9451, 10298, 9473, 8603, 9984, 9034, 9439, 10070, 7895, 9889, 9486, 9523, 9795, 10164, 10043, 9406, 9566, 9400, 11031, 9776, 10673, 9565, 9206, 9473, 9568, 9634, 9740, 11662, 9838, 8737, 9779, 8896, 9688, 9223, 10561, 9794, 11003, 9921, 9918, 9606, 8098, 9523, 8988, 9643, 9478, 10165, 9878, 10158, 9422, 8412, 9394, 9402, 10341, 9520, 10485, 9486, 11510, 9276, 10046, 9653, 9068, 10030, 9585, 10453, 9405, 10888, 9304, 8300, 9597, 9184, 10830, 9280, 10045, 9279, 8803, 9340, 9131, 11465, 9698, 7770, 9554, 9211, 9799, 9375, 12504, 9796, 9637, 9516, 8293, 9683, 9019, 11957, 10394, 12056, 9455, 9092, 9337, 8821, 8505, 6335, 7232, 12388, 15890, 17157, 9803, 8329, 7818, 8023, 9155, 7633, 7404, 9474, 8501, 8002, 10107, 8331, 8520, 9462, 8445, 12266, 10657, 10473, 9626, 7942, 10192, 9019, 11393, 10357, 8101, 9070, 7636, 9028, 8395, 8313, 9136, 8135, 9810, 8294, 8762, 8552, 8241, 9827, 8446, 10276, 9585, 8117, 9007, 8412, 6880, 7624, 8621, 6076, 6640, 6489, 7381, 7915, 7182, 6570, 9059, 8168, 6542], 'WindowCenter': [4155.0, 4130.0, 4126.0, 4123.0, 4081.0, 4107.0, 4084.0, 4051.0, 4059.0, 4039.0, 4060.0, 4038.0, 4028.0, 4070.0, 4029.0, 4035.0, 4040.0, 4032.0, 4074.0, 4056.0, 4044.0, 4055.0, 4043.0, 4096.0, 4077.0, 4096.0, 4086.0, 4056.0, 4083.0, 4054.0, 4094.0, 4075.0, 4094.0, 4086.0, 4095.0, 4084.0, 4073.0, 4085.0, 4050.0, 4083.0, 4039.0, 4071.0, 4065.0, 4082.0, 4061.0, 4049.0, 4061.0, 4053.0, 4073.0, 4053.0, 4080.0, 4061.0, 4085.0, 4063.0, 4050.0, 4071.0, 3800.0, 3827.0, 3874.0, 4018.0, 4062.0, 4088.0, 4084.0, 4052.0, 4071.0, 4069.0, 4049.0, 4071.0, 4040.0, 4060.0, 4050.0, 4051.0, 4061.0, 4043.0, 4062.0, 4029.0, 4016.0, 4032.0, 4026.0, 4036.0, 4037.0, 4045.0, 4015.0, 4045.0, 4035.0, 4044.0, 4044.0, 4012.0, 4032.0, 4025.0, 4043.0, 4012.0, 4053.0, 4033.0, 4045.0, 4057.0, 4047.0, 4042.0, 4015.0, 4067.0, 4026.0, 4002.0, 4009.0, 4036.0, 4024.0, 4004.0, 4067.0, 4039.0, 4047.0, 4051.0, 4026.0, 4048.0, 4027.0, 4068.0, 4027.0, 4057.0, 4061.0, 4049.0, 4058.0, 4026.0, 4057.0, 4018.0, 4046.0, 4040.0, 4049.0, 4049.0, 4051.0, 4039.0, 3912.0, 3851.0, 3922.0, 3653.0, 3779.0, 3953.0, 3896.0, 3897.0, 3929.0, 3904.0, 3907.0, 3897.0, 3905.0, 3989.0, 3976.0, 4065.0, 4022.0, 4021.0, 4067.0, 4081.0, 4079.0, 4104.0, 4037.0, 4032.0, 4043.0, 4039.0, 4083.0, 4060.0, 4081.0, 4063.0, 4066.0, 3991.0, 3997.0, 4146.0, 4067.0, 4096.0, 4090.0, 4046.0, 4054.0, 4045.0, 4078.0, 4057.0, 4068.0, 4055.0, 4045.0, 4046.0, 4065.0, 4075.0, 4042.0, 4030.0, 4020.0, 4018.0, 4007.0, 4040.0, 4036.0, 3720.0, 4083.0, 3892.0, 4005.0, 4066.0, 4050.0, 4059.0, 4041.0, 4040.0, 4050.0, 4040.0, 4065.0, 4062.0, 4051.0, 4073.0, 4052.0, 4084.0, 4084.0, 4059.0, 4094.0, 4061.0, 4083.0, 4071.0, 4041.0, 4092.0, 4062.0, 4070.0, 4059.0, 4050.0, 4071.0, 4050.0, 4080.0, 4060.0, 4087.0, 4067.0, 4089.0, 4077.0, 4066.0, 4055.0, 4045.0, 4067.0, 4024.0, 4065.0, 4047.0, 3959.0, 4121.0, 4053.0, 4075.0, 4064.0, 4054.0, 4060.0, 4046.0, 4066.0, 4068.0, 4063.0, 4051.0, 4017.0, 4041.0, 4030.0, 4049.0, 4029.0, 4048.0, 4048.0, 4027.0, 4051.0, 4027.0, 4051.0, 4029.0, 4058.0, 4050.0, 4054.0, 4050.0, 4017.0, 4036.0, 4040.0, 4038.0, 4028.0, 4047.0, 4031.0, 4049.0, 4047.0, 4052.0, 4061.0, 4039.0, 4040.0, 4030.0, 4050.0, 4054.0, 4062.0, 4040.0, 4059.0, 4050.0, 4030.0, 4036.0, 4041.0, 4064.0, 4042.0, 4061.0, 4054.0, 4033.0, 4062.0, 4040.0, 4064.0, 4041.0, 4062.0, 4043.0, 4063.0, 4042.0, 4084.0, 4051.0, 4079.0, 4059.0, 4047.0, 4049.0, 4026.0, 4070.0, 4027.0, 4048.0, 4048.0, 4024.0, 4026.0, 4057.0, 4048.0, 4070.0, 4081.0, 4041.0, 4051.0, 4034.0, 4053.0, 4068.0, 4056.0, 4064.0, 4043.0, 4076.0, 4058.0, 4096.0, 4077.0, 4106.0, 4084.0, 4039.0, 4061.0, 4044.0, 4085.0, 4071.0, 4056.0, 4097.0, 4064.0, 4091.0, 4074.0, 4061.0, 4069.0, 4053.0, 4061.0, 4026.0, 3933.0, 3522.0, 3968.0, 4063.0, 4125.0, 4051.0, 4091.0, 4067.0, 4073.0, 4077.0, 4066.0, 4066.0, 4082.0, 4082.0, 4068.0, 4060.0, 4088.0, 4090.0, 4087.0, 4092.0, 4071.0, 4106.0, 4083.0, 4087.0, 4064.0, 4062.0, 4052.0, 4039.0, 4051.0, 4053.0, 4072.0, 4063.0, 4071.0, 4052.0, 4040.0, 4041.0, 4042.0, 4052.0, 4053.0, 4071.0, 4052.0, 4050.0, 4051.0, 4042.0, 4066.0, 4064.0, 4074.0, 4051.0, 4042.0, 4029.0, 4051.0, 4044.0, 4063.0, 4042.0, 4082.0, 4052.0, 4020.0, 4063.0, 4053.0, 4054.0, 4044.0, 4053.0, 4045.0, 4060.0, 4078.0, 4067.0, 4057.0, 4047.0, 4067.0, 4057.0, 4089.0, 4090.0, 4079.0, 4089.0, 4057.0, 4079.0, 4057.0, 4080.0, 4069.0, 4106.0, 4077.0, 4045.0, 4067.0, 4044.0, 4067.0, 4047.0, 4085.0, 4055.0, 4055.0, 4077.0, 4055.0, 4057.0, 4070.0, 4068.0, 4057.0, 4097.0, 4078.0, 4046.0, 4079.0, 4057.0, 4066.0, 4055.0, 4086.0, 4046.0, 4074.0, 4076.0, 4044.0, 4066.0, 4055.0, 4085.0, 4057.0, 4042.0, 4056.0, 4061.0, 4079.0, 4058.0, 4098.0, 4083.0, 4055.0, 4069.0, 4048.0, 4078.0, 4058.0, 4109.0, 4088.0, 4076.0, 4086.0, 4077.0, 4076.0, 4054.0, 4085.0, 4065.0, 4077.0, 4064.0, 4067.0, 4054.0, 4043.0, 4084.0, 4055.0, 4035.0, 4066.0, 4057.0, 4067.0, 4045.0, 4100.0, 4003.0, 4027.0, 4121.0, 4027.0, 4137.0, 4089.0, 4110.0, 4085.0, 4089.0, 4100.0, 4070.0, 4108.0, 4091.0, 4111.0, 4093.0, 4059.0, 4100.0, 4067.0, 4095.0, 4067.0, 4096.0, 4077.0, 4067.0, 4087.0, 4077.0, 4116.0, 4070.0, 4097.0, 4065.0, 4053.0, 4088.0, 4077.0, 4097.0, 4066.0, 4095.0, 4053.0, 4084.0, 4077.0, 4066.0, 4087.0, 4064.0, 4096.0, 4045.0, 4099.0, 4070.0, 4109.0, 4087.0, 4078.0, 4087.0, 4065.0, 4097.0, 4070.0, 4108.0, 4070.0, 4099.0, 4078.0, 4056.0, 4089.0, 4076.0, 4111.0, 4068.0, 4134.0, 4070.0, 4109.0, 4090.0, 4082.0, 4112.0, 4080.0, 4111.0, 4057.0, 4108.0, 4070.0, 4118.0, 4100.0, 4109.0, 4098.0, 4054.0, 4085.0, 4065.0, 4099.0, 4056.0, 4106.0, 4062.0, 4108.0, 4079.0, 4066.0, 4077.0, 4079.0, 4109.0, 4068.0, 4109.0, 4074.0, 4065.0, 4100.0, 4091.0, 4110.0, 4092.0, 4115.0, 4068.0, 4108.0, 4102.0, 4099.0, 4112.0, 4068.0, 4098.0, 4065.0, 4108.0, 4064.0, 4117.0, 4099.0, 4076.0, 4076.0, 4045.0, 4099.0, 4069.0, 4103.0, 4069.0, 4067.0, 4088.0, 4058.0, 4101.0, 4081.0, 4120.0, 4100.0, 4109.0, 4088.0, 4096.0, 4086.0, 4077.0, 4098.0, 4064.0, 4109.0, 4056.0, 4096.0, 4055.0, 4119.0, 4079.0, 4097.0, 4100.0, 4056.0, 4088.0, 4056.0, 4110.0, 4055.0, 4109.0, 4101.0, 4066.0, 4081.0, 4066.0, 4110.0, 4079.0, 4108.0, 4099.0, 4077.0, 4087.0, 4044.0, 4099.0, 4077.0, 4107.0, 4074.0, 4119.0, 4067.0, 4066.0, 4088.0, 4079.0, 4098.0, 4077.0, 4121.0, 4068.0, 4106.0, 4066.0, 4109.0, 4088.0, 4082.0, 4109.0, 4066.0, 4096.0, 4055.0, 4120.0, 4079.0, 4094.0, 4065.0, 4040.0, 4063.0, 4019.0, 4060.0, 4051.0, 4039.0, 4027.0, 3872.0, 3783.0, 3879.0, 3973.0, 4065.0, 4088.0, 4042.0, 4101.0, 4092.0, 4114.0, 4111.0, 4069.0, 4046.0, 4055.0, 4054.0, 4053.0, 4044.0, 4035.0, 4056.0, 4044.0, 4026.0, 4038.0, 4023.0, 4024.0, 4068.0, 4047.0, 4059.0, 4089.0, 4077.0, 4050.0, 4081.0, 4071.0, 4092.0, 4099.0, 4102.0, 4077.0, 4074.0, 4013.0, 4064.0, 4151.0, 4073.0, 4079.0, 4082.0, 4058.0, 4081.0, 4072.0, 4067.0, 4082.0, 4062.0, 4083.0, 4084.0, 4098.0, 4098.0, 4098.0, 4099.0, 4080.0, 4085.0, 4088.0, 4095.0, 4085.0, 4094.0, 4073.0, 4067.0, 4083.0, 4083.0, 4084.0, 4083.0, 4103.0, 4083.0, 4061.0, 4082.0, 4070.0, 4071.0, 4086.0, 4097.0, 4082.0, 4094.0, 4084.0, 4083.0, 4083.0, 4065.0, 4098.0, 4086.0, 4086.0, 4096.0, 4095.0, 4098.0, 4092.0, 4092.0, 4076.0, 4082.0, 4086.0, 4096.0, 4097.0, 4097.0, 4097.0, 4107.0, 4087.0, 4098.0, 4086.0, 4075.0, 4085.0, 4097.0, 4108.0, 4099.0, 4108.0, 4098.0, 4076.0, 4097.0, 4099.0, 4121.0, 4101.0, 4098.0, 4088.0, 4087.0, 4097.0, 4097.0, 4119.0, 4099.0, 4077.0, 4098.0, 4098.0, 4099.0, 4099.0, 4131.0, 4100.0, 4097.0, 4086.0, 4074.0, 4086.0, 4085.0, 4118.0, 4096.0, 4104.0, 4077.0, 4073.0, 4083.0, 4098.0, 4012.0, 3833.0, 4035.0, 4061.0, 4179.0, 4126.0, 4086.0, 4083.0, 4073.0, 4072.0, 4093.0, 4087.0, 4070.0, 4095.0, 4096.0, 4085.0, 4104.0, 4083.0, 4078.0, 4095.0, 4087.0, 4123.0, 4106.0, 4093.0, 4081.0, 4071.0, 4092.0, 4080.0, 4097.0, 4091.0, 4058.0, 4066.0, 4046.0, 4067.0, 4058.0, 4064.0, 4079.0, 4071.0, 4093.0, 4071.0, 4070.0, 4081.0, 4084.0, 4094.0, 4086.0, 4109.0, 4096.0, 4071.0, 4086.0, 3954.0, 4046.0, 4034.0, 4056.0, 4028.0, 4040.0, 4042.0, 4067.0, 4064.0, 4056.0, 4055.0, 4099.0, 4078.0, 4058.0], 'WindowWidth': [9212.0, 9168.0, 9156.0, 9148.0, 9083.0, 9112.0, 9074.0, 9025.0, 9035.0, 9009.0, 9038.0, 9006.0, 8995.0, 9052.0, 8999.0, 9007.0, 9015.0, 9009.0, 9067.0, 9046.0, 9026.0, 9042.0, 9022.0, 9097.0, 9071.0, 9097.0, 9082.0, 9043.0, 9077.0, 9039.0, 9091.0, 9066.0, 9089.0, 9082.0, 9093.0, 9077.0, 9060.0, 9079.0, 9026.0, 9074.0, 9015.0, 9054.0, 9054.0, 9071.0, 9041.0, 9025.0, 9042.0, 9034.0, 9060.0, 9034.0, 9068.0, 9043.0, 9082.0, 9049.0, 9025.0, 9056.0, 8542.0, 8628.0, 8713.0, 8985.0, 9045.0, 9087.0, 9075.0, 9027.0, 9050.0, 9047.0, 9024.0, 9052.0, 9012.0, 9035.0, 9024.0, 9028.0, 9038.0, 9018.0, 9042.0, 8992.0, 8970.0, 8991.0, 8985.0, 8997.0, 9000.0, 9009.0, 8969.0, 9010.0, 8996.0, 9007.0, 9009.0, 8961.0, 8989.0, 8982.0, 9003.0, 8961.0, 9017.0, 8993.0, 9009.0, 9030.0, 9016.0, 9005.0, 8972.0, 9043.0, 8989.0, 8937.0, 8961.0, 8993.0, 8975.0, 8949.0, 9038.0, 9004.0, 9013.0, 9023.0, 8986.0, 9014.0, 8985.0, 9043.0, 8987.0, 9028.0, 9038.0, 9018.0, 9028.0, 8985.0, 9027.0, 8976.0, 9011.0, 9010.0, 9019.0, 9020.0, 9026.0, 9005.0, 8769.0, 8647.0, 8787.0, 8265.0, 8545.0, 8863.0, 8748.0, 8751.0, 8796.0, 8756.0, 8758.0, 8748.0, 8757.0, 8911.0, 8878.0, 9052.0, 8966.0, 8958.0, 9034.0, 9063.0, 9055.0, 9098.0, 8992.0, 8971.0, 9008.0, 8999.0, 9069.0, 9029.0, 9062.0, 9042.0, 9032.0, 8890.0, 8933.0, 9202.0, 9050.0, 9095.0, 9087.0, 9019.0, 9026.0, 9019.0, 9068.0, 9038.0, 9053.0, 9030.0, 9017.0, 9022.0, 9045.0, 9057.0, 9009.0, 8991.0, 8976.0, 8970.0, 8957.0, 9003.0, 8991.0, 8381.0, 9109.0, 8742.0, 8970.0, 9062.0, 9027.0, 9037.0, 9014.0, 9013.0, 9025.0, 9012.0, 9053.0, 9044.0, 9029.0, 9061.0, 9033.0, 9076.0, 9075.0, 9041.0, 9090.0, 9045.0, 9075.0, 9055.0, 9017.0, 9086.0, 9046.0, 9053.0, 9039.0, 9028.0, 9057.0, 9026.0, 9066.0, 9041.0, 9071.0, 9043.0, 9077.0, 9056.0, 9039.0, 9027.0, 9018.0, 9044.0, 8984.0, 9039.0, 9017.0, 8840.0, 9151.0, 9036.0, 9066.0, 9047.0, 9036.0, 9043.0, 9029.0, 9053.0, 9060.0, 9046.0, 9027.0, 8976.0, 9013.0, 8998.0, 9020.0, 8995.0, 9017.0, 9017.0, 8987.0, 9025.0, 8989.0, 9024.0, 8994.0, 9032.0, 9020.0, 9023.0, 9023.0, 8975.0, 9005.0, 9014.0, 9007.0, 8992.0, 9018.0, 9002.0, 9022.0, 9022.0, 9031.0, 9039.0, 9007.0, 9010.0, 8997.0, 9023.0, 9037.0, 9046.0, 9013.0, 9036.0, 9025.0, 9000.0, 9004.0, 9015.0, 9048.0, 9016.0, 9041.0, 9038.0, 9007.0, 9043.0, 9020.0, 9048.0, 9014.0, 9045.0, 9022.0, 9045.0, 9017.0, 9077.0, 9029.0, 9059.0, 9034.0, 9016.0, 9020.0, 8987.0, 9049.0, 8990.0, 9017.0, 9021.0, 8983.0, 8986.0, 9027.0, 9018.0, 9049.0, 9067.0, 9015.0, 9031.0, 9012.0, 9036.0, 9064.0, 9046.0, 9052.0, 9023.0, 9069.0, 9049.0, 9095.0, 9072.0, 9108.0, 9078.0, 9009.0, 9041.0, 9027.0, 9083.0, 9060.0, 9044.0, 9098.0, 9051.0, 9087.0, 9063.0, 9041.0, 9050.0, 9034.0, 9042.0, 8984.0, 8786.0, 8007.0, 8888.0, 9082.0, 9175.0, 9007.0, 9096.0, 9056.0, 9059.0, 9073.0, 9055.0, 9055.0, 9086.0, 9085.0, 9060.0, 9052.0, 9088.0, 9093.0, 9084.0, 9096.0, 9064.0, 9120.0, 9083.0, 9080.0, 9043.0, 9037.0, 9024.0, 9003.0, 9022.0, 9029.0, 9053.0, 9041.0, 9049.0, 9024.0, 9006.0, 9008.0, 9014.0, 9029.0, 9031.0, 9051.0, 9026.0, 9022.0, 9025.0, 9015.0, 9053.0, 9046.0, 9058.0, 9023.0, 9011.0, 8993.0, 9024.0, 9022.0, 9043.0, 9015.0, 9068.0, 9028.0, 8984.0, 9046.0, 9033.0, 9034.0, 9021.0, 9033.0, 9026.0, 9054.0, 9073.0, 9058.0, 9045.0, 9030.0, 9057.0, 9044.0, 9091.0, 9093.0, 9072.0, 9089.0, 9044.0, 9076.0, 9044.0, 9080.0, 9062.0, 9106.0, 9069.0, 9025.0, 9056.0, 9021.0, 9058.0, 9033.0, 9078.0, 9037.0, 9037.0, 9069.0, 9037.0, 9042.0, 9065.0, 9058.0, 9041.0, 9094.0, 9070.0, 9026.0, 9074.0, 9042.0, 9054.0, 9037.0, 9079.0, 9027.0, 9060.0, 9066.0, 9023.0, 9053.0, 9040.0, 9078.0, 9044.0, 9025.0, 9042.0, 9056.0, 9079.0, 9050.0, 9101.0, 9088.0, 9044.0, 9061.0, 9035.0, 9074.0, 9047.0, 9116.0, 9086.0, 9067.0, 9081.0, 9072.0, 9068.0, 9034.0, 9078.0, 9050.0, 9069.0, 9049.0, 9058.0, 9036.0, 9020.0, 9075.0, 9038.0, 9013.0, 9055.0, 9046.0, 9058.0, 9026.0, 9104.0, 8930.0, 8961.0, 9188.0, 8974.0, 9192.0, 9099.0, 9124.0, 9085.0, 9089.0, 9105.0, 9066.0, 9117.0, 9094.0, 9123.0, 9102.0, 9051.0, 9107.0, 9060.0, 9096.0, 9060.0, 9100.0, 9075.0, 9059.0, 9087.0, 9073.0, 9130.0, 9067.0, 9098.0, 9052.0, 9034.0, 9091.0, 9074.0, 9100.0, 9056.0, 9094.0, 9037.0, 9078.0, 9076.0, 9059.0, 9088.0, 9052.0, 9097.0, 9029.0, 9105.0, 9072.0, 9121.0, 9090.0, 9077.0, 9089.0, 9054.0, 9101.0, 9074.0, 9120.0, 9072.0, 9108.0, 9078.0, 9046.0, 9092.0, 9080.0, 9129.0, 9070.0, 9163.0, 9071.0, 9120.0, 9097.0, 9091.0, 9129.0, 9083.0, 9126.0, 9050.0, 9116.0, 9068.0, 9138.0, 9110.0, 9121.0, 9104.0, 9037.0, 9082.0, 9053.0, 9105.0, 9046.0, 9112.0, 9054.0, 9117.0, 9080.0, 9057.0, 9073.0, 9081.0, 9121.0, 9066.0, 9122.0, 9070.0, 9058.0, 9109.0, 9103.0, 9126.0, 9104.0, 9128.0, 9066.0, 9118.0, 9117.0, 9108.0, 9131.0, 9064.0, 9103.0, 9055.0, 9117.0, 9058.0, 9130.0, 9105.0, 9068.0, 9068.0, 9027.0, 9106.0, 9069.0, 9110.0, 9068.0, 9062.0, 9090.0, 9049.0, 9114.0, 9088.0, 9139.0, 9110.0, 9123.0, 9090.0, 9097.0, 9085.0, 9075.0, 9104.0, 9053.0, 9121.0, 9044.0, 9096.0, 9041.0, 9134.0, 9080.0, 9100.0, 9108.0, 9045.0, 9087.0, 9044.0, 9124.0, 9047.0, 9120.0, 9114.0, 9058.0, 9077.0, 9058.0, 9126.0, 9083.0, 9119.0, 9106.0, 9074.0, 9088.0, 9026.0, 9107.0, 9077.0, 9117.0, 9072.0, 9136.0, 9061.0, 9057.0, 9090.0, 9083.0, 9106.0, 9075.0, 9141.0, 9064.0, 9112.0, 9058.0, 9121.0, 9091.0, 9079.0, 9123.0, 9058.0, 9098.0, 9043.0, 9138.0, 9084.0, 9101.0, 9058.0, 9016.0, 9047.0, 8966.0, 9041.0, 9033.0, 9013.0, 8976.0, 8690.0, 8525.0, 8712.0, 8901.0, 9068.0, 9078.0, 9000.0, 9113.0, 9085.0, 9136.0, 9129.0, 9053.0, 9018.0, 9023.0, 9021.0, 9018.0, 9007.0, 8998.0, 9028.0, 9010.0, 8990.0, 9011.0, 8982.0, 8985.0, 9052.0, 9022.0, 9042.0, 9094.0, 9074.0, 9025.0, 9070.0, 9058.0, 9087.0, 9110.0, 9111.0, 9067.0, 9063.0, 8941.0, 9038.0, 9206.0, 9068.0, 9071.0, 9080.0, 9041.0, 9078.0, 9066.0, 9059.0, 9080.0, 9053.0, 9083.0, 9085.0, 9115.0, 9114.0, 9112.0, 9116.0, 9082.0, 9091.0, 9098.0, 9103.0, 9089.0, 9101.0, 9071.0, 9058.0, 9082.0, 9084.0, 9087.0, 9085.0, 9113.0, 9085.0, 9051.0, 9080.0, 9062.0, 9066.0, 9092.0, 9108.0, 9083.0, 9099.0, 9085.0, 9083.0, 9083.0, 9063.0, 9111.0, 9094.0, 9094.0, 9105.0, 9104.0, 9110.0, 9102.0, 9103.0, 9081.0, 9089.0, 9092.0, 9107.0, 9108.0, 9107.0, 9108.0, 9122.0, 9097.0, 9110.0, 9091.0, 9073.0, 9088.0, 9107.0, 9124.0, 9113.0, 9126.0, 9114.0, 9080.0, 9111.0, 9114.0, 9151.0, 9120.0, 9112.0, 9100.0, 9095.0, 9112.0, 9112.0, 9147.0, 9117.0, 9086.0, 9113.0, 9113.0, 9119.0, 9119.0, 9165.0, 9119.0, 9112.0, 9094.0, 9075.0, 9095.0, 9093.0, 9143.0, 9107.0, 9116.0, 9075.0, 9070.0, 9087.0, 9113.0, 8947.0, 8620.0, 9007.0, 9025.0, 9254.0, 9148.0, 9089.0, 9089.0, 9076.0, 9074.0, 9102.0, 9100.0, 9072.0, 9109.0, 9112.0, 9095.0, 9118.0, 9089.0, 9079.0, 9109.0, 9103.0, 9150.0, 9123.0, 9099.0, 9083.0, 9067.0, 9100.0, 9080.0, 9103.0, 9097.0, 9048.0, 9056.0, 9031.0, 9055.0, 9047.0, 9055.0, 9078.0, 9070.0, 9103.0, 9068.0, 9066.0, 9082.0, 9090.0, 9107.0, 9097.0, 9132.0, 9107.0, 9068.0, 9090.0, 8835.0, 9026.0, 8992.0, 9029.0, 8996.0, 9016.0, 9020.0, 9064.0, 9053.0, 9046.0, 9044.0, 9111.0, 9080.0, 9056.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.019348216340621404</td></tr>
<tr><td colspan=3>aqi</td><td>0.2542611196777906</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>57.592780416417014</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.953625882453917</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952538251728116</td></tr>
<tr><td colspan=3>efc</td><td>0.5586</td></tr>
<tr><td colspan=3>fber</td><td>2343.4543</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.6000369367932187</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>311</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>35.78826237054085</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.1485698553972026</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.863879749901604</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.289422467028602</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.2924073492614014</td></tr>
<tr><td colspan=3>gcor</td><td>0.0470783</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020024703815579414</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07298927754163742</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>5.705443854699038</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>8.9066</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>72.4035</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>268.0211</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285791.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1151.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>416.0472</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.388</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>364.3567</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3219.5592</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1965.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3948.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>579.4434</td></tr>
<tr><td colspan=3>tsnr</td><td>12.069691305805463</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>