<?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-0123_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-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0123/figures/sub-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123/ses-01/func/sub-0123_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>7bd20f990be2e3d730a2fbb5d0d93219</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>09:20:32.450000</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.999968, -0.00474902, 0.00649547, 0.00593397, 0.980447, -0.196692]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0734857</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4240, -7732, -7340, 176, -115, 64, -97, 100]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.75</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>96065acc-0269-4d4f-a62e-d5ddaebd025d||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.68284010887146, 0.015920398756861687, 0.01467281486839056, 110.75039672851562], [0.012741283513605595, 2.6304686069488525, -0.5311548113822937, -93.39981842041016], [0.017426880076527596, 0.5277098417282104, 2.647198438644409, -121.54998779296875], [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': ['092032.450000', '092032.910000', '092033.370000', '092033.830000', '092034.290000', '092034.750000', '092035.210000', '092035.670000', '092036.130000', '092036.590000', '092037.050000', '092037.510000', '092037.970000', '092038.430000', '092038.890000', '092039.350000', '092039.810000', '092040.270000', '092040.730000', '092041.190000', '092041.650000', '092042.110000', '092042.570000', '092043.030000', '092043.490000', '092043.950000', '092044.410000', '092044.870000', '092045.330000', '092045.790000', '092046.250000', '092046.710000', '092047.170000', '092047.630000', '092048.090000', '092048.550000', '092049.010000', '092049.470000', '092049.930000', '092050.390000', '092050.850000', '092051.310000', '092051.770000', '092052.230000', '092052.690000', '092053.150000', '092053.610000', '092054.070000', '092054.530000', '092054.990000', '092055.450000', '092055.910000', '092056.370000', '092056.830000', '092057.290000', '092057.750000', '092058.210000', '092058.670000', '092059.130000', '092059.590000', '092100.050000', '092100.510000', '092100.970000', '092101.430000', '092101.890000', '092102.350000', '092102.810000', '092103.270000', '092103.730000', '092104.190000', '092104.650000', '092105.110000', '092105.570000', '092106.030000', '092106.490000', '092106.950000', '092107.410000', '092107.870000', '092108.330000', '092108.790000', '092109.250000', '092109.710000', '092110.170000', '092110.630000', '092111.090000', '092111.550000', '092112.010000', '092112.470000', '092112.930000', '092113.390000', '092113.850000', '092114.310000', '092114.770000', '092115.230000', '092115.690000', '092116.150000', '092116.610000', '092117.070000', '092117.530000', '092117.990000', '092118.450000', '092118.910000', '092119.370000', '092119.830000', '092120.290000', '092120.750000', '092121.210000', '092121.670000', '092122.130000', '092122.590000', '092123.050000', '092123.510000', '092123.970000', '092124.430000', '092124.890000', '092125.350000', '092125.810000', '092126.270000', '092126.730000', '092127.190000', '092127.650000', '092128.110000', '092128.570000', '092129.030000', '092129.490000', '092129.950000', '092130.410000', '092130.870000', '092131.330000', '092131.790000', '092132.250000', '092132.710000', '092133.170000', '092133.630000', '092134.090000', '092134.550000', '092135.010000', '092135.470000', '092135.930000', '092136.390000', '092136.850000', '092137.310000', '092137.770000', '092138.230000', '092138.690000', '092139.150000', '092139.610000', '092140.070000', '092140.530000', '092140.990000', '092141.450000', '092141.910000', '092142.370000', '092142.830000', '092143.290000', '092143.750000', '092144.210000', '092144.670000', '092145.130000', '092145.590000', '092146.050000', '092146.510000', '092146.970000', '092147.430000', '092147.890000', '092148.350000', '092148.810000', '092149.270000', '092149.730000', '092150.190000', '092150.650000', '092151.110000', '092151.570000', '092152.030000', '092152.490000', '092152.950000', '092153.410000', '092153.870000', '092154.330000', '092154.790000', '092155.250000', '092155.710000', '092156.170000', '092156.630000', '092157.090000', '092157.550000', '092158.010000', '092158.470000', '092158.930000', '092159.390000', '092159.850000', '092200.310000', '092200.770000', '092201.230000', '092201.690000', '092202.150000', '092202.610000', '092203.070000', '092203.530000', '092203.990000', '092204.450000', '092204.910000', '092205.370000', '092205.830000', '092206.290000', '092206.750000', '092207.210000', '092207.670000', '092208.130000', '092208.590000', '092209.050000', '092209.510000', '092209.970000', '092210.430000', '092210.890000', '092211.350000', '092211.810000', '092212.270000', '092212.730000', '092213.190000', '092213.650000', '092214.110000', '092214.570000', '092215.030000', '092215.490000', '092215.950000', '092216.410000', '092216.870000', '092217.330000', '092217.790000', '092218.250000', '092218.710000', '092219.170000', '092219.630000', '092220.090000', '092220.550000', '092221.010000', '092221.470000', '092221.930000', '092222.390000', '092222.850000', '092223.310000', '092223.770000', '092224.230000', '092224.690000', '092225.150000', '092225.610000', '092226.070000', '092226.530000', '092226.990000', '092227.450000', '092227.910000', '092228.370000', '092228.830000', '092229.290000', '092229.750000', '092230.210000', '092230.670000', '092231.130000', '092231.590000', '092232.050000', '092232.510000', '092232.970000', '092233.430000', '092233.890000', '092234.350000', '092234.810000', '092235.270000', '092235.730000', '092236.190000', '092236.650000', '092237.110000', '092237.570000', '092238.030000', '092238.490000', '092238.950000', '092239.410000', '092239.870000', '092240.330000', '092240.790000', '092241.250000', '092241.710000', '092242.170000', '092242.630000', '092243.090000', '092243.550000', '092244.010000', '092244.470000', '092244.930000', '092245.390000', '092245.850000', '092246.310000', '092246.770000', '092247.230000', '092247.690000', '092248.150000', '092248.610000', '092249.070000', '092249.530000', '092249.990000', '092250.450000', '092250.910000', '092251.370000', '092251.830000', '092252.290000', '092252.750000', '092253.210000', '092253.670000', '092254.130000', '092254.590000', '092255.050000', '092255.510000', '092255.970000', '092256.430000', '092256.890000', '092257.350000', '092257.810000', '092258.270000', '092258.730000', '092259.190000', '092259.650000', '092300.110000', '092300.570000', '092301.030000', '092301.490000', '092301.950000', '092302.410000', '092302.870000', '092303.330000', '092303.790000', '092304.250000', '092304.710000', '092305.170000', '092305.630000', '092306.090000', '092306.550000', '092307.010000', '092307.470000', '092307.930000', '092308.390000', '092308.850000', '092309.310000', '092309.770000', '092310.230000', '092310.690000', '092311.150000', '092311.610000', '092312.070000', '092312.530000', '092312.990000', '092313.450000', '092313.910000', '092314.370000', '092314.830000', '092315.290000', '092315.750000', '092316.210000', '092316.670000', '092317.130000', '092317.590000', '092318.050000', '092318.510000', '092318.970000', '092319.430000', '092319.890000', '092320.350000', '092320.810000', '092321.270000', '092321.730000', '092322.190000', '092322.650000', '092323.110000', '092323.570000', '092324.030000', '092324.490000', '092324.950000', '092325.410000', '092325.870000', '092326.330000', '092326.790000', '092327.250000', '092327.710000', '092328.170000', '092328.630000', '092329.090000', '092329.550000', '092330.010000', '092330.470000', '092330.930000', '092331.390000', '092331.850000', '092332.310000', '092332.770000', '092333.230000', '092333.690000', '092334.150000', '092334.610000', '092335.070000', '092335.530000', '092335.990000', '092336.450000', '092336.910000', '092337.370000', '092337.830000', '092338.290000', '092338.750000', '092339.210000', '092339.670000', '092340.130000', '092340.590000', '092341.050000', '092341.510000', '092341.970000', '092342.430000', '092342.890000', '092343.350000', '092343.810000', '092344.270000', '092344.730000', '092345.190000', '092345.650000', '092346.110000', '092346.570000', '092347.030000', '092347.490000', '092347.950000', '092348.410000', '092348.870000', '092349.330000', '092349.790000', '092350.250000', '092350.710000', '092351.170000', '092351.630000', '092352.090000', '092352.550000', '092353.010000', '092353.470000', '092353.930000', '092354.390000', '092354.850000', '092355.310000', '092355.770000', '092356.230000', '092356.690000', '092357.150000', '092357.610000', '092358.070000', '092358.530000', '092358.990000', '092359.450000', '092359.910000', '092400.370000', '092400.830000', '092401.290000', '092401.750000', '092402.210000', '092402.670000', '092403.130000', '092403.590000', '092404.050000', '092404.510000', '092404.970000', '092405.430000', '092405.890000', '092406.350000', '092406.810000', '092407.270000', '092407.730000', '092408.190000', '092408.650000', '092409.110000', '092409.570000', '092410.030000', '092410.490000', '092410.950000', '092411.410000', '092411.870000', '092412.330000', '092412.790000', '092413.250000', '092413.710000', '092414.170000', '092414.630000', '092415.090000', '092415.550000', '092416.010000', '092416.470000', '092416.930000', '092417.390000', '092417.850000', '092418.310000', '092418.770000', '092419.230000', '092419.690000', '092420.150000', '092420.610000', '092421.070000', '092421.530000', '092421.990000', '092422.450000', '092422.910000', '092423.370000', '092423.830000', '092424.290000', '092424.750000', '092425.210000', '092425.670000', '092426.130000', '092426.590000', '092427.050000', '092427.510000', '092427.970000', '092428.430000', '092428.890000', '092429.350000', '092429.810000', '092430.270000', '092430.730000', '092431.190000', '092431.650000', '092432.110000', '092432.570000', '092433.030000', '092433.490000', '092433.950000', '092434.410000', '092434.870000', '092435.330000', '092435.790000', '092436.250000', '092436.710000', '092437.170000', '092437.630000', '092438.090000', '092438.550000', '092439.010000', '092439.470000', '092439.930000', '092440.390000', '092440.850000', '092441.310000', '092441.770000', '092442.230000', '092442.690000', '092443.150000', '092443.610000', '092444.070000', '092444.530000', '092444.990000', '092445.450000', '092445.910000', '092446.370000', '092446.830000', '092447.290000', '092447.750000', '092448.210000', '092448.670000', '092449.130000', '092449.590000', '092450.050000', '092450.510000', '092450.970000', '092451.430000', '092451.890000', '092452.350000', '092452.810000', '092453.270000', '092453.730000', '092454.190000', '092454.650000', '092455.110000', '092455.570000', '092456.030000', '092456.490000', '092456.950000', '092457.410000', '092457.870000', '092458.330000', '092458.790000', '092459.250000', '092459.710000', '092500.170000', '092500.630000', '092501.090000', '092501.550000', '092502.010000', '092502.470000', '092502.930000', '092503.390000', '092503.850000', '092504.310000', '092504.770000', '092505.230000', '092505.690000', '092506.150000', '092506.610000', '092507.070000', '092507.530000', '092507.990000', '092508.450000', '092508.910000', '092509.370000', '092509.830000', '092510.290000', '092510.750000', '092511.210000', '092511.670000', '092512.130000', '092512.590000', '092513.050000', '092513.510000', '092513.970000', '092514.430000', '092514.890000', '092515.350000', '092515.810000', '092516.270000', '092516.730000', '092517.190000', '092517.650000', '092518.110000', '092518.570000', '092519.030000', '092519.490000', '092519.950000', '092520.410000', '092520.870000', '092521.330000', '092521.790000', '092522.250000', '092522.710000', '092523.170000', '092523.630000', '092524.090000', '092524.550000', '092525.010000', '092525.470000', '092525.930000', '092526.390000', '092526.850000', '092527.310000', '092527.770000', '092528.230000', '092528.690000', '092529.150000', '092529.610000', '092530.070000', '092530.530000', '092530.990000', '092531.450000', '092531.910000', '092532.370000', '092532.830000', '092533.290000', '092533.750000', '092534.210000', '092534.670000', '092535.130000', '092535.590000', '092536.050000', '092536.510000', '092536.970000', '092537.430000', '092537.890000', '092538.350000', '092538.810000', '092539.270000', '092539.730000', '092540.190000', '092540.650000', '092541.110000', '092541.570000', '092542.030000', '092542.490000', '092542.950000', '092543.410000', '092543.870000', '092544.330000', '092544.790000', '092545.250000', '092545.710000', '092546.170000', '092546.630000', '092547.090000', '092547.550000', '092548.010000', '092548.470000', '092548.930000', '092549.390000', '092549.850000', '092550.310000', '092550.770000', '092551.230000', '092551.690000', '092552.150000', '092552.610000', '092553.070000', '092553.530000', '092553.990000', '092554.450000', '092554.910000', '092555.370000', '092555.830000', '092556.290000', '092556.750000', '092557.210000', '092557.670000', '092558.130000', '092558.590000', '092559.050000', '092559.510000', '092559.970000', '092600.430000', '092600.890000', '092601.350000', '092601.810000', '092602.270000', '092602.730000', '092603.190000', '092603.650000', '092604.110000', '092604.570000', '092605.030000', '092605.490000', '092605.950000', '092606.410000', '092606.870000', '092607.330000', '092607.790000', '092608.250000', '092608.710000', '092609.170000', '092609.630000', '092610.090000', '092610.550000', '092611.010000', '092611.470000', '092611.930000', '092612.390000', '092612.850000', '092613.310000', '092613.770000', '092614.230000', '092614.690000', '092615.150000', '092615.610000', '092616.070000', '092616.530000', '092616.990000', '092617.450000', '092617.910000', '092618.370000', '092618.830000', '092619.290000', '092619.750000', '092620.210000', '092620.670000', '092621.130000', '092621.590000', '092622.050000', '092622.510000', '092622.970000', '092623.430000', '092623.890000', '092624.350000', '092624.810000', '092625.270000', '092625.730000', '092626.190000', '092626.650000', '092627.110000', '092627.570000', '092628.030000', '092628.490000', '092628.950000', '092629.410000', '092629.870000', '092630.330000', '092630.790000', '092631.250000', '092631.710000', '092632.170000', '092632.630000', '092633.090000', '092633.550000', '092634.010000', '092634.470000', '092634.930000', '092635.390000', '092635.850000', '092636.310000', '092636.770000', '092637.230000', '092637.690000', '092638.150000', '092638.610000', '092639.070000', '092639.530000', '092639.990000', '092640.450000', '092640.910000', '092641.370000', '092641.830000', '092642.290000', '092642.750000', '092643.210000', '092643.670000', '092644.130000', '092644.590000', '092645.050000', '092645.510000', '092645.970000', '092646.430000', '092646.890000', '092647.350000', '092647.810000', '092648.270000', '092648.730000', '092649.190000', '092649.650000', '092650.110000', '092650.570000', '092651.030000', '092651.490000', '092651.950000', '092652.410000', '092652.870000', '092653.330000', '092653.790000', '092654.250000', '092654.710000', '092655.170000', '092655.630000', '092656.090000', '092656.550000', '092657.010000', '092657.470000', '092657.930000', '092658.390000', '092658.850000', '092659.310000', '092659.770000', '092700.230000', '092700.690000', '092701.150000', '092701.610000', '092702.070000', '092702.530000', '092702.990000', '092703.450000', '092703.910000', '092704.370000', '092704.830000', '092705.290000', '092705.750000', '092706.210000', '092706.670000', '092707.130000', '092707.590000', '092708.050000', '092708.510000', '092708.970000', '092709.430000', '092709.890000', '092710.350000', '092710.810000', '092711.270000', '092711.730000', '092712.190000', '092712.650000', '092713.110000'], 'ContentTime': ['092050.799000', '092050.803000', '092050.806000', '092050.808000', '092050.811000', '092050.814000', '092050.816000', '092050.822000', '092050.825000', '092050.827000', '092050.830000', '092050.832000', '092050.835000', '092050.838000', '092050.840000', '092050.843000', '092050.849000', '092050.861000', '092050.864000', '092050.867000', '092050.869000', '092050.872000', '092050.875000', '092050.877000', '092050.880000', '092050.882000', '092050.885000', '092050.893000', '092050.896000', '092050.898000', '092050.901000', '092050.903000', '092050.906000', '092050.909000', '092050.911000', '092050.914000', '092050.916000', '092050.919000', '092110.768000', '092110.771000', '092110.774000', '092110.781000', '092110.784000', '092110.786000', '092110.789000', '092110.791000', '092110.794000', '092110.797000', '092110.800000', '092110.803000', '092110.806000', '092110.809000', '092110.811000', '092110.814000', '092110.816000', '092110.819000', '092110.822000', '092110.824000', '092110.827000', '092110.829000', '092110.832000', '092110.835000', '092110.837000', '092110.840000', '092110.842000', '092110.845000', '092110.848000', '092110.850000', '092110.854000', '092110.857000', '092110.859000', '092110.862000', '092110.865000', '092110.867000', '092110.870000', '092110.872000', '092110.875000', '092110.877000', '092110.880000', '092110.883000', '092110.885000', '092130.768000', '092130.771000', '092130.774000', '092130.777000', '092130.779000', '092130.782000', '092130.784000', '092130.787000', '092130.790000', '092130.792000', '092130.795000', '092130.810000', '092130.812000', '092130.815000', '092130.817000', '092130.820000', '092130.823000', '092130.826000', '092130.828000', '092130.831000', '092130.833000', '092130.836000', '092130.838000', '092130.841000', '092130.844000', '092130.846000', '092130.849000', '092130.851000', '092130.854000', '092130.857000', '092130.859000', '092130.862000', '092130.865000', '092130.867000', '092130.870000', '092130.872000', '092130.875000', '092130.877000', '092130.880000', '092130.883000', '092130.885000', '092130.888000', '092130.890000', '092130.893000', '092150.767000', '092150.770000', '092150.773000', '092150.776000', '092150.778000', '092150.781000', '092150.783000', '092150.786000', '092150.789000', '092150.791000', '092150.794000', '092150.796000', '092150.799000', '092150.802000', '092150.805000', '092150.808000', '092150.811000', '092150.813000', '092150.816000', '092150.818000', '092150.821000', '092150.824000', '092150.826000', '092150.829000', '092150.832000', '092150.834000', '092150.837000', '092150.839000', '092150.842000', '092150.845000', '092150.847000', '092150.850000', '092150.852000', '092150.855000', '092150.858000', '092150.860000', '092150.863000', '092150.865000', '092150.868000', '092150.871000', '092150.879000', '092150.882000', '092150.885000', '092210.767000', '092210.770000', '092210.773000', '092210.775000', '092210.779000', '092210.781000', '092210.784000', '092210.787000', '092210.790000', '092210.792000', '092210.795000', '092210.797000', '092210.800000', '092210.802000', '092210.805000', '092210.808000', '092210.810000', '092210.813000', '092210.816000', '092210.819000', '092210.822000', '092210.824000', '092210.827000', '092210.829000', '092210.832000', '092210.835000', '092210.837000', '092210.840000', '092210.842000', '092210.845000', '092210.848000', '092210.850000', '092210.853000', '092210.855000', '092210.858000', '092210.861000', '092210.863000', '092210.866000', '092210.868000', '092210.871000', '092210.874000', '092210.876000', '092210.879000', '092210.882000', '092230.768000', '092230.771000', '092230.774000', '092230.777000', '092230.779000', '092230.782000', '092230.784000', '092230.787000', '092230.790000', '092230.792000', '092230.795000', '092230.797000', '092230.800000', '092230.802000', '092230.812000', '092230.815000', '092230.818000', '092230.820000', '092230.823000', '092230.825000', '092230.828000', '092230.831000', '092230.833000', '092230.836000', '092230.838000', '092230.841000', '092230.844000', '092230.846000', '092230.849000', '092230.852000', '092230.855000', '092230.858000', '092230.861000', '092230.865000', '092230.867000', '092230.870000', '092230.873000', '092230.875000', '092230.878000', '092230.880000', '092230.883000', '092230.886000', '092230.888000', '092250.769000', '092250.771000', '092250.774000', '092250.777000', '092250.780000', '092250.782000', '092250.785000', '092250.787000', '092250.790000', '092250.793000', '092250.795000', '092250.798000', '092250.800000', '092250.803000', '092250.806000', '092250.808000', '092250.811000', '092250.813000', '092250.816000', '092250.819000', '092250.821000', '092250.824000', '092250.826000', '092250.829000', '092250.832000', '092250.834000', '092250.837000', '092250.840000', '092250.849000', '092250.851000', '092250.854000', '092250.857000', '092250.859000', '092250.862000', '092250.865000', '092250.867000', '092250.870000', '092250.872000', '092250.875000', '092250.878000', '092250.880000', '092250.883000', '092250.886000', '092250.888000', '092310.769000', '092310.772000', '092310.774000', '092310.777000', '092310.779000', '092310.782000', '092310.785000', '092310.787000', '092310.790000', '092310.793000', '092310.796000', '092310.798000', '092310.801000', '092310.803000', '092310.806000', '092310.809000', '092310.811000', '092310.814000', '092310.816000', '092310.819000', '092310.821000', '092310.824000', '092310.827000', '092310.829000', '092310.832000', '092310.835000', '092310.837000', '092310.840000', '092310.843000', '092310.845000', '092310.848000', '092310.850000', '092310.853000', '092310.856000', '092310.858000', '092310.861000', '092310.863000', '092310.866000', '092310.869000', '092310.871000', '092310.874000', '092310.876000', '092310.879000', '092330.768000', '092330.771000', '092330.775000', '092330.777000', '092330.780000', '092330.783000', '092330.785000', '092330.788000', '092330.791000', '092330.793000', '092330.796000', '092330.799000', '092330.801000', '092330.804000', '092330.807000', '092330.809000', '092330.812000', '092330.814000', '092330.817000', '092330.820000', '092330.822000', '092330.825000', '092330.827000', '092330.830000', '092330.833000', '092330.835000', '092330.838000', '092330.840000', '092330.843000', '092330.846000', '092330.848000', '092330.851000', '092330.853000', '092330.856000', '092330.859000', '092330.861000', '092330.864000', '092330.867000', '092330.869000', '092330.872000', '092330.875000', '092330.877000', '092330.880000', '092330.882000', '092350.768000', '092350.770000', '092350.773000', '092350.776000', '092350.779000', '092350.781000', '092350.784000', '092350.786000', '092350.789000', '092350.792000', '092350.795000', '092350.797000', '092350.800000', '092350.802000', '092350.805000', '092350.807000', '092350.810000', '092350.813000', '092350.815000', '092350.818000', '092350.820000', '092350.823000', '092350.826000', '092350.828000', '092350.831000', '092350.833000', '092350.836000', '092350.839000', '092350.841000', '092350.844000', '092350.846000', '092350.849000', '092350.852000', '092350.854000', '092350.857000', '092350.859000', '092350.862000', '092350.865000', '092350.867000', '092350.870000', '092350.873000', '092350.875000', '092350.878000', '092410.768000', '092410.771000', '092410.773000', '092410.776000', '092410.778000', '092410.781000', '092410.784000', '092410.786000', '092410.794000', '092410.797000', '092410.799000', '092410.802000', '092410.804000', '092410.807000', '092410.810000', '092410.812000', '092410.815000', '092410.818000', '092410.820000', '092410.823000', '092410.825000', '092410.828000', '092410.831000', '092410.833000', '092410.836000', '092410.839000', '092410.841000', '092410.844000', '092410.846000', '092410.849000', '092410.852000', '092410.854000', '092410.857000', '092410.860000', '092410.862000', '092410.865000', '092410.867000', '092410.870000', '092410.873000', '092410.875000', '092410.878000', '092410.881000', '092410.883000', '092410.886000', '092430.768000', '092430.771000', '092430.774000', '092430.777000', '092430.779000', '092430.782000', '092430.785000', '092430.787000', '092430.790000', '092430.793000', '092430.795000', '092430.798000', '092430.801000', '092430.803000', '092430.806000', '092430.808000', '092430.811000', '092430.814000', '092430.816000', '092430.819000', '092430.822000', '092430.824000', '092430.827000', '092430.829000', '092430.832000', '092430.835000', '092430.837000', '092430.840000', '092430.843000', '092430.845000', '092430.848000', '092430.850000', '092430.853000', '092430.856000', '092430.858000', '092430.861000', '092430.864000', '092430.873000', '092430.876000', '092430.878000', '092430.881000', '092430.883000', '092430.886000', '092450.769000', '092450.771000', '092450.774000', '092450.777000', '092450.779000', '092450.782000', '092450.785000', '092450.787000', '092450.790000', '092450.793000', '092450.795000', '092450.798000', '092450.801000', '092450.803000', '092450.806000', '092450.809000', '092450.811000', '092450.814000', '092450.817000', '092450.819000', '092450.822000', '092450.825000', '092450.827000', '092450.830000', '092450.833000', '092450.835000', '092450.838000', '092450.840000', '092450.843000', '092450.846000', '092450.848000', '092450.851000', '092450.854000', '092450.856000', '092450.859000', '092450.862000', '092450.864000', '092450.867000', '092450.870000', '092450.872000', '092450.875000', '092450.877000', '092450.880000', '092450.883000', '092510.769000', '092510.771000', '092510.774000', '092510.777000', '092510.779000', '092510.782000', '092510.785000', '092510.787000', '092510.790000', '092510.792000', '092510.795000', '092510.798000', '092510.800000', '092510.803000', '092510.806000', '092510.808000', '092510.811000', '092510.814000', '092510.816000', '092510.819000', '092510.821000', '092510.824000', '092510.827000', '092510.829000', '092510.832000', '092510.834000', '092510.837000', '092510.840000', '092510.842000', '092510.845000', '092510.848000', '092510.850000', '092510.853000', '092510.855000', '092510.858000', '092510.861000', '092510.863000', '092510.866000', '092510.869000', '092510.871000', '092510.874000', '092510.876000', '092510.879000', '092530.768000', '092530.771000', '092530.774000', '092530.777000', '092530.779000', '092530.782000', '092530.784000', '092530.787000', '092530.790000', '092530.793000', '092530.795000', '092530.798000', '092530.801000', '092530.803000', '092530.806000', '092530.809000', '092530.811000', '092530.814000', '092530.816000', '092530.819000', '092530.844000', '092530.847000', '092530.849000', '092530.852000', '092530.855000', '092530.857000', '092530.860000', '092530.862000', '092530.865000', '092530.867000', '092530.870000', '092530.873000', '092530.876000', '092530.878000', '092530.881000', '092530.884000', '092530.886000', '092530.889000', '092530.891000', '092530.894000', '092530.897000', '092530.900000', '092530.902000', '092530.905000', '092550.769000', '092550.772000', '092550.775000', '092550.777000', '092550.780000', '092550.783000', '092550.785000', '092550.788000', '092550.790000', '092550.793000', '092550.796000', '092550.798000', '092550.801000', '092550.804000', '092550.806000', '092550.809000', '092550.811000', '092550.814000', '092550.817000', '092550.819000', '092550.822000', '092550.825000', '092550.827000', '092550.830000', '092550.839000', '092550.842000', '092550.845000', '092550.847000', '092550.850000', '092550.853000', '092550.855000', '092550.858000', '092550.860000', '092550.863000', '092550.866000', '092550.868000', '092550.871000', '092550.874000', '092550.876000', '092550.879000', '092550.881000', '092550.884000', '092550.887000', '092610.767000', '092610.771000', '092610.774000', '092610.777000', '092610.779000', '092610.782000', '092610.785000', '092610.787000', '092610.790000', '092610.792000', '092610.795000', '092610.798000', '092610.800000', '092610.803000', '092610.806000', '092610.808000', '092610.811000', '092610.814000', '092610.816000', '092610.819000', '092610.821000', '092610.824000', '092610.827000', '092610.830000', '092610.832000', '092610.835000', '092610.837000', '092610.840000', '092610.843000', '092610.845000', '092610.848000', '092610.851000', '092610.853000', '092610.856000', '092610.859000', '092610.861000', '092610.864000', '092610.867000', '092610.869000', '092610.872000', '092610.874000', '092610.877000', '092610.880000', '092610.882000', '092630.767000', '092630.770000', '092630.773000', '092630.776000', '092630.778000', '092630.781000', '092630.784000', '092630.786000', '092630.789000', '092630.792000', '092630.794000', '092630.797000', '092630.799000', '092630.802000', '092630.805000', '092630.807000', '092630.810000', '092630.813000', '092630.815000', '092630.818000', '092630.827000', '092630.830000', '092630.832000', '092630.835000', '092630.838000', '092630.840000', '092630.843000', '092630.845000', '092630.848000', '092630.851000', '092630.854000', '092630.856000', '092630.859000', '092630.862000', '092630.864000', '092630.867000', '092630.871000', '092630.874000', '092630.876000', '092630.879000', '092630.881000', '092630.884000', '092630.887000', '092650.768000', '092650.771000', '092650.774000', '092650.777000', '092650.779000', '092650.782000', '092650.784000', '092650.787000', '092650.790000', '092650.792000', '092650.795000', '092650.797000', '092650.800000', '092650.803000', '092650.805000', '092650.808000', '092650.810000', '092650.813000', '092650.816000', '092650.818000', '092650.821000', '092650.823000', '092650.826000', '092650.829000', '092650.831000', '092650.834000', '092650.836000', '092650.839000', '092650.841000', '092650.844000', '092650.847000', '092650.850000', '092650.852000', '092650.855000', '092650.857000', '092650.860000', '092650.863000', '092650.865000', '092650.868000', '092650.870000', '092650.873000', '092650.876000', '092650.878000', '092650.881000', '092710.769000', '092710.771000', '092710.774000', '092710.777000', '092710.779000', '092710.782000', '092710.784000', '092710.787000', '092710.790000', '092710.792000', '092710.795000', '092710.798000', '092710.800000', '092710.803000', '092710.805000', '092710.808000', '092710.811000', '092710.813000', '092710.816000', '092710.819000', '092710.821000', '092710.824000', '092710.826000', '092710.829000', '092710.832000', '092710.834000', '092710.837000', '092710.839000', '092710.842000', '092710.845000', '092710.847000', '092710.850000', '092710.853000', '092710.855000', '092710.858000', '092710.860000', '092710.863000', '092710.866000', '092710.868000', '092710.871000', '092710.873000', '092710.876000', '092710.879000', '092714.222000', '092714.225000', '092714.228000', '092714.231000', '092714.233000', '092714.236000', '092714.239000', '092714.242000'], 'InstanceCreationTime': ['092050.799000', '092050.803000', '092050.806000', '092050.808000', '092050.811000', '092050.814000', '092050.816000', '092050.822000', '092050.825000', '092050.827000', '092050.830000', '092050.832000', '092050.835000', '092050.838000', '092050.840000', '092050.843000', '092050.849000', '092050.861000', '092050.864000', '092050.867000', '092050.869000', '092050.872000', '092050.875000', '092050.877000', '092050.880000', '092050.882000', '092050.885000', '092050.893000', '092050.896000', '092050.898000', '092050.901000', '092050.903000', '092050.906000', '092050.909000', '092050.911000', '092050.914000', '092050.916000', '092050.919000', '092110.768000', '092110.771000', '092110.774000', '092110.781000', '092110.784000', '092110.786000', '092110.789000', '092110.791000', '092110.794000', '092110.797000', '092110.800000', '092110.803000', '092110.806000', '092110.809000', '092110.811000', '092110.814000', '092110.816000', '092110.819000', '092110.822000', '092110.824000', '092110.827000', '092110.829000', '092110.832000', '092110.835000', '092110.837000', '092110.840000', '092110.842000', '092110.845000', '092110.848000', '092110.850000', '092110.854000', '092110.857000', '092110.859000', '092110.862000', '092110.865000', '092110.867000', '092110.870000', '092110.872000', '092110.875000', '092110.877000', '092110.880000', '092110.883000', '092110.885000', '092130.768000', '092130.771000', '092130.774000', '092130.777000', '092130.779000', '092130.782000', '092130.784000', '092130.787000', '092130.790000', '092130.792000', '092130.795000', '092130.810000', '092130.812000', '092130.815000', '092130.817000', '092130.820000', '092130.823000', '092130.826000', '092130.828000', '092130.831000', '092130.833000', '092130.836000', '092130.838000', '092130.841000', '092130.844000', '092130.846000', '092130.849000', '092130.851000', '092130.854000', '092130.857000', '092130.859000', '092130.862000', '092130.865000', '092130.867000', '092130.870000', '092130.872000', '092130.875000', '092130.877000', '092130.880000', '092130.883000', '092130.885000', '092130.888000', '092130.890000', '092130.893000', '092150.767000', '092150.770000', '092150.773000', '092150.776000', '092150.778000', '092150.781000', '092150.783000', '092150.786000', '092150.789000', '092150.791000', '092150.794000', '092150.796000', '092150.799000', '092150.802000', '092150.805000', '092150.808000', '092150.811000', '092150.813000', '092150.816000', '092150.818000', '092150.821000', '092150.824000', '092150.826000', '092150.829000', '092150.832000', '092150.834000', '092150.837000', '092150.839000', '092150.842000', '092150.845000', '092150.847000', '092150.850000', '092150.852000', '092150.855000', '092150.858000', '092150.860000', '092150.863000', '092150.865000', '092150.868000', '092150.871000', '092150.879000', '092150.882000', '092150.885000', '092210.767000', '092210.770000', '092210.773000', '092210.775000', '092210.779000', '092210.781000', '092210.784000', '092210.787000', '092210.790000', '092210.792000', '092210.795000', '092210.797000', '092210.800000', '092210.802000', '092210.805000', '092210.808000', '092210.810000', '092210.813000', '092210.816000', '092210.819000', '092210.822000', '092210.824000', '092210.827000', '092210.829000', '092210.832000', '092210.835000', '092210.837000', '092210.840000', '092210.842000', '092210.845000', '092210.848000', '092210.850000', '092210.853000', '092210.855000', '092210.858000', '092210.861000', '092210.863000', '092210.866000', '092210.868000', '092210.871000', '092210.874000', '092210.876000', '092210.879000', '092210.882000', '092230.768000', '092230.771000', '092230.774000', '092230.777000', '092230.779000', '092230.782000', '092230.784000', '092230.787000', '092230.790000', '092230.792000', '092230.795000', '092230.797000', '092230.800000', '092230.802000', '092230.812000', '092230.815000', '092230.818000', '092230.820000', '092230.823000', '092230.825000', '092230.828000', '092230.831000', '092230.833000', '092230.836000', '092230.838000', '092230.841000', '092230.844000', '092230.846000', '092230.849000', '092230.852000', '092230.855000', '092230.858000', '092230.861000', '092230.865000', '092230.867000', '092230.870000', '092230.873000', '092230.875000', '092230.878000', '092230.880000', '092230.883000', '092230.886000', '092230.888000', '092250.769000', '092250.771000', '092250.774000', '092250.777000', '092250.780000', '092250.782000', '092250.785000', '092250.787000', '092250.790000', '092250.793000', '092250.795000', '092250.798000', '092250.800000', '092250.803000', '092250.806000', '092250.808000', '092250.811000', '092250.813000', '092250.816000', '092250.819000', '092250.821000', '092250.824000', '092250.826000', '092250.829000', '092250.832000', '092250.834000', '092250.837000', '092250.840000', '092250.849000', '092250.851000', '092250.854000', '092250.857000', '092250.859000', '092250.862000', '092250.865000', '092250.867000', '092250.870000', '092250.872000', '092250.875000', '092250.878000', '092250.880000', '092250.883000', '092250.886000', '092250.888000', '092310.769000', '092310.772000', '092310.774000', '092310.777000', '092310.779000', '092310.782000', '092310.785000', '092310.787000', '092310.790000', '092310.793000', '092310.796000', '092310.798000', '092310.801000', '092310.803000', '092310.806000', '092310.809000', '092310.811000', '092310.814000', '092310.816000', '092310.819000', '092310.821000', '092310.824000', '092310.827000', '092310.829000', '092310.832000', '092310.835000', '092310.837000', '092310.840000', '092310.843000', '092310.845000', '092310.848000', '092310.850000', '092310.853000', '092310.856000', '092310.858000', '092310.861000', '092310.863000', '092310.866000', '092310.869000', '092310.871000', '092310.874000', '092310.876000', '092310.879000', '092330.768000', '092330.771000', '092330.775000', '092330.777000', '092330.780000', '092330.783000', '092330.785000', '092330.788000', '092330.791000', '092330.793000', '092330.796000', '092330.799000', '092330.801000', '092330.804000', '092330.807000', '092330.809000', '092330.812000', '092330.814000', '092330.817000', '092330.820000', '092330.822000', '092330.825000', '092330.827000', '092330.830000', '092330.833000', '092330.835000', '092330.838000', '092330.840000', '092330.843000', '092330.846000', '092330.848000', '092330.851000', '092330.853000', '092330.856000', '092330.859000', '092330.861000', '092330.864000', '092330.867000', '092330.869000', '092330.872000', '092330.875000', '092330.877000', '092330.880000', '092330.882000', '092350.768000', '092350.770000', '092350.773000', '092350.776000', '092350.779000', '092350.781000', '092350.784000', '092350.786000', '092350.789000', '092350.792000', '092350.795000', '092350.797000', '092350.800000', '092350.802000', '092350.805000', '092350.807000', '092350.810000', '092350.813000', '092350.815000', '092350.818000', '092350.820000', '092350.823000', '092350.826000', '092350.828000', '092350.831000', '092350.833000', '092350.836000', '092350.839000', '092350.841000', '092350.844000', '092350.846000', '092350.849000', '092350.852000', '092350.854000', '092350.857000', '092350.859000', '092350.862000', '092350.865000', '092350.867000', '092350.870000', '092350.873000', '092350.875000', '092350.878000', '092410.768000', '092410.771000', '092410.773000', '092410.776000', '092410.778000', '092410.781000', '092410.784000', '092410.786000', '092410.794000', '092410.797000', '092410.799000', '092410.802000', '092410.804000', '092410.807000', '092410.810000', '092410.812000', '092410.815000', '092410.818000', '092410.820000', '092410.823000', '092410.825000', '092410.828000', '092410.831000', '092410.833000', '092410.836000', '092410.839000', '092410.841000', '092410.844000', '092410.846000', '092410.849000', '092410.852000', '092410.854000', '092410.857000', '092410.860000', '092410.862000', '092410.865000', '092410.867000', '092410.870000', '092410.873000', '092410.875000', '092410.878000', '092410.881000', '092410.883000', '092410.886000', '092430.768000', '092430.771000', '092430.774000', '092430.777000', '092430.779000', '092430.782000', '092430.785000', '092430.787000', '092430.790000', '092430.793000', '092430.795000', '092430.798000', '092430.801000', '092430.803000', '092430.806000', '092430.808000', '092430.811000', '092430.814000', '092430.816000', '092430.819000', '092430.822000', '092430.824000', '092430.827000', '092430.829000', '092430.832000', '092430.835000', '092430.837000', '092430.840000', '092430.843000', '092430.845000', '092430.848000', '092430.850000', '092430.853000', '092430.856000', '092430.858000', '092430.861000', '092430.864000', '092430.873000', '092430.876000', '092430.878000', '092430.881000', '092430.883000', '092430.886000', '092450.769000', '092450.771000', '092450.774000', '092450.777000', '092450.779000', '092450.782000', '092450.785000', '092450.787000', '092450.790000', '092450.793000', '092450.795000', '092450.798000', '092450.801000', '092450.803000', '092450.806000', '092450.809000', '092450.811000', '092450.814000', '092450.817000', '092450.819000', '092450.822000', '092450.825000', '092450.827000', '092450.830000', '092450.833000', '092450.835000', '092450.838000', '092450.840000', '092450.843000', '092450.846000', '092450.848000', '092450.851000', '092450.854000', '092450.856000', '092450.859000', '092450.862000', '092450.864000', '092450.867000', '092450.870000', '092450.872000', '092450.875000', '092450.877000', '092450.880000', '092450.883000', '092510.769000', '092510.771000', '092510.774000', '092510.777000', '092510.779000', '092510.782000', '092510.785000', '092510.787000', '092510.790000', '092510.792000', '092510.795000', '092510.798000', '092510.800000', '092510.803000', '092510.806000', '092510.808000', '092510.811000', '092510.814000', '092510.816000', '092510.819000', '092510.821000', '092510.824000', '092510.827000', '092510.829000', '092510.832000', '092510.834000', '092510.837000', '092510.840000', '092510.842000', '092510.845000', '092510.848000', '092510.850000', '092510.853000', '092510.855000', '092510.858000', '092510.861000', '092510.863000', '092510.866000', '092510.869000', '092510.871000', '092510.874000', '092510.876000', '092510.879000', '092530.768000', '092530.771000', '092530.774000', '092530.777000', '092530.779000', '092530.782000', '092530.784000', '092530.787000', '092530.790000', '092530.793000', '092530.795000', '092530.798000', '092530.801000', '092530.803000', '092530.806000', '092530.809000', '092530.811000', '092530.814000', '092530.816000', '092530.819000', '092530.844000', '092530.847000', '092530.849000', '092530.852000', '092530.855000', '092530.857000', '092530.860000', '092530.862000', '092530.865000', '092530.867000', '092530.870000', '092530.873000', '092530.876000', '092530.878000', '092530.881000', '092530.884000', '092530.886000', '092530.889000', '092530.891000', '092530.894000', '092530.897000', '092530.900000', '092530.902000', '092530.905000', '092550.769000', '092550.772000', '092550.775000', '092550.777000', '092550.780000', '092550.783000', '092550.785000', '092550.788000', '092550.790000', '092550.793000', '092550.796000', '092550.798000', '092550.801000', '092550.804000', '092550.806000', '092550.809000', '092550.811000', '092550.814000', '092550.817000', '092550.819000', '092550.822000', '092550.825000', '092550.827000', '092550.830000', '092550.839000', '092550.842000', '092550.845000', '092550.847000', '092550.850000', '092550.853000', '092550.855000', '092550.858000', '092550.860000', '092550.863000', '092550.866000', '092550.868000', '092550.871000', '092550.874000', '092550.876000', '092550.879000', '092550.881000', '092550.884000', '092550.887000', '092610.767000', '092610.771000', '092610.774000', '092610.777000', '092610.779000', '092610.782000', '092610.785000', '092610.787000', '092610.790000', '092610.792000', '092610.795000', '092610.798000', '092610.800000', '092610.803000', '092610.806000', '092610.808000', '092610.811000', '092610.814000', '092610.816000', '092610.819000', '092610.821000', '092610.824000', '092610.827000', '092610.830000', '092610.832000', '092610.835000', '092610.837000', '092610.840000', '092610.843000', '092610.845000', '092610.848000', '092610.851000', '092610.853000', '092610.856000', '092610.859000', '092610.861000', '092610.864000', '092610.867000', '092610.869000', '092610.872000', '092610.874000', '092610.877000', '092610.880000', '092610.882000', '092630.767000', '092630.770000', '092630.773000', '092630.776000', '092630.778000', '092630.781000', '092630.784000', '092630.786000', '092630.789000', '092630.792000', '092630.794000', '092630.797000', '092630.799000', '092630.802000', '092630.805000', '092630.807000', '092630.810000', '092630.813000', '092630.815000', '092630.818000', '092630.827000', '092630.830000', '092630.832000', '092630.835000', '092630.838000', '092630.840000', '092630.843000', '092630.845000', '092630.848000', '092630.851000', '092630.854000', '092630.856000', '092630.859000', '092630.862000', '092630.864000', '092630.867000', '092630.871000', '092630.874000', '092630.876000', '092630.879000', '092630.881000', '092630.884000', '092630.887000', '092650.768000', '092650.771000', '092650.774000', '092650.777000', '092650.779000', '092650.782000', '092650.784000', '092650.787000', '092650.790000', '092650.792000', '092650.795000', '092650.797000', '092650.800000', '092650.803000', '092650.805000', '092650.808000', '092650.810000', '092650.813000', '092650.816000', '092650.818000', '092650.821000', '092650.823000', '092650.826000', '092650.829000', '092650.831000', '092650.834000', '092650.836000', '092650.839000', '092650.841000', '092650.844000', '092650.847000', '092650.850000', '092650.852000', '092650.855000', '092650.857000', '092650.860000', '092650.863000', '092650.865000', '092650.868000', '092650.870000', '092650.873000', '092650.876000', '092650.878000', '092650.881000', '092710.769000', '092710.771000', '092710.774000', '092710.777000', '092710.779000', '092710.782000', '092710.784000', '092710.787000', '092710.790000', '092710.792000', '092710.795000', '092710.798000', '092710.800000', '092710.803000', '092710.805000', '092710.808000', '092710.811000', '092710.813000', '092710.816000', '092710.819000', '092710.821000', '092710.824000', '092710.826000', '092710.829000', '092710.832000', '092710.834000', '092710.837000', '092710.839000', '092710.842000', '092710.845000', '092710.847000', '092710.850000', '092710.853000', '092710.855000', '092710.858000', '092710.860000', '092710.863000', '092710.866000', '092710.868000', '092710.871000', '092710.873000', '092710.876000', '092710.879000', '092714.222000', '092714.225000', '092714.228000', '092714.231000', '092714.233000', '092714.236000', '092714.239000', '092714.242000'], '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': [7061, 9814, 7011, 10659, 6822, 11383, 8304, 9175, 7497, 8260, 7309, 7309, 7565, 7559, 8878, 7121, 8288, 7383, 10213, 7364, 11184, 6989, 11823, 6669, 10803, 6568, 11156, 6605, 10708, 6542, 11226, 6733, 11308, 6754, 10185, 6814, 10307, 6797, 10634, 7460, 9791, 6970, 8883, 7931, 9140, 8716, 9311, 9208, 8432, 7852, 9171, 8066, 8812, 7657, 7645, 7332, 6489, 7233, 7879, 7188, 7020, 7897, 6492, 8647, 6588, 10098, 6657, 11011, 6731, 10641, 6881, 10784, 8151, 10785, 8327, 7726, 7024, 6630, 7083, 7593, 8017, 7806, 9617, 6547, 10031, 6835, 11213, 7247, 12077, 7074, 11377, 7857, 9361, 9199, 7685, 7817, 6784, 8279, 7856, 9673, 7685, 11144, 6657, 11405, 6579, 10321, 6587, 10629, 7470, 11642, 8417, 10220, 7977, 9099, 8604, 8963, 9094, 7586, 8320, 7089, 8660, 7340, 9292, 7965, 10057, 7650, 11674, 7355, 12118, 8067, 7155, 6666, 6450, 7460, 6473, 9094, 6415, 10411, 6998, 10041, 6604, 11486, 6958, 11506, 8907, 8594, 8826, 7885, 11566, 7989, 12295, 8268, 11347, 8044, 10357, 8254, 10603, 7859, 11689, 6985, 10231, 7144, 9848, 7210, 10320, 6959, 10529, 7132, 10301, 7140, 7404, 7364, 6495, 7431, 7322, 9101, 6767, 11128, 6786, 10643, 6800, 11433, 7137, 11711, 8740, 8028, 7288, 6388, 7238, 6993, 9312, 6653, 11917, 7163, 8700, 7319, 6473, 7670, 6651, 11474, 6902, 11572, 7601, 8618, 8580, 7016, 10364, 6735, 12859, 6894, 12112, 8737, 9204, 9575, 6782, 7710, 6709, 12259, 6921, 6681, 7170, 6597, 11470, 6923, 6897, 6927, 6679, 8585, 6950, 12311, 7240, 12102, 6882, 9802, 7472, 7984, 8349, 6497, 8850, 6417, 9750, 6762, 11435, 6887, 9572, 7038, 7480, 7371, 6874, 8018, 6420, 9792, 6881, 10842, 6925, 7115, 7171, 6587, 7636, 7406, 10537, 6748, 11401, 6926, 11497, 9321, 7288, 7689, 7200, 8888, 7480, 11785, 7003, 12213, 6765, 9650, 8370, 7810, 8379, 6722, 9127, 6525, 11248, 6610, 12036, 8666, 12001, 7303, 8466, 7822, 7319, 7994, 6941, 9265, 6473, 10114, 6714, 11217, 6713, 11719, 7295, 11557, 6706, 11088, 7115, 8848, 8098, 6531, 7046, 6471, 6900, 6645, 10142, 6691, 11163, 6909, 8316, 8191, 7894, 8057, 6969, 8423, 6773, 8237, 6961, 11267, 6793, 11708, 6892, 7917, 7080, 6873, 8496, 6493, 11222, 6848, 11124, 7207, 8005, 8650, 7178, 9622, 7767, 10432, 7802, 11587, 7157, 6610, 8558, 6698, 11204, 6854, 12135, 7669, 11524, 9326, 10579, 9031, 10359, 7533, 11249, 7113, 10659, 6982, 10447, 6827, 10378, 6798, 9751, 6872, 8420, 6789, 6966, 6867, 6663, 6918, 6674, 7084, 6529, 7215, 7424, 9427, 6748, 11513, 6765, 11195, 6660, 11745, 7085, 11705, 7860, 11739, 6723, 10976, 7296, 9362, 8954, 7489, 7871, 6564, 7434, 7369, 9601, 7256, 10962, 6586, 10053, 6821, 9969, 7396, 10603, 6792, 11848, 6981, 10466, 6889, 7725, 6886, 7203, 7189, 8091, 8193, 6567, 8143, 6731, 8799, 7089, 10847, 6437, 12015, 6737, 11031, 6740, 11072, 7031, 11616, 8299, 11573, 7434, 11464, 6849, 10978, 7049, 11402, 8641, 11138, 9624, 8183, 8652, 6575, 6887, 6555, 7331, 6844, 8464, 7274, 9023, 9605, 9075, 8339, 7890, 8734, 7106, 8800, 7045, 8844, 7558, 9039, 8210, 6797, 7194, 6492, 7045, 6452, 8229, 6923, 8968, 7288, 10434, 6937, 12529, 8871, 10287, 9084, 6637, 8107, 6824, 9183, 6997, 10025, 6747, 8961, 7342, 8370, 10001, 8991, 10203, 9171, 9901, 8966, 9687, 8366, 9630, 8149, 9693, 8317, 8999, 8417, 8973, 8533, 6559, 10161, 7041, 12490, 8405, 8965, 8356, 7458, 7124, 6704, 7668, 6952, 7925, 7407, 8625, 6747, 9275, 6669, 8284, 6910, 8753, 6899, 8391, 7180, 7239, 7069, 6581, 7001, 7524, 7209, 7131, 7844, 6368, 9037, 6563, 10926, 6678, 12238, 9098, 11985, 8382, 8943, 8864, 7874, 8143, 7208, 10265, 6592, 11069, 6845, 11475, 7734, 12209, 9714, 7738, 7643, 6509, 8446, 6503, 11690, 7354, 11915, 6893, 9899, 7508, 8184, 8218, 6679, 9807, 6456, 10920, 6730, 11233, 8064, 10056, 9491, 6654, 7778, 6626, 9995, 6829, 12093, 8010, 10471, 8596, 8292, 7926, 6788, 8866, 6610, 11444, 6678, 11158, 6995, 10018, 8966, 6881, 8083, 6606, 8347, 6426, 11023, 7076, 9672, 7014, 6602, 7312, 6580, 10493, 6764, 12257, 7226, 8480, 7494, 6439, 9202, 6434, 11102, 6720, 11738, 7370, 8493, 8906, 7026, 10041, 6468, 12214, 7977, 7982, 7785, 6711, 11776, 7810, 9413, 8645, 6538, 9047, 6938, 12080, 7207, 12101, 6863, 11163, 7108, 11341, 7420, 10015, 8491, 6692, 7129, 6537, 7080, 6466, 9241, 6660, 11179, 6872, 10671, 6895, 11421, 8814, 11655, 7933, 8013, 7125, 6523, 7183, 6803, 10391, 6799, 10890, 7032, 11037, 7980, 9008, 9208, 7161, 8230, 6683, 8465, 6703, 11601, 7453, 11697, 7102, 8969, 7748, 8131, 8334, 6989, 8862, 6617, 9363, 6592, 10648, 6561, 11031, 8045, 12187, 9427, 7779, 11349, 8078, 6758, 7379, 6565, 7506, 6440, 9952, 6855, 7357, 6576, 12986, 10214, 9129, 9964, 8211, 12725, 9278, 13331, 11368, 12208, 11611, 10200, 9606, 8682, 9312, 8158, 11790, 7245, 10697, 7183, 8751, 7172, 8819, 6994, 9113, 7074, 9082, 7026, 8776, 7048, 7438, 7112, 6651, 7143, 6560, 6922, 7030, 8786, 7245, 11048, 7248, 11156, 7435, 9706, 9060, 7872, 7405, 6680, 7353, 7011, 9155, 6924, 11590, 6999, 12311, 7251, 8823, 7319, 6584, 7450, 7187, 8797, 7247, 11999, 6756, 12599, 6842, 10822, 7250, 8558, 7623, 6822, 9144, 6518, 10475, 7103, 10337, 7559, 7780, 8082, 6984, 11923, 6775, 8588, 7766, 6842, 11796, 7470, 13505, 8395, 10146, 9941, 8701, 9226, 7417, 12410, 6595, 11979, 6982, 9574, 7178, 7235, 8404, 6451, 11367, 6787, 8625, 7174, 6634, 7259, 6714, 10705, 6624, 11867, 7010, 12433, 9292, 8794, 8676, 6471, 8096, 6866, 11178, 6670, 12425, 7684, 10236, 7314, 8656, 7658, 7142, 7954, 6534, 9733, 6607, 10203, 6722, 11059, 6940, 8960, 7335, 6553, 7438, 6519, 8093, 6765, 10740, 6643, 11311, 6846], 'WindowCenter': [3978.0, 4002.0, 3970.0, 3998.0, 3958.0, 4008.0, 3978.0, 3974.0, 3954.0, 3974.0, 3964.0, 3954.0, 3965.0, 3963.0, 3975.0, 3952.0, 3964.0, 3954.0, 3984.0, 3953.0, 3994.0, 3942.0, 3993.0, 3941.0, 3982.0, 3942.0, 3993.0, 3942.0, 3982.0, 3931.0, 3981.0, 3940.0, 3980.0, 3941.0, 3980.0, 3943.0, 3993.0, 3955.0, 3993.0, 3965.0, 3984.0, 3954.0, 3973.0, 3965.0, 3973.0, 3975.0, 3973.0, 3975.0, 3962.0, 3964.0, 3972.0, 3967.0, 3973.0, 3953.0, 3950.0, 3952.0, 3929.0, 3953.0, 3964.0, 3954.0, 3954.0, 3964.0, 3943.0, 3974.0, 3955.0, 3995.0, 3955.0, 3994.0, 3956.0, 3994.0, 3956.0, 3994.0, 3965.0, 3994.0, 3976.0, 3964.0, 3955.0, 3941.0, 3955.0, 3964.0, 3977.0, 3965.0, 3986.0, 3944.0, 3996.0, 3955.0, 4006.0, 3966.0, 4017.0, 3968.0, 4006.0, 3977.0, 3986.0, 3987.0, 3964.0, 3965.0, 3943.0, 3975.0, 3965.0, 3985.0, 3964.0, 3995.0, 3944.0, 4006.0, 3944.0, 3983.0, 3944.0, 3993.0, 3954.0, 3994.0, 3975.0, 3983.0, 3966.0, 3972.0, 3974.0, 3972.0, 3974.0, 3951.0, 3963.0, 3940.0, 3962.0, 3951.0, 3972.0, 3961.0, 3981.0, 3952.0, 3992.0, 3953.0, 3992.0, 3952.0, 3940.0, 3941.0, 3931.0, 3952.0, 3942.0, 3974.0, 3942.0, 3995.0, 3954.0, 3984.0, 3942.0, 3993.0, 3952.0, 3993.0, 3973.0, 3961.0, 3972.0, 3950.0, 3981.0, 3949.0, 3980.0, 3947.0, 3968.0, 3935.0, 3955.0, 3933.0, 3954.0, 3934.0, 3963.0, 3912.0, 3953.0, 3924.0, 3954.0, 3925.0, 3955.0, 3928.0, 3968.0, 3939.0, 3968.0, 3939.0, 3936.0, 3939.0, 3928.0, 3951.0, 3951.0, 3972.0, 3941.0, 3993.0, 3943.0, 3981.0, 3942.0, 3992.0, 3941.0, 3992.0, 3964.0, 3951.0, 3953.0, 3930.0, 3953.0, 3952.0, 3984.0, 3954.0, 4005.0, 3955.0, 3973.0, 3955.0, 3943.0, 3966.0, 3956.0, 4008.0, 3956.0, 4005.0, 3967.0, 3974.0, 3976.0, 3955.0, 3996.0, 3945.0, 4005.0, 3955.0, 4003.0, 3975.0, 3974.0, 3985.0, 3942.0, 3953.0, 3956.0, 4004.0, 3954.0, 3942.0, 3955.0, 3955.0, 4006.0, 3955.0, 3954.0, 3956.0, 3944.0, 3976.0, 3956.0, 4007.0, 3966.0, 4005.0, 3955.0, 3985.0, 3955.0, 3964.0, 3965.0, 3942.0, 3974.0, 3944.0, 3984.0, 3954.0, 4006.0, 3956.0, 3985.0, 3956.0, 3953.0, 3966.0, 3944.0, 3965.0, 3945.0, 3985.0, 3954.0, 3994.0, 3956.0, 3954.0, 3956.0, 3955.0, 3966.0, 3966.0, 3997.0, 3955.0, 4005.0, 3955.0, 3994.0, 3987.0, 3953.0, 3966.0, 3953.0, 3975.0, 3953.0, 4005.0, 3954.0, 4005.0, 3944.0, 3984.0, 3976.0, 3953.0, 3965.0, 3943.0, 3974.0, 3932.0, 3994.0, 3944.0, 4005.0, 3975.0, 4004.0, 3955.0, 3963.0, 3954.0, 3951.0, 3964.0, 3941.0, 3974.0, 3943.0, 3984.0, 3943.0, 3994.0, 3943.0, 3993.0, 3954.0, 3992.0, 3941.0, 3982.0, 3943.0, 3972.0, 3963.0, 3932.0, 3943.0, 3933.0, 3954.0, 3944.0, 3984.0, 3956.0, 3995.0, 3956.0, 3964.0, 3976.0, 3966.0, 3966.0, 3942.0, 3965.0, 3943.0, 3964.0, 3954.0, 3994.0, 3944.0, 4004.0, 3955.0, 3963.0, 3955.0, 3955.0, 3976.0, 3944.0, 3995.0, 3955.0, 4006.0, 3966.0, 3963.0, 3976.0, 3943.0, 3985.0, 3954.0, 3996.0, 3954.0, 3993.0, 3954.0, 3942.0, 3974.0, 3944.0, 3995.0, 3945.0, 3992.0, 3954.0, 3993.0, 3974.0, 3981.0, 3963.0, 3970.0, 3951.0, 3979.0, 3940.0, 3970.0, 3930.0, 3969.0, 3930.0, 3969.0, 3941.0, 3970.0, 3942.0, 3962.0, 3944.0, 3953.0, 3956.0, 3956.0, 3957.0, 3953.0, 3956.0, 3944.0, 3956.0, 3955.0, 3987.0, 3944.0, 3996.0, 3945.0, 3995.0, 3945.0, 3995.0, 3943.0, 3993.0, 3954.0, 3992.0, 3944.0, 3994.0, 3955.0, 3974.0, 3976.0, 3954.0, 3965.0, 3943.0, 3954.0, 3954.0, 3987.0, 3954.0, 3995.0, 3942.0, 3984.0, 3943.0, 3984.0, 3953.0, 3984.0, 3943.0, 3992.0, 3942.0, 3979.0, 3942.0, 3950.0, 3954.0, 3952.0, 3954.0, 3962.0, 3964.0, 3943.0, 3965.0, 3942.0, 3963.0, 3942.0, 3995.0, 3933.0, 4004.0, 3941.0, 3982.0, 3930.0, 3982.0, 3942.0, 3993.0, 3963.0, 3981.0, 3941.0, 3981.0, 3931.0, 3982.0, 3942.0, 3981.0, 3963.0, 3982.0, 3974.0, 3962.0, 3962.0, 3930.0, 3941.0, 3929.0, 3952.0, 3930.0, 3963.0, 3941.0, 3973.0, 3970.0, 3962.0, 3950.0, 3951.0, 3949.0, 3941.0, 3960.0, 3941.0, 3958.0, 3939.0, 3958.0, 3949.0, 3928.0, 3929.0, 3929.0, 3929.0, 3918.0, 3949.0, 3928.0, 3960.0, 3940.0, 3971.0, 3940.0, 3991.0, 3961.0, 3957.0, 3950.0, 3928.0, 3951.0, 3942.0, 3973.0, 3941.0, 3984.0, 3942.0, 3964.0, 3942.0, 3962.0, 3960.0, 3960.0, 3957.0, 3948.0, 3944.0, 3947.0, 3944.0, 3937.0, 3945.0, 3926.0, 3944.0, 3935.0, 3933.0, 3936.0, 3934.0, 3935.0, 3904.0, 3956.0, 3926.0, 3976.0, 3948.0, 3945.0, 3936.0, 3924.0, 3926.0, 3914.0, 3926.0, 3915.0, 3936.0, 3927.0, 3947.0, 3917.0, 3958.0, 3927.0, 3947.0, 3939.0, 3959.0, 3942.0, 3961.0, 3944.0, 3952.0, 3944.0, 3944.0, 3956.0, 3953.0, 3954.0, 3942.0, 3953.0, 3932.0, 3974.0, 3942.0, 3995.0, 3943.0, 3994.0, 3975.0, 3994.0, 3964.0, 3961.0, 3963.0, 3951.0, 3952.0, 3941.0, 3972.0, 3931.0, 3982.0, 3932.0, 3981.0, 3952.0, 3992.0, 3973.0, 3940.0, 3941.0, 3930.0, 3951.0, 3930.0, 3992.0, 3942.0, 3991.0, 3943.0, 3972.0, 3942.0, 3951.0, 3962.0, 3930.0, 3972.0, 3930.0, 3982.0, 3932.0, 3982.0, 3965.0, 3984.0, 3985.0, 3931.0, 3952.0, 3943.0, 3973.0, 3943.0, 3993.0, 3953.0, 3971.0, 3963.0, 3950.0, 3953.0, 3931.0, 3963.0, 3931.0, 3994.0, 3942.0, 3982.0, 3942.0, 3972.0, 3973.0, 3941.0, 3953.0, 3941.0, 3961.0, 3931.0, 3982.0, 3942.0, 3973.0, 3943.0, 3942.0, 3954.0, 3943.0, 3985.0, 3944.0, 3994.0, 3954.0, 3963.0, 3953.0, 3932.0, 3975.0, 3934.0, 3993.0, 3943.0, 3992.0, 3954.0, 3963.0, 3975.0, 3942.0, 3974.0, 3934.0, 4005.0, 3964.0, 3962.0, 3954.0, 3944.0, 4006.0, 3956.0, 3973.0, 3965.0, 3932.0, 3975.0, 3941.0, 3994.0, 3942.0, 3992.0, 3931.0, 3981.0, 3930.0, 3980.0, 3941.0, 3969.0, 3962.0, 3929.0, 3941.0, 3929.0, 3942.0, 3932.0, 3973.0, 3932.0, 3983.0, 3943.0, 3982.0, 3942.0, 3982.0, 3974.0, 3982.0, 3953.0, 3950.0, 3942.0, 3931.0, 3942.0, 3933.0, 3984.0, 3943.0, 3982.0, 3955.0, 3983.0, 3965.0, 3962.0, 3975.0, 3941.0, 3963.0, 3931.0, 3952.0, 3932.0, 3983.0, 3942.0, 3992.0, 3942.0, 3961.0, 3953.0, 3951.0, 3952.0, 3940.0, 3963.0, 3930.0, 3973.0, 3931.0, 3982.0, 3932.0, 3982.0, 3953.0, 3994.0, 3973.0, 3952.0, 3993.0, 3976.0, 3952.0, 3965.0, 3954.0, 3966.0, 3956.0, 4008.0, 3968.0, 3967.0, 3956.0, 4015.0, 3995.0, 3971.0, 3983.0, 3960.0, 3991.0, 3960.0, 3989.0, 3979.0, 3966.0, 3967.0, 3943.0, 3944.0, 3932.0, 3931.0, 3919.0, 3950.0, 3910.0, 3939.0, 3911.0, 3929.0, 3913.0, 3931.0, 3924.0, 3932.0, 3924.0, 3933.0, 3925.0, 3944.0, 3925.0, 3923.0, 3926.0, 3914.0, 3925.0, 3925.0, 3926.0, 3939.0, 3948.0, 3940.0, 3979.0, 3951.0, 3979.0, 3953.0, 3969.0, 3962.0, 3948.0, 3940.0, 3928.0, 3941.0, 3939.0, 3972.0, 3941.0, 3993.0, 3953.0, 3992.0, 3953.0, 3971.0, 3953.0, 3941.0, 3955.0, 3952.0, 3975.0, 3967.0, 4007.0, 3945.0, 4005.0, 3944.0, 3993.0, 3954.0, 3973.0, 3965.0, 3953.0, 3985.0, 3945.0, 3995.0, 3965.0, 3996.0, 3978.0, 3965.0, 3977.0, 3955.0, 4006.0, 3956.0, 3976.0, 3967.0, 3956.0, 4018.0, 3967.0, 4015.0, 3976.0, 3984.0, 3985.0, 3975.0, 3975.0, 3953.0, 4005.0, 3942.0, 3993.0, 3954.0, 3982.0, 3955.0, 3965.0, 3975.0, 3944.0, 4006.0, 3956.0, 3972.0, 3956.0, 3956.0, 3968.0, 3955.0, 3997.0, 3956.0, 4005.0, 3956.0, 4004.0, 3986.0, 3974.0, 3975.0, 3942.0, 3964.0, 3944.0, 3995.0, 3956.0, 4003.0, 3964.0, 3982.0, 3954.0, 3962.0, 3964.0, 3953.0, 3964.0, 3932.0, 3984.0, 3943.0, 3983.0, 3943.0, 3993.0, 3954.0, 3972.0, 3954.0, 3942.0, 3954.0, 3943.0, 3966.0, 3956.0, 3996.0, 3956.0, 3994.0, 3955.0], 'WindowWidth': [8923.0, 8942.0, 8894.0, 8924.0, 8871.0, 8934.0, 8898.0, 8883.0, 8860.0, 8885.0, 8873.0, 8858.0, 8873.0, 8867.0, 8885.0, 8851.0, 8868.0, 8856.0, 8894.0, 8852.0, 8906.0, 8837.0, 8903.0, 8837.0, 8889.0, 8839.0, 8904.0, 8836.0, 8888.0, 8823.0, 8885.0, 8832.0, 8883.0, 8835.0, 8885.0, 8841.0, 8908.0, 8861.0, 8909.0, 8875.0, 8898.0, 8859.0, 8879.0, 8873.0, 8878.0, 8886.0, 8880.0, 8885.0, 8863.0, 8869.0, 8874.0, 8877.0, 8881.0, 8853.0, 8844.0, 8849.0, 8817.0, 8853.0, 8867.0, 8857.0, 8857.0, 8870.0, 8845.0, 8883.0, 8862.0, 8913.0, 8863.0, 8911.0, 8864.0, 8910.0, 8865.0, 8911.0, 8875.0, 8909.0, 8889.0, 8870.0, 8859.0, 8839.0, 8861.0, 8872.0, 8892.0, 8875.0, 8903.0, 8847.0, 8915.0, 8863.0, 8928.0, 8879.0, 8944.0, 8884.0, 8929.0, 8893.0, 8902.0, 8907.0, 8871.0, 8874.0, 8842.0, 8887.0, 8872.0, 8901.0, 8872.0, 8912.0, 8846.0, 8928.0, 8846.0, 8894.0, 8846.0, 8907.0, 8860.0, 8908.0, 8887.0, 8893.0, 8877.0, 8878.0, 8883.0, 8876.0, 8882.0, 8849.0, 8867.0, 8832.0, 8863.0, 8848.0, 8876.0, 8861.0, 8888.0, 8849.0, 8902.0, 8853.0, 8900.0, 8849.0, 8832.0, 8833.0, 8822.0, 8850.0, 8838.0, 8883.0, 8839.0, 8912.0, 8856.0, 8895.0, 8840.0, 8906.0, 8853.0, 8904.0, 8879.0, 8859.0, 8875.0, 8842.0, 8887.0, 8839.0, 8883.0, 8832.0, 8862.0, 8811.0, 8838.0, 8806.0, 8835.0, 8809.0, 8846.0, 8778.0, 8831.0, 8796.0, 8835.0, 8801.0, 8840.0, 8813.0, 8863.0, 8828.0, 8864.0, 8829.0, 8820.0, 8829.0, 8813.0, 8847.0, 8847.0, 8877.0, 8835.0, 8904.0, 8841.0, 8888.0, 8838.0, 8902.0, 8837.0, 8902.0, 8869.0, 8847.0, 8853.0, 8821.0, 8854.0, 8853.0, 8897.0, 8861.0, 8925.0, 8862.0, 8881.0, 8859.0, 8843.0, 8876.0, 8864.0, 8934.0, 8865.0, 8927.0, 8879.0, 8884.0, 8890.0, 8860.0, 8916.0, 8846.0, 8925.0, 8860.0, 8919.0, 8887.0, 8882.0, 8900.0, 8837.0, 8855.0, 8863.0, 8922.0, 8858.0, 8840.0, 8860.0, 8861.0, 8929.0, 8863.0, 8860.0, 8863.0, 8844.0, 8890.0, 8865.0, 8933.0, 8877.0, 8926.0, 8862.0, 8897.0, 8861.0, 8868.0, 8872.0, 8839.0, 8882.0, 8844.0, 8895.0, 8860.0, 8928.0, 8865.0, 8898.0, 8862.0, 8854.0, 8876.0, 8845.0, 8875.0, 8846.0, 8899.0, 8859.0, 8911.0, 8865.0, 8858.0, 8864.0, 8860.0, 8878.0, 8876.0, 8917.0, 8860.0, 8924.0, 8863.0, 8910.0, 8904.0, 8854.0, 8875.0, 8855.0, 8886.0, 8854.0, 8924.0, 8856.0, 8922.0, 8845.0, 8895.0, 8890.0, 8854.0, 8872.0, 8840.0, 8881.0, 8823.0, 8907.0, 8844.0, 8923.0, 8887.0, 8921.0, 8860.0, 8866.0, 8856.0, 8849.0, 8869.0, 8836.0, 8881.0, 8840.0, 8894.0, 8841.0, 8907.0, 8842.0, 8906.0, 8855.0, 8900.0, 8834.0, 8888.0, 8841.0, 8875.0, 8868.0, 8823.0, 8841.0, 8827.0, 8855.0, 8844.0, 8896.0, 8864.0, 8911.0, 8863.0, 8869.0, 8890.0, 8874.0, 8875.0, 8839.0, 8870.0, 8840.0, 8870.0, 8856.0, 8907.0, 8845.0, 8921.0, 8859.0, 8866.0, 8860.0, 8862.0, 8889.0, 8845.0, 8912.0, 8862.0, 8930.0, 8878.0, 8869.0, 8887.0, 8840.0, 8898.0, 8856.0, 8911.0, 8856.0, 8907.0, 8856.0, 8839.0, 8882.0, 8844.0, 8911.0, 8845.0, 8902.0, 8856.0, 8903.0, 8881.0, 8882.0, 8863.0, 8868.0, 8845.0, 8879.0, 8829.0, 8867.0, 8815.0, 8865.0, 8817.0, 8866.0, 8834.0, 8870.0, 8839.0, 8862.0, 8844.0, 8854.0, 8863.0, 8863.0, 8866.0, 8857.0, 8865.0, 8846.0, 8863.0, 8861.0, 8904.0, 8845.0, 8913.0, 8846.0, 8911.0, 8845.0, 8910.0, 8843.0, 8904.0, 8854.0, 8901.0, 8842.0, 8908.0, 8861.0, 8882.0, 8890.0, 8858.0, 8874.0, 8842.0, 8859.0, 8858.0, 8905.0, 8858.0, 8912.0, 8837.0, 8896.0, 8839.0, 8893.0, 8853.0, 8893.0, 8839.0, 8900.0, 8836.0, 8882.0, 8838.0, 8846.0, 8858.0, 8851.0, 8857.0, 8864.0, 8870.0, 8840.0, 8870.0, 8838.0, 8866.0, 8837.0, 8909.0, 8827.0, 8921.0, 8835.0, 8887.0, 8819.0, 8885.0, 8836.0, 8902.0, 8865.0, 8883.0, 8834.0, 8884.0, 8820.0, 8884.0, 8836.0, 8884.0, 8863.0, 8886.0, 8880.0, 8861.0, 8860.0, 8816.0, 8833.0, 8815.0, 8849.0, 8817.0, 8866.0, 8833.0, 8878.0, 8869.0, 8859.0, 8842.0, 8843.0, 8839.0, 8832.0, 8857.0, 8832.0, 8849.0, 8826.0, 8849.0, 8838.0, 8809.0, 8811.0, 8812.0, 8812.0, 8796.0, 8840.0, 8809.0, 8856.0, 8827.0, 8868.0, 8829.0, 8896.0, 8857.0, 8845.0, 8839.0, 8811.0, 8845.0, 8835.0, 8876.0, 8834.0, 8894.0, 8837.0, 8866.0, 8835.0, 8861.0, 8852.0, 8852.0, 8844.0, 8831.0, 8820.0, 8828.0, 8821.0, 8816.0, 8822.0, 8799.0, 8819.0, 8810.0, 8805.0, 8813.0, 8807.0, 8809.0, 8770.0, 8838.0, 8801.0, 8867.0, 8835.0, 8823.0, 8814.0, 8794.0, 8801.0, 8782.0, 8801.0, 8783.0, 8815.0, 8804.0, 8830.0, 8790.0, 8846.0, 8807.0, 8833.0, 8828.0, 8851.0, 8836.0, 8858.0, 8841.0, 8849.0, 8841.0, 8841.0, 8860.0, 8851.0, 8853.0, 8835.0, 8852.0, 8824.0, 8879.0, 8838.0, 8907.0, 8838.0, 8906.0, 8883.0, 8904.0, 8867.0, 8857.0, 8863.0, 8843.0, 8847.0, 8831.0, 8874.0, 8820.0, 8885.0, 8821.0, 8883.0, 8849.0, 8900.0, 8877.0, 8829.0, 8831.0, 8817.0, 8845.0, 8817.0, 8899.0, 8835.0, 8897.0, 8838.0, 8871.0, 8835.0, 8844.0, 8861.0, 8815.0, 8872.0, 8816.0, 8885.0, 8821.0, 8886.0, 8871.0, 8895.0, 8896.0, 8819.0, 8849.0, 8837.0, 8875.0, 8837.0, 8900.0, 8850.0, 8868.0, 8861.0, 8841.0, 8847.0, 8815.0, 8862.0, 8817.0, 8905.0, 8835.0, 8885.0, 8834.0, 8873.0, 8876.0, 8832.0, 8849.0, 8832.0, 8858.0, 8820.0, 8887.0, 8837.0, 8877.0, 8838.0, 8835.0, 8853.0, 8836.0, 8893.0, 8839.0, 8904.0, 8853.0, 8862.0, 8851.0, 8820.0, 8882.0, 8829.0, 8905.0, 8839.0, 8900.0, 8853.0, 8862.0, 8881.0, 8835.0, 8879.0, 8829.0, 8921.0, 8868.0, 8863.0, 8854.0, 8843.0, 8924.0, 8861.0, 8877.0, 8869.0, 8821.0, 8881.0, 8832.0, 8903.0, 8832.0, 8898.0, 8816.0, 8879.0, 8815.0, 8878.0, 8831.0, 8864.0, 8857.0, 8812.0, 8831.0, 8813.0, 8833.0, 8821.0, 8877.0, 8822.0, 8889.0, 8836.0, 8885.0, 8834.0, 8885.0, 8879.0, 8883.0, 8848.0, 8840.0, 8832.0, 8816.0, 8835.0, 8823.0, 8891.0, 8839.0, 8888.0, 8857.0, 8890.0, 8869.0, 8860.0, 8880.0, 8832.0, 8863.0, 8818.0, 8847.0, 8819.0, 8887.0, 8835.0, 8899.0, 8835.0, 8857.0, 8848.0, 8844.0, 8847.0, 8828.0, 8862.0, 8816.0, 8875.0, 8819.0, 8884.0, 8820.0, 8886.0, 8851.0, 8906.0, 8877.0, 8850.0, 8906.0, 8893.0, 8856.0, 8877.0, 8862.0, 8880.0, 8868.0, 8941.0, 8889.0, 8884.0, 8867.0, 8940.0, 8913.0, 8876.0, 8895.0, 8859.0, 8899.0, 8856.0, 8892.0, 8880.0, 8854.0, 8858.0, 8819.0, 8824.0, 8805.0, 8799.0, 8780.0, 8822.0, 8769.0, 8807.0, 8774.0, 8795.0, 8781.0, 8802.0, 8797.0, 8803.0, 8798.0, 8806.0, 8801.0, 8823.0, 8801.0, 8797.0, 8803.0, 8785.0, 8802.0, 8803.0, 8806.0, 8826.0, 8836.0, 8831.0, 8879.0, 8848.0, 8880.0, 8852.0, 8868.0, 8862.0, 8838.0, 8831.0, 8812.0, 8832.0, 8829.0, 8875.0, 8837.0, 8906.0, 8854.0, 8903.0, 8853.0, 8875.0, 8855.0, 8836.0, 8861.0, 8854.0, 8887.0, 8882.0, 8933.0, 8848.0, 8923.0, 8844.0, 8906.0, 8859.0, 8880.0, 8874.0, 8857.0, 8900.0, 8848.0, 8914.0, 8877.0, 8917.0, 8898.0, 8875.0, 8894.0, 8863.0, 8929.0, 8865.0, 8889.0, 8880.0, 8865.0, 8949.0, 8880.0, 8940.0, 8889.0, 8896.0, 8899.0, 8885.0, 8886.0, 8853.0, 8923.0, 8836.0, 8906.0, 8856.0, 8891.0, 8859.0, 8875.0, 8886.0, 8843.0, 8926.0, 8863.0, 8881.0, 8865.0, 8866.0, 8884.0, 8864.0, 8920.0, 8865.0, 8925.0, 8863.0, 8924.0, 8903.0, 8881.0, 8884.0, 8838.0, 8869.0, 8843.0, 8910.0, 8864.0, 8920.0, 8870.0, 8889.0, 8857.0, 8863.0, 8869.0, 8855.0, 8870.0, 8825.0, 8894.0, 8839.0, 8891.0, 8841.0, 8906.0, 8860.0, 8876.0, 8858.0, 8838.0, 8857.0, 8843.0, 8876.0, 8866.0, 8916.0, 8862.0, 8910.0, 8861.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.0008024741081703106</td></tr>
<tr><td colspan=3>aqi</td><td>0.028071074798619103</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.212551059827135</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.163680367857143</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9833414081912455</td></tr>
<tr><td colspan=3>efc</td><td>0.4533</td></tr>
<tr><td colspan=3>fber</td><td>7353.9517</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07724478882836264</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0713463751438437</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5653816094284854</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4403795781804534</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8059504785554727</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.449814771549529</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128396</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02033829875290394</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030276281759142876</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8075807104901047</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>23.9207</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.696</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.4818</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308291.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>778.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.4482</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2447</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.759</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3234.6103</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.2421</td></tr>
<tr><td colspan=3>tsnr</td><td>37.98412319901399</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>