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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-02/func/sub-0038_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>79e2c50d0fdfb57526c6497fb3812300</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>10:25:50.375000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</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.999042, 0.0165122, 0.0405219, -0.0186593, 0.99841, 0.0531922]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_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.0719247</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7268, 580, -112, -211, -23, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.28</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bf600902-20d3-48c0-8675-26ccd8a82685||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6803572177886963, -0.05006156489253044, 0.10686357319355011, 110.32943725585938], [-0.04430115222930908, 2.6786608695983887, 0.145522803068161, -93.91531372070312], [0.1087171733379364, -0.14271070063114166, 2.6939568519592285, -77.9487533569336], [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, 839]</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], 'AcquisitionTime': ['102550.375000', '102550.835000', '102551.295000', '102551.755000', '102552.215000', '102552.675000', '102553.135000', '102553.595000', '102554.055000', '102554.515000', '102554.975000', '102555.435000', '102555.895000', '102556.355000', '102556.815000', '102557.275000', '102557.735000', '102558.195000', '102558.655000', '102559.115000', '102559.575000', '102600.035000', '102600.495000', '102600.955000', '102601.415000', '102601.875000', '102602.335000', '102602.795000', '102603.255000', '102603.715000', '102604.175000', '102604.635000', '102605.095000', '102605.555000', '102606.015000', '102606.475000', '102606.935000', '102607.395000', '102607.855000', '102608.315000', '102608.775000', '102609.235000', '102609.695000', '102610.155000', '102610.615000', '102611.075000', '102611.535000', '102611.995000', '102612.455000', '102612.915000', '102613.375000', '102613.835000', '102614.295000', '102614.755000', '102615.215000', '102615.675000', '102616.135000', '102616.595000', '102617.055000', '102617.515000', '102617.975000', '102618.435000', '102618.895000', '102619.355000', '102619.815000', '102620.275000', '102620.735000', '102621.195000', '102621.655000', '102622.115000', '102622.575000', '102623.035000', '102623.495000', '102623.955000', '102624.415000', '102624.875000', '102625.335000', '102625.795000', '102626.255000', '102626.715000', '102627.175000', '102627.635000', '102628.095000', '102628.555000', '102629.015000', '102629.475000', '102629.935000', '102630.395000', '102630.855000', '102631.315000', '102631.775000', '102632.235000', '102632.695000', '102633.155000', '102633.615000', '102634.075000', '102634.535000', '102634.995000', '102635.455000', '102635.915000', '102636.375000', '102636.835000', '102637.295000', '102637.755000', '102638.215000', '102638.675000', '102639.135000', '102639.595000', '102640.055000', '102640.515000', '102640.975000', '102641.435000', '102641.895000', '102642.355000', '102642.815000', '102643.275000', '102643.735000', '102644.195000', '102644.655000', '102645.115000', '102645.575000', '102646.035000', '102646.495000', '102646.955000', '102647.415000', '102647.875000', '102648.335000', '102648.795000', '102649.255000', '102649.715000', '102650.175000', '102650.635000', '102651.095000', '102651.555000', '102652.015000', '102652.475000', '102652.935000', '102653.395000', '102653.855000', '102654.315000', '102654.775000', '102655.235000', '102655.695000', '102656.155000', '102656.615000', '102657.075000', '102657.535000', '102657.995000', '102658.455000', '102658.915000', '102659.375000', '102659.835000', '102700.295000', '102700.755000', '102701.215000', '102701.675000', '102702.135000', '102702.595000', '102703.055000', '102703.515000', '102703.975000', '102704.435000', '102704.895000', '102705.355000', '102705.815000', '102706.275000', '102706.735000', '102707.195000', '102707.655000', '102708.115000', '102708.575000', '102709.035000', '102709.495000', '102709.955000', '102710.415000', '102710.875000', '102711.335000', '102711.795000', '102712.255000', '102712.715000', '102713.175000', '102713.635000', '102714.095000', '102714.555000', '102715.015000', '102715.475000', '102715.935000', '102716.395000', '102716.855000', '102717.315000', '102717.775000', '102718.235000', '102718.695000', '102719.155000', '102719.615000', '102720.075000', '102720.535000', '102720.995000', '102721.455000', '102721.915000', '102722.375000', '102722.835000', '102723.295000', '102723.755000', '102724.215000', '102724.675000', '102725.135000', '102725.595000', '102726.055000', '102726.515000', '102726.975000', '102727.435000', '102727.895000', '102728.355000', '102728.815000', '102729.275000', '102729.735000', '102730.195000', '102730.655000', '102731.115000', '102731.575000', '102732.035000', '102732.495000', '102732.955000', '102733.415000', '102733.875000', '102734.335000', '102734.795000', '102735.255000', '102735.715000', '102736.175000', '102736.635000', '102737.095000', '102737.555000', '102738.015000', '102738.475000', '102738.935000', '102739.395000', '102739.855000', '102740.315000', '102740.775000', '102741.235000', '102741.695000', '102742.155000', '102742.615000', '102743.075000', '102743.535000', '102743.995000', '102744.455000', '102744.915000', '102745.375000', '102745.835000', '102746.295000', '102746.755000', '102747.215000', '102747.675000', '102748.135000', '102748.595000', '102749.055000', '102749.515000', '102749.975000', '102750.435000', '102750.895000', '102751.355000', '102751.815000', '102752.275000', '102752.735000', '102753.195000', '102753.655000', '102754.115000', '102754.575000', '102755.035000', '102755.495000', '102755.955000', '102756.415000', '102756.875000', '102757.335000', '102757.795000', '102758.255000', '102758.715000', '102759.175000', '102759.635000', '102800.095000', '102800.555000', '102801.015000', '102801.475000', '102801.935000', '102802.395000', '102802.855000', '102803.315000', '102803.775000', '102804.235000', '102804.695000', '102805.155000', '102805.615000', '102806.075000', '102806.535000', '102806.995000', '102807.455000', '102807.915000', '102808.375000', '102808.835000', '102809.295000', '102809.755000', '102810.215000', '102810.675000', '102811.135000', '102811.595000', '102812.055000', '102812.515000', '102812.975000', '102813.435000', '102813.895000', '102814.355000', '102814.815000', '102815.275000', '102815.735000', '102816.195000', '102816.655000', '102817.115000', '102817.575000', '102818.035000', '102818.495000', '102818.955000', '102819.415000', '102819.875000', '102820.335000', '102820.795000', '102821.255000', '102821.715000', '102822.175000', '102822.635000', '102823.095000', '102823.555000', '102824.015000', '102824.475000', '102824.935000', '102825.395000', '102825.855000', '102826.315000', '102826.775000', '102827.235000', '102827.695000', '102828.155000', '102828.615000', '102829.075000', '102829.535000', '102829.995000', '102830.455000', '102830.915000', '102831.375000', '102831.835000', '102832.295000', '102832.755000', '102833.215000', '102833.675000', '102834.135000', '102834.595000', '102835.055000', '102835.515000', '102835.975000', '102836.435000', '102836.895000', '102837.355000', '102837.815000', '102838.275000', '102838.735000', '102839.195000', '102839.655000', '102840.115000', '102840.575000', '102841.035000', '102841.495000', '102841.955000', '102842.415000', '102842.875000', '102843.335000', '102843.795000', '102844.255000', '102844.715000', '102845.175000', '102845.635000', '102846.095000', '102846.555000', '102847.015000', '102847.475000', '102847.935000', '102848.395000', '102848.855000', '102849.315000', '102849.775000', '102850.235000', '102850.695000', '102851.155000', '102851.615000', '102852.075000', '102852.535000', '102852.995000', '102853.455000', '102853.915000', '102854.375000', '102854.835000', '102855.295000', '102855.755000', '102856.215000', '102856.675000', '102857.135000', '102857.595000', '102858.055000', '102858.515000', '102858.975000', '102859.435000', '102859.895000', '102900.355000', '102900.815000', '102901.275000', '102901.735000', '102902.195000', '102902.655000', '102903.115000', '102903.575000', '102904.035000', '102904.495000', '102904.955000', '102905.415000', '102905.875000', '102906.335000', '102906.795000', '102907.255000', '102907.715000', '102908.175000', '102908.635000', '102909.095000', '102909.555000', '102910.015000', '102910.475000', '102910.935000', '102911.395000', '102911.855000', '102912.315000', '102912.775000', '102913.235000', '102913.695000', '102914.155000', '102914.615000', '102915.075000', '102915.535000', '102915.995000', '102916.455000', '102916.915000', '102917.375000', '102917.835000', '102918.295000', '102918.755000', '102919.215000', '102919.675000', '102920.135000', '102920.595000', '102921.055000', '102921.515000', '102921.975000', '102922.435000', '102922.895000', '102923.355000', '102923.815000', '102924.275000', '102924.735000', '102925.195000', '102925.655000', '102926.115000', '102926.575000', '102927.035000', '102927.495000', '102927.955000', '102928.415000', '102928.875000', '102929.335000', '102929.795000', '102930.255000', '102930.715000', '102931.175000', '102931.635000', '102932.095000', '102932.555000', '102933.015000', '102933.475000', '102933.935000', '102934.395000', '102934.855000', '102935.315000', '102935.775000', '102936.235000', '102936.695000', '102937.155000', '102937.615000', '102938.075000', '102938.535000', '102938.995000', '102939.455000', '102939.915000', '102940.375000', '102940.835000', '102941.295000', '102941.755000', '102942.215000', '102942.675000', '102943.135000', '102943.595000', '102944.055000', '102944.515000', '102944.975000', '102945.435000', '102945.895000', '102946.355000', '102946.815000', '102947.275000', '102947.735000', '102948.195000', '102948.655000', '102949.115000', '102949.575000', '102950.035000', '102950.495000', '102950.955000', '102951.415000', '102951.875000', '102952.335000', '102952.795000', '102953.255000', '102953.715000', '102954.175000', '102954.635000', '102955.095000', '102955.555000', '102956.015000', '102956.475000', '102956.935000', '102957.395000', '102957.855000', '102958.315000', '102958.775000', '102959.235000', '102959.695000', '103000.155000', '103000.615000', '103001.075000', '103001.535000', '103001.995000', '103002.455000', '103002.915000', '103003.375000', '103003.835000', '103004.295000', '103004.755000', '103005.215000', '103005.675000', '103006.135000', '103006.595000', '103007.055000', '103007.515000', '103007.975000', '103008.435000', '103008.895000', '103009.355000', '103009.815000', '103010.275000', '103010.735000', '103011.195000', '103011.655000', '103012.115000', '103012.575000', '103013.035000', '103013.495000', '103013.955000', '103014.415000', '103014.875000', '103015.335000', '103015.795000', '103016.255000', '103016.715000', '103017.175000', '103017.635000', '103018.095000', '103018.555000', '103019.015000', '103019.475000', '103019.935000', '103020.395000', '103020.855000', '103021.315000', '103021.775000', '103022.235000', '103022.695000', '103023.155000', '103023.615000', '103024.075000', '103024.535000', '103024.995000', '103025.455000', '103025.915000', '103026.375000', '103026.835000', '103027.295000', '103027.755000', '103028.215000', '103028.675000', '103029.135000', '103029.595000', '103030.055000', '103030.515000', '103030.975000', '103031.435000', '103031.895000', '103032.355000', '103032.815000', '103033.275000', '103033.735000', '103034.195000', '103034.655000', '103035.115000', '103035.575000', '103036.035000', '103036.495000', '103036.955000', '103037.415000', '103037.875000', '103038.335000', '103038.795000', '103039.255000', '103039.715000', '103040.175000', '103040.635000', '103041.095000', '103041.555000', '103042.015000', '103042.475000', '103042.935000', '103043.395000', '103043.855000', '103044.315000', '103044.775000', '103045.235000', '103045.695000', '103046.155000', '103046.615000', '103047.075000', '103047.535000', '103047.995000', '103048.455000', '103048.915000', '103049.375000', '103049.835000', '103050.295000', '103050.755000', '103051.215000', '103051.675000', '103052.135000', '103052.595000', '103053.055000', '103053.515000', '103053.975000', '103054.435000', '103054.895000', '103055.355000', '103055.815000', '103056.275000', '103056.735000', '103057.195000', '103057.655000', '103058.115000', '103058.575000', '103059.035000', '103059.495000', '103059.955000', '103100.415000', '103100.875000', '103101.335000', '103101.795000', '103102.255000', '103102.715000', '103103.175000', '103103.635000', '103104.095000', '103104.555000', '103105.015000', '103105.475000', '103105.935000', '103106.395000', '103106.855000', '103107.315000', '103107.775000', '103108.235000', '103108.695000', '103109.155000', '103109.615000', '103110.075000', '103110.535000', '103110.995000', '103111.455000', '103111.915000', '103112.375000', '103112.835000', '103113.295000', '103113.755000', '103114.215000', '103114.675000', '103115.135000', '103115.595000', '103116.055000', '103116.515000', '103116.975000', '103117.435000', '103117.895000', '103118.355000', '103118.815000', '103119.275000', '103119.735000', '103120.195000', '103120.655000', '103121.115000', '103121.575000', '103122.035000', '103122.495000', '103122.955000', '103123.415000', '103123.875000', '103124.335000', '103124.795000', '103125.255000', '103125.715000', '103126.175000', '103126.635000', '103127.095000', '103127.555000', '103128.015000', '103128.475000', '103128.935000', '103129.395000', '103129.855000', '103130.315000', '103130.775000', '103131.235000', '103131.695000', '103132.155000', '103132.615000', '103133.075000', '103133.535000', '103133.995000', '103134.455000', '103134.915000', '103135.375000', '103135.835000', '103136.295000', '103136.755000', '103137.215000', '103137.675000', '103138.135000', '103138.595000', '103139.055000', '103139.515000', '103139.975000', '103140.435000', '103140.895000', '103141.355000', '103141.815000', '103142.275000', '103142.735000', '103143.195000', '103143.655000', '103144.115000', '103144.575000', '103145.035000', '103145.495000', '103145.955000', '103146.415000', '103146.875000', '103147.335000', '103147.795000', '103148.255000', '103148.715000', '103149.175000', '103149.635000', '103150.095000', '103150.555000', '103151.015000', '103151.475000', '103151.935000', '103152.395000', '103152.855000', '103153.315000', '103153.775000', '103154.235000', '103154.695000', '103155.155000', '103155.615000', '103156.075000', '103156.535000', '103156.995000', '103157.455000', '103157.915000', '103158.375000', '103158.835000', '103159.295000', '103159.755000', '103200.215000', '103200.675000', '103201.135000', '103201.595000', '103202.055000', '103202.515000', '103202.975000', '103203.435000', '103203.895000', '103204.355000', '103204.815000', '103205.275000', '103205.735000', '103206.195000', '103206.655000', '103207.115000', '103207.575000', '103208.035000', '103208.495000', '103208.955000', '103209.415000', '103209.875000', '103210.335000', '103210.795000', '103211.255000', '103211.715000', '103212.175000', '103212.635000', '103213.095000', '103213.555000', '103214.015000', '103214.475000', '103214.935000', '103215.395000', '103215.855000'], 'ContentTime': ['102601.216000', '102601.227000', '102601.229000', '102601.232000', '102601.235000', '102601.238000', '102601.241000', '102601.244000', '102601.247000', '102601.250000', '102601.253000', '102601.255000', '102601.258000', '102601.267000', '102601.270000', '102601.273000', '102601.277000', '102601.280000', '102601.283000', '102601.285000', '102601.288000', '102621.186000', '102621.189000', '102621.192000', '102621.195000', '102621.197000', '102621.200000', '102621.204000', '102621.206000', '102621.209000', '102621.212000', '102621.217000', '102621.220000', '102621.223000', '102621.226000', '102621.235000', '102621.238000', '102621.241000', '102621.244000', '102621.247000', '102621.249000', '102621.261000', '102621.264000', '102621.275000', '102621.285000', '102621.287000', '102621.290000', '102621.293000', '102621.296000', '102621.299000', '102621.302000', '102621.305000', '102621.308000', '102621.314000', '102621.317000', '102621.320000', '102621.323000', '102621.326000', '102621.329000', '102621.332000', '102621.334000', '102621.337000', '102621.340000', '102621.343000', '102621.346000', '102641.186000', '102641.189000', '102641.192000', '102641.194000', '102641.198000', '102641.201000', '102641.203000', '102641.206000', '102641.209000', '102641.212000', '102641.215000', '102641.218000', '102641.221000', '102641.224000', '102641.227000', '102641.230000', '102641.233000', '102641.235000', '102641.238000', '102641.241000', '102641.244000', '102641.247000', '102641.250000', '102641.253000', '102641.256000', '102641.259000', '102641.262000', '102641.264000', '102641.267000', '102641.270000', '102641.273000', '102641.276000', '102641.279000', '102641.282000', '102641.285000', '102641.288000', '102641.291000', '102641.294000', '102641.296000', '102641.299000', '102641.302000', '102641.305000', '102641.308000', '102701.186000', '102701.189000', '102701.192000', '102701.195000', '102701.198000', '102701.201000', '102701.204000', '102701.207000', '102701.209000', '102701.212000', '102701.215000', '102701.218000', '102701.221000', '102701.224000', '102701.227000', '102701.230000', '102701.233000', '102701.236000', '102701.239000', '102701.242000', '102701.245000', '102701.248000', '102701.251000', '102701.253000', '102701.256000', '102701.259000', '102701.262000', '102701.265000', '102701.268000', '102701.271000', '102701.274000', '102701.277000', '102701.280000', '102701.283000', '102701.286000', '102701.288000', '102701.291000', '102701.294000', '102701.297000', '102701.300000', '102701.303000', '102701.306000', '102701.309000', '102701.312000', '102721.185000', '102721.188000', '102721.191000', '102721.194000', '102721.197000', '102721.200000', '102721.203000', '102721.206000', '102721.208000', '102721.211000', '102721.214000', '102721.217000', '102721.220000', '102721.223000', '102721.226000', '102721.229000', '102721.232000', '102721.235000', '102721.238000', '102721.241000', '102721.244000', '102721.246000', '102721.249000', '102721.252000', '102721.255000', '102721.258000', '102721.261000', '102721.264000', '102721.267000', '102721.270000', '102721.273000', '102721.276000', '102721.279000', '102721.281000', '102721.284000', '102721.287000', '102721.290000', '102721.293000', '102721.296000', '102721.299000', '102721.302000', '102721.305000', '102721.308000', '102741.185000', '102741.188000', '102741.191000', '102741.194000', '102741.197000', '102741.200000', '102741.203000', '102741.206000', '102741.209000', '102741.213000', '102741.216000', '102741.219000', '102741.222000', '102741.225000', '102741.228000', '102741.231000', '102741.234000', '102741.237000', '102741.240000', '102741.242000', '102741.246000', '102741.248000', '102741.251000', '102741.254000', '102741.257000', '102741.260000', '102741.263000', '102741.266000', '102741.269000', '102741.272000', '102741.275000', '102741.278000', '102741.281000', '102741.283000', '102741.286000', '102741.289000', '102741.292000', '102741.295000', '102741.298000', '102741.301000', '102741.304000', '102741.307000', '102741.310000', '102801.185000', '102801.188000', '102801.191000', '102801.194000', '102801.197000', '102801.200000', '102801.203000', '102801.206000', '102801.209000', '102801.212000', '102801.215000', '102801.218000', '102801.220000', '102801.223000', '102801.226000', '102801.229000', '102801.245000', '102801.248000', '102801.251000', '102801.254000', '102801.257000', '102801.260000', '102801.263000', '102801.266000', '102801.269000', '102801.272000', '102801.275000', '102801.278000', '102801.280000', '102801.283000', '102801.286000', '102801.289000', '102801.292000', '102801.295000', '102801.298000', '102801.301000', '102801.304000', '102801.307000', '102801.310000', '102801.313000', '102801.315000', '102801.318000', '102801.321000', '102801.324000', '102821.186000', '102821.200000', '102821.203000', '102821.205000', '102821.208000', '102821.212000', '102821.215000', '102821.217000', '102821.220000', '102821.224000', '102821.228000', '102821.231000', '102821.234000', '102821.237000', '102821.239000', '102821.243000', '102821.246000', '102821.248000', '102821.251000', '102821.254000', '102821.257000', '102821.260000', '102821.263000', '102821.266000', '102821.269000', '102821.272000', '102821.275000', '102821.278000', '102821.281000', '102821.284000', '102821.287000', '102821.290000', '102821.292000', '102821.295000', '102821.298000', '102821.301000', '102821.304000', '102821.307000', '102821.310000', '102821.313000', '102821.316000', '102821.319000', '102821.322000', '102841.186000', '102841.189000', '102841.192000', '102841.195000', '102841.198000', '102841.201000', '102841.204000', '102841.207000', '102841.209000', '102841.212000', '102841.215000', '102841.218000', '102841.221000', '102841.224000', '102841.227000', '102841.230000', '102841.233000', '102841.236000', '102841.239000', '102841.242000', '102841.245000', '102841.248000', '102841.251000', '102841.254000', '102841.257000', '102841.259000', '102841.262000', '102841.265000', '102841.268000', '102841.271000', '102841.274000', '102841.277000', '102841.280000', '102841.283000', '102841.286000', '102841.289000', '102841.292000', '102841.295000', '102841.297000', '102841.300000', '102841.303000', '102841.306000', '102841.309000', '102841.312000', '102901.186000', '102901.189000', '102901.192000', '102901.195000', '102901.198000', '102901.201000', '102901.204000', '102901.207000', '102901.210000', '102901.213000', '102901.216000', '102901.218000', '102901.221000', '102901.225000', '102901.228000', '102901.230000', '102901.233000', '102901.236000', '102901.239000', '102901.242000', '102901.245000', '102901.248000', '102901.251000', '102901.258000', '102901.261000', '102901.264000', '102901.267000', '102901.270000', '102901.272000', '102901.275000', '102901.278000', '102901.281000', '102901.284000', '102901.287000', '102901.290000', '102901.293000', '102901.296000', '102901.299000', '102901.302000', '102901.304000', '102901.307000', '102901.310000', '102901.313000', '102921.186000', '102921.189000', '102921.192000', '102921.195000', '102921.198000', '102921.201000', '102921.204000', '102921.207000', '102921.209000', '102921.213000', '102921.215000', '102921.218000', '102921.221000', '102921.224000', '102921.227000', '102921.230000', '102921.233000', '102921.236000', '102921.239000', '102921.242000', '102921.245000', '102921.248000', '102921.251000', '102921.254000', '102921.256000', '102921.260000', '102921.262000', '102921.265000', '102921.268000', '102921.271000', '102921.274000', '102921.277000', '102921.280000', '102921.283000', '102921.286000', '102921.289000', '102921.292000', '102921.295000', '102921.297000', '102921.300000', '102921.303000', '102921.306000', '102921.309000', '102921.312000', '102941.185000', '102941.188000', '102941.191000', '102941.194000', '102941.197000', '102941.200000', '102941.203000', '102941.206000', '102941.209000', '102941.212000', '102941.215000', '102941.218000', '102941.221000', '102941.223000', '102941.226000', '102941.229000', '102941.232000', '102941.235000', '102941.238000', '102941.241000', '102941.244000', '102941.247000', '102941.250000', '102941.254000', '102941.256000', '102941.259000', '102941.262000', '102941.265000', '102941.268000', '102941.271000', '102941.274000', '102941.277000', '102941.280000', '102941.283000', '102941.286000', '102941.288000', '102941.291000', '102941.294000', '102941.297000', '102941.300000', '102941.303000', '102941.306000', '102941.309000', '103001.185000', '103001.188000', '103001.191000', '103001.194000', '103001.203000', '103001.205000', '103001.208000', '103001.211000', '103001.214000', '103001.217000', '103001.220000', '103001.223000', '103001.226000', '103001.229000', '103001.232000', '103001.235000', '103001.238000', '103001.241000', '103001.244000', '103001.247000', '103001.250000', '103001.253000', '103001.256000', '103001.258000', '103001.262000', '103001.264000', '103001.267000', '103001.270000', '103001.273000', '103001.276000', '103001.279000', '103001.282000', '103001.285000', '103001.288000', '103001.291000', '103001.294000', '103001.297000', '103001.300000', '103001.302000', '103001.306000', '103001.309000', '103001.312000', '103001.314000', '103001.317000', '103021.185000', '103021.188000', '103021.191000', '103021.194000', '103021.197000', '103021.200000', '103021.203000', '103021.206000', '103021.210000', '103021.213000', '103021.216000', '103021.219000', '103021.222000', '103021.225000', '103021.228000', '103021.231000', '103021.233000', '103021.236000', '103021.239000', '103021.242000', '103021.245000', '103021.248000', '103021.251000', '103021.254000', '103021.257000', '103021.260000', '103021.263000', '103021.266000', '103021.269000', '103021.272000', '103021.275000', '103021.278000', '103021.281000', '103021.286000', '103021.290000', '103021.293000', '103021.296000', '103021.298000', '103021.301000', '103021.304000', '103021.307000', '103021.310000', '103021.313000', '103041.186000', '103041.189000', '103041.192000', '103041.195000', '103041.198000', '103041.201000', '103041.204000', '103041.207000', '103041.210000', '103041.213000', '103041.215000', '103041.219000', '103041.221000', '103041.224000', '103041.227000', '103041.230000', '103041.233000', '103041.236000', '103041.239000', '103041.242000', '103041.245000', '103041.248000', '103041.250000', '103041.254000', '103041.257000', '103041.259000', '103041.262000', '103041.265000', '103041.268000', '103041.271000', '103041.274000', '103041.277000', '103041.280000', '103041.283000', '103041.286000', '103041.289000', '103041.292000', '103041.295000', '103041.298000', '103041.301000', '103041.304000', '103041.307000', '103041.309000', '103041.312000', '103101.186000', '103101.189000', '103101.192000', '103101.195000', '103101.198000', '103101.201000', '103101.204000', '103101.207000', '103101.210000', '103101.213000', '103101.216000', '103101.219000', '103101.222000', '103101.225000', '103101.228000', '103101.231000', '103101.234000', '103101.237000', '103101.240000', '103101.242000', '103101.245000', '103101.248000', '103101.261000', '103101.264000', '103101.267000', '103101.270000', '103101.273000', '103101.276000', '103101.279000', '103101.284000', '103101.288000', '103101.291000', '103101.294000', '103101.297000', '103101.300000', '103101.303000', '103101.306000', '103101.309000', '103101.312000', '103101.315000', '103101.318000', '103101.321000', '103101.324000', '103121.186000', '103121.189000', '103121.192000', '103121.195000', '103121.198000', '103121.201000', '103121.204000', '103121.207000', '103121.210000', '103121.213000', '103121.216000', '103121.219000', '103121.221000', '103121.224000', '103121.227000', '103121.230000', '103121.233000', '103121.236000', '103121.239000', '103121.242000', '103121.245000', '103121.248000', '103121.253000', '103121.256000', '103121.259000', '103121.262000', '103121.265000', '103121.268000', '103121.271000', '103121.274000', '103121.277000', '103121.280000', '103121.283000', '103121.285000', '103121.288000', '103121.291000', '103121.294000', '103121.297000', '103121.300000', '103121.303000', '103121.306000', '103121.309000', '103121.312000', '103121.315000', '103141.186000', '103141.189000', '103141.192000', '103141.195000', '103141.198000', '103141.201000', '103141.204000', '103141.207000', '103141.210000', '103141.213000', '103141.215000', '103141.218000', '103141.221000', '103141.224000', '103141.227000', '103141.230000', '103141.233000', '103141.236000', '103141.239000', '103141.242000', '103141.246000', '103141.249000', '103141.252000', '103141.255000', '103141.258000', '103141.261000', '103141.264000', '103141.266000', '103141.270000', '103141.272000', '103141.275000', '103141.278000', '103141.281000', '103141.284000', '103141.287000', '103141.290000', '103141.293000', '103141.296000', '103141.299000', '103141.302000', '103141.305000', '103141.310000', '103141.314000', '103201.185000', '103201.188000', '103201.191000', '103201.194000', '103201.197000', '103201.200000', '103201.203000', '103201.206000', '103201.209000', '103201.212000', '103201.215000', '103201.218000', '103201.221000', '103201.224000', '103201.227000', '103201.230000', '103201.233000', '103201.236000', '103201.238000', '103201.241000', '103201.245000', '103201.248000', '103201.251000', '103201.253000', '103201.256000', '103201.259000', '103201.262000', '103201.265000', '103201.268000', '103201.271000', '103201.274000', '103201.277000', '103201.280000', '103201.283000', '103201.286000', '103201.289000', '103201.291000', '103201.300000', '103201.303000', '103201.306000', '103201.309000', '103201.312000', '103201.315000', '103201.318000', '103217.264000', '103217.268000', '103217.272000', '103217.276000', '103217.280000', '103217.286000', '103217.290000', '103217.293000', '103217.296000', '103217.299000', '103217.302000', '103217.305000', '103217.308000', '103217.311000', '103217.314000', '103217.318000', '103217.322000', '103217.325000', '103217.328000', '103217.331000', '103217.334000', '103217.337000', '103217.340000', '103217.343000', '103217.346000', '103217.349000', '103217.352000', '103217.355000', '103217.358000', '103217.361000', '103217.364000', '103217.367000', '103217.370000', '103217.392000', '103217.395000'], 'InstanceCreationTime': ['102601.216000', '102601.227000', '102601.229000', '102601.232000', '102601.235000', '102601.238000', '102601.241000', '102601.244000', '102601.247000', '102601.250000', '102601.253000', '102601.255000', '102601.258000', '102601.267000', '102601.270000', '102601.273000', '102601.277000', '102601.280000', '102601.283000', '102601.285000', '102601.288000', '102621.186000', '102621.189000', '102621.192000', '102621.195000', '102621.197000', '102621.200000', '102621.204000', '102621.206000', '102621.209000', '102621.212000', '102621.217000', '102621.220000', '102621.223000', '102621.226000', '102621.235000', '102621.238000', '102621.241000', '102621.244000', '102621.247000', '102621.249000', '102621.261000', '102621.264000', '102621.275000', '102621.285000', '102621.287000', '102621.290000', '102621.293000', '102621.296000', '102621.299000', '102621.302000', '102621.305000', '102621.308000', '102621.314000', '102621.317000', '102621.320000', '102621.323000', '102621.326000', '102621.329000', '102621.332000', '102621.334000', '102621.337000', '102621.340000', '102621.343000', '102621.346000', '102641.186000', '102641.189000', '102641.192000', '102641.194000', '102641.198000', '102641.201000', '102641.203000', '102641.206000', '102641.209000', '102641.212000', '102641.215000', '102641.218000', '102641.221000', '102641.224000', '102641.227000', '102641.230000', '102641.233000', '102641.235000', '102641.238000', '102641.241000', '102641.244000', '102641.247000', '102641.250000', '102641.253000', '102641.256000', '102641.259000', '102641.262000', '102641.264000', '102641.267000', '102641.270000', '102641.273000', '102641.276000', '102641.279000', '102641.282000', '102641.285000', '102641.288000', '102641.291000', '102641.294000', '102641.296000', '102641.299000', '102641.302000', '102641.305000', '102641.308000', '102701.186000', '102701.189000', '102701.192000', '102701.195000', '102701.198000', '102701.201000', '102701.204000', '102701.207000', '102701.209000', '102701.212000', '102701.215000', '102701.218000', '102701.221000', '102701.224000', '102701.227000', '102701.230000', '102701.233000', '102701.236000', '102701.239000', '102701.242000', '102701.245000', '102701.248000', '102701.251000', '102701.253000', '102701.256000', '102701.259000', '102701.262000', '102701.265000', '102701.268000', '102701.271000', '102701.274000', '102701.277000', '102701.280000', '102701.283000', '102701.286000', '102701.288000', '102701.291000', '102701.294000', '102701.297000', '102701.300000', '102701.303000', '102701.306000', '102701.309000', '102701.312000', '102721.185000', '102721.188000', '102721.191000', '102721.194000', '102721.197000', '102721.200000', '102721.203000', '102721.206000', '102721.208000', '102721.211000', '102721.214000', '102721.217000', '102721.220000', '102721.223000', '102721.226000', '102721.229000', '102721.232000', '102721.235000', '102721.238000', '102721.241000', '102721.244000', '102721.246000', '102721.249000', '102721.252000', '102721.255000', '102721.258000', '102721.261000', '102721.264000', '102721.267000', '102721.270000', '102721.273000', '102721.276000', '102721.279000', '102721.281000', '102721.284000', '102721.287000', '102721.290000', '102721.293000', '102721.296000', '102721.299000', '102721.302000', '102721.305000', '102721.308000', '102741.185000', '102741.188000', '102741.191000', '102741.194000', '102741.197000', '102741.200000', '102741.203000', '102741.206000', '102741.209000', '102741.213000', '102741.216000', '102741.219000', '102741.222000', '102741.225000', '102741.228000', '102741.231000', '102741.234000', '102741.237000', '102741.240000', '102741.242000', '102741.246000', '102741.248000', '102741.251000', '102741.254000', '102741.257000', '102741.260000', '102741.263000', '102741.266000', '102741.269000', '102741.272000', '102741.275000', '102741.278000', '102741.281000', '102741.283000', '102741.286000', '102741.289000', '102741.292000', '102741.295000', '102741.298000', '102741.301000', '102741.304000', '102741.307000', '102741.310000', '102801.185000', '102801.188000', '102801.191000', '102801.194000', '102801.197000', '102801.200000', '102801.203000', '102801.206000', '102801.209000', '102801.212000', '102801.215000', '102801.218000', '102801.220000', '102801.223000', '102801.226000', '102801.229000', '102801.245000', '102801.248000', '102801.251000', '102801.254000', '102801.257000', '102801.260000', '102801.263000', '102801.266000', '102801.269000', '102801.272000', '102801.275000', '102801.278000', '102801.280000', '102801.283000', '102801.286000', '102801.289000', '102801.292000', '102801.295000', '102801.298000', '102801.301000', '102801.304000', '102801.307000', '102801.310000', '102801.313000', '102801.315000', '102801.318000', '102801.321000', '102801.324000', '102821.186000', '102821.200000', '102821.203000', '102821.205000', '102821.208000', '102821.212000', '102821.215000', '102821.217000', '102821.220000', '102821.224000', '102821.228000', '102821.231000', '102821.234000', '102821.237000', '102821.239000', '102821.243000', '102821.246000', '102821.248000', '102821.251000', '102821.254000', '102821.257000', '102821.260000', '102821.263000', '102821.266000', '102821.269000', '102821.272000', '102821.275000', '102821.278000', '102821.281000', '102821.284000', '102821.287000', '102821.290000', '102821.292000', '102821.295000', '102821.298000', '102821.301000', '102821.304000', '102821.307000', '102821.310000', '102821.313000', '102821.316000', '102821.319000', '102821.322000', '102841.186000', '102841.189000', '102841.192000', '102841.195000', '102841.198000', '102841.201000', '102841.204000', '102841.207000', '102841.209000', '102841.212000', '102841.215000', '102841.218000', '102841.221000', '102841.224000', '102841.227000', '102841.230000', '102841.233000', '102841.236000', '102841.239000', '102841.242000', '102841.245000', '102841.248000', '102841.251000', '102841.254000', '102841.257000', '102841.259000', '102841.262000', '102841.265000', '102841.268000', '102841.271000', '102841.274000', '102841.277000', '102841.280000', '102841.283000', '102841.286000', '102841.289000', '102841.292000', '102841.295000', '102841.297000', '102841.300000', '102841.303000', '102841.306000', '102841.309000', '102841.312000', '102901.186000', '102901.189000', '102901.192000', '102901.195000', '102901.198000', '102901.201000', '102901.204000', '102901.207000', '102901.210000', '102901.213000', '102901.216000', '102901.218000', '102901.221000', '102901.225000', '102901.228000', '102901.230000', '102901.233000', '102901.236000', '102901.239000', '102901.242000', '102901.245000', '102901.248000', '102901.251000', '102901.258000', '102901.261000', '102901.264000', '102901.267000', '102901.270000', '102901.272000', '102901.275000', '102901.278000', '102901.281000', '102901.284000', '102901.287000', '102901.290000', '102901.293000', '102901.296000', '102901.299000', '102901.302000', '102901.304000', '102901.307000', '102901.310000', '102901.313000', '102921.186000', '102921.189000', '102921.192000', '102921.195000', '102921.198000', '102921.201000', '102921.204000', '102921.207000', '102921.209000', '102921.213000', '102921.215000', '102921.218000', '102921.221000', '102921.224000', '102921.227000', '102921.230000', '102921.233000', '102921.236000', '102921.239000', '102921.242000', '102921.245000', '102921.248000', '102921.251000', '102921.254000', '102921.256000', '102921.260000', '102921.262000', '102921.265000', '102921.268000', '102921.271000', '102921.274000', '102921.277000', '102921.280000', '102921.283000', '102921.286000', '102921.289000', '102921.292000', '102921.295000', '102921.297000', '102921.300000', '102921.303000', '102921.306000', '102921.309000', '102921.312000', '102941.185000', '102941.188000', '102941.191000', '102941.194000', '102941.197000', '102941.200000', '102941.203000', '102941.206000', '102941.209000', '102941.212000', '102941.215000', '102941.218000', '102941.221000', '102941.223000', '102941.226000', '102941.229000', '102941.232000', '102941.235000', '102941.238000', '102941.241000', '102941.244000', '102941.247000', '102941.250000', '102941.254000', '102941.256000', '102941.259000', '102941.262000', '102941.265000', '102941.268000', '102941.271000', '102941.274000', '102941.277000', '102941.280000', '102941.283000', '102941.286000', '102941.288000', '102941.291000', '102941.294000', '102941.297000', '102941.300000', '102941.303000', '102941.306000', '102941.309000', '103001.185000', '103001.188000', '103001.191000', '103001.194000', '103001.203000', '103001.205000', '103001.208000', '103001.211000', '103001.214000', '103001.217000', '103001.220000', '103001.223000', '103001.226000', '103001.229000', '103001.232000', '103001.235000', '103001.238000', '103001.241000', '103001.244000', '103001.247000', '103001.250000', '103001.253000', '103001.256000', '103001.258000', '103001.262000', '103001.264000', '103001.267000', '103001.270000', '103001.273000', '103001.276000', '103001.279000', '103001.282000', '103001.285000', '103001.288000', '103001.291000', '103001.294000', '103001.297000', '103001.300000', '103001.302000', '103001.306000', '103001.309000', '103001.312000', '103001.314000', '103001.317000', '103021.185000', '103021.188000', '103021.191000', '103021.194000', '103021.197000', '103021.200000', '103021.203000', '103021.206000', '103021.210000', '103021.213000', '103021.216000', '103021.219000', '103021.222000', '103021.225000', '103021.228000', '103021.231000', '103021.233000', '103021.236000', '103021.239000', '103021.242000', '103021.245000', '103021.248000', '103021.251000', '103021.254000', '103021.257000', '103021.260000', '103021.263000', '103021.266000', '103021.269000', '103021.272000', '103021.275000', '103021.278000', '103021.281000', '103021.286000', '103021.290000', '103021.293000', '103021.296000', '103021.298000', '103021.301000', '103021.304000', '103021.307000', '103021.310000', '103021.313000', '103041.186000', '103041.189000', '103041.192000', '103041.195000', '103041.198000', '103041.201000', '103041.204000', '103041.207000', '103041.210000', '103041.213000', '103041.215000', '103041.219000', '103041.221000', '103041.224000', '103041.227000', '103041.230000', '103041.233000', '103041.236000', '103041.239000', '103041.242000', '103041.245000', '103041.248000', '103041.250000', '103041.254000', '103041.257000', '103041.259000', '103041.262000', '103041.265000', '103041.268000', '103041.271000', '103041.274000', '103041.277000', '103041.280000', '103041.283000', '103041.286000', '103041.289000', '103041.292000', '103041.295000', '103041.298000', '103041.301000', '103041.304000', '103041.307000', '103041.309000', '103041.312000', '103101.186000', '103101.189000', '103101.192000', '103101.195000', '103101.198000', '103101.201000', '103101.204000', '103101.207000', '103101.210000', '103101.213000', '103101.216000', '103101.219000', '103101.222000', '103101.225000', '103101.228000', '103101.231000', '103101.234000', '103101.237000', '103101.240000', '103101.242000', '103101.245000', '103101.248000', '103101.261000', '103101.264000', '103101.267000', '103101.270000', '103101.273000', '103101.276000', '103101.279000', '103101.284000', '103101.288000', '103101.291000', '103101.294000', '103101.297000', '103101.300000', '103101.303000', '103101.306000', '103101.309000', '103101.312000', '103101.315000', '103101.318000', '103101.321000', '103101.324000', '103121.186000', '103121.189000', '103121.192000', '103121.195000', '103121.198000', '103121.201000', '103121.204000', '103121.207000', '103121.210000', '103121.213000', '103121.216000', '103121.219000', '103121.221000', '103121.224000', '103121.227000', '103121.230000', '103121.233000', '103121.236000', '103121.239000', '103121.242000', '103121.245000', '103121.248000', '103121.253000', '103121.256000', '103121.259000', '103121.262000', '103121.265000', '103121.268000', '103121.271000', '103121.274000', '103121.277000', '103121.280000', '103121.283000', '103121.285000', '103121.288000', '103121.291000', '103121.294000', '103121.297000', '103121.300000', '103121.303000', '103121.306000', '103121.309000', '103121.312000', '103121.315000', '103141.186000', '103141.189000', '103141.192000', '103141.195000', '103141.198000', '103141.201000', '103141.204000', '103141.207000', '103141.210000', '103141.213000', '103141.215000', '103141.218000', '103141.221000', '103141.224000', '103141.227000', '103141.230000', '103141.233000', '103141.236000', '103141.239000', '103141.242000', '103141.246000', '103141.249000', '103141.252000', '103141.255000', '103141.258000', '103141.261000', '103141.264000', '103141.266000', '103141.270000', '103141.272000', '103141.275000', '103141.278000', '103141.281000', '103141.284000', '103141.287000', '103141.290000', '103141.293000', '103141.296000', '103141.299000', '103141.302000', '103141.305000', '103141.310000', '103141.314000', '103201.185000', '103201.188000', '103201.191000', '103201.194000', '103201.197000', '103201.200000', '103201.203000', '103201.206000', '103201.209000', '103201.212000', '103201.215000', '103201.218000', '103201.221000', '103201.224000', '103201.227000', '103201.230000', '103201.233000', '103201.236000', '103201.238000', '103201.241000', '103201.245000', '103201.248000', '103201.251000', '103201.253000', '103201.256000', '103201.259000', '103201.262000', '103201.265000', '103201.268000', '103201.271000', '103201.274000', '103201.277000', '103201.280000', '103201.283000', '103201.286000', '103201.289000', '103201.291000', '103201.300000', '103201.303000', '103201.306000', '103201.309000', '103201.312000', '103201.315000', '103201.318000', '103217.264000', '103217.268000', '103217.272000', '103217.276000', '103217.280000', '103217.286000', '103217.290000', '103217.293000', '103217.296000', '103217.299000', '103217.302000', '103217.305000', '103217.308000', '103217.311000', '103217.314000', '103217.318000', '103217.322000', '103217.325000', '103217.328000', '103217.331000', '103217.334000', '103217.337000', '103217.340000', '103217.343000', '103217.346000', '103217.349000', '103217.352000', '103217.355000', '103217.358000', '103217.361000', '103217.364000', '103217.367000', '103217.370000', '103217.392000', '103217.395000'], '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], 'LargestImagePixelValue': [11468, 9239, 7638, 13904, 7647, 11475, 7945, 8021, 11456, 7156, 10396, 7013, 7669, 10109, 7389, 9032, 7436, 7715, 7090, 7246, 9359, 7388, 7289, 7159, 6885, 9556, 7577, 7769, 7258, 7079, 10427, 7263, 9304, 8253, 7277, 9671, 7142, 9048, 8414, 7231, 10575, 7127, 8084, 9309, 7103, 10188, 7198, 8137, 10038, 7350, 10097, 7243, 8273, 9049, 7375, 10983, 8180, 8253, 11580, 7053, 11186, 7629, 7900, 12845, 7301, 9552, 6988, 7195, 9541, 7427, 7738, 7091, 7014, 10705, 7488, 8283, 7277, 7878, 8322, 7456, 10584, 7274, 10383, 7121, 7626, 11181, 7318, 10200, 7432, 10470, 7272, 8955, 9040, 7447, 12106, 7240, 10807, 8587, 10424, 8030, 10211, 7119, 10603, 7699, 7237, 7235, 7128, 11380, 7977, 10561, 7038, 7651, 13112, 7159, 11351, 8384, 8887, 6972, 7341, 12262, 7662, 10630, 7362, 8997, 7036, 8071, 10649, 7123, 10090, 7233, 8806, 7065, 7362, 11601, 7463, 10761, 7103, 9007, 7034, 7883, 6930, 7117, 11427, 7896, 10541, 8154, 8225, 6941, 7140, 12161, 7721, 9819, 7283, 8100, 6939, 7319, 11198, 7712, 8070, 7096, 7225, 11333, 7342, 9997, 7124, 8175, 8923, 7072, 10438, 7579, 8508, 7270, 7196, 11189, 7212, 9378, 7151, 7510, 12498, 7078, 9703, 7024, 7634, 11729, 8507, 8616, 7118, 7122, 10943, 7434, 8573, 7082, 7249, 11644, 7200, 8478, 7371, 7276, 11651, 7366, 9335, 7005, 7448, 11634, 8227, 9004, 7252, 7114, 11207, 7324, 9644, 7229, 7264, 11689, 7255, 8603, 7859, 7126, 10466, 7231, 8159, 9494, 7488, 10812, 7102, 7799, 11913, 7035, 9329, 7171, 7673, 11477, 7184, 9559, 7161, 7715, 11953, 7985, 8912, 7237, 7071, 10977, 7200, 9056, 7772, 7113, 11421, 7120, 7985, 11842, 7364, 11071, 7278, 7616, 12915, 7248, 10923, 7274, 7502, 13500, 7296, 10284, 7612, 7520, 11996, 7648, 9178, 7135, 7423, 10937, 7615, 8601, 7099, 7107, 11111, 7767, 8614, 9215, 7073, 11479, 7211, 8032, 11215, 7087, 10920, 7788, 8256, 10119, 7235, 10585, 7191, 7740, 6936, 7333, 10322, 7508, 8574, 7646, 7094, 11501, 7230, 8903, 8017, 7380, 12477, 7473, 9309, 6989, 7741, 10649, 7052, 11429, 7558, 8150, 9505, 7114, 11993, 8251, 8638, 6969, 7127, 11159, 7740, 9062, 7020, 7424, 7135, 7127, 10956, 8246, 8925, 7137, 7699, 10028, 7251, 10982, 8350, 8511, 7617, 7160, 12320, 8491, 8753, 7283, 7027, 10396, 6960, 8348, 7139, 7121, 12029, 7137, 8916, 7042, 7408, 6799, 6962, 11755, 7181, 10344, 7244, 10320, 7671, 7606, 7120, 7737, 13046, 7943, 10973, 7309, 7510, 12470, 7207, 10786, 7692, 7620, 12495, 7778, 10663, 7197, 7637, 13161, 8074, 10973, 7096, 7928, 11172, 7105, 9847, 7038, 7297, 7140, 7077, 9925, 7292, 8097, 6970, 7090, 9961, 7097, 8062, 7131, 7455, 10988, 7590, 9061, 7020, 7156, 11026, 7599, 8025, 7363, 7203, 10567, 7220, 8944, 8058, 7265, 10853, 6923, 8088, 7625, 7004, 11408, 7239, 9016, 7453, 7524, 12265, 7420, 10083, 7483, 7165, 11449, 7809, 10278, 7432, 7551, 11364, 7192, 11269, 8032, 8245, 7627, 7468, 11190, 7778, 9816, 7059, 8199, 10006, 7039, 12242, 8897, 8799, 7205, 7499, 12246, 8273, 10631, 6974, 7769, 9402, 7187, 11077, 7869, 7768, 7345, 6932, 10380, 7166, 8289, 8686, 7242, 10522, 7061, 9083, 7080, 7104, 11553, 7022, 9248, 7033, 8175, 7184, 8520, 7799, 8780, 7034, 8405, 11843, 7795, 10842, 7113, 7469, 12504, 7162, 10915, 7935, 8105, 10022, 7169, 8069, 7600, 7037, 10185, 7035, 8820, 7409, 7046, 11211, 6958, 9203, 7304, 7266, 12175, 7328, 10723, 7315, 7500, 9724, 6964, 9975, 8160, 9184, 7414, 7350, 12000, 6880, 9230, 7346, 7926, 7565, 6906, 11640, 7217, 8564, 12591, 8125, 10095, 7224, 7346, 11285, 7255, 10688, 8272, 7939, 7428, 7143, 9711, 7092, 8861, 7221, 7204, 11163, 7020, 9539, 7233, 7461, 10429, 7105, 10639, 7609, 7952, 11516, 7353, 9169, 7623, 7258, 11353, 8046, 8405, 7691, 7231, 10570, 7218, 9119, 7412, 7204, 11030, 6974, 8216, 7823, 7330, 11533, 7343, 9544, 9692, 7358, 11124, 7196, 8944, 7708, 7166, 11616, 7578, 9080, 7651, 7234, 11119, 7970, 7895, 7740, 6994, 9401, 7712, 7721, 11114, 7150, 8429, 7910, 6989, 10589, 7335, 8330, 7933, 7172, 10426, 7172, 7896, 7982, 7125, 10650, 7057, 8832, 7762, 7737, 7865, 7030, 11390, 8294, 10075, 8010, 12872, 9123, 8619, 7335, 7519, 8309, 6829, 10720, 7401, 8523, 12084, 8099, 10691, 8269, 9445, 7668, 9399, 14361, 10244, 11382, 8223, 9166, 7215, 7464, 9528, 7253, 12145, 6940, 8897, 7247, 8978, 6827, 8039, 6884, 7489, 7121, 7082, 12087, 7884, 9608, 7247, 8254, 7110, 7266, 7132, 6946, 11209, 7228, 9002, 7464, 8793, 6951, 8035, 7417, 7217, 9690, 7353, 9685, 7120, 9026, 7045, 8874, 7121, 8116, 7553, 7004, 11561, 7594, 10369, 7320, 8273, 7864, 7247, 10374, 7413, 9151, 7525, 7620, 11973, 7128, 9811, 7458, 7930, 7766, 6881, 9964, 7207, 9044, 7730, 7389, 10541, 7028, 9026, 7454, 7512, 8694, 7016, 10799, 7242, 8226, 8307, 7173, 10224, 7202, 8788, 7820, 7230, 11571, 7753, 9709, 7274, 7685, 7993, 6979, 12105, 6973, 8989, 7723, 7943, 8262, 7004, 11107, 7113, 9136, 7849, 7724, 8464, 7211, 11303, 7437, 8804, 7941, 7408, 7873, 7108, 9506, 7282, 9713, 7333, 8480, 7570, 7083, 10512, 7050, 10877, 8469, 9359, 7237, 7831, 9517, 7888, 12168, 7318, 10449, 7827, 9936, 7492, 11858, 8967, 10549, 7202, 7885, 7052, 8047, 12236, 8151, 10095, 7199, 7342, 10411, 7224, 10000, 7099, 9221, 11251, 8603, 10807, 7835, 9326, 7132, 8181, 8439, 7596, 11559, 7457, 8373, 7464, 8448, 7258, 7186, 7110, 7228, 9319, 7621, 8698, 7062, 7146, 7137, 7164, 9570, 7166, 9162, 8077, 8388, 7269, 7010], 'WindowCenter': [4011.0, 3975.0, 3941.0, 3979.0, 3927.0, 3966.0, 3924.0, 3924.0, 3954.0, 3901.0, 3940.0, 3911.0, 3922.0, 3941.0, 3923.0, 3932.0, 3912.0, 3923.0, 3911.0, 3923.0, 3944.0, 3924.0, 3924.0, 3912.0, 3924.0, 3944.0, 3935.0, 3936.0, 3925.0, 3927.0, 3955.0, 3926.0, 3956.0, 3936.0, 3937.0, 3954.0, 3925.0, 3946.0, 3935.0, 3925.0, 3955.0, 3914.0, 3924.0, 3932.0, 3913.0, 3942.0, 3912.0, 3934.0, 3943.0, 3923.0, 3942.0, 3912.0, 3934.0, 3932.0, 3923.0, 3953.0, 3932.0, 3933.0, 3952.0, 3911.0, 3952.0, 3922.0, 3922.0, 3960.0, 3911.0, 3941.0, 3909.0, 3912.0, 3942.0, 3923.0, 3922.0, 3911.0, 3913.0, 3952.0, 3925.0, 3935.0, 3936.0, 3947.0, 3935.0, 3937.0, 3966.0, 3937.0, 3956.0, 3923.0, 3936.0, 3967.0, 3925.0, 3955.0, 3925.0, 3966.0, 3925.0, 3946.0, 3945.0, 3925.0, 3964.0, 3923.0, 3955.0, 3945.0, 3953.0, 3933.0, 3943.0, 3911.0, 3953.0, 3911.0, 3909.0, 3908.0, 3910.0, 3951.0, 3921.0, 3941.0, 3910.0, 3920.0, 3959.0, 3899.0, 3939.0, 3919.0, 3929.0, 3897.0, 3909.0, 3951.0, 3921.0, 3940.0, 3910.0, 3930.0, 3909.0, 3922.0, 3940.0, 3910.0, 3939.0, 3909.0, 3930.0, 3908.0, 3922.0, 3952.0, 3909.0, 3940.0, 3910.0, 3929.0, 3910.0, 3921.0, 3909.0, 3910.0, 3951.0, 3921.0, 3952.0, 3921.0, 3919.0, 3898.0, 3909.0, 3949.0, 3920.0, 3939.0, 3909.0, 3921.0, 3909.0, 3921.0, 3952.0, 3921.0, 3921.0, 3908.0, 3922.0, 3949.0, 3922.0, 3943.0, 3911.0, 3932.0, 3930.0, 3909.0, 3941.0, 3922.0, 3932.0, 3910.0, 3911.0, 3951.0, 3910.0, 3943.0, 3911.0, 3923.0, 3963.0, 3912.0, 3942.0, 3910.0, 3922.0, 3962.0, 3931.0, 3930.0, 3910.0, 3910.0, 3951.0, 3911.0, 3932.0, 3910.0, 3922.0, 3950.0, 3922.0, 3931.0, 3911.0, 3923.0, 3962.0, 3923.0, 3944.0, 3911.0, 3922.0, 3963.0, 3933.0, 3932.0, 3910.0, 3911.0, 3952.0, 3923.0, 3943.0, 3910.0, 3911.0, 3951.0, 3911.0, 3932.0, 3920.0, 3912.0, 3939.0, 3922.0, 3932.0, 3942.0, 3922.0, 3953.0, 3912.0, 3923.0, 3962.0, 3912.0, 3931.0, 3910.0, 3923.0, 3952.0, 3911.0, 3943.0, 3911.0, 3923.0, 3964.0, 3934.0, 3944.0, 3922.0, 3912.0, 3952.0, 3924.0, 3945.0, 3922.0, 3912.0, 3953.0, 3912.0, 3934.0, 3962.0, 3922.0, 3953.0, 3923.0, 3922.0, 3963.0, 3924.0, 3955.0, 3922.0, 3922.0, 3972.0, 3922.0, 3954.0, 3922.0, 3923.0, 3962.0, 3922.0, 3931.0, 3909.0, 3921.0, 3951.0, 3922.0, 3933.0, 3911.0, 3922.0, 3952.0, 3923.0, 3933.0, 3941.0, 3912.0, 3951.0, 3910.0, 3919.0, 3952.0, 3910.0, 3952.0, 3921.0, 3932.0, 3939.0, 3910.0, 3941.0, 3909.0, 3920.0, 3909.0, 3921.0, 3941.0, 3922.0, 3933.0, 3921.0, 3910.0, 3951.0, 3910.0, 3932.0, 3920.0, 3923.0, 3962.0, 3921.0, 3941.0, 3911.0, 3922.0, 3953.0, 3912.0, 3951.0, 3920.0, 3921.0, 3941.0, 3911.0, 3950.0, 3921.0, 3929.0, 3897.0, 3909.0, 3951.0, 3920.0, 3929.0, 3909.0, 3911.0, 3908.0, 3923.0, 3964.0, 3934.0, 3942.0, 3911.0, 3921.0, 3942.0, 3911.0, 3952.0, 3921.0, 3931.0, 3907.0, 3909.0, 3951.0, 3929.0, 3919.0, 3907.0, 3897.0, 3938.0, 3898.0, 3920.0, 3896.0, 3897.0, 3949.0, 3898.0, 3917.0, 3910.0, 3909.0, 3898.0, 3910.0, 3950.0, 3911.0, 3952.0, 3923.0, 3952.0, 3922.0, 3920.0, 3911.0, 3921.0, 3961.0, 3920.0, 3941.0, 3910.0, 3911.0, 3951.0, 3909.0, 3940.0, 3908.0, 3910.0, 3949.0, 3908.0, 3927.0, 3896.0, 3907.0, 3947.0, 3906.0, 3925.0, 3884.0, 3905.0, 3924.0, 3883.0, 3925.0, 3895.0, 3895.0, 3893.0, 3896.0, 3926.0, 3908.0, 3919.0, 3897.0, 3899.0, 3937.0, 3898.0, 3919.0, 3907.0, 3921.0, 3950.0, 3922.0, 3931.0, 3909.0, 3911.0, 3951.0, 3921.0, 3922.0, 3910.0, 3922.0, 3952.0, 3921.0, 3944.0, 3922.0, 3922.0, 3952.0, 3910.0, 3922.0, 3921.0, 3924.0, 3962.0, 3923.0, 3943.0, 3923.0, 3935.0, 3975.0, 3924.0, 3956.0, 3923.0, 3924.0, 3965.0, 3936.0, 3955.0, 3925.0, 3936.0, 3964.0, 3924.0, 3965.0, 3934.0, 3934.0, 3922.0, 3924.0, 3954.0, 3924.0, 3954.0, 3912.0, 3934.0, 3942.0, 3912.0, 3963.0, 3932.0, 3931.0, 3910.0, 3911.0, 3961.0, 3921.0, 3940.0, 3900.0, 3910.0, 3928.0, 3910.0, 3951.0, 3919.0, 3908.0, 3897.0, 3897.0, 3938.0, 3899.0, 3920.0, 3918.0, 3909.0, 3938.0, 3899.0, 3931.0, 3910.0, 3912.0, 3951.0, 3909.0, 3929.0, 3909.0, 3920.0, 3912.0, 3931.0, 3924.0, 3933.0, 3913.0, 3934.0, 3962.0, 3922.0, 3952.0, 3899.0, 3911.0, 3950.0, 3899.0, 3950.0, 3920.0, 3920.0, 3928.0, 3899.0, 3919.0, 3909.0, 3910.0, 3939.0, 3912.0, 3930.0, 3910.0, 3911.0, 3952.0, 3912.0, 3943.0, 3912.0, 3923.0, 3963.0, 3923.0, 3954.0, 3913.0, 3913.0, 3942.0, 3910.0, 3942.0, 3933.0, 3944.0, 3912.0, 3912.0, 3952.0, 3910.0, 3930.0, 3912.0, 3921.0, 3922.0, 3911.0, 3952.0, 3910.0, 3933.0, 3961.0, 3921.0, 3940.0, 3909.0, 3909.0, 3949.0, 3909.0, 3940.0, 3921.0, 3919.0, 3908.0, 3910.0, 3940.0, 3910.0, 3932.0, 3912.0, 3923.0, 3951.0, 3911.0, 3942.0, 3911.0, 3923.0, 3951.0, 3911.0, 3953.0, 3922.0, 3922.0, 3951.0, 3911.0, 3941.0, 3920.0, 3921.0, 3952.0, 3922.0, 3932.0, 3921.0, 3912.0, 3952.0, 3922.0, 3943.0, 3910.0, 3911.0, 3950.0, 3910.0, 3932.0, 3920.0, 3923.0, 3951.0, 3912.0, 3943.0, 3941.0, 3911.0, 3951.0, 3911.0, 3931.0, 3910.0, 3910.0, 3950.0, 3910.0, 3929.0, 3908.0, 3910.0, 3949.0, 3919.0, 3920.0, 3907.0, 3910.0, 3930.0, 3908.0, 3921.0, 3939.0, 3910.0, 3919.0, 3918.0, 3910.0, 3940.0, 3911.0, 3931.0, 3919.0, 3911.0, 3952.0, 3911.0, 3934.0, 3921.0, 3913.0, 3952.0, 3912.0, 3944.0, 3934.0, 3935.0, 3934.0, 3923.0, 3964.0, 3933.0, 3955.0, 3934.0, 3964.0, 3944.0, 3933.0, 3911.0, 3922.0, 3920.0, 3910.0, 3952.0, 3910.0, 3932.0, 3962.0, 3922.0, 3941.0, 3921.0, 3930.0, 3908.0, 3929.0, 3959.0, 3927.0, 3926.0, 3893.0, 3903.0, 3882.0, 3894.0, 3912.0, 3881.0, 3923.0, 3882.0, 3902.0, 3892.0, 3914.0, 3883.0, 3894.0, 3882.0, 3895.0, 3883.0, 3895.0, 3936.0, 3905.0, 3915.0, 3894.0, 3904.0, 3896.0, 3896.0, 3895.0, 3897.0, 3936.0, 3908.0, 3928.0, 3910.0, 3929.0, 3909.0, 3920.0, 3909.0, 3911.0, 3940.0, 3911.0, 3940.0, 3910.0, 3930.0, 3912.0, 3942.0, 3912.0, 3922.0, 3920.0, 3911.0, 3950.0, 3921.0, 3940.0, 3909.0, 3919.0, 3908.0, 3909.0, 3940.0, 3910.0, 3930.0, 3909.0, 3911.0, 3949.0, 3909.0, 3939.0, 3910.0, 3919.0, 3909.0, 3911.0, 3941.0, 3922.0, 3942.0, 3921.0, 3923.0, 3940.0, 3911.0, 3932.0, 3923.0, 3922.0, 3931.0, 3911.0, 3951.0, 3910.0, 3932.0, 3932.0, 3912.0, 3940.0, 3910.0, 3932.0, 3921.0, 3923.0, 3951.0, 3922.0, 3940.0, 3911.0, 3921.0, 3921.0, 3912.0, 3962.0, 3911.0, 3931.0, 3923.0, 3933.0, 3932.0, 3913.0, 3952.0, 3911.0, 3942.0, 3933.0, 3924.0, 3932.0, 3922.0, 3951.0, 3911.0, 3932.0, 3921.0, 3922.0, 3920.0, 3912.0, 3943.0, 3924.0, 3943.0, 3923.0, 3933.0, 3922.0, 3912.0, 3952.0, 3913.0, 3953.0, 3932.0, 3931.0, 3911.0, 3921.0, 3942.0, 3921.0, 3950.0, 3911.0, 3940.0, 3921.0, 3942.0, 3910.0, 3953.0, 3932.0, 3941.0, 3911.0, 3918.0, 3909.0, 3921.0, 3950.0, 3920.0, 3941.0, 3899.0, 3910.0, 3939.0, 3909.0, 3928.0, 3896.0, 3929.0, 3938.0, 3907.0, 3925.0, 3894.0, 3914.0, 3884.0, 3905.0, 3906.0, 3895.0, 3923.0, 3893.0, 3892.0, 3893.0, 3906.0, 3894.0, 3885.0, 3883.0, 3895.0, 3914.0, 3906.0, 3917.0, 3895.0, 3896.0, 3884.0, 3896.0, 3927.0, 3897.0, 3929.0, 3918.0, 3917.0, 3907.0, 3898.0], 'WindowWidth': [8943.0, 8880.0, 8829.0, 8874.0, 8800.0, 8851.0, 8791.0, 8791.0, 8830.0, 8756.0, 8805.0, 8769.0, 8784.0, 8808.0, 8788.0, 8798.0, 8772.0, 8786.0, 8768.0, 8790.0, 8818.0, 8791.0, 8793.0, 8774.0, 8793.0, 8818.0, 8810.0, 8813.0, 8795.0, 8801.0, 8835.0, 8799.0, 8838.0, 8813.0, 8815.0, 8834.0, 8796.0, 8825.0, 8806.0, 8796.0, 8836.0, 8780.0, 8791.0, 8799.0, 8776.0, 8812.0, 8772.0, 8805.0, 8816.0, 8788.0, 8811.0, 8772.0, 8803.0, 8799.0, 8790.0, 8827.0, 8799.0, 8802.0, 8824.0, 8768.0, 8825.0, 8787.0, 8785.0, 8835.0, 8770.0, 8810.0, 8763.0, 8774.0, 8813.0, 8789.0, 8786.0, 8770.0, 8777.0, 8828.0, 8797.0, 8808.0, 8814.0, 8829.0, 8811.0, 8817.0, 8854.0, 8816.0, 8840.0, 8792.0, 8814.0, 8854.0, 8798.0, 8835.0, 8797.0, 8851.0, 8797.0, 8827.0, 8823.0, 8794.0, 8846.0, 8790.0, 8834.0, 8822.0, 8829.0, 8804.0, 8815.0, 8772.0, 8828.0, 8769.0, 8765.0, 8763.0, 8766.0, 8823.0, 8785.0, 8810.0, 8767.0, 8780.0, 8831.0, 8751.0, 8803.0, 8777.0, 8789.0, 8745.0, 8763.0, 8822.0, 8782.0, 8807.0, 8768.0, 8793.0, 8766.0, 8785.0, 8806.0, 8766.0, 8804.0, 8764.0, 8793.0, 8764.0, 8785.0, 8825.0, 8765.0, 8805.0, 8767.0, 8791.0, 8768.0, 8783.0, 8765.0, 8768.0, 8823.0, 8786.0, 8825.0, 8784.0, 8777.0, 8747.0, 8763.0, 8817.0, 8781.0, 8803.0, 8767.0, 8783.0, 8765.0, 8785.0, 8826.0, 8784.0, 8783.0, 8764.0, 8785.0, 8819.0, 8789.0, 8815.0, 8771.0, 8799.0, 8794.0, 8766.0, 8809.0, 8786.0, 8799.0, 8768.0, 8770.0, 8823.0, 8769.0, 8814.0, 8771.0, 8790.0, 8841.0, 8775.0, 8814.0, 8769.0, 8787.0, 8840.0, 8798.0, 8795.0, 8766.0, 8769.0, 8822.0, 8771.0, 8800.0, 8766.0, 8786.0, 8820.0, 8785.0, 8796.0, 8771.0, 8791.0, 8840.0, 8790.0, 8818.0, 8771.0, 8788.0, 8843.0, 8803.0, 8799.0, 8768.0, 8771.0, 8826.0, 8789.0, 8817.0, 8769.0, 8771.0, 8822.0, 8770.0, 8800.0, 8783.0, 8773.0, 8806.0, 8787.0, 8800.0, 8812.0, 8787.0, 8828.0, 8774.0, 8788.0, 8838.0, 8772.0, 8796.0, 8771.0, 8791.0, 8826.0, 8773.0, 8815.0, 8771.0, 8790.0, 8847.0, 8806.0, 8819.0, 8788.0, 8776.0, 8827.0, 8792.0, 8822.0, 8787.0, 8775.0, 8828.0, 8775.0, 8806.0, 8840.0, 8789.0, 8828.0, 8788.0, 8787.0, 8843.0, 8793.0, 8835.0, 8787.0, 8789.0, 8854.0, 8787.0, 8830.0, 8787.0, 8790.0, 8839.0, 8787.0, 8797.0, 8765.0, 8785.0, 8824.0, 8787.0, 8802.0, 8770.0, 8789.0, 8827.0, 8791.0, 8803.0, 8811.0, 8772.0, 8823.0, 8767.0, 8780.0, 8825.0, 8770.0, 8825.0, 8784.0, 8799.0, 8804.0, 8767.0, 8808.0, 8765.0, 8780.0, 8763.0, 8784.0, 8810.0, 8787.0, 8804.0, 8784.0, 8770.0, 8823.0, 8770.0, 8801.0, 8783.0, 8789.0, 8840.0, 8785.0, 8811.0, 8771.0, 8788.0, 8828.0, 8773.0, 8824.0, 8780.0, 8783.0, 8809.0, 8770.0, 8820.0, 8782.0, 8791.0, 8746.0, 8764.0, 8822.0, 8781.0, 8791.0, 8766.0, 8770.0, 8764.0, 8792.0, 8847.0, 8807.0, 8814.0, 8771.0, 8786.0, 8812.0, 8772.0, 8826.0, 8785.0, 8796.0, 8760.0, 8764.0, 8823.0, 8792.0, 8776.0, 8758.0, 8746.0, 8800.0, 8749.0, 8779.0, 8742.0, 8747.0, 8816.0, 8748.0, 8772.0, 8768.0, 8764.0, 8750.0, 8767.0, 8819.0, 8771.0, 8826.0, 8790.0, 8826.0, 8788.0, 8781.0, 8774.0, 8787.0, 8838.0, 8780.0, 8810.0, 8766.0, 8770.0, 8821.0, 8766.0, 8808.0, 8764.0, 8767.0, 8817.0, 8760.0, 8784.0, 8740.0, 8755.0, 8811.0, 8754.0, 8776.0, 8722.0, 8751.0, 8774.0, 8719.0, 8775.0, 8737.0, 8737.0, 8734.0, 8742.0, 8780.0, 8760.0, 8776.0, 8745.0, 8751.0, 8797.0, 8749.0, 8778.0, 8761.0, 8784.0, 8822.0, 8785.0, 8797.0, 8765.0, 8772.0, 8823.0, 8784.0, 8785.0, 8768.0, 8787.0, 8824.0, 8785.0, 8818.0, 8787.0, 8787.0, 8825.0, 8770.0, 8787.0, 8786.0, 8794.0, 8842.0, 8791.0, 8818.0, 8791.0, 8810.0, 8864.0, 8796.0, 8838.0, 8791.0, 8796.0, 8851.0, 8814.0, 8837.0, 8797.0, 8812.0, 8847.0, 8796.0, 8850.0, 8809.0, 8808.0, 8787.0, 8794.0, 8832.0, 8794.0, 8833.0, 8776.0, 8804.0, 8814.0, 8773.0, 8844.0, 8800.0, 8797.0, 8767.0, 8770.0, 8836.0, 8784.0, 8807.0, 8753.0, 8767.0, 8787.0, 8766.0, 8820.0, 8776.0, 8760.0, 8745.0, 8745.0, 8799.0, 8751.0, 8779.0, 8772.0, 8763.0, 8798.0, 8751.0, 8796.0, 8767.0, 8774.0, 8823.0, 8765.0, 8790.0, 8767.0, 8781.0, 8776.0, 8799.0, 8796.0, 8802.0, 8779.0, 8807.0, 8840.0, 8787.0, 8825.0, 8752.0, 8769.0, 8819.0, 8751.0, 8820.0, 8779.0, 8780.0, 8786.0, 8751.0, 8776.0, 8764.0, 8770.0, 8805.0, 8772.0, 8795.0, 8768.0, 8773.0, 8827.0, 8776.0, 8816.0, 8774.0, 8791.0, 8841.0, 8791.0, 8832.0, 8775.0, 8775.0, 8811.0, 8769.0, 8812.0, 8805.0, 8818.0, 8774.0, 8774.0, 8825.0, 8768.0, 8793.0, 8774.0, 8785.0, 8785.0, 8770.0, 8825.0, 8769.0, 8801.0, 8837.0, 8783.0, 8805.0, 8764.0, 8764.0, 8817.0, 8766.0, 8807.0, 8782.0, 8778.0, 8761.0, 8768.0, 8807.0, 8769.0, 8800.0, 8773.0, 8789.0, 8823.0, 8772.0, 8812.0, 8773.0, 8789.0, 8824.0, 8770.0, 8829.0, 8785.0, 8786.0, 8822.0, 8772.0, 8810.0, 8781.0, 8785.0, 8826.0, 8786.0, 8798.0, 8782.0, 8773.0, 8825.0, 8788.0, 8817.0, 8768.0, 8771.0, 8821.0, 8770.0, 8801.0, 8783.0, 8788.0, 8824.0, 8772.0, 8815.0, 8811.0, 8770.0, 8822.0, 8770.0, 8797.0, 8766.0, 8768.0, 8819.0, 8768.0, 8791.0, 8761.0, 8766.0, 8818.0, 8777.0, 8780.0, 8759.0, 8765.0, 8791.0, 8763.0, 8783.0, 8802.0, 8765.0, 8777.0, 8773.0, 8769.0, 8806.0, 8772.0, 8798.0, 8777.0, 8772.0, 8825.0, 8773.0, 8804.0, 8784.0, 8775.0, 8826.0, 8774.0, 8818.0, 8808.0, 8808.0, 8806.0, 8792.0, 8847.0, 8804.0, 8834.0, 8807.0, 8848.0, 8819.0, 8805.0, 8771.0, 8787.0, 8781.0, 8770.0, 8827.0, 8769.0, 8802.0, 8839.0, 8786.0, 8809.0, 8781.0, 8794.0, 8760.0, 8789.0, 8831.0, 8785.0, 8779.0, 8731.0, 8743.0, 8714.0, 8732.0, 8756.0, 8712.0, 8770.0, 8715.0, 8739.0, 8730.0, 8760.0, 8719.0, 8733.0, 8716.0, 8737.0, 8719.0, 8739.0, 8794.0, 8751.0, 8762.0, 8735.0, 8747.0, 8741.0, 8741.0, 8740.0, 8745.0, 8795.0, 8760.0, 8787.0, 8768.0, 8790.0, 8764.0, 8780.0, 8763.0, 8769.0, 8809.0, 8770.0, 8807.0, 8769.0, 8793.0, 8774.0, 8814.0, 8774.0, 8787.0, 8779.0, 8770.0, 8822.0, 8785.0, 8807.0, 8765.0, 8778.0, 8761.0, 8763.0, 8805.0, 8768.0, 8793.0, 8764.0, 8768.0, 8817.0, 8766.0, 8805.0, 8769.0, 8778.0, 8765.0, 8770.0, 8809.0, 8787.0, 8815.0, 8785.0, 8789.0, 8808.0, 8772.0, 8799.0, 8791.0, 8789.0, 8799.0, 8772.0, 8823.0, 8768.0, 8800.0, 8799.0, 8771.0, 8807.0, 8769.0, 8799.0, 8783.0, 8789.0, 8825.0, 8786.0, 8807.0, 8769.0, 8784.0, 8785.0, 8774.0, 8839.0, 8771.0, 8796.0, 8788.0, 8804.0, 8800.0, 8775.0, 8825.0, 8771.0, 8813.0, 8803.0, 8791.0, 8799.0, 8786.0, 8824.0, 8769.0, 8800.0, 8786.0, 8786.0, 8781.0, 8775.0, 8814.0, 8793.0, 8818.0, 8792.0, 8802.0, 8787.0, 8774.0, 8826.0, 8776.0, 8828.0, 8800.0, 8795.0, 8769.0, 8784.0, 8812.0, 8783.0, 8820.0, 8768.0, 8805.0, 8783.0, 8811.0, 8769.0, 8829.0, 8798.0, 8809.0, 8770.0, 8775.0, 8766.0, 8783.0, 8820.0, 8781.0, 8809.0, 8751.0, 8768.0, 8804.0, 8763.0, 8786.0, 8742.0, 8788.0, 8797.0, 8754.0, 8775.0, 8734.0, 8759.0, 8720.0, 8752.0, 8754.0, 8736.0, 8771.0, 8731.0, 8727.0, 8733.0, 8753.0, 8736.0, 8724.0, 8720.0, 8737.0, 8761.0, 8754.0, 8770.0, 8739.0, 8741.0, 8721.0, 8740.0, 8782.0, 8747.0, 8788.0, 8775.0, 8772.0, 8758.0, 8747.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.0002492114695340502</td></tr>
<tr><td colspan=3>aqi</td><td>0.023271709557945042</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.945734275191455</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2240489591746426</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.973302489952152</td></tr>
<tr><td colspan=3>efc</td><td>0.4461</td></tr>
<tr><td colspan=3>fber</td><td>8662.0928</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07636507576922197</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.35842293906810035</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.414020360020009</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.318352399271626</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7126605716887684</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2110481090996332</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108999</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015106436796486378</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02975531481206417</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</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.807175999281703</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>24.2384</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.2285</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.1372</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308127.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.7953</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1155</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.6607</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3187.5153</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.7211</td></tr>
<tr><td colspan=3>tsnr</td><td>42.03687775880098</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>