<?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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-02/func/sub-0070_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>2d0d7dd59f16f7dc37f900cabad8d26c</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:03:10.610000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999373, -0.034365, -0.00849876, 0.0348989, 0.996667, 0.0737295]</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.0945029</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7756, -7246, 482, -85, -226, 33, 26]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>290.449</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d187b948-783a-49e4-a010-ed8e88b0bc00||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6812453269958496, 0.09363126754760742, -0.01602916792035103, 105.91879272460938], [0.0921986922621727, 2.6739859580993652, 0.199745774269104, -103.05026245117188], [-0.022801563143730164, -0.19781093299388885, 2.6925535202026367, -56.97764205932617], [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': ['200310.610000', '200311.070000', '200311.530000', '200311.990000', '200312.450000', '200312.910000', '200313.370000', '200313.830000', '200314.290000', '200314.750000', '200315.210000', '200315.670000', '200316.130000', '200316.590000', '200317.050000', '200317.510000', '200317.970000', '200318.430000', '200318.890000', '200319.350000', '200319.810000', '200320.270000', '200320.730000', '200321.190000', '200321.650000', '200322.110000', '200322.570000', '200323.030000', '200323.490000', '200323.950000', '200324.410000', '200324.870000', '200325.330000', '200325.790000', '200326.250000', '200326.710000', '200327.170000', '200327.630000', '200328.090000', '200328.550000', '200329.010000', '200329.470000', '200329.930000', '200330.390000', '200330.850000', '200331.310000', '200331.770000', '200332.230000', '200332.690000', '200333.150000', '200333.610000', '200334.070000', '200334.530000', '200334.990000', '200335.450000', '200335.910000', '200336.370000', '200336.830000', '200337.290000', '200337.750000', '200338.210000', '200338.670000', '200339.130000', '200339.590000', '200340.050000', '200340.510000', '200340.970000', '200341.430000', '200341.890000', '200342.350000', '200342.810000', '200343.270000', '200343.730000', '200344.190000', '200344.650000', '200345.110000', '200345.570000', '200346.030000', '200346.490000', '200346.950000', '200347.410000', '200347.870000', '200348.330000', '200348.790000', '200349.250000', '200349.710000', '200350.170000', '200350.630000', '200351.090000', '200351.550000', '200352.010000', '200352.470000', '200352.930000', '200353.390000', '200353.850000', '200354.310000', '200354.770000', '200355.230000', '200355.690000', '200356.150000', '200356.610000', '200357.070000', '200357.530000', '200357.990000', '200358.450000', '200358.910000', '200359.370000', '200359.830000', '200400.290000', '200400.750000', '200401.210000', '200401.670000', '200402.130000', '200402.590000', '200403.050000', '200403.510000', '200403.970000', '200404.430000', '200404.890000', '200405.350000', '200405.810000', '200406.270000', '200406.730000', '200407.190000', '200407.650000', '200408.110000', '200408.570000', '200409.030000', '200409.490000', '200409.950000', '200410.410000', '200410.870000', '200411.330000', '200411.790000', '200412.250000', '200412.710000', '200413.170000', '200413.630000', '200414.090000', '200414.550000', '200415.010000', '200415.470000', '200415.930000', '200416.390000', '200416.850000', '200417.310000', '200417.770000', '200418.230000', '200418.690000', '200419.150000', '200419.610000', '200420.070000', '200420.530000', '200420.990000', '200421.450000', '200421.910000', '200422.370000', '200422.830000', '200423.290000', '200423.750000', '200424.210000', '200424.670000', '200425.130000', '200425.590000', '200426.050000', '200426.510000', '200426.970000', '200427.430000', '200427.890000', '200428.350000', '200428.810000', '200429.270000', '200429.730000', '200430.190000', '200430.650000', '200431.110000', '200431.570000', '200432.030000', '200432.490000', '200432.950000', '200433.410000', '200433.870000', '200434.330000', '200434.790000', '200435.250000', '200435.710000', '200436.170000', '200436.630000', '200437.090000', '200437.550000', '200438.010000', '200438.470000', '200438.930000', '200439.390000', '200439.850000', '200440.310000', '200440.770000', '200441.230000', '200441.690000', '200442.150000', '200442.610000', '200443.070000', '200443.530000', '200443.990000', '200444.450000', '200444.910000', '200445.370000', '200445.830000', '200446.290000', '200446.750000', '200447.210000', '200447.670000', '200448.130000', '200448.590000', '200449.050000', '200449.510000', '200449.970000', '200450.430000', '200450.890000', '200451.350000', '200451.810000', '200452.270000', '200452.730000', '200453.190000', '200453.650000', '200454.110000', '200454.570000', '200455.030000', '200455.490000', '200455.950000', '200456.410000', '200456.870000', '200457.330000', '200457.790000', '200458.250000', '200458.710000', '200459.170000', '200459.630000', '200500.090000', '200500.550000', '200501.010000', '200501.470000', '200501.930000', '200502.390000', '200502.850000', '200503.310000', '200503.770000', '200504.230000', '200504.690000', '200505.150000', '200505.610000', '200506.070000', '200506.530000', '200506.990000', '200507.450000', '200507.910000', '200508.370000', '200508.830000', '200509.290000', '200509.750000', '200510.210000', '200510.670000', '200511.130000', '200511.590000', '200512.050000', '200512.510000', '200512.970000', '200513.430000', '200513.890000', '200514.350000', '200514.810000', '200515.270000', '200515.730000', '200516.190000', '200516.650000', '200517.110000', '200517.570000', '200518.030000', '200518.490000', '200518.950000', '200519.410000', '200519.870000', '200520.330000', '200520.790000', '200521.250000', '200521.710000', '200522.170000', '200522.630000', '200523.090000', '200523.550000', '200524.010000', '200524.470000', '200524.930000', '200525.390000', '200525.850000', '200526.310000', '200526.770000', '200527.230000', '200527.690000', '200528.150000', '200528.610000', '200529.070000', '200529.530000', '200529.990000', '200530.450000', '200530.910000', '200531.370000', '200531.830000', '200532.290000', '200532.750000', '200533.210000', '200533.670000', '200534.130000', '200534.590000', '200535.050000', '200535.510000', '200535.970000', '200536.430000', '200536.890000', '200537.350000', '200537.810000', '200538.270000', '200538.730000', '200539.190000', '200539.650000', '200540.110000', '200540.570000', '200541.030000', '200541.490000', '200541.950000', '200542.410000', '200542.870000', '200543.330000', '200543.790000', '200544.250000', '200544.710000', '200545.170000', '200545.630000', '200546.090000', '200546.550000', '200547.010000', '200547.470000', '200547.930000', '200548.390000', '200548.850000', '200549.310000', '200549.770000', '200550.230000', '200550.690000', '200551.150000', '200551.610000', '200552.070000', '200552.530000', '200552.990000', '200553.450000', '200553.910000', '200554.370000', '200554.830000', '200555.290000', '200555.750000', '200556.210000', '200556.670000', '200557.130000', '200557.590000', '200558.050000', '200558.510000', '200558.970000', '200559.430000', '200559.890000', '200600.350000', '200600.810000', '200601.270000', '200601.730000', '200602.190000', '200602.650000', '200603.110000', '200603.570000', '200604.030000', '200604.490000', '200604.950000', '200605.410000', '200605.870000', '200606.330000', '200606.790000', '200607.250000', '200607.710000', '200608.170000', '200608.630000', '200609.090000', '200609.550000', '200610.010000', '200610.470000', '200610.930000', '200611.390000', '200611.850000', '200612.310000', '200612.770000', '200613.230000', '200613.690000', '200614.150000', '200614.610000', '200615.070000', '200615.530000', '200615.990000', '200616.450000', '200616.910000', '200617.370000', '200617.830000', '200618.290000', '200618.750000', '200619.210000', '200619.670000', '200620.130000', '200620.590000', '200621.050000', '200621.510000', '200621.970000', '200622.430000', '200622.890000', '200623.350000', '200623.810000', '200624.270000', '200624.730000', '200625.190000', '200625.650000', '200626.110000', '200626.570000', '200627.030000', '200627.490000', '200627.950000', '200628.410000', '200628.870000', '200629.330000', '200629.790000', '200630.250000', '200630.710000', '200631.170000', '200631.630000', '200632.090000', '200632.550000', '200633.010000', '200633.470000', '200633.930000', '200634.390000', '200634.850000', '200635.310000', '200635.770000', '200636.230000', '200636.690000', '200637.150000', '200637.610000', '200638.070000', '200638.530000', '200638.990000', '200639.450000', '200639.910000', '200640.370000', '200640.830000', '200641.290000', '200641.750000', '200642.210000', '200642.670000', '200643.130000', '200643.590000', '200644.050000', '200644.510000', '200644.970000', '200645.430000', '200645.890000', '200646.350000', '200646.810000', '200647.270000', '200647.730000', '200648.190000', '200648.650000', '200649.110000', '200649.570000', '200650.030000', '200650.490000', '200650.950000', '200651.410000', '200651.870000', '200652.330000', '200652.790000', '200653.250000', '200653.710000', '200654.170000', '200654.630000', '200655.090000', '200655.550000', '200656.010000', '200656.470000', '200656.930000', '200657.390000', '200657.850000', '200658.310000', '200658.770000', '200659.230000', '200659.690000', '200700.150000', '200700.610000', '200701.070000', '200701.530000', '200701.990000', '200702.450000', '200702.910000', '200703.370000', '200703.830000', '200704.290000', '200704.750000', '200705.210000', '200705.670000', '200706.130000', '200706.590000', '200707.050000', '200707.510000', '200707.970000', '200708.430000', '200708.890000', '200709.350000', '200709.810000', '200710.270000', '200710.730000', '200711.190000', '200711.650000', '200712.110000', '200712.570000', '200713.030000', '200713.490000', '200713.950000', '200714.410000', '200714.870000', '200715.330000', '200715.790000', '200716.250000', '200716.710000', '200717.170000', '200717.630000', '200718.090000', '200718.550000', '200719.010000', '200719.470000', '200719.930000', '200720.390000', '200720.850000', '200721.310000', '200721.770000', '200722.230000', '200722.690000', '200723.150000', '200723.610000', '200724.070000', '200724.530000', '200724.990000', '200725.450000', '200725.910000', '200726.370000', '200726.830000', '200727.290000', '200727.750000', '200728.210000', '200728.670000', '200729.130000', '200729.590000', '200730.050000', '200730.510000', '200730.970000', '200731.430000', '200731.890000', '200732.350000', '200732.810000', '200733.270000', '200733.730000', '200734.190000', '200734.650000', '200735.110000', '200735.570000', '200736.030000', '200736.490000', '200736.950000', '200737.410000', '200737.870000', '200738.330000', '200738.790000', '200739.250000', '200739.710000', '200740.170000', '200740.630000', '200741.090000', '200741.550000', '200742.010000', '200742.470000', '200742.930000', '200743.390000', '200743.850000', '200744.310000', '200744.770000', '200745.230000', '200745.690000', '200746.150000', '200746.610000', '200747.070000', '200747.530000', '200747.990000', '200748.450000', '200748.910000', '200749.370000', '200749.830000', '200750.290000', '200750.750000', '200751.210000', '200751.670000', '200752.130000', '200752.590000', '200753.050000', '200753.510000', '200753.970000', '200754.430000', '200754.890000', '200755.350000', '200755.810000', '200756.270000', '200756.730000', '200757.190000', '200757.650000', '200758.110000', '200758.570000', '200759.030000', '200759.490000', '200759.950000', '200800.410000', '200800.870000', '200801.330000', '200801.790000', '200802.250000', '200802.710000', '200803.170000', '200803.630000', '200804.090000', '200804.550000', '200805.010000', '200805.470000', '200805.930000', '200806.390000', '200806.850000', '200807.310000', '200807.770000', '200808.230000', '200808.690000', '200809.150000', '200809.610000', '200810.070000', '200810.530000', '200810.990000', '200811.450000', '200811.910000', '200812.370000', '200812.830000', '200813.290000', '200813.750000', '200814.210000', '200814.670000', '200815.130000', '200815.590000', '200816.050000', '200816.510000', '200816.970000', '200817.430000', '200817.890000', '200818.350000', '200818.810000', '200819.270000', '200819.730000', '200820.190000', '200820.650000', '200821.110000', '200821.570000', '200822.030000', '200822.490000', '200822.950000', '200823.410000', '200823.870000', '200824.330000', '200824.790000', '200825.250000', '200825.710000', '200826.170000', '200826.630000', '200827.090000', '200827.550000', '200828.010000', '200828.470000', '200828.930000', '200829.390000', '200829.850000', '200830.310000', '200830.770000', '200831.230000', '200831.690000', '200832.150000', '200832.610000', '200833.070000', '200833.530000', '200833.990000', '200834.450000', '200834.910000', '200835.370000', '200835.830000', '200836.290000', '200836.750000', '200837.210000', '200837.670000', '200838.130000', '200838.590000', '200839.050000', '200839.510000', '200839.970000', '200840.430000', '200840.890000', '200841.350000', '200841.810000', '200842.270000', '200842.730000', '200843.190000', '200843.650000', '200844.110000', '200844.570000', '200845.030000', '200845.490000', '200845.950000', '200846.410000', '200846.870000', '200847.330000', '200847.790000', '200848.250000', '200848.710000', '200849.170000', '200849.630000', '200850.090000', '200850.550000', '200851.010000', '200851.470000', '200851.930000', '200852.390000', '200852.850000', '200853.310000', '200853.770000', '200854.230000', '200854.690000', '200855.150000', '200855.610000', '200856.070000', '200856.530000', '200856.990000', '200857.450000', '200857.910000', '200858.370000', '200858.830000', '200859.290000', '200859.750000', '200900.210000', '200900.670000', '200901.130000', '200901.590000', '200902.050000', '200902.510000', '200902.970000', '200903.430000', '200903.890000', '200904.350000', '200904.810000', '200905.270000', '200905.730000', '200906.190000', '200906.650000', '200907.110000', '200907.570000', '200908.030000', '200908.490000', '200908.950000', '200909.410000', '200909.870000', '200910.330000', '200910.790000', '200911.250000', '200911.710000', '200912.170000', '200912.630000', '200913.090000', '200913.550000', '200914.010000', '200914.470000', '200914.930000', '200915.390000', '200915.850000', '200916.310000', '200916.770000', '200917.230000', '200917.690000', '200918.150000', '200918.610000', '200919.070000', '200919.530000', '200919.990000', '200920.450000', '200920.910000', '200921.370000', '200921.830000', '200922.290000', '200922.750000', '200923.210000', '200923.670000', '200924.130000', '200924.590000', '200925.050000', '200925.510000', '200925.970000', '200926.430000', '200926.890000', '200927.350000', '200927.810000', '200928.270000', '200928.730000', '200929.190000', '200929.650000', '200930.110000', '200930.570000', '200931.030000', '200931.490000', '200931.950000', '200932.410000', '200932.870000', '200933.330000', '200933.790000', '200934.250000', '200934.710000', '200935.170000', '200935.630000', '200936.090000'], 'ContentTime': ['200329.552000', '200329.556000', '200329.559000', '200329.562000', '200329.564000', '200329.567000', '200329.570000', '200329.572000', '200329.575000', '200329.577000', '200329.580000', '200329.582000', '200329.585000', '200329.588000', '200329.594000', '200329.596000', '200329.599000', '200329.602000', '200329.604000', '200329.607000', '200329.609000', '200329.612000', '200329.615000', '200329.623000', '200329.626000', '200329.628000', '200329.631000', '200329.634000', '200329.636000', '200329.639000', '200329.641000', '200329.644000', '200329.647000', '200329.649000', '200329.652000', '200329.654000', '200329.657000', '200329.660000', '200329.662000', '200349.525000', '200349.528000', '200349.531000', '200349.534000', '200349.536000', '200349.539000', '200349.541000', '200349.544000', '200349.549000', '200349.552000', '200349.554000', '200349.557000', '200349.559000', '200349.562000', '200349.565000', '200349.567000', '200349.570000', '200349.572000', '200349.575000', '200349.578000', '200349.580000', '200349.583000', '200349.585000', '200349.588000', '200349.591000', '200349.593000', '200349.596000', '200349.598000', '200349.601000', '200349.604000', '200349.606000', '200349.609000', '200349.611000', '200349.614000', '200349.617000', '200349.619000', '200349.622000', '200349.624000', '200349.627000', '200349.630000', '200349.632000', '200349.635000', '200349.638000', '200409.525000', '200409.528000', '200409.531000', '200409.533000', '200409.536000', '200409.539000', '200409.541000', '200409.544000', '200409.547000', '200409.549000', '200409.552000', '200409.554000', '200409.557000', '200409.559000', '200409.562000', '200409.565000', '200409.568000', '200409.570000', '200409.573000', '200409.581000', '200409.583000', '200409.586000', '200409.588000', '200409.591000', '200409.594000', '200409.596000', '200409.599000', '200409.602000', '200409.604000', '200409.607000', '200409.610000', '200409.612000', '200409.615000', '200409.617000', '200409.620000', '200409.623000', '200409.625000', '200409.628000', '200409.630000', '200409.633000', '200409.636000', '200409.638000', '200409.646000', '200409.648000', '200429.525000', '200429.528000', '200429.531000', '200429.534000', '200429.537000', '200429.540000', '200429.542000', '200429.545000', '200429.548000', '200429.550000', '200429.553000', '200429.556000', '200429.558000', '200429.561000', '200429.563000', '200429.566000', '200429.569000', '200429.571000', '200429.574000', '200429.577000', '200429.579000', '200429.582000', '200429.585000', '200429.587000', '200429.590000', '200429.593000', '200429.595000', '200429.598000', '200429.601000', '200429.604000', '200429.606000', '200429.609000', '200429.617000', '200429.619000', '200429.622000', '200429.624000', '200429.627000', '200429.630000', '200429.632000', '200429.635000', '200429.640000', '200429.643000', '200429.645000', '200429.648000', '200449.526000', '200449.528000', '200449.531000', '200449.534000', '200449.536000', '200449.539000', '200449.542000', '200449.544000', '200449.547000', '200449.549000', '200449.552000', '200449.555000', '200449.557000', '200449.560000', '200449.563000', '200449.565000', '200449.568000', '200449.570000', '200449.573000', '200449.576000', '200449.578000', '200449.581000', '200449.584000', '200449.586000', '200449.589000', '200449.591000', '200449.594000', '200449.597000', '200449.599000', '200449.602000', '200449.605000', '200449.607000', '200449.610000', '200449.612000', '200449.615000', '200449.618000', '200449.620000', '200449.623000', '200449.626000', '200449.628000', '200449.631000', '200449.633000', '200449.636000', '200509.525000', '200509.528000', '200509.530000', '200509.533000', '200509.537000', '200509.539000', '200509.542000', '200509.544000', '200509.547000', '200509.550000', '200509.552000', '200509.555000', '200509.557000', '200509.560000', '200509.563000', '200509.565000', '200509.568000', '200509.571000', '200509.573000', '200509.576000', '200509.579000', '200509.581000', '200509.584000', '200509.587000', '200509.589000', '200509.592000', '200509.595000', '200509.597000', '200509.600000', '200509.603000', '200509.605000', '200509.608000', '200509.611000', '200509.613000', '200509.616000', '200509.618000', '200509.621000', '200509.626000', '200509.628000', '200509.631000', '200509.634000', '200509.636000', '200509.639000', '200529.525000', '200529.528000', '200529.531000', '200529.534000', '200529.536000', '200529.539000', '200529.542000', '200529.544000', '200529.547000', '200529.550000', '200529.552000', '200529.555000', '200529.558000', '200529.560000', '200529.563000', '200529.566000', '200529.568000', '200529.571000', '200529.574000', '200529.576000', '200529.579000', '200529.582000', '200529.584000', '200529.587000', '200529.590000', '200529.593000', '200529.595000', '200529.598000', '200529.600000', '200529.603000', '200529.606000', '200529.609000', '200529.611000', '200529.614000', '200529.616000', '200529.619000', '200529.622000', '200529.624000', '200529.627000', '200529.630000', '200529.632000', '200529.635000', '200529.637000', '200529.640000', '200549.525000', '200549.528000', '200549.531000', '200549.534000', '200549.536000', '200549.539000', '200549.542000', '200549.544000', '200549.547000', '200549.550000', '200549.552000', '200549.555000', '200549.558000', '200549.560000', '200549.563000', '200549.565000', '200549.568000', '200549.571000', '200549.573000', '200549.577000', '200549.580000', '200549.582000', '200549.585000', '200549.588000', '200549.590000', '200549.593000', '200549.596000', '200549.598000', '200549.601000', '200549.603000', '200549.606000', '200549.609000', '200549.611000', '200549.614000', '200549.617000', '200549.619000', '200549.622000', '200549.625000', '200549.627000', '200549.630000', '200549.633000', '200549.635000', '200549.638000', '200609.525000', '200609.529000', '200609.531000', '200609.534000', '200609.536000', '200609.539000', '200609.542000', '200609.545000', '200609.547000', '200609.550000', '200609.553000', '200609.555000', '200609.558000', '200609.560000', '200609.563000', '200609.566000', '200609.568000', '200609.571000', '200609.574000', '200609.576000', '200609.579000', '200609.582000', '200609.584000', '200609.587000', '200609.590000', '200609.592000', '200609.595000', '200609.598000', '200609.600000', '200609.603000', '200609.606000', '200609.608000', '200609.611000', '200609.614000', '200609.616000', '200609.619000', '200609.621000', '200609.624000', '200609.627000', '200609.660000', '200609.662000', '200609.665000', '200609.668000', '200609.671000', '200629.526000', '200629.528000', '200629.531000', '200629.534000', '200629.536000', '200629.539000', '200629.542000', '200629.544000', '200629.547000', '200629.550000', '200629.552000', '200629.555000', '200629.558000', '200629.560000', '200629.563000', '200629.566000', '200629.569000', '200629.571000', '200629.576000', '200629.578000', '200629.581000', '200629.584000', '200629.586000', '200629.589000', '200629.591000', '200629.594000', '200629.597000', '200629.599000', '200629.602000', '200629.605000', '200629.608000', '200629.610000', '200629.613000', '200629.616000', '200629.618000', '200629.621000', '200629.623000', '200629.626000', '200629.629000', '200629.631000', '200629.634000', '200629.637000', '200629.639000', '200649.525000', '200649.528000', '200649.531000', '200649.533000', '200649.536000', '200649.539000', '200649.542000', '200649.544000', '200649.547000', '200649.550000', '200649.552000', '200649.555000', '200649.558000', '200649.560000', '200649.563000', '200649.565000', '200649.568000', '200649.571000', '200649.573000', '200649.576000', '200649.579000', '200649.581000', '200649.584000', '200649.587000', '200649.589000', '200649.592000', '200649.595000', '200649.597000', '200649.600000', '200649.602000', '200649.605000', '200649.608000', '200649.610000', '200649.613000', '200649.616000', '200649.618000', '200649.621000', '200649.624000', '200649.626000', '200649.629000', '200649.631000', '200649.634000', '200649.637000', '200649.639000', '200709.526000', '200709.528000', '200709.531000', '200709.534000', '200709.537000', '200709.539000', '200709.542000', '200709.545000', '200709.547000', '200709.550000', '200709.553000', '200709.555000', '200709.558000', '200709.561000', '200709.564000', '200709.566000', '200709.569000', '200709.572000', '200709.574000', '200709.577000', '200709.580000', '200709.582000', '200709.585000', '200709.588000', '200709.590000', '200709.593000', '200709.596000', '200709.598000', '200709.601000', '200709.604000', '200709.607000', '200709.609000', '200709.612000', '200709.617000', '200709.619000', '200709.622000', '200709.625000', '200709.627000', '200709.630000', '200709.632000', '200709.635000', '200709.638000', '200709.640000', '200729.525000', '200729.528000', '200729.530000', '200729.533000', '200729.536000', '200729.538000', '200729.541000', '200729.544000', '200729.546000', '200729.549000', '200729.551000', '200729.554000', '200729.557000', '200729.559000', '200729.562000', '200729.565000', '200729.568000', '200729.570000', '200729.573000', '200729.575000', '200729.578000', '200729.581000', '200729.584000', '200729.586000', '200729.589000', '200729.592000', '200729.594000', '200729.597000', '200729.600000', '200729.602000', '200729.605000', '200729.608000', '200729.610000', '200729.613000', '200729.616000', '200729.618000', '200729.621000', '200729.624000', '200729.626000', '200729.629000', '200729.632000', '200729.634000', '200729.637000', '200729.640000', '200749.526000', '200749.529000', '200749.531000', '200749.534000', '200749.537000', '200749.540000', '200749.553000', '200749.555000', '200749.558000', '200749.561000', '200749.564000', '200749.566000', '200749.571000', '200749.573000', '200749.576000', '200749.578000', '200749.581000', '200749.584000', '200749.586000', '200749.589000', '200749.592000', '200749.595000', '200749.597000', '200749.600000', '200749.602000', '200749.605000', '200749.608000', '200749.611000', '200749.613000', '200749.616000', '200749.618000', '200749.621000', '200749.624000', '200749.627000', '200749.629000', '200749.632000', '200749.635000', '200749.637000', '200749.640000', '200749.642000', '200749.645000', '200749.648000', '200749.650000', '200809.526000', '200809.529000', '200809.531000', '200809.534000', '200809.537000', '200809.539000', '200809.542000', '200809.545000', '200809.547000', '200809.550000', '200809.553000', '200809.555000', '200809.558000', '200809.560000', '200809.563000', '200809.566000', '200809.568000', '200809.571000', '200809.574000', '200809.577000', '200809.579000', '200809.582000', '200809.584000', '200809.587000', '200809.590000', '200809.592000', '200809.596000', '200809.598000', '200809.601000', '200809.603000', '200809.606000', '200809.609000', '200809.611000', '200809.614000', '200809.617000', '200809.619000', '200809.622000', '200809.625000', '200809.627000', '200809.630000', '200809.633000', '200809.635000', '200809.638000', '200809.641000', '200829.525000', '200829.528000', '200829.531000', '200829.534000', '200829.537000', '200829.539000', '200829.542000', '200829.544000', '200829.547000', '200829.550000', '200829.552000', '200829.555000', '200829.558000', '200829.561000', '200829.563000', '200829.566000', '200829.568000', '200829.571000', '200829.574000', '200829.576000', '200829.579000', '200829.582000', '200829.584000', '200829.587000', '200829.590000', '200829.592000', '200829.595000', '200829.598000', '200829.600000', '200829.603000', '200829.605000', '200829.608000', '200829.611000', '200829.614000', '200829.616000', '200829.619000', '200829.621000', '200829.624000', '200829.627000', '200829.630000', '200829.633000', '200829.636000', '200829.638000', '200849.526000', '200849.529000', '200849.531000', '200849.534000', '200849.536000', '200849.539000', '200849.542000', '200849.544000', '200849.547000', '200849.550000', '200849.552000', '200849.555000', '200849.557000', '200849.560000', '200849.565000', '200849.567000', '200849.570000', '200849.573000', '200849.575000', '200849.578000', '200849.580000', '200849.583000', '200849.586000', '200849.588000', '200849.591000', '200849.594000', '200849.596000', '200849.599000', '200849.602000', '200849.604000', '200849.607000', '200849.610000', '200849.612000', '200849.615000', '200849.617000', '200849.620000', '200849.623000', '200849.626000', '200849.628000', '200849.631000', '200849.634000', '200849.636000', '200849.639000', '200849.642000', '200909.525000', '200909.528000', '200909.531000', '200909.534000', '200909.536000', '200909.539000', '200909.542000', '200909.544000', '200909.547000', '200909.549000', '200909.552000', '200909.561000', '200909.563000', '200909.566000', '200909.569000', '200909.571000', '200909.574000', '200909.577000', '200909.579000', '200909.582000', '200909.585000', '200909.587000', '200909.590000', '200909.593000', '200909.595000', '200909.598000', '200909.600000', '200909.603000', '200909.606000', '200909.609000', '200909.611000', '200909.625000', '200909.628000', '200909.630000', '200909.633000', '200909.636000', '200909.638000', '200909.641000', '200909.644000', '200909.646000', '200909.649000', '200909.652000', '200909.654000', '200929.526000', '200929.529000', '200929.532000', '200929.534000', '200929.537000', '200929.540000', '200929.543000', '200929.545000', '200929.548000', '200929.551000', '200929.554000', '200929.556000', '200929.559000', '200929.562000', '200929.565000', '200929.567000', '200929.570000', '200929.573000', '200929.575000', '200929.578000', '200929.581000', '200929.583000', '200929.586000', '200929.589000', '200929.591000', '200929.594000', '200929.597000', '200929.599000', '200929.602000', '200929.605000', '200929.607000', '200929.610000', '200929.613000', '200929.615000', '200929.618000', '200929.621000', '200929.623000', '200929.626000', '200929.629000', '200929.631000', '200929.634000', '200929.637000', '200929.639000', '200937.232000', '200937.235000', '200937.238000', '200937.241000', '200937.244000', '200937.247000', '200937.250000', '200937.253000', '200937.256000', '200937.259000', '200937.262000', '200937.265000', '200937.268000', '200937.271000', '200937.274000', '200937.277000', '200937.280000', '200937.282000'], 'InstanceCreationTime': ['200329.552000', '200329.556000', '200329.559000', '200329.562000', '200329.564000', '200329.567000', '200329.570000', '200329.572000', '200329.575000', '200329.577000', '200329.580000', '200329.582000', '200329.585000', '200329.588000', '200329.594000', '200329.596000', '200329.599000', '200329.602000', '200329.604000', '200329.607000', '200329.609000', '200329.612000', '200329.615000', '200329.623000', '200329.626000', '200329.628000', '200329.631000', '200329.634000', '200329.636000', '200329.639000', '200329.641000', '200329.644000', '200329.647000', '200329.649000', '200329.652000', '200329.654000', '200329.657000', '200329.660000', '200329.662000', '200349.525000', '200349.528000', '200349.531000', '200349.534000', '200349.536000', '200349.539000', '200349.541000', '200349.544000', '200349.549000', '200349.552000', '200349.554000', '200349.557000', '200349.559000', '200349.562000', '200349.565000', '200349.567000', '200349.570000', '200349.572000', '200349.575000', '200349.578000', '200349.580000', '200349.583000', '200349.585000', '200349.588000', '200349.591000', '200349.593000', '200349.596000', '200349.598000', '200349.601000', '200349.604000', '200349.606000', '200349.609000', '200349.611000', '200349.614000', '200349.617000', '200349.619000', '200349.622000', '200349.624000', '200349.627000', '200349.630000', '200349.632000', '200349.635000', '200349.638000', '200409.525000', '200409.528000', '200409.531000', '200409.533000', '200409.536000', '200409.539000', '200409.541000', '200409.544000', '200409.547000', '200409.549000', '200409.552000', '200409.554000', '200409.557000', '200409.559000', '200409.562000', '200409.565000', '200409.568000', '200409.570000', '200409.573000', '200409.581000', '200409.583000', '200409.586000', '200409.588000', '200409.591000', '200409.594000', '200409.596000', '200409.599000', '200409.602000', '200409.604000', '200409.607000', '200409.610000', '200409.612000', '200409.615000', '200409.617000', '200409.620000', '200409.623000', '200409.625000', '200409.628000', '200409.630000', '200409.633000', '200409.636000', '200409.638000', '200409.646000', '200409.648000', '200429.525000', '200429.528000', '200429.531000', '200429.534000', '200429.537000', '200429.540000', '200429.542000', '200429.545000', '200429.548000', '200429.550000', '200429.553000', '200429.556000', '200429.558000', '200429.561000', '200429.563000', '200429.566000', '200429.569000', '200429.571000', '200429.574000', '200429.577000', '200429.579000', '200429.582000', '200429.585000', '200429.587000', '200429.590000', '200429.593000', '200429.595000', '200429.598000', '200429.601000', '200429.604000', '200429.606000', '200429.609000', '200429.617000', '200429.619000', '200429.622000', '200429.624000', '200429.627000', '200429.630000', '200429.632000', '200429.635000', '200429.640000', '200429.643000', '200429.645000', '200429.648000', '200449.526000', '200449.528000', '200449.531000', '200449.534000', '200449.536000', '200449.539000', '200449.542000', '200449.544000', '200449.547000', '200449.549000', '200449.552000', '200449.555000', '200449.557000', '200449.560000', '200449.563000', '200449.565000', '200449.568000', '200449.570000', '200449.573000', '200449.576000', '200449.578000', '200449.581000', '200449.584000', '200449.586000', '200449.589000', '200449.591000', '200449.594000', '200449.597000', '200449.599000', '200449.602000', '200449.605000', '200449.607000', '200449.610000', '200449.612000', '200449.615000', '200449.618000', '200449.620000', '200449.623000', '200449.626000', '200449.628000', '200449.631000', '200449.633000', '200449.636000', '200509.525000', '200509.528000', '200509.530000', '200509.533000', '200509.537000', '200509.539000', '200509.542000', '200509.544000', '200509.547000', '200509.550000', '200509.552000', '200509.555000', '200509.557000', '200509.560000', '200509.563000', '200509.565000', '200509.568000', '200509.571000', '200509.573000', '200509.576000', '200509.579000', '200509.581000', '200509.584000', '200509.587000', '200509.589000', '200509.592000', '200509.595000', '200509.597000', '200509.600000', '200509.603000', '200509.605000', '200509.608000', '200509.611000', '200509.613000', '200509.616000', '200509.618000', '200509.621000', '200509.626000', '200509.628000', '200509.631000', '200509.634000', '200509.636000', '200509.639000', '200529.525000', '200529.528000', '200529.531000', '200529.534000', '200529.536000', '200529.539000', '200529.542000', '200529.544000', '200529.547000', '200529.550000', '200529.552000', '200529.555000', '200529.558000', '200529.560000', '200529.563000', '200529.566000', '200529.568000', '200529.571000', '200529.574000', '200529.576000', '200529.579000', '200529.582000', '200529.584000', '200529.587000', '200529.590000', '200529.593000', '200529.595000', '200529.598000', '200529.600000', '200529.603000', '200529.606000', '200529.609000', '200529.611000', '200529.614000', '200529.616000', '200529.619000', '200529.622000', '200529.624000', '200529.627000', '200529.630000', '200529.632000', '200529.635000', '200529.637000', '200529.640000', '200549.525000', '200549.528000', '200549.531000', '200549.534000', '200549.536000', '200549.539000', '200549.542000', '200549.544000', '200549.547000', '200549.550000', '200549.552000', '200549.555000', '200549.558000', '200549.560000', '200549.563000', '200549.565000', '200549.568000', '200549.571000', '200549.573000', '200549.577000', '200549.580000', '200549.582000', '200549.585000', '200549.588000', '200549.590000', '200549.593000', '200549.596000', '200549.598000', '200549.601000', '200549.603000', '200549.606000', '200549.609000', '200549.611000', '200549.614000', '200549.617000', '200549.619000', '200549.622000', '200549.625000', '200549.627000', '200549.630000', '200549.633000', '200549.635000', '200549.638000', '200609.525000', '200609.529000', '200609.531000', '200609.534000', '200609.536000', '200609.539000', '200609.542000', '200609.545000', '200609.547000', '200609.550000', '200609.553000', '200609.555000', '200609.558000', '200609.560000', '200609.563000', '200609.566000', '200609.568000', '200609.571000', '200609.574000', '200609.576000', '200609.579000', '200609.582000', '200609.584000', '200609.587000', '200609.590000', '200609.592000', '200609.595000', '200609.598000', '200609.600000', '200609.603000', '200609.606000', '200609.608000', '200609.611000', '200609.614000', '200609.616000', '200609.619000', '200609.621000', '200609.624000', '200609.627000', '200609.660000', '200609.662000', '200609.665000', '200609.668000', '200609.671000', '200629.526000', '200629.528000', '200629.531000', '200629.534000', '200629.536000', '200629.539000', '200629.542000', '200629.544000', '200629.547000', '200629.550000', '200629.552000', '200629.555000', '200629.558000', '200629.560000', '200629.563000', '200629.566000', '200629.569000', '200629.571000', '200629.576000', '200629.578000', '200629.581000', '200629.584000', '200629.586000', '200629.589000', '200629.591000', '200629.594000', '200629.597000', '200629.599000', '200629.602000', '200629.605000', '200629.608000', '200629.610000', '200629.613000', '200629.616000', '200629.618000', '200629.621000', '200629.623000', '200629.626000', '200629.629000', '200629.631000', '200629.634000', '200629.637000', '200629.639000', '200649.525000', '200649.528000', '200649.531000', '200649.533000', '200649.536000', '200649.539000', '200649.542000', '200649.544000', '200649.547000', '200649.550000', '200649.552000', '200649.555000', '200649.558000', '200649.560000', '200649.563000', '200649.565000', '200649.568000', '200649.571000', '200649.573000', '200649.576000', '200649.579000', '200649.581000', '200649.584000', '200649.587000', '200649.589000', '200649.592000', '200649.595000', '200649.597000', '200649.600000', '200649.602000', '200649.605000', '200649.608000', '200649.610000', '200649.613000', '200649.616000', '200649.618000', '200649.621000', '200649.624000', '200649.626000', '200649.629000', '200649.631000', '200649.634000', '200649.637000', '200649.639000', '200709.526000', '200709.528000', '200709.531000', '200709.534000', '200709.537000', '200709.539000', '200709.542000', '200709.545000', '200709.547000', '200709.550000', '200709.553000', '200709.555000', '200709.558000', '200709.561000', '200709.564000', '200709.566000', '200709.569000', '200709.572000', '200709.574000', '200709.577000', '200709.580000', '200709.582000', '200709.585000', '200709.588000', '200709.590000', '200709.593000', '200709.596000', '200709.598000', '200709.601000', '200709.604000', '200709.607000', '200709.609000', '200709.612000', '200709.617000', '200709.619000', '200709.622000', '200709.625000', '200709.627000', '200709.630000', '200709.632000', '200709.635000', '200709.638000', '200709.640000', '200729.525000', '200729.528000', '200729.530000', '200729.533000', '200729.536000', '200729.538000', '200729.541000', '200729.544000', '200729.546000', '200729.549000', '200729.551000', '200729.554000', '200729.557000', '200729.559000', '200729.562000', '200729.565000', '200729.568000', '200729.570000', '200729.573000', '200729.575000', '200729.578000', '200729.581000', '200729.584000', '200729.586000', '200729.589000', '200729.592000', '200729.594000', '200729.597000', '200729.600000', '200729.602000', '200729.605000', '200729.608000', '200729.610000', '200729.613000', '200729.616000', '200729.618000', '200729.621000', '200729.624000', '200729.626000', '200729.629000', '200729.632000', '200729.634000', '200729.637000', '200729.640000', '200749.526000', '200749.529000', '200749.531000', '200749.534000', '200749.537000', '200749.540000', '200749.553000', '200749.555000', '200749.558000', '200749.561000', '200749.564000', '200749.566000', '200749.571000', '200749.573000', '200749.576000', '200749.578000', '200749.581000', '200749.584000', '200749.586000', '200749.589000', '200749.592000', '200749.595000', '200749.597000', '200749.600000', '200749.602000', '200749.605000', '200749.608000', '200749.611000', '200749.613000', '200749.616000', '200749.618000', '200749.621000', '200749.624000', '200749.627000', '200749.629000', '200749.632000', '200749.635000', '200749.637000', '200749.640000', '200749.642000', '200749.645000', '200749.648000', '200749.650000', '200809.526000', '200809.529000', '200809.531000', '200809.534000', '200809.537000', '200809.539000', '200809.542000', '200809.545000', '200809.547000', '200809.550000', '200809.553000', '200809.555000', '200809.558000', '200809.560000', '200809.563000', '200809.566000', '200809.568000', '200809.571000', '200809.574000', '200809.577000', '200809.579000', '200809.582000', '200809.584000', '200809.587000', '200809.590000', '200809.592000', '200809.596000', '200809.598000', '200809.601000', '200809.603000', '200809.606000', '200809.609000', '200809.611000', '200809.614000', '200809.617000', '200809.619000', '200809.622000', '200809.625000', '200809.627000', '200809.630000', '200809.633000', '200809.635000', '200809.638000', '200809.641000', '200829.525000', '200829.528000', '200829.531000', '200829.534000', '200829.537000', '200829.539000', '200829.542000', '200829.544000', '200829.547000', '200829.550000', '200829.552000', '200829.555000', '200829.558000', '200829.561000', '200829.563000', '200829.566000', '200829.568000', '200829.571000', '200829.574000', '200829.576000', '200829.579000', '200829.582000', '200829.584000', '200829.587000', '200829.590000', '200829.592000', '200829.595000', '200829.598000', '200829.600000', '200829.603000', '200829.605000', '200829.608000', '200829.611000', '200829.614000', '200829.616000', '200829.619000', '200829.621000', '200829.624000', '200829.627000', '200829.630000', '200829.633000', '200829.636000', '200829.638000', '200849.526000', '200849.529000', '200849.531000', '200849.534000', '200849.536000', '200849.539000', '200849.542000', '200849.544000', '200849.547000', '200849.550000', '200849.552000', '200849.555000', '200849.557000', '200849.560000', '200849.565000', '200849.567000', '200849.570000', '200849.573000', '200849.575000', '200849.578000', '200849.580000', '200849.583000', '200849.586000', '200849.588000', '200849.591000', '200849.594000', '200849.596000', '200849.599000', '200849.602000', '200849.604000', '200849.607000', '200849.610000', '200849.612000', '200849.615000', '200849.617000', '200849.620000', '200849.623000', '200849.626000', '200849.628000', '200849.631000', '200849.634000', '200849.636000', '200849.639000', '200849.642000', '200909.525000', '200909.528000', '200909.531000', '200909.534000', '200909.536000', '200909.539000', '200909.542000', '200909.544000', '200909.547000', '200909.549000', '200909.552000', '200909.561000', '200909.563000', '200909.566000', '200909.569000', '200909.571000', '200909.574000', '200909.577000', '200909.579000', '200909.582000', '200909.585000', '200909.587000', '200909.590000', '200909.593000', '200909.595000', '200909.598000', '200909.600000', '200909.603000', '200909.606000', '200909.609000', '200909.611000', '200909.625000', '200909.628000', '200909.630000', '200909.633000', '200909.636000', '200909.638000', '200909.641000', '200909.644000', '200909.646000', '200909.649000', '200909.652000', '200909.654000', '200929.526000', '200929.529000', '200929.532000', '200929.534000', '200929.537000', '200929.540000', '200929.543000', '200929.545000', '200929.548000', '200929.551000', '200929.554000', '200929.556000', '200929.559000', '200929.562000', '200929.565000', '200929.567000', '200929.570000', '200929.573000', '200929.575000', '200929.578000', '200929.581000', '200929.583000', '200929.586000', '200929.589000', '200929.591000', '200929.594000', '200929.597000', '200929.599000', '200929.602000', '200929.605000', '200929.607000', '200929.610000', '200929.613000', '200929.615000', '200929.618000', '200929.621000', '200929.623000', '200929.626000', '200929.629000', '200929.631000', '200929.634000', '200929.637000', '200929.639000', '200937.232000', '200937.235000', '200937.238000', '200937.241000', '200937.244000', '200937.247000', '200937.250000', '200937.253000', '200937.256000', '200937.259000', '200937.262000', '200937.265000', '200937.268000', '200937.271000', '200937.274000', '200937.277000', '200937.280000', '200937.282000'], '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': [7586, 7360, 12430, 10487, 10686, 14818, 9455, 8830, 12070, 11590, 10300, 16620, 10770, 7594, 8356, 6740, 12992, 10019, 8947, 8807, 6962, 8993, 7396, 9395, 11217, 6862, 11450, 6945, 6945, 9275, 6755, 12537, 9766, 7397, 7763, 6902, 11742, 9044, 9998, 8662, 7033, 9502, 9683, 9009, 11982, 7174, 7437, 7846, 6800, 13866, 10523, 7425, 10486, 7327, 9074, 12291, 8789, 15187, 8621, 8642, 9185, 6716, 12814, 9283, 6870, 7785, 6655, 12166, 9297, 10265, 9234, 6857, 9620, 9777, 10652, 10613, 6779, 9998, 9143, 8179, 12206, 8000, 6930, 10543, 6919, 13883, 9966, 6961, 8471, 8177, 9917, 11677, 7480, 10070, 9825, 7635, 12486, 8559, 6556, 7901, 6913, 10192, 11350, 7055, 9497, 10190, 7129, 13712, 9812, 6907, 7815, 9198, 14290, 10935, 7924, 9304, 10022, 9546, 12967, 8184, 7963, 7540, 8291, 12043, 9869, 7484, 9024, 8661, 9124, 13054, 9739, 10638, 8261, 7993, 12768, 10446, 11182, 10387, 7770, 10267, 10772, 7426, 12242, 7227, 6801, 9295, 7971, 9587, 10058, 7394, 7802, 9984, 7556, 14041, 10467, 6851, 8615, 8511, 9572, 11295, 7883, 10538, 7783, 6691, 11757, 9241, 9413, 12248, 7787, 7349, 8392, 8855, 10533, 11958, 7324, 14801, 8609, 6752, 8363, 7860, 12665, 10045, 9558, 10491, 8519, 9590, 9626, 8333, 12652, 8773, 14659, 7588, 6733, 9906, 8029, 14710, 10464, 7830, 8608, 6902, 8100, 11978, 8175, 13359, 7722, 6732, 8747, 9560, 9148, 13097, 9435, 9421, 8264, 7903, 12218, 10152, 11090, 11490, 8577, 10392, 7771, 9350, 11010, 7668, 12770, 7322, 6916, 8743, 7374, 13921, 10288, 7267, 8061, 8546, 10706, 10439, 7415, 9559, 8223, 8616, 10470, 7279, 12049, 7857, 9977, 9471, 8113, 12613, 8393, 10207, 7707, 7230, 8729, 9100, 12687, 9981, 7229, 9559, 7292, 7141, 8014, 6940, 13929, 10091, 7487, 8836, 7504, 8712, 11651, 8880, 16769, 8876, 7650, 10913, 11294, 11491, 14470, 8023, 7955, 8502, 8995, 13732, 10912, 8799, 10802, 8188, 7939, 12000, 11412, 7734, 13923, 7621, 7117, 10048, 10355, 9283, 11373, 7153, 7933, 9078, 7513, 6817, 8578, 7456, 9831, 10040, 7067, 6571, 9180, 7594, 7858, 10175, 10287, 10117, 7042, 10049, 9126, 7760, 8577, 15052, 14516, 11480, 9051, 10977, 7787, 8878, 17157, 13348, 8675, 7741, 8501, 7520, 7678, 11568, 9671, 7964, 8406, 8542, 7825, 7467, 11373, 11271, 9115, 15179, 10225, 7434, 9945, 10522, 7598, 8196, 12454, 10250, 10717, 15815, 7953, 7979, 8738, 7634, 7632, 10549, 10052, 7959, 7012, 11144, 7759, 8015, 7741, 9896, 8845, 9700, 10893, 7969, 8202, 10197, 8912, 7613, 7487, 11225, 8418, 8686, 10408, 7619, 7725, 11761, 8803, 7491, 11024, 7911, 7405, 7103, 8535, 9315, 8843, 11827, 7918, 7287, 7376, 7996, 7403, 7444, 11554, 9837, 7890, 12617, 8421, 7673, 7490, 8899, 10913, 9988, 14369, 10327, 7697, 10593, 7872, 9058, 10832, 10319, 8512, 16885, 11689, 7525, 8727, 8795, 7387, 7761, 12161, 9716, 7747, 13676, 8162, 7357, 7274, 8331, 9535, 9793, 11641, 8603, 7509, 8700, 7669, 8910, 10209, 10358, 7828, 11363, 8356, 8216, 7798, 8844, 8488, 13361, 10171, 7752, 9379, 7750, 8600, 10389, 8668, 7915, 8539, 7629, 8994, 8565, 14538, 9866, 7613, 7004, 7990, 7856, 7521, 12305, 10347, 15208, 11849, 7802, 9250, 7747, 7724, 11634, 9204, 9773, 8820, 7898, 7721, 7696, 8068, 13078, 9999, 8051, 8629, 7773, 8073, 9913, 10766, 12455, 12698, 8587, 13170, 7958, 8423, 9768, 9819, 14577, 11160, 9177, 9775, 7874, 7249, 8114, 7954, 14356, 10108, 8165, 9058, 8166, 7842, 9094, 9888, 11107, 11717, 8128, 10624, 7804, 8155, 11092, 10732, 9317, 13297, 8822, 7505, 10822, 7835, 7452, 10180, 9956, 10173, 12793, 7440, 7435, 8249, 8073, 10226, 10296, 7947, 11475, 7833, 7788, 9769, 10717, 9046, 14127, 8797, 7348, 8028, 8943, 9082, 12502, 8166, 8755, 7812, 7848, 11038, 10251, 7613, 13343, 7675, 7333, 8006, 7756, 7906, 10377, 8490, 9063, 8332, 7801, 7195, 7966, 8770, 14218, 10562, 7978, 9284, 8050, 7665, 12749, 10122, 13812, 8557, 7808, 9941, 8191, 7747, 9437, 9241, 7764, 8842, 8455, 7955, 7873, 10899, 10578, 14201, 11787, 7790, 10149, 7993, 8811, 10519, 7907, 15125, 8351, 6781, 8301, 7919, 8500, 7890, 7160, 11608, 7782, 7551, 8018, 7907, 9604, 9790, 7978, 11648, 7645, 7464, 8174, 7822, 8410, 11970, 9419, 9627, 9018, 7745, 7059, 9246, 10091, 14082, 11461, 8165, 10693, 7710, 7482, 12848, 10177, 11274, 11924, 7816, 7203, 8533, 8897, 13774, 11072, 7757, 10709, 7670, 7723, 10330, 9762, 7501, 12730, 7889, 7787, 9372, 9770, 8402, 10057, 9749, 8141, 7759, 7877, 7643, 7951, 9695, 10863, 10468, 11154, 15032, 8748, 7980, 7371, 11144, 10683, 13693, 16420, 10460, 7498, 8395, 7927, 7152, 10652, 8506, 13720, 10218, 7806, 8269, 7592, 7618, 12474, 9548, 7503, 10179, 7770, 7711, 9606, 9987, 11385, 11778, 7943, 11722, 7824, 7555, 10445, 10060, 10501, 11509, 8289, 9417, 7899, 7969, 10361, 10363, 10805, 11716, 7522, 10141, 7715, 7895, 10335, 9930, 10873, 12334, 7674, 10462, 7689, 7695, 10208, 9987, 10629, 12360, 7516, 11585, 7749, 7542, 9424, 10089, 9982, 12055, 7687, 9358, 7880, 7687, 10486, 10345, 10318, 11779, 7509, 8555, 7821, 7875, 9881, 9384, 9470, 10715, 7511, 7027, 7764, 7672, 7945, 10089, 8370, 14229, 10371, 7612, 11287, 7877, 8057, 9117, 7608, 7545, 9228, 8423, 11034, 10151, 15727, 10775, 7651, 7596, 9258, 8712, 8417, 15425, 13255, 14617, 12521, 7582, 7457, 7748, 7612, 12702, 9721, 7982, 12117, 7720, 7781, 7532, 8748, 7784, 7829, 7227, 8248, 10807, 9212, 14873, 11286, 7981, 10046, 7740, 7653, 13941, 12427, 14184, 12303, 7587, 8182, 7740, 7965, 10790, 9192, 10090, 9311, 7671, 7340, 7679, 8012, 7830], 'WindowCenter': [4040.0, 4022.0, 4062.0, 4050.0, 4050.0, 4072.0, 4040.0, 4028.0, 4048.0, 4046.0, 4026.0, 4072.0, 4038.0, 3993.0, 4003.0, 3996.0, 4055.0, 4025.0, 4027.0, 4014.0, 3995.0, 4026.0, 4006.0, 4026.0, 4049.0, 4010.0, 4058.0, 4008.0, 3995.0, 4039.0, 3997.0, 4061.0, 4040.0, 4006.0, 4006.0, 4008.0, 4048.0, 4029.0, 4039.0, 4027.0, 4006.0, 4039.0, 4039.0, 4028.0, 4063.0, 4011.0, 4008.0, 4030.0, 4009.0, 4072.0, 4064.0, 4020.0, 4050.0, 4018.0, 4029.0, 4060.0, 4029.0, 4082.0, 4030.0, 4016.0, 4027.0, 3995.0, 4060.0, 4041.0, 3998.0, 4017.0, 4009.0, 4060.0, 4040.0, 4050.0, 4039.0, 3997.0, 4039.0, 4038.0, 4048.0, 4051.0, 3998.0, 4038.0, 4038.0, 4028.0, 4073.0, 4019.0, 4008.0, 4047.0, 4008.0, 4073.0, 4052.0, 4008.0, 4028.0, 4031.0, 4039.0, 4061.0, 4010.0, 4039.0, 4049.0, 4018.0, 4060.0, 4042.0, 3999.0, 4029.0, 4008.0, 4049.0, 4060.0, 4010.0, 4040.0, 4050.0, 4008.0, 4072.0, 4052.0, 4008.0, 4018.0, 4038.0, 4070.0, 4051.0, 4016.0, 4026.0, 4036.0, 4036.0, 4060.0, 4029.0, 4017.0, 4016.0, 4028.0, 4058.0, 4038.0, 4006.0, 4026.0, 4026.0, 4039.0, 4059.0, 4039.0, 4047.0, 4017.0, 4016.0, 4046.0, 4035.0, 4048.0, 4025.0, 4006.0, 4033.0, 4036.0, 4006.0, 4058.0, 4006.0, 3995.0, 4027.0, 4017.0, 4037.0, 4038.0, 4007.0, 4017.0, 4037.0, 4017.0, 4072.0, 4050.0, 3996.0, 4028.0, 4028.0, 4037.0, 4048.0, 4020.0, 4050.0, 4005.0, 3996.0, 4058.0, 4036.0, 4028.0, 4059.0, 4017.0, 4008.0, 4016.0, 4027.0, 4049.0, 4047.0, 4005.0, 4073.0, 4028.0, 3995.0, 4014.0, 4017.0, 4057.0, 4037.0, 4038.0, 4036.0, 4015.0, 4023.0, 4023.0, 4014.0, 4047.0, 4028.0, 4058.0, 4004.0, 3994.0, 4024.0, 4016.0, 4057.0, 4049.0, 4006.0, 4017.0, 4005.0, 4017.0, 4046.0, 4028.0, 4070.0, 4016.0, 3995.0, 4027.0, 4037.0, 4028.0, 4060.0, 4042.0, 4028.0, 4016.0, 4016.0, 4046.0, 4037.0, 4046.0, 4049.0, 4014.0, 4024.0, 4005.0, 4024.0, 4036.0, 4006.0, 4058.0, 3994.0, 3992.0, 4015.0, 4003.0, 4058.0, 4038.0, 4004.0, 4016.0, 4027.0, 4035.0, 4049.0, 4006.0, 4025.0, 4017.0, 4026.0, 4038.0, 4006.0, 4059.0, 4017.0, 4036.0, 4038.0, 4016.0, 4070.0, 4030.0, 4048.0, 4017.0, 4008.0, 4026.0, 4027.0, 4057.0, 4050.0, 4018.0, 4039.0, 4021.0, 4007.0, 4020.0, 4009.0, 4071.0, 4053.0, 4020.0, 4030.0, 4020.0, 4028.0, 4062.0, 4041.0, 4082.0, 4027.0, 4007.0, 4036.0, 4049.0, 4048.0, 4069.0, 4016.0, 4015.0, 4017.0, 4027.0, 4058.0, 4048.0, 4027.0, 4047.0, 4015.0, 4017.0, 4045.0, 4047.0, 4008.0, 4072.0, 4007.0, 3997.0, 4038.0, 4037.0, 4028.0, 4048.0, 3996.0, 4017.0, 4037.0, 4007.0, 3997.0, 4027.0, 4020.0, 4052.0, 4049.0, 4008.0, 3998.0, 4039.0, 4019.0, 4019.0, 4041.0, 4039.0, 4042.0, 4013.0, 4054.0, 4041.0, 4021.0, 4019.0, 4072.0, 4072.0, 4063.0, 4030.0, 4041.0, 4008.0, 4016.0, 4071.0, 4047.0, 4016.0, 3994.0, 4015.0, 3994.0, 4005.0, 4036.0, 4025.0, 4018.0, 4020.0, 4030.0, 4010.0, 4010.0, 4050.0, 4038.0, 4030.0, 4073.0, 4040.0, 4010.0, 4040.0, 4038.0, 4008.0, 4005.0, 4047.0, 4028.0, 4039.0, 4071.0, 4007.0, 4019.0, 4018.0, 4008.0, 4006.0, 4026.0, 4026.0, 4008.0, 3996.0, 4049.0, 4008.0, 4008.0, 4008.0, 4027.0, 4016.0, 4027.0, 4050.0, 4019.0, 4017.0, 4040.0, 4028.0, 4008.0, 4009.0, 4040.0, 4018.0, 4019.0, 4039.0, 4008.0, 4008.0, 4049.0, 4018.0, 3996.0, 4040.0, 4007.0, 4008.0, 3998.0, 4019.0, 4029.0, 4016.0, 4050.0, 4019.0, 4010.0, 4010.0, 4020.0, 4009.0, 4009.0, 4051.0, 4040.0, 4021.0, 4063.0, 4020.0, 4021.0, 4009.0, 4030.0, 4039.0, 4029.0, 4062.0, 4041.0, 4008.0, 4039.0, 4006.0, 4017.0, 4037.0, 4039.0, 4019.0, 4071.0, 4048.0, 4008.0, 4017.0, 4016.0, 3995.0, 3994.0, 4048.0, 4026.0, 4008.0, 4060.0, 4017.0, 4008.0, 3996.0, 4017.0, 4027.0, 4028.0, 4050.0, 4018.0, 4009.0, 4019.0, 4008.0, 4028.0, 4028.0, 4040.0, 4009.0, 4050.0, 4017.0, 4019.0, 4007.0, 4029.0, 4019.0, 4060.0, 4041.0, 4008.0, 4028.0, 4007.0, 4030.0, 4039.0, 4016.0, 4008.0, 4018.0, 4008.0, 4031.0, 4030.0, 4073.0, 4043.0, 4023.0, 4011.0, 4021.0, 4020.0, 4008.0, 4051.0, 4042.0, 4073.0, 4051.0, 4010.0, 4029.0, 4009.0, 4007.0, 4040.0, 4029.0, 4030.0, 4018.0, 4019.0, 4009.0, 4009.0, 4019.0, 4062.0, 4042.0, 4020.0, 4031.0, 4010.0, 4019.0, 4028.0, 4041.0, 4052.0, 4064.0, 4020.0, 4062.0, 4008.0, 4006.0, 4025.0, 4027.0, 4048.0, 4041.0, 4029.0, 4028.0, 4007.0, 3995.0, 4006.0, 4006.0, 4059.0, 4041.0, 4019.0, 4030.0, 4019.0, 4019.0, 4028.0, 4028.0, 4038.0, 4051.0, 4020.0, 4039.0, 4009.0, 4020.0, 4048.0, 4040.0, 4030.0, 4061.0, 4030.0, 4008.0, 4040.0, 4009.0, 3997.0, 4028.0, 4028.0, 4027.0, 4061.0, 3998.0, 3997.0, 4019.0, 4008.0, 4038.0, 4038.0, 4007.0, 4038.0, 4007.0, 4008.0, 4028.0, 4040.0, 4019.0, 4063.0, 4020.0, 4008.0, 4007.0, 4028.0, 4018.0, 4051.0, 4021.0, 4020.0, 4008.0, 4019.0, 4050.0, 4038.0, 4009.0, 4062.0, 4008.0, 4009.0, 4008.0, 4021.0, 4019.0, 4038.0, 4031.0, 4031.0, 4021.0, 4022.0, 3999.0, 4019.0, 4028.0, 4061.0, 4042.0, 4019.0, 4030.0, 4008.0, 4007.0, 4050.0, 4041.0, 4059.0, 4017.0, 4007.0, 4025.0, 4007.0, 4007.0, 4028.0, 4030.0, 4022.0, 4032.0, 4030.0, 4021.0, 4021.0, 4051.0, 4051.0, 4063.0, 4053.0, 4008.0, 4038.0, 4008.0, 4017.0, 4037.0, 4005.0, 4061.0, 4020.0, 3999.0, 4019.0, 4018.0, 4018.0, 4020.0, 3997.0, 4052.0, 4022.0, 4010.0, 4020.0, 4022.0, 4040.0, 4041.0, 4021.0, 4065.0, 4022.0, 4012.0, 4021.0, 4023.0, 4031.0, 4052.0, 4045.0, 4045.0, 4031.0, 4021.0, 3999.0, 4031.0, 4042.0, 4062.0, 4052.0, 4020.0, 4041.0, 4010.0, 4009.0, 4062.0, 4042.0, 4053.0, 4052.0, 4011.0, 3998.0, 4018.0, 4030.0, 4059.0, 4050.0, 4010.0, 4041.0, 4009.0, 4009.0, 4040.0, 4028.0, 4009.0, 4061.0, 4020.0, 4020.0, 4031.0, 4041.0, 4021.0, 4043.0, 4042.0, 4021.0, 4021.0, 4019.0, 4022.0, 4020.0, 4030.0, 4039.0, 4052.0, 4053.0, 4085.0, 4032.0, 4020.0, 4010.0, 4039.0, 4040.0, 4060.0, 4073.0, 4040.0, 4010.0, 4017.0, 4008.0, 3996.0, 4036.0, 4017.0, 4060.0, 4040.0, 4009.0, 4018.0, 4020.0, 4019.0, 4061.0, 4041.0, 4009.0, 4041.0, 4008.0, 4008.0, 4030.0, 4028.0, 4039.0, 4051.0, 4009.0, 4050.0, 4009.0, 4009.0, 4038.0, 4028.0, 4037.0, 4051.0, 4019.0, 4029.0, 4017.0, 4018.0, 4036.0, 4038.0, 4039.0, 4050.0, 4008.0, 4039.0, 4008.0, 4007.0, 4037.0, 4027.0, 4040.0, 4052.0, 4007.0, 4039.0, 4007.0, 4006.0, 4026.0, 4029.0, 4036.0, 4050.0, 4009.0, 4050.0, 4008.0, 4007.0, 4028.0, 4038.0, 4028.0, 4051.0, 4009.0, 4027.0, 4009.0, 4008.0, 4038.0, 4038.0, 4027.0, 4050.0, 4008.0, 4018.0, 4008.0, 4018.0, 4040.0, 4029.0, 4028.0, 4040.0, 4008.0, 4010.0, 4009.0, 4021.0, 4018.0, 4051.0, 4032.0, 4071.0, 4053.0, 4022.0, 4052.0, 4021.0, 4020.0, 4032.0, 4006.0, 4008.0, 4028.0, 4018.0, 4041.0, 4041.0, 4073.0, 4051.0, 4022.0, 4020.0, 4028.0, 4017.0, 4007.0, 4062.0, 4052.0, 4059.0, 4050.0, 4008.0, 3996.0, 3995.0, 3994.0, 4037.0, 4015.0, 4005.0, 4049.0, 4009.0, 4022.0, 4008.0, 4018.0, 4008.0, 4009.0, 4010.0, 4018.0, 4051.0, 4031.0, 4076.0, 4054.0, 4022.0, 4042.0, 4009.0, 4008.0, 4050.0, 4038.0, 4060.0, 4049.0, 4007.0, 4006.0, 4005.0, 4005.0, 4037.0, 4017.0, 4025.0, 4029.0, 4009.0, 4008.0, 4009.0, 4020.0, 4010.0], 'WindowWidth': [9034.0, 8998.0, 9049.0, 9033.0, 9030.0, 9069.0, 9013.0, 8992.0, 9022.0, 9017.0, 8987.0, 9067.0, 9006.0, 8939.0, 8950.0, 8947.0, 9026.0, 8984.0, 8990.0, 8970.0, 8946.0, 8987.0, 8964.0, 8989.0, 9025.0, 8975.0, 9037.0, 8968.0, 8947.0, 9009.0, 8950.0, 9045.0, 9014.0, 8960.0, 8961.0, 8967.0, 9022.0, 8998.0, 9012.0, 8991.0, 8964.0, 9012.0, 9013.0, 8996.0, 9051.0, 8977.0, 8969.0, 9000.0, 8975.0, 9063.0, 9055.0, 8990.0, 9027.0, 8983.0, 8995.0, 9041.0, 8997.0, 9081.0, 9000.0, 8976.0, 8992.0, 8948.0, 9045.0, 9017.0, 8954.0, 8979.0, 8972.0, 9042.0, 9016.0, 9028.0, 9011.0, 8952.0, 9009.0, 9008.0, 9024.0, 9032.0, 8954.0, 9009.0, 9009.0, 8995.0, 9066.0, 8986.0, 8970.0, 9020.0, 8971.0, 9067.0, 9034.0, 8970.0, 8995.0, 9004.0, 9012.0, 9048.0, 8973.0, 9013.0, 9025.0, 8983.0, 9043.0, 9021.0, 8959.0, 8997.0, 8972.0, 9026.0, 9044.0, 8977.0, 9016.0, 9028.0, 8970.0, 9066.0, 9034.0, 8969.0, 8984.0, 9008.0, 9058.0, 9034.0, 8977.0, 8990.0, 9001.0, 9003.0, 9043.0, 8996.0, 8978.0, 8975.0, 8995.0, 9035.0, 9010.0, 8963.0, 8988.0, 8988.0, 9009.0, 9042.0, 9011.0, 9020.0, 8976.0, 8976.0, 9015.0, 9001.0, 9021.0, 8986.0, 8961.0, 8996.0, 9001.0, 8961.0, 9038.0, 8962.0, 8947.0, 8990.0, 8977.0, 9006.0, 9010.0, 8966.0, 8980.0, 9007.0, 8979.0, 9062.0, 9029.0, 8950.0, 8992.0, 8994.0, 9007.0, 9023.0, 8986.0, 9026.0, 8960.0, 8953.0, 9037.0, 9005.0, 8994.0, 9041.0, 8981.0, 8967.0, 8976.0, 8991.0, 9022.0, 9018.0, 8961.0, 9068.0, 8994.0, 8944.0, 8969.0, 8977.0, 9032.0, 9006.0, 9009.0, 9002.0, 8971.0, 8978.0, 8981.0, 8969.0, 9020.0, 8994.0, 9037.0, 8955.0, 8943.0, 8983.0, 8973.0, 9033.0, 9027.0, 8962.0, 8976.0, 8961.0, 8976.0, 9017.0, 8995.0, 9057.0, 8976.0, 8948.0, 8992.0, 9006.0, 8993.0, 9046.0, 9021.0, 8992.0, 8973.0, 8974.0, 9016.0, 9005.0, 9017.0, 9026.0, 8968.0, 8981.0, 8958.0, 8982.0, 9001.0, 8962.0, 9035.0, 8942.0, 8938.0, 8972.0, 8955.0, 9037.0, 9009.0, 8958.0, 8974.0, 8992.0, 9000.0, 9026.0, 8963.0, 8985.0, 8977.0, 8989.0, 9006.0, 8961.0, 9039.0, 8977.0, 9002.0, 9006.0, 8976.0, 9058.0, 9002.0, 9024.0, 8978.0, 8967.0, 8989.0, 8994.0, 9035.0, 9031.0, 8983.0, 9013.0, 8991.0, 8968.0, 8986.0, 8971.0, 9060.0, 9039.0, 8987.0, 9000.0, 8989.0, 8996.0, 9049.0, 9018.0, 9080.0, 8994.0, 8964.0, 9001.0, 9022.0, 9022.0, 9056.0, 8975.0, 8972.0, 8976.0, 8990.0, 9037.0, 9023.0, 8993.0, 9021.0, 8972.0, 8979.0, 9014.0, 9018.0, 8967.0, 9061.0, 8965.0, 8951.0, 9008.0, 9005.0, 8995.0, 9022.0, 8948.0, 8978.0, 9008.0, 8968.0, 8951.0, 8991.0, 8988.0, 9034.0, 9026.0, 8970.0, 8955.0, 9010.0, 8984.0, 8984.0, 9013.0, 9008.0, 9014.0, 8982.0, 9037.0, 9013.0, 8987.0, 8982.0, 9065.0, 9065.0, 9049.0, 9000.0, 9014.0, 8964.0, 8971.0, 9059.0, 9018.0, 8971.0, 8940.0, 8968.0, 8940.0, 8956.0, 8999.0, 8985.0, 8981.0, 8984.0, 8997.0, 8970.0, 8968.0, 9021.0, 9006.0, 8997.0, 9063.0, 9011.0, 8971.0, 9009.0, 9004.0, 8963.0, 8954.0, 9014.0, 8989.0, 9006.0, 9058.0, 8963.0, 8980.0, 8977.0, 8965.0, 8958.0, 8986.0, 8986.0, 8964.0, 8946.0, 9022.0, 8963.0, 8963.0, 8961.0, 8988.0, 8971.0, 8988.0, 9027.0, 8981.0, 8976.0, 9012.0, 8991.0, 8964.0, 8967.0, 9009.0, 8979.0, 8979.0, 9008.0, 8965.0, 8965.0, 9020.0, 8975.0, 8946.0, 9010.0, 8961.0, 8965.0, 8951.0, 8979.0, 8993.0, 8974.0, 9025.0, 8982.0, 8971.0, 8973.0, 8984.0, 8968.0, 8968.0, 9026.0, 9010.0, 8986.0, 9050.0, 8986.0, 8986.0, 8967.0, 8997.0, 9007.0, 8994.0, 9046.0, 9012.0, 8964.0, 9007.0, 8958.0, 8974.0, 9001.0, 9008.0, 8979.0, 9057.0, 9017.0, 8962.0, 8974.0, 8970.0, 8941.0, 8940.0, 9016.0, 8986.0, 8963.0, 9041.0, 8976.0, 8966.0, 8947.0, 8976.0, 8988.0, 8989.0, 9024.0, 8978.0, 8966.0, 8982.0, 8964.0, 8992.0, 8992.0, 9010.0, 8968.0, 9024.0, 8975.0, 8980.0, 8963.0, 8994.0, 8980.0, 9038.0, 9014.0, 8967.0, 8992.0, 8962.0, 8996.0, 9005.0, 8971.0, 8963.0, 8976.0, 8966.0, 8999.0, 8997.0, 9062.0, 9020.0, 8993.0, 8974.0, 8985.0, 8983.0, 8964.0, 9030.0, 9015.0, 9062.0, 9026.0, 8970.0, 8994.0, 8967.0, 8960.0, 9009.0, 8995.0, 8996.0, 8976.0, 8981.0, 8966.0, 8968.0, 8981.0, 9045.0, 9018.0, 8984.0, 8999.0, 8970.0, 8978.0, 8991.0, 9012.0, 9031.0, 9052.0, 8983.0, 9043.0, 8963.0, 8957.0, 8981.0, 8985.0, 9022.0, 9017.0, 8991.0, 8988.0, 8960.0, 8942.0, 8959.0, 8960.0, 9036.0, 9014.0, 8980.0, 8996.0, 8980.0, 8980.0, 8992.0, 8992.0, 9006.0, 9029.0, 8984.0, 9009.0, 8966.0, 8982.0, 9018.0, 9009.0, 8997.0, 9043.0, 8999.0, 8966.0, 9011.0, 8966.0, 8948.0, 8988.0, 8989.0, 8988.0, 9043.0, 8952.0, 8948.0, 8977.0, 8964.0, 9003.0, 9005.0, 8962.0, 9006.0, 8960.0, 8961.0, 8990.0, 9010.0, 8981.0, 9049.0, 8984.0, 8963.0, 8962.0, 8991.0, 8976.0, 9029.0, 8987.0, 8980.0, 8964.0, 8981.0, 9022.0, 9006.0, 8966.0, 9044.0, 8965.0, 8967.0, 8965.0, 8986.0, 8981.0, 9007.0, 9001.0, 9001.0, 8986.0, 8989.0, 8956.0, 8980.0, 8994.0, 9044.0, 9018.0, 8982.0, 8995.0, 8966.0, 8961.0, 9028.0, 9015.0, 9036.0, 8974.0, 8959.0, 8979.0, 8960.0, 8961.0, 8990.0, 8999.0, 8991.0, 9004.0, 8999.0, 8988.0, 8986.0, 9026.0, 9028.0, 9050.0, 9034.0, 8966.0, 9003.0, 8963.0, 8972.0, 9001.0, 8955.0, 9044.0, 8983.0, 8952.0, 8979.0, 8977.0, 8977.0, 8983.0, 8949.0, 9030.0, 8989.0, 8971.0, 8984.0, 8988.0, 9012.0, 9014.0, 8987.0, 9052.0, 8991.0, 8977.0, 8987.0, 8993.0, 9001.0, 9034.0, 9025.0, 9024.0, 9001.0, 8988.0, 8956.0, 8998.0, 9016.0, 9047.0, 9033.0, 8983.0, 9011.0, 8969.0, 8967.0, 9046.0, 9017.0, 9031.0, 9030.0, 8970.0, 8950.0, 8977.0, 8994.0, 9037.0, 9027.0, 8970.0, 9014.0, 8966.0, 8968.0, 9008.0, 8992.0, 8969.0, 9044.0, 8981.0, 8984.0, 8999.0, 9015.0, 8986.0, 9020.0, 9018.0, 8989.0, 8986.0, 8980.0, 8988.0, 8983.0, 8998.0, 9009.0, 9032.0, 9035.0, 9082.0, 9001.0, 8984.0, 8968.0, 9007.0, 9012.0, 9040.0, 9063.0, 9009.0, 8969.0, 8974.0, 8962.0, 8946.0, 8998.0, 8974.0, 9039.0, 9009.0, 8968.0, 8979.0, 8983.0, 8981.0, 9041.0, 9015.0, 8968.0, 9012.0, 8966.0, 8965.0, 8994.0, 8991.0, 9009.0, 9029.0, 8968.0, 9024.0, 8967.0, 8966.0, 9002.0, 8992.0, 9004.0, 9028.0, 8981.0, 8993.0, 8976.0, 8976.0, 8999.0, 9004.0, 9008.0, 9025.0, 8966.0, 9006.0, 8963.0, 8962.0, 9001.0, 8990.0, 9009.0, 9030.0, 8963.0, 9006.0, 8961.0, 8959.0, 8983.0, 8992.0, 9001.0, 9027.0, 8967.0, 9024.0, 8963.0, 8962.0, 8988.0, 9003.0, 8991.0, 9029.0, 8967.0, 8989.0, 8964.0, 8964.0, 9003.0, 9003.0, 8990.0, 9026.0, 8964.0, 8976.0, 8962.0, 8978.0, 9009.0, 8995.0, 8992.0, 9012.0, 8968.0, 8971.0, 8969.0, 8988.0, 8980.0, 9032.0, 9006.0, 9061.0, 9037.0, 8991.0, 9033.0, 8987.0, 8985.0, 9003.0, 8955.0, 8963.0, 8991.0, 8977.0, 9012.0, 9013.0, 9067.0, 9028.0, 8990.0, 8985.0, 8991.0, 8975.0, 8960.0, 9050.0, 9031.0, 9038.0, 9022.0, 8963.0, 8945.0, 8941.0, 8937.0, 9000.0, 8969.0, 8955.0, 9019.0, 8965.0, 8987.0, 8963.0, 8976.0, 8965.0, 8967.0, 8968.0, 8978.0, 9026.0, 9000.0, 9072.0, 9037.0, 8990.0, 9014.0, 8967.0, 8963.0, 9028.0, 9007.0, 9037.0, 9019.0, 8959.0, 8957.0, 8956.0, 8955.0, 8999.0, 8973.0, 8984.0, 8993.0, 8968.0, 8968.0, 8969.0, 8983.0, 8969.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.0003356921241050119</td></tr>
<tr><td colspan=3>aqi</td><td>0.032533115035799524</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.34802065162484</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.203831681027479</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9681940786140986</td></tr>
<tr><td colspan=3>efc</td><td>0.4813</td></tr>
<tr><td colspan=3>fber</td><td>6008.8828</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1226944446339411</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.768496420047732</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5105009799936844</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3819173068470296</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6955449357332006</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4540406974008224</td></tr>
<tr><td colspan=3>gcor</td><td>0.00444166</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02613050490617752</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03601521998643875</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</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.921198954379817</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>31.0582</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2935</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.2853</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297307.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>737.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.991</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6983</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>471.9862</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3212.8109</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79237.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4189.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.6064</td></tr>
<tr><td colspan=3>tsnr</td><td>36.38900646939874</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>