<?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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-02/func/sub-0131_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>4f7ce4cf36a85a2b0866d90e24ca6ca1</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>11:04:39.237500</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.999995, -0.00286847, -0.00147392, 0.00279249, 0.998785, -0.0491932]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0858134</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -8104, -7354, 500, -100, -1051, 744, 147]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f86d7bd3-fe38-47a3-8620-32a5b3a66a31||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.682912826538086, 0.007492052391171455, -0.004355733282864094, 112.62401580810547], [0.007695890963077545, 2.6796681880950928, -0.13280977308750153, -96.84587097167969], [-0.003954408224672079, 0.13198170065879822, 2.696727991104126, -76.0030746459961], [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': ['110439.237500', '110439.697500', '110440.157500', '110440.617500', '110441.077500', '110441.537500', '110441.997500', '110442.457500', '110442.917500', '110443.377500', '110443.837500', '110444.297500', '110444.757500', '110445.217500', '110445.677500', '110446.137500', '110446.597500', '110447.057500', '110447.517500', '110447.977500', '110448.437500', '110448.897500', '110449.357500', '110449.817500', '110450.277500', '110450.737500', '110451.197500', '110451.657500', '110452.117500', '110452.577500', '110453.037500', '110453.497500', '110453.957500', '110454.417500', '110454.877500', '110455.337500', '110455.797500', '110456.257500', '110456.717500', '110457.177500', '110457.637500', '110458.097500', '110458.557500', '110459.017500', '110459.477500', '110459.937500', '110500.397500', '110500.857500', '110501.317500', '110501.777500', '110502.237500', '110502.697500', '110503.157500', '110503.617500', '110504.077500', '110504.537500', '110504.997500', '110505.457500', '110505.917500', '110506.377500', '110506.837500', '110507.297500', '110507.757500', '110508.217500', '110508.677500', '110509.137500', '110509.597500', '110510.057500', '110510.517500', '110510.977500', '110511.437500', '110511.897500', '110512.357500', '110512.817500', '110513.277500', '110513.737500', '110514.197500', '110514.657500', '110515.117500', '110515.577500', '110516.037500', '110516.497500', '110516.957500', '110517.417500', '110517.877500', '110518.337500', '110518.797500', '110519.257500', '110519.717500', '110520.177500', '110520.637500', '110521.097500', '110521.557500', '110522.017500', '110522.477500', '110522.937500', '110523.397500', '110523.857500', '110524.317500', '110524.777500', '110525.237500', '110525.697500', '110526.157500', '110526.617500', '110527.077500', '110527.537500', '110527.997500', '110528.457500', '110528.917500', '110529.377500', '110529.837500', '110530.297500', '110530.757500', '110531.217500', '110531.677500', '110532.137500', '110532.597500', '110533.057500', '110533.517500', '110533.977500', '110534.437500', '110534.897500', '110535.357500', '110535.817500', '110536.277500', '110536.737500', '110537.197500', '110537.657500', '110538.117500', '110538.577500', '110539.037500', '110539.497500', '110539.957500', '110540.417500', '110540.877500', '110541.337500', '110541.797500', '110542.257500', '110542.717500', '110543.177500', '110543.637500', '110544.097500', '110544.557500', '110545.017500', '110545.477500', '110545.937500', '110546.397500', '110546.857500', '110547.317500', '110547.777500', '110548.237500', '110548.697500', '110549.157500', '110549.617500', '110550.077500', '110550.537500', '110550.997500', '110551.457500', '110551.917500', '110552.377500', '110552.837500', '110553.297500', '110553.757500', '110554.217500', '110554.677500', '110555.137500', '110555.597500', '110556.057500', '110556.517500', '110556.977500', '110557.437500', '110557.897500', '110558.357500', '110558.817500', '110559.277500', '110559.737500', '110600.197500', '110600.657500', '110601.117500', '110601.577500', '110602.037500', '110602.497500', '110602.957500', '110603.417500', '110603.877500', '110604.337500', '110604.797500', '110605.257500', '110605.717500', '110606.177500', '110606.637500', '110607.097500', '110607.557500', '110608.017500', '110608.477500', '110608.937500', '110609.397500', '110609.857500', '110610.317500', '110610.777500', '110611.237500', '110611.697500', '110612.157500', '110612.617500', '110613.077500', '110613.537500', '110613.997500', '110614.457500', '110614.917500', '110615.377500', '110615.837500', '110616.297500', '110616.757500', '110617.217500', '110617.677500', '110618.137500', '110618.597500', '110619.057500', '110619.517500', '110619.977500', '110620.437500', '110620.897500', '110621.357500', '110621.817500', '110622.277500', '110622.737500', '110623.197500', '110623.657500', '110624.117500', '110624.577500', '110625.037500', '110625.497500', '110625.957500', '110626.417500', '110626.877500', '110627.337500', '110627.797500', '110628.257500', '110628.717500', '110629.177500', '110629.637500', '110630.097500', '110630.557500', '110631.017500', '110631.477500', '110631.937500', '110632.397500', '110632.857500', '110633.317500', '110633.777500', '110634.237500', '110634.697500', '110635.157500', '110635.617500', '110636.077500', '110636.537500', '110636.997500', '110637.457500', '110637.917500', '110638.377500', '110638.837500', '110639.297500', '110639.757500', '110640.217500', '110640.677500', '110641.137500', '110641.597500', '110642.057500', '110642.517500', '110642.977500', '110643.437500', '110643.897500', '110644.357500', '110644.817500', '110645.277500', '110645.737500', '110646.197500', '110646.657500', '110647.117500', '110647.577500', '110648.037500', '110648.497500', '110648.957500', '110649.417500', '110649.877500', '110650.337500', '110650.797500', '110651.257500', '110651.717500', '110652.177500', '110652.637500', '110653.097500', '110653.557500', '110654.017500', '110654.477500', '110654.937500', '110655.397500', '110655.857500', '110656.317500', '110656.777500', '110657.237500', '110657.697500', '110658.157500', '110658.617500', '110659.077500', '110659.537500', '110659.997500', '110700.457500', '110700.917500', '110701.377500', '110701.837500', '110702.297500', '110702.757500', '110703.217500', '110703.677500', '110704.137500', '110704.597500', '110705.057500', '110705.517500', '110705.977500', '110706.437500', '110706.897500', '110707.357500', '110707.817500', '110708.277500', '110708.737500', '110709.197500', '110709.657500', '110710.117500', '110710.577500', '110711.037500', '110711.497500', '110711.957500', '110712.417500', '110712.877500', '110713.337500', '110713.797500', '110714.257500', '110714.717500', '110715.177500', '110715.637500', '110716.097500', '110716.557500', '110717.017500', '110717.477500', '110717.937500', '110718.397500', '110718.857500', '110719.317500', '110719.777500', '110720.237500', '110720.697500', '110721.157500', '110721.617500', '110722.077500', '110722.537500', '110722.997500', '110723.457500', '110723.917500', '110724.377500', '110724.837500', '110725.297500', '110725.757500', '110726.217500', '110726.677500', '110727.137500', '110727.597500', '110728.057500', '110728.517500', '110728.977500', '110729.437500', '110729.897500', '110730.357500', '110730.817500', '110731.277500', '110731.737500', '110732.197500', '110732.657500', '110733.117500', '110733.577500', '110734.037500', '110734.497500', '110734.957500', '110735.417500', '110735.877500', '110736.337500', '110736.797500', '110737.257500', '110737.717500', '110738.177500', '110738.637500', '110739.097500', '110739.557500', '110740.017500', '110740.477500', '110740.937500', '110741.397500', '110741.857500', '110742.317500', '110742.777500', '110743.237500', '110743.697500', '110744.157500', '110744.617500', '110745.077500', '110745.537500', '110745.997500', '110746.457500', '110746.917500', '110747.377500', '110747.837500', '110748.297500', '110748.757500', '110749.217500', '110749.677500', '110750.137500', '110750.597500', '110751.057500', '110751.517500', '110751.977500', '110752.437500', '110752.897500', '110753.357500', '110753.817500', '110754.277500', '110754.737500', '110755.197500', '110755.657500', '110756.117500', '110756.577500', '110757.037500', '110757.497500', '110757.957500', '110758.417500', '110758.877500', '110759.337500', '110759.797500', '110800.257500', '110800.717500', '110801.177500', '110801.637500', '110802.097500', '110802.557500', '110803.017500', '110803.477500', '110803.937500', '110804.397500', '110804.857500', '110805.317500', '110805.777500', '110806.237500', '110806.697500', '110807.157500', '110807.617500', '110808.077500', '110808.537500', '110808.997500', '110809.457500', '110809.917500', '110810.377500', '110810.837500', '110811.297500', '110811.757500', '110812.217500', '110812.677500', '110813.137500', '110813.597500', '110814.057500', '110814.517500', '110814.977500', '110815.437500', '110815.897500', '110816.357500', '110816.817500', '110817.277500', '110817.737500', '110818.197500', '110818.657500', '110819.117500', '110819.577500', '110820.037500', '110820.497500', '110820.957500', '110821.417500', '110821.877500', '110822.337500', '110822.797500', '110823.257500', '110823.717500', '110824.177500', '110824.637500', '110825.097500', '110825.557500', '110826.017500', '110826.477500', '110826.937500', '110827.397500', '110827.857500', '110828.317500', '110828.777500', '110829.237500', '110829.697500', '110830.157500', '110830.617500', '110831.077500', '110831.537500', '110831.997500', '110832.457500', '110832.917500', '110833.377500', '110833.837500', '110834.297500', '110834.757500', '110835.217500', '110835.677500', '110836.137500', '110836.597500', '110837.057500', '110837.517500', '110837.977500', '110838.437500', '110838.897500', '110839.357500', '110839.817500', '110840.277500', '110840.737500', '110841.197500', '110841.657500', '110842.117500', '110842.577500', '110843.037500', '110843.497500', '110843.957500', '110844.417500', '110844.877500', '110845.337500', '110845.797500', '110846.257500', '110846.717500', '110847.177500', '110847.637500', '110848.097500', '110848.557500', '110849.017500', '110849.477500', '110849.937500', '110850.397500', '110850.857500', '110851.317500', '110851.777500', '110852.237500', '110852.697500', '110853.157500', '110853.617500', '110854.077500', '110854.537500', '110854.997500', '110855.457500', '110855.917500', '110856.377500', '110856.837500', '110857.297500', '110857.757500', '110858.217500', '110858.677500', '110859.137500', '110859.597500', '110900.057500', '110900.517500', '110900.977500', '110901.437500', '110901.897500', '110902.357500', '110902.817500', '110903.277500', '110903.737500', '110904.197500', '110904.657500', '110905.117500', '110905.577500', '110906.037500', '110906.497500', '110906.957500', '110907.417500', '110907.877500', '110908.337500', '110908.797500', '110909.257500', '110909.717500', '110910.177500', '110910.637500', '110911.097500', '110911.557500', '110912.017500', '110912.477500', '110912.937500', '110913.397500', '110913.857500', '110914.317500', '110914.777500', '110915.237500', '110915.697500', '110916.157500', '110916.617500', '110917.077500', '110917.537500', '110917.997500', '110918.457500', '110918.917500', '110919.377500', '110919.837500', '110920.297500', '110920.757500', '110921.217500', '110921.677500', '110922.137500', '110922.597500', '110923.057500', '110923.517500', '110923.977500', '110924.437500', '110924.897500', '110925.357500', '110925.817500', '110926.277500', '110926.737500', '110927.197500', '110927.657500', '110928.117500', '110928.577500', '110929.037500', '110929.497500', '110929.957500', '110930.417500', '110930.877500', '110931.337500', '110931.797500', '110932.257500', '110932.717500', '110933.177500', '110933.637500', '110934.097500', '110934.557500', '110935.017500', '110935.477500', '110935.937500', '110936.397500', '110936.857500', '110937.317500', '110937.777500', '110938.237500', '110938.697500', '110939.157500', '110939.617500', '110940.077500', '110940.537500', '110940.997500', '110941.457500', '110941.917500', '110942.377500', '110942.837500', '110943.297500', '110943.757500', '110944.217500', '110944.677500', '110945.137500', '110945.597500', '110946.057500', '110946.517500', '110946.977500', '110947.437500', '110947.897500', '110948.357500', '110948.817500', '110949.277500', '110949.737500', '110950.197500', '110950.657500', '110951.117500', '110951.577500', '110952.037500', '110952.497500', '110952.957500', '110953.417500', '110953.877500', '110954.337500', '110954.797500', '110955.257500', '110955.717500', '110956.177500', '110956.637500', '110957.097500', '110957.557500', '110958.017500', '110958.477500', '110958.937500', '110959.397500', '110959.857500', '111000.317500', '111000.777500', '111001.237500', '111001.697500', '111002.157500', '111002.617500', '111003.077500', '111003.537500', '111003.997500', '111004.457500', '111004.917500', '111005.377500', '111005.837500', '111006.297500', '111006.757500', '111007.217500', '111007.677500', '111008.137500', '111008.597500', '111009.057500', '111009.517500', '111009.977500', '111010.437500', '111010.897500', '111011.357500', '111011.817500', '111012.277500', '111012.737500', '111013.197500', '111013.657500', '111014.117500', '111014.577500', '111015.037500', '111015.497500', '111015.957500', '111016.417500', '111016.877500', '111017.337500', '111017.797500', '111018.257500', '111018.717500', '111019.177500', '111019.637500', '111020.097500', '111020.557500', '111021.017500', '111021.477500', '111021.937500', '111022.397500', '111022.857500', '111023.317500', '111023.777500', '111024.237500', '111024.697500', '111025.157500', '111025.617500', '111026.077500', '111026.537500', '111026.997500', '111027.457500', '111027.917500', '111028.377500', '111028.837500', '111029.297500', '111029.757500', '111030.217500', '111030.677500', '111031.137500', '111031.597500', '111032.057500', '111032.517500', '111032.977500', '111033.437500', '111033.897500', '111034.357500', '111034.817500', '111035.277500', '111035.737500', '111036.197500', '111036.657500', '111037.117500', '111037.577500', '111038.037500', '111038.497500', '111038.957500', '111039.417500', '111039.877500', '111040.337500', '111040.797500', '111041.257500', '111041.717500', '111042.177500', '111042.637500', '111043.097500', '111043.557500', '111044.017500', '111044.477500', '111044.937500', '111045.397500', '111045.857500', '111046.317500', '111046.777500', '111047.237500', '111047.697500', '111048.157500', '111048.617500', '111049.077500', '111049.537500', '111049.997500', '111050.457500', '111050.917500', '111051.377500', '111051.837500', '111052.297500', '111052.757500', '111053.217500', '111053.677500', '111054.137500', '111054.597500', '111055.057500', '111055.517500', '111055.977500', '111056.437500', '111056.897500', '111057.357500', '111057.817500', '111058.277500', '111058.737500', '111059.197500', '111059.657500', '111100.117500', '111100.577500', '111101.037500', '111101.497500', '111101.957500', '111102.417500', '111102.877500', '111103.337500', '111103.797500', '111104.257500', '111104.717500'], 'ContentTime': ['110459.712000', '110459.715000', '110459.718000', '110459.720000', '110459.723000', '110459.725000', '110459.728000', '110459.731000', '110459.733000', '110459.736000', '110459.739000', '110459.741000', '110459.744000', '110459.746000', '110459.749000', '110459.752000', '110459.754000', '110459.757000', '110459.759000', '110459.762000', '110459.765000', '110459.767000', '110459.777000', '110459.780000', '110459.783000', '110459.785000', '110459.788000', '110459.792000', '110459.795000', '110459.797000', '110459.800000', '110459.803000', '110459.806000', '110459.808000', '110459.811000', '110459.813000', '110459.816000', '110459.819000', '110459.821000', '110459.824000', '110459.826000', '110459.829000', '110519.663000', '110519.666000', '110519.669000', '110519.672000', '110519.674000', '110519.677000', '110519.680000', '110519.682000', '110519.685000', '110519.688000', '110519.690000', '110519.693000', '110519.695000', '110519.698000', '110519.701000', '110519.703000', '110519.706000', '110519.709000', '110519.711000', '110519.714000', '110519.717000', '110519.719000', '110519.722000', '110519.724000', '110519.727000', '110519.730000', '110519.732000', '110519.735000', '110519.737000', '110519.740000', '110519.743000', '110519.745000', '110519.748000', '110519.750000', '110519.753000', '110519.756000', '110519.758000', '110519.761000', '110519.763000', '110519.766000', '110519.769000', '110519.771000', '110519.774000', '110519.776000', '110539.664000', '110539.666000', '110539.675000', '110539.678000', '110539.680000', '110539.683000', '110539.686000', '110539.688000', '110539.691000', '110539.693000', '110539.696000', '110539.698000', '110539.701000', '110539.704000', '110539.706000', '110539.709000', '110539.711000', '110539.714000', '110539.717000', '110539.719000', '110539.722000', '110539.724000', '110539.727000', '110539.730000', '110539.732000', '110539.735000', '110539.737000', '110539.740000', '110539.743000', '110539.745000', '110539.748000', '110539.750000', '110539.753000', '110539.755000', '110539.758000', '110539.761000', '110539.763000', '110539.766000', '110539.768000', '110539.771000', '110539.774000', '110539.776000', '110539.779000', '110559.663000', '110559.666000', '110559.669000', '110559.672000', '110559.674000', '110559.677000', '110559.679000', '110559.682000', '110559.685000', '110559.687000', '110559.690000', '110559.692000', '110559.695000', '110559.698000', '110559.700000', '110559.711000', '110559.714000', '110559.717000', '110559.719000', '110559.722000', '110559.725000', '110559.727000', '110559.730000', '110559.733000', '110559.735000', '110559.738000', '110559.751000', '110559.754000', '110559.756000', '110559.759000', '110559.762000', '110559.764000', '110559.767000', '110559.770000', '110559.772000', '110559.775000', '110559.777000', '110559.780000', '110559.788000', '110559.791000', '110559.793000', '110559.796000', '110559.799000', '110559.802000', '110619.663000', '110619.666000', '110619.669000', '110619.671000', '110619.674000', '110619.677000', '110619.679000', '110619.682000', '110619.684000', '110619.687000', '110619.690000', '110619.692000', '110619.695000', '110619.698000', '110619.700000', '110619.703000', '110619.705000', '110619.708000', '110619.711000', '110619.713000', '110619.716000', '110619.718000', '110619.721000', '110619.724000', '110619.726000', '110619.729000', '110619.731000', '110619.734000', '110619.736000', '110619.740000', '110619.742000', '110619.745000', '110619.748000', '110619.750000', '110619.753000', '110619.755000', '110619.758000', '110619.761000', '110619.763000', '110619.766000', '110619.768000', '110619.771000', '110619.774000', '110639.664000', '110639.667000', '110639.670000', '110639.673000', '110639.675000', '110639.678000', '110639.680000', '110639.683000', '110639.685000', '110639.688000', '110639.691000', '110639.693000', '110639.696000', '110639.698000', '110639.701000', '110639.704000', '110639.706000', '110639.709000', '110639.711000', '110639.723000', '110639.725000', '110639.728000', '110639.731000', '110639.734000', '110639.736000', '110639.739000', '110639.741000', '110639.744000', '110639.747000', '110639.749000', '110639.752000', '110639.754000', '110639.757000', '110639.759000', '110639.762000', '110639.765000', '110639.768000', '110639.770000', '110639.773000', '110639.775000', '110639.778000', '110639.781000', '110639.783000', '110639.786000', '110659.663000', '110659.665000', '110659.668000', '110659.671000', '110659.673000', '110659.676000', '110659.678000', '110659.681000', '110659.684000', '110659.686000', '110659.689000', '110659.692000', '110659.694000', '110659.697000', '110659.699000', '110659.702000', '110659.705000', '110659.707000', '110659.710000', '110659.712000', '110659.715000', '110659.718000', '110659.720000', '110659.723000', '110659.726000', '110659.728000', '110659.731000', '110659.733000', '110659.736000', '110659.744000', '110659.747000', '110659.750000', '110659.752000', '110659.755000', '110659.758000', '110659.760000', '110659.763000', '110659.766000', '110659.768000', '110659.771000', '110659.774000', '110659.776000', '110659.779000', '110719.663000', '110719.666000', '110719.669000', '110719.672000', '110719.674000', '110719.677000', '110719.680000', '110719.682000', '110719.685000', '110719.688000', '110719.690000', '110719.693000', '110719.695000', '110719.698000', '110719.701000', '110719.703000', '110719.706000', '110719.709000', '110719.711000', '110719.714000', '110719.716000', '110719.719000', '110719.722000', '110719.724000', '110719.727000', '110719.730000', '110719.732000', '110719.735000', '110719.738000', '110719.740000', '110719.743000', '110719.746000', '110719.748000', '110719.751000', '110719.754000', '110719.756000', '110719.759000', '110719.761000', '110719.764000', '110719.767000', '110719.782000', '110719.785000', '110719.787000', '110719.790000', '110739.664000', '110739.666000', '110739.669000', '110739.672000', '110739.674000', '110739.677000', '110739.680000', '110739.683000', '110739.685000', '110739.688000', '110739.691000', '110739.693000', '110739.696000', '110739.698000', '110739.701000', '110739.704000', '110739.706000', '110739.709000', '110739.711000', '110739.714000', '110739.717000', '110739.747000', '110739.750000', '110739.752000', '110739.755000', '110739.758000', '110739.760000', '110739.763000', '110739.765000', '110739.768000', '110739.770000', '110739.773000', '110739.776000', '110739.778000', '110739.781000', '110739.783000', '110739.786000', '110739.789000', '110739.791000', '110739.794000', '110739.797000', '110739.799000', '110739.802000', '110759.663000', '110759.666000', '110759.669000', '110759.672000', '110759.674000', '110759.677000', '110759.679000', '110759.682000', '110759.685000', '110759.688000', '110759.690000', '110759.693000', '110759.696000', '110759.698000', '110759.702000', '110759.705000', '110759.707000', '110759.710000', '110759.713000', '110759.715000', '110759.718000', '110759.721000', '110759.723000', '110759.726000', '110759.729000', '110759.731000', '110759.734000', '110759.736000', '110759.739000', '110759.742000', '110759.744000', '110759.747000', '110759.750000', '110759.752000', '110759.755000', '110759.758000', '110759.760000', '110759.763000', '110759.766000', '110759.768000', '110759.771000', '110759.774000', '110759.776000', '110819.663000', '110819.666000', '110819.669000', '110819.672000', '110819.674000', '110819.677000', '110819.680000', '110819.682000', '110819.685000', '110819.687000', '110819.690000', '110819.693000', '110819.695000', '110819.698000', '110819.700000', '110819.703000', '110819.706000', '110819.708000', '110819.711000', '110819.713000', '110819.716000', '110819.719000', '110819.721000', '110819.724000', '110819.726000', '110819.729000', '110819.732000', '110819.734000', '110819.737000', '110819.739000', '110819.742000', '110819.745000', '110819.747000', '110819.750000', '110819.752000', '110819.755000', '110819.758000', '110819.761000', '110819.763000', '110819.766000', '110819.768000', '110819.771000', '110819.774000', '110819.776000', '110839.663000', '110839.666000', '110839.669000', '110839.672000', '110839.674000', '110839.677000', '110839.681000', '110839.684000', '110839.686000', '110839.689000', '110839.692000', '110839.695000', '110839.697000', '110839.700000', '110839.702000', '110839.705000', '110839.708000', '110839.710000', '110839.713000', '110839.716000', '110839.718000', '110839.721000', '110839.723000', '110839.726000', '110839.729000', '110839.732000', '110839.734000', '110839.737000', '110839.739000', '110839.748000', '110839.751000', '110839.753000', '110839.756000', '110839.759000', '110839.761000', '110839.764000', '110839.767000', '110839.769000', '110839.772000', '110839.774000', '110839.777000', '110839.780000', '110839.782000', '110859.664000', '110859.666000', '110859.669000', '110859.672000', '110859.674000', '110859.677000', '110859.680000', '110859.682000', '110859.685000', '110859.688000', '110859.690000', '110859.693000', '110859.695000', '110859.698000', '110859.701000', '110859.703000', '110859.706000', '110859.708000', '110859.711000', '110859.714000', '110859.716000', '110859.719000', '110859.721000', '110859.724000', '110859.727000', '110859.729000', '110859.732000', '110859.735000', '110859.737000', '110859.740000', '110859.742000', '110859.745000', '110859.748000', '110859.750000', '110859.753000', '110859.756000', '110859.759000', '110859.761000', '110859.764000', '110859.767000', '110859.769000', '110859.772000', '110859.775000', '110859.777000', '110919.663000', '110919.666000', '110919.668000', '110919.671000', '110919.673000', '110919.676000', '110919.680000', '110919.683000', '110919.686000', '110919.688000', '110919.691000', '110919.694000', '110919.696000', '110919.699000', '110919.702000', '110919.704000', '110919.707000', '110919.709000', '110919.712000', '110919.715000', '110919.717000', '110919.720000', '110919.723000', '110919.725000', '110919.728000', '110919.730000', '110919.733000', '110919.736000', '110919.738000', '110919.742000', '110919.745000', '110919.748000', '110919.751000', '110919.753000', '110919.756000', '110919.759000', '110919.761000', '110919.764000', '110919.766000', '110919.769000', '110919.772000', '110919.774000', '110919.777000', '110939.664000', '110939.667000', '110939.669000', '110939.672000', '110939.675000', '110939.677000', '110939.680000', '110939.682000', '110939.685000', '110939.687000', '110939.690000', '110939.693000', '110939.695000', '110939.698000', '110939.701000', '110939.703000', '110939.706000', '110939.709000', '110939.711000', '110939.714000', '110939.716000', '110939.719000', '110939.722000', '110939.724000', '110939.727000', '110939.730000', '110939.732000', '110939.735000', '110939.738000', '110939.740000', '110939.743000', '110939.745000', '110939.748000', '110939.751000', '110939.753000', '110939.756000', '110939.759000', '110939.761000', '110939.764000', '110939.766000', '110939.769000', '110939.772000', '110939.775000', '110939.777000', '110959.664000', '110959.667000', '110959.669000', '110959.672000', '110959.675000', '110959.677000', '110959.680000', '110959.682000', '110959.685000', '110959.688000', '110959.690000', '110959.693000', '110959.696000', '110959.698000', '110959.701000', '110959.704000', '110959.706000', '110959.715000', '110959.718000', '110959.721000', '110959.723000', '110959.726000', '110959.729000', '110959.732000', '110959.735000', '110959.738000', '110959.741000', '110959.745000', '110959.748000', '110959.751000', '110959.754000', '110959.756000', '110959.759000', '110959.761000', '110959.764000', '110959.767000', '110959.770000', '110959.772000', '110959.775000', '110959.777000', '110959.780000', '110959.783000', '110959.785000', '111019.664000', '111019.667000', '111019.670000', '111019.672000', '111019.675000', '111019.678000', '111019.681000', '111019.683000', '111019.686000', '111019.691000', '111019.693000', '111019.696000', '111019.698000', '111019.701000', '111019.704000', '111019.707000', '111019.709000', '111019.712000', '111019.715000', '111019.717000', '111019.720000', '111019.723000', '111019.725000', '111019.728000', '111019.730000', '111019.733000', '111019.736000', '111019.738000', '111019.741000', '111019.744000', '111019.746000', '111019.749000', '111019.752000', '111019.754000', '111019.757000', '111019.760000', '111019.762000', '111019.765000', '111019.768000', '111019.770000', '111019.773000', '111019.776000', '111019.778000', '111019.781000', '111039.663000', '111039.666000', '111039.669000', '111039.672000', '111039.674000', '111039.677000', '111039.679000', '111039.682000', '111039.685000', '111039.687000', '111039.690000', '111039.693000', '111039.695000', '111039.742000', '111039.745000', '111039.748000', '111039.751000', '111039.753000', '111039.756000', '111039.759000', '111039.761000', '111039.764000', '111039.767000', '111039.769000', '111039.772000', '111039.775000', '111039.777000', '111039.781000', '111039.784000', '111039.787000', '111039.789000', '111039.792000', '111039.794000', '111039.797000', '111039.800000', '111039.802000', '111039.805000', '111039.807000', '111039.810000', '111039.813000', '111039.815000', '111039.818000', '111039.821000', '111059.664000', '111059.666000', '111059.669000', '111059.672000', '111059.674000', '111059.677000', '111059.679000', '111059.682000', '111059.685000', '111059.687000', '111059.690000', '111059.692000', '111059.695000', '111059.698000', '111059.700000', '111059.703000', '111059.706000', '111059.709000', '111059.712000', '111059.714000', '111059.717000', '111059.720000', '111059.723000', '111059.725000', '111059.728000', '111059.731000', '111059.733000', '111059.736000', '111059.739000', '111059.741000', '111059.744000', '111059.746000', '111059.749000', '111059.752000', '111059.754000', '111059.757000', '111059.760000', '111059.763000', '111059.765000', '111059.768000', '111059.770000', '111059.773000', '111059.776000', '111059.778000', '111105.934000', '111105.937000', '111105.940000', '111105.942000', '111105.945000', '111105.948000', '111105.951000', '111105.954000', '111105.957000', '111105.960000', '111105.962000', '111105.965000', '111105.968000', '111105.971000'], 'InstanceCreationTime': ['110459.712000', '110459.715000', '110459.718000', '110459.720000', '110459.723000', '110459.725000', '110459.728000', '110459.731000', '110459.733000', '110459.736000', '110459.739000', '110459.741000', '110459.744000', '110459.746000', '110459.749000', '110459.752000', '110459.754000', '110459.757000', '110459.759000', '110459.762000', '110459.765000', '110459.767000', '110459.777000', '110459.780000', '110459.783000', '110459.785000', '110459.788000', '110459.792000', '110459.795000', '110459.797000', '110459.800000', '110459.803000', '110459.806000', '110459.808000', '110459.811000', '110459.813000', '110459.816000', '110459.819000', '110459.821000', '110459.824000', '110459.826000', '110459.829000', '110519.663000', '110519.666000', '110519.669000', '110519.672000', '110519.674000', '110519.677000', '110519.680000', '110519.682000', '110519.685000', '110519.688000', '110519.690000', '110519.693000', '110519.695000', '110519.698000', '110519.701000', '110519.703000', '110519.706000', '110519.709000', '110519.711000', '110519.714000', '110519.717000', '110519.719000', '110519.722000', '110519.724000', '110519.727000', '110519.730000', '110519.732000', '110519.735000', '110519.737000', '110519.740000', '110519.743000', '110519.745000', '110519.748000', '110519.750000', '110519.753000', '110519.756000', '110519.758000', '110519.761000', '110519.763000', '110519.766000', '110519.769000', '110519.771000', '110519.774000', '110519.776000', '110539.664000', '110539.666000', '110539.675000', '110539.678000', '110539.680000', '110539.683000', '110539.686000', '110539.688000', '110539.691000', '110539.693000', '110539.696000', '110539.698000', '110539.701000', '110539.704000', '110539.706000', '110539.709000', '110539.711000', '110539.714000', '110539.717000', '110539.719000', '110539.722000', '110539.724000', '110539.727000', '110539.730000', '110539.732000', '110539.735000', '110539.737000', '110539.740000', '110539.743000', '110539.745000', '110539.748000', '110539.750000', '110539.753000', '110539.755000', '110539.758000', '110539.761000', '110539.763000', '110539.766000', '110539.768000', '110539.771000', '110539.774000', '110539.776000', '110539.779000', '110559.663000', '110559.666000', '110559.669000', '110559.672000', '110559.674000', '110559.677000', '110559.679000', '110559.682000', '110559.685000', '110559.687000', '110559.690000', '110559.692000', '110559.695000', '110559.698000', '110559.700000', '110559.711000', '110559.714000', '110559.717000', '110559.719000', '110559.722000', '110559.725000', '110559.727000', '110559.730000', '110559.733000', '110559.735000', '110559.738000', '110559.751000', '110559.754000', '110559.756000', '110559.759000', '110559.762000', '110559.764000', '110559.767000', '110559.770000', '110559.772000', '110559.775000', '110559.777000', '110559.780000', '110559.788000', '110559.791000', '110559.793000', '110559.796000', '110559.799000', '110559.802000', '110619.663000', '110619.666000', '110619.669000', '110619.671000', '110619.674000', '110619.677000', '110619.679000', '110619.682000', '110619.684000', '110619.687000', '110619.690000', '110619.692000', '110619.695000', '110619.698000', '110619.700000', '110619.703000', '110619.705000', '110619.708000', '110619.711000', '110619.713000', '110619.716000', '110619.718000', '110619.721000', '110619.724000', '110619.726000', '110619.729000', '110619.731000', '110619.734000', '110619.736000', '110619.740000', '110619.742000', '110619.745000', '110619.748000', '110619.750000', '110619.753000', '110619.755000', '110619.758000', '110619.761000', '110619.763000', '110619.766000', '110619.768000', '110619.771000', '110619.774000', '110639.664000', '110639.667000', '110639.670000', '110639.673000', '110639.675000', '110639.678000', '110639.680000', '110639.683000', '110639.685000', '110639.688000', '110639.691000', '110639.693000', '110639.696000', '110639.698000', '110639.701000', '110639.704000', '110639.706000', '110639.709000', '110639.711000', '110639.723000', '110639.725000', '110639.728000', '110639.731000', '110639.734000', '110639.736000', '110639.739000', '110639.741000', '110639.744000', '110639.747000', '110639.749000', '110639.752000', '110639.754000', '110639.757000', '110639.759000', '110639.762000', '110639.765000', '110639.768000', '110639.770000', '110639.773000', '110639.775000', '110639.778000', '110639.781000', '110639.783000', '110639.786000', '110659.663000', '110659.665000', '110659.668000', '110659.671000', '110659.673000', '110659.676000', '110659.678000', '110659.681000', '110659.684000', '110659.686000', '110659.689000', '110659.692000', '110659.694000', '110659.697000', '110659.699000', '110659.702000', '110659.705000', '110659.707000', '110659.710000', '110659.712000', '110659.715000', '110659.718000', '110659.720000', '110659.723000', '110659.726000', '110659.728000', '110659.731000', '110659.733000', '110659.736000', '110659.744000', '110659.747000', '110659.750000', '110659.752000', '110659.755000', '110659.758000', '110659.760000', '110659.763000', '110659.766000', '110659.768000', '110659.771000', '110659.774000', '110659.776000', '110659.779000', '110719.663000', '110719.666000', '110719.669000', '110719.672000', '110719.674000', '110719.677000', '110719.680000', '110719.682000', '110719.685000', '110719.688000', '110719.690000', '110719.693000', '110719.695000', '110719.698000', '110719.701000', '110719.703000', '110719.706000', '110719.709000', '110719.711000', '110719.714000', '110719.716000', '110719.719000', '110719.722000', '110719.724000', '110719.727000', '110719.730000', '110719.732000', '110719.735000', '110719.738000', '110719.740000', '110719.743000', '110719.746000', '110719.748000', '110719.751000', '110719.754000', '110719.756000', '110719.759000', '110719.761000', '110719.764000', '110719.767000', '110719.782000', '110719.785000', '110719.787000', '110719.790000', '110739.664000', '110739.666000', '110739.669000', '110739.672000', '110739.674000', '110739.677000', '110739.680000', '110739.683000', '110739.685000', '110739.688000', '110739.691000', '110739.693000', '110739.696000', '110739.698000', '110739.701000', '110739.704000', '110739.706000', '110739.709000', '110739.711000', '110739.714000', '110739.717000', '110739.747000', '110739.750000', '110739.752000', '110739.755000', '110739.758000', '110739.760000', '110739.763000', '110739.765000', '110739.768000', '110739.770000', '110739.773000', '110739.776000', '110739.778000', '110739.781000', '110739.783000', '110739.786000', '110739.789000', '110739.791000', '110739.794000', '110739.797000', '110739.799000', '110739.802000', '110759.663000', '110759.666000', '110759.669000', '110759.672000', '110759.674000', '110759.677000', '110759.679000', '110759.682000', '110759.685000', '110759.688000', '110759.690000', '110759.693000', '110759.696000', '110759.698000', '110759.702000', '110759.705000', '110759.707000', '110759.710000', '110759.713000', '110759.715000', '110759.718000', '110759.721000', '110759.723000', '110759.726000', '110759.729000', '110759.731000', '110759.734000', '110759.736000', '110759.739000', '110759.742000', '110759.744000', '110759.747000', '110759.750000', '110759.752000', '110759.755000', '110759.758000', '110759.760000', '110759.763000', '110759.766000', '110759.768000', '110759.771000', '110759.774000', '110759.776000', '110819.663000', '110819.666000', '110819.669000', '110819.672000', '110819.674000', '110819.677000', '110819.680000', '110819.682000', '110819.685000', '110819.687000', '110819.690000', '110819.693000', '110819.695000', '110819.698000', '110819.700000', '110819.703000', '110819.706000', '110819.708000', '110819.711000', '110819.713000', '110819.716000', '110819.719000', '110819.721000', '110819.724000', '110819.726000', '110819.729000', '110819.732000', '110819.734000', '110819.737000', '110819.739000', '110819.742000', '110819.745000', '110819.747000', '110819.750000', '110819.752000', '110819.755000', '110819.758000', '110819.761000', '110819.763000', '110819.766000', '110819.768000', '110819.771000', '110819.774000', '110819.776000', '110839.663000', '110839.666000', '110839.669000', '110839.672000', '110839.674000', '110839.677000', '110839.681000', '110839.684000', '110839.686000', '110839.689000', '110839.692000', '110839.695000', '110839.697000', '110839.700000', '110839.702000', '110839.705000', '110839.708000', '110839.710000', '110839.713000', '110839.716000', '110839.718000', '110839.721000', '110839.723000', '110839.726000', '110839.729000', '110839.732000', '110839.734000', '110839.737000', '110839.739000', '110839.748000', '110839.751000', '110839.753000', '110839.756000', '110839.759000', '110839.761000', '110839.764000', '110839.767000', '110839.769000', '110839.772000', '110839.774000', '110839.777000', '110839.780000', '110839.782000', '110859.664000', '110859.666000', '110859.669000', '110859.672000', '110859.674000', '110859.677000', '110859.680000', '110859.682000', '110859.685000', '110859.688000', '110859.690000', '110859.693000', '110859.695000', '110859.698000', '110859.701000', '110859.703000', '110859.706000', '110859.708000', '110859.711000', '110859.714000', '110859.716000', '110859.719000', '110859.721000', '110859.724000', '110859.727000', '110859.729000', '110859.732000', '110859.735000', '110859.737000', '110859.740000', '110859.742000', '110859.745000', '110859.748000', '110859.750000', '110859.753000', '110859.756000', '110859.759000', '110859.761000', '110859.764000', '110859.767000', '110859.769000', '110859.772000', '110859.775000', '110859.777000', '110919.663000', '110919.666000', '110919.668000', '110919.671000', '110919.673000', '110919.676000', '110919.680000', '110919.683000', '110919.686000', '110919.688000', '110919.691000', '110919.694000', '110919.696000', '110919.699000', '110919.702000', '110919.704000', '110919.707000', '110919.709000', '110919.712000', '110919.715000', '110919.717000', '110919.720000', '110919.723000', '110919.725000', '110919.728000', '110919.730000', '110919.733000', '110919.736000', '110919.738000', '110919.742000', '110919.745000', '110919.748000', '110919.751000', '110919.753000', '110919.756000', '110919.759000', '110919.761000', '110919.764000', '110919.766000', '110919.769000', '110919.772000', '110919.774000', '110919.777000', '110939.664000', '110939.667000', '110939.669000', '110939.672000', '110939.675000', '110939.677000', '110939.680000', '110939.682000', '110939.685000', '110939.687000', '110939.690000', '110939.693000', '110939.695000', '110939.698000', '110939.701000', '110939.703000', '110939.706000', '110939.709000', '110939.711000', '110939.714000', '110939.716000', '110939.719000', '110939.722000', '110939.724000', '110939.727000', '110939.730000', '110939.732000', '110939.735000', '110939.738000', '110939.740000', '110939.743000', '110939.745000', '110939.748000', '110939.751000', '110939.753000', '110939.756000', '110939.759000', '110939.761000', '110939.764000', '110939.766000', '110939.769000', '110939.772000', '110939.775000', '110939.777000', '110959.664000', '110959.667000', '110959.669000', '110959.672000', '110959.675000', '110959.677000', '110959.680000', '110959.682000', '110959.685000', '110959.688000', '110959.690000', '110959.693000', '110959.696000', '110959.698000', '110959.701000', '110959.704000', '110959.706000', '110959.715000', '110959.718000', '110959.721000', '110959.723000', '110959.726000', '110959.729000', '110959.732000', '110959.735000', '110959.738000', '110959.741000', '110959.745000', '110959.748000', '110959.751000', '110959.754000', '110959.756000', '110959.759000', '110959.761000', '110959.764000', '110959.767000', '110959.770000', '110959.772000', '110959.775000', '110959.777000', '110959.780000', '110959.783000', '110959.785000', '111019.664000', '111019.667000', '111019.670000', '111019.672000', '111019.675000', '111019.678000', '111019.681000', '111019.683000', '111019.686000', '111019.691000', '111019.693000', '111019.696000', '111019.698000', '111019.701000', '111019.704000', '111019.707000', '111019.709000', '111019.712000', '111019.715000', '111019.717000', '111019.720000', '111019.723000', '111019.725000', '111019.728000', '111019.730000', '111019.733000', '111019.736000', '111019.738000', '111019.741000', '111019.744000', '111019.746000', '111019.749000', '111019.752000', '111019.754000', '111019.757000', '111019.760000', '111019.762000', '111019.765000', '111019.768000', '111019.770000', '111019.773000', '111019.776000', '111019.778000', '111019.781000', '111039.663000', '111039.666000', '111039.669000', '111039.672000', '111039.674000', '111039.677000', '111039.679000', '111039.682000', '111039.685000', '111039.687000', '111039.690000', '111039.693000', '111039.695000', '111039.742000', '111039.745000', '111039.748000', '111039.751000', '111039.753000', '111039.756000', '111039.759000', '111039.761000', '111039.764000', '111039.767000', '111039.769000', '111039.772000', '111039.775000', '111039.777000', '111039.781000', '111039.784000', '111039.787000', '111039.789000', '111039.792000', '111039.794000', '111039.797000', '111039.800000', '111039.802000', '111039.805000', '111039.807000', '111039.810000', '111039.813000', '111039.815000', '111039.818000', '111039.821000', '111059.664000', '111059.666000', '111059.669000', '111059.672000', '111059.674000', '111059.677000', '111059.679000', '111059.682000', '111059.685000', '111059.687000', '111059.690000', '111059.692000', '111059.695000', '111059.698000', '111059.700000', '111059.703000', '111059.706000', '111059.709000', '111059.712000', '111059.714000', '111059.717000', '111059.720000', '111059.723000', '111059.725000', '111059.728000', '111059.731000', '111059.733000', '111059.736000', '111059.739000', '111059.741000', '111059.744000', '111059.746000', '111059.749000', '111059.752000', '111059.754000', '111059.757000', '111059.760000', '111059.763000', '111059.765000', '111059.768000', '111059.770000', '111059.773000', '111059.776000', '111059.778000', '111105.934000', '111105.937000', '111105.940000', '111105.942000', '111105.945000', '111105.948000', '111105.951000', '111105.954000', '111105.957000', '111105.960000', '111105.962000', '111105.965000', '111105.968000', '111105.971000'], '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': [9233, 8712, 8790, 8472, 8538, 8239, 8515, 8065, 8153, 8027, 8395, 7907, 8151, 7989, 8213, 8422, 8258, 8015, 8085, 8447, 7875, 8304, 8263, 8200, 8024, 8348, 8092, 7985, 8070, 7903, 8489, 8146, 8290, 7933, 8315, 8185, 8066, 8227, 7989, 8204, 8065, 8316, 7993, 7808, 8269, 7974, 8362, 8096, 7895, 8045, 8177, 8227, 7867, 8206, 7866, 8039, 8011, 8069, 7939, 7785, 8421, 7731, 8182, 8095, 7964, 7910, 8015, 8071, 7864, 8473, 7792, 8325, 8119, 8014, 8043, 8132, 7863, 8514, 8033, 8146, 8210, 8066, 8094, 8241, 8070, 8106, 7955, 8229, 7959, 8006, 8383, 7950, 8503, 7954, 8365, 7977, 8216, 8094, 8063, 7972, 8093, 7916, 8266, 7927, 8142, 8258, 7888, 8208, 7976, 8272, 8028, 8436, 8070, 8034, 7930, 8257, 7790, 8267, 8140, 8343, 8112, 8191, 8073, 8077, 8412, 7785, 8186, 8096, 8018, 8153, 8304, 8010, 8115, 8089, 8068, 8173, 8026, 8351, 7989, 8227, 8068, 8151, 8011, 8056, 8046, 8141, 7979, 8064, 8039, 8090, 8007, 8198, 8149, 8249, 8081, 8095, 7981, 8226, 8242, 8335, 8215, 7978, 8305, 7874, 8266, 7838, 8204, 7937, 8033, 8003, 8140, 8067, 8306, 8061, 8394, 8193, 8423, 8197, 8069, 8079, 8014, 8002, 8219, 8417, 7918, 8268, 8065, 8352, 8183, 8098, 7991, 7996, 7957, 8206, 8284, 7984, 8117, 7930, 8239, 8013, 8505, 7856, 8049, 8021, 8207, 8148, 8025, 8128, 7847, 8376, 8012, 8134, 8043, 8242, 8276, 7976, 8122, 7966, 8240, 7906, 7966, 7975, 7880, 8357, 7989, 8011, 7951, 8036, 8261, 8230, 7958, 7910, 8123, 7975, 8145, 8061, 8106, 8180, 7767, 8140, 8213, 8039, 7785, 8146, 8292, 7781, 8194, 7888, 8197, 7901, 8104, 8283, 7876, 8148, 8152, 8081, 8147, 8033, 8122, 7833, 8251, 7783, 8215, 8059, 8283, 8018, 8084, 8294, 7905, 8058, 8110, 8336, 8044, 8075, 7896, 7981, 7902, 7917, 8311, 7985, 7809, 7909, 8174, 8126, 8140, 8079, 7780, 8104, 7849, 8364, 7838, 8060, 8051, 8029, 7949, 8138, 8030, 8193, 8273, 7866, 8202, 7686, 8486, 7818, 8146, 8041, 8602, 7927, 8157, 8360, 8315, 8053, 8012, 8161, 8112, 8234, 7963, 8056, 8102, 8401, 7972, 8154, 7945, 7799, 8364, 7810, 8115, 7973, 8105, 8056, 7935, 7940, 8034, 8003, 8127, 7914, 8112, 8091, 7845, 8341, 7711, 8404, 7960, 8147, 8008, 8175, 7877, 8013, 7965, 8095, 7863, 7943, 8100, 8128, 8602, 7997, 8284, 7859, 8124, 7933, 8381, 7923, 7852, 8004, 7912, 8338, 7936, 8000, 7890, 8165, 7750, 8231, 7932, 8224, 7929, 8369, 7924, 8149, 8005, 8054, 8191, 8290, 8184, 8035, 8192, 8078, 8367, 8086, 8289, 8002, 8459, 8075, 8030, 8028, 8203, 8067, 8458, 8015, 8320, 8088, 8398, 8327, 8079, 8511, 8178, 8192, 8124, 8323, 7947, 8380, 7947, 8781, 7894, 8456, 8143, 8120, 8037, 8511, 8172, 8189, 8544, 8018, 8259, 8012, 8307, 8273, 8122, 8285, 7996, 8253, 8241, 8303, 8157, 8162, 8205, 8193, 8094, 8198, 7931, 8087, 8306, 7863, 8274, 7892, 8355, 8001, 8281, 8120, 8107, 8026, 8217, 8251, 8122, 8158, 8117, 8097, 7895, 8153, 8144, 7986, 8117, 8107, 8084, 8057, 8262, 7941, 8238, 8065, 8407, 8040, 8078, 7986, 8153, 7940, 7960, 8258, 7762, 8148, 8138, 8245, 8109, 7995, 8135, 8186, 8180, 8025, 7979, 8228, 7963, 8235, 7909, 8197, 8090, 8023, 8138, 7952, 8397, 8162, 8108, 8054, 8021, 8121, 8025, 8159, 7791, 7888, 8009, 7921, 8316, 7884, 8119, 7922, 8173, 8223, 8069, 8058, 7895, 8044, 7903, 8214, 7856, 8183, 7943, 7964, 7918, 8193, 8225, 7865, 7957, 7925, 7959, 7981, 8003, 8064, 7997, 7869, 7974, 7967, 7806, 8256, 7800, 8326, 7861, 8362, 8076, 8230, 7961, 8043, 8095, 7881, 8017, 8097, 7976, 7975, 7924, 8223, 8170, 7863, 8053, 7943, 7932, 7973, 8032, 7951, 7806, 8115, 7909, 8320, 7865, 8090, 7867, 8163, 8040, 8159, 7980, 8032, 7800, 8103, 7907, 8029, 8024, 8079, 8011, 7941, 7947, 7952, 7953, 8100, 7653, 7937, 8000, 8088, 7762, 8084, 7996, 7977, 7973, 7938, 7730, 7772, 8145, 7909, 7860, 7916, 7894, 7918, 7895, 8096, 7911, 7997, 7867, 7900, 7884, 7837, 8000, 8066, 7955, 7950, 7965, 7902, 8204, 7785, 8126, 7845, 8019, 7777, 8204, 7792, 8102, 7831, 8130, 7831, 8110, 7836, 7979, 7947, 7758, 7868, 7895, 8078, 8012, 7755, 7816, 7963, 7825, 7891, 7899, 7968, 7867, 7838, 8023, 7933, 7880, 7765, 7879, 8045, 7964, 8022, 8074, 7965, 7958, 7775, 7954, 7949, 8026, 7726, 7956, 7777, 8089, 7972, 8086, 8068, 7959, 7800, 7949, 7745, 8266, 7813, 7934, 8016, 7970, 7630, 7787, 7884, 7813, 7987, 7869, 8077, 7954, 7964, 8183, 8053, 7790, 8175, 7982, 8008, 7979, 8347, 8347, 8042, 8300, 8502, 8243, 8171, 8056, 8232, 8115, 7935, 8453, 8102, 8229, 8247, 8116, 8001, 8201, 8291, 8203, 8220, 8347, 8296, 8249, 8057, 8276, 8051, 8173, 8122, 8254, 8129, 7991, 8206, 8167, 8411, 7900, 8286, 8059, 8506, 8247, 8485, 8207, 8316, 8391, 8120, 8355, 8364, 8274, 7944, 8349, 8089, 8059, 8071, 8300, 8285, 7859, 8096, 7997, 8072, 8515, 8354, 8398, 8060, 8682, 8331, 8414, 8117, 8143, 8303, 8077, 8229, 8297, 8454, 8035, 8604, 7951, 8503, 7937, 8956, 8240, 8318, 8141, 8223, 8076, 8351, 8538, 8145, 8479, 8037, 8019, 8129, 8148, 8010, 8288, 8456, 7986, 8312, 7985, 8069, 7861, 8247, 7917, 8082, 8065, 8278, 8583, 8118, 8453, 8077, 8297, 8048, 8303, 8574, 8327, 8423, 8404, 8546, 8144, 8169, 8172, 8150, 8029, 8234, 8226, 7990, 8464, 7884, 8450, 8437, 8102, 7981, 8305, 8139, 8153, 8687, 8028, 8336, 8294, 8269, 8293, 8132, 8198], 'WindowCenter': [4550.0, 4536.0, 4519.0, 4506.0, 4504.0, 4504.0, 4504.0, 4494.0, 4492.0, 4490.0, 4491.0, 4493.0, 4492.0, 4492.0, 4490.0, 4491.0, 4490.0, 4491.0, 4490.0, 4488.0, 4477.0, 4489.0, 4488.0, 4489.0, 4478.0, 4477.0, 4477.0, 4477.0, 4479.0, 4478.0, 4486.0, 4477.0, 4476.0, 4477.0, 4488.0, 4478.0, 4477.0, 4477.0, 4477.0, 4489.0, 4477.0, 4478.0, 4478.0, 4480.0, 4488.0, 4481.0, 4490.0, 4478.0, 4478.0, 4480.0, 4489.0, 4489.0, 4479.0, 4489.0, 4478.0, 4489.0, 4478.0, 4479.0, 4490.0, 4479.0, 4491.0, 4479.0, 4491.0, 4487.0, 4480.0, 4481.0, 4491.0, 4479.0, 4479.0, 4491.0, 4482.0, 4503.0, 4493.0, 4491.0, 4492.0, 4491.0, 4495.0, 4503.0, 4492.0, 4492.0, 4506.0, 4507.0, 4505.0, 4505.0, 4492.0, 4495.0, 4504.0, 4505.0, 4494.0, 4492.0, 4503.0, 4494.0, 4503.0, 4491.0, 4490.0, 4489.0, 4488.0, 4492.0, 4491.0, 4478.0, 4476.0, 4487.0, 4488.0, 4488.0, 4476.0, 4477.0, 4477.0, 4489.0, 4490.0, 4476.0, 4474.0, 4488.0, 4488.0, 4489.0, 4477.0, 4487.0, 4479.0, 4486.0, 4488.0, 4487.0, 4478.0, 4477.0, 4477.0, 4478.0, 4488.0, 4476.0, 4477.0, 4474.0, 4476.0, 4477.0, 4477.0, 4475.0, 4475.0, 4475.0, 4475.0, 4476.0, 4477.0, 4475.0, 4474.0, 4475.0, 4477.0, 4477.0, 4477.0, 4475.0, 4476.0, 4475.0, 4477.0, 4479.0, 4489.0, 4479.0, 4477.0, 4487.0, 4478.0, 4491.0, 4490.0, 4487.0, 4491.0, 4490.0, 4491.0, 4490.0, 4486.0, 4477.0, 4490.0, 4478.0, 4488.0, 4479.0, 4476.0, 4475.0, 4476.0, 4477.0, 4475.0, 4477.0, 4486.0, 4476.0, 4475.0, 4474.0, 4477.0, 4476.0, 4477.0, 4478.0, 4475.0, 4477.0, 4477.0, 4477.0, 4479.0, 4477.0, 4478.0, 4476.0, 4488.0, 4477.0, 4477.0, 4478.0, 4477.0, 4478.0, 4489.0, 4489.0, 4479.0, 4491.0, 4491.0, 4479.0, 4487.0, 4491.0, 4491.0, 4492.0, 4492.0, 4490.0, 4479.0, 4491.0, 4488.0, 4490.0, 4491.0, 4488.0, 4479.0, 4487.0, 4490.0, 4490.0, 4491.0, 4489.0, 4489.0, 4477.0, 4479.0, 4478.0, 4479.0, 4489.0, 4477.0, 4479.0, 4477.0, 4480.0, 4489.0, 4488.0, 4490.0, 4481.0, 4479.0, 4490.0, 4489.0, 4493.0, 4493.0, 4490.0, 4480.0, 4490.0, 4489.0, 4490.0, 4479.0, 4489.0, 4489.0, 4478.0, 4491.0, 4489.0, 4492.0, 4491.0, 4491.0, 4488.0, 4478.0, 4479.0, 4482.0, 4491.0, 4489.0, 4490.0, 4478.0, 4480.0, 4492.0, 4480.0, 4491.0, 4493.0, 4493.0, 4491.0, 4492.0, 4492.0, 4492.0, 4495.0, 4503.0, 4503.0, 4492.0, 4494.0, 4493.0, 4493.0, 4492.0, 4493.0, 4489.0, 4489.0, 4480.0, 4491.0, 4490.0, 4478.0, 4478.0, 4488.0, 4479.0, 4492.0, 4492.0, 4489.0, 4480.0, 4481.0, 4491.0, 4489.0, 4491.0, 4494.0, 4491.0, 4488.0, 4491.0, 4489.0, 4488.0, 4491.0, 4502.0, 4481.0, 4488.0, 4493.0, 4487.0, 4488.0, 4504.0, 4505.0, 4503.0, 4495.0, 4494.0, 4505.0, 4496.0, 4495.0, 4495.0, 4495.0, 4497.0, 4508.0, 4493.0, 4491.0, 4492.0, 4481.0, 4491.0, 4481.0, 4479.0, 4476.0, 4478.0, 4480.0, 4481.0, 4481.0, 4491.0, 4478.0, 4478.0, 4479.0, 4481.0, 4491.0, 4480.0, 4490.0, 4482.0, 4491.0, 4492.0, 4493.0, 4481.0, 4490.0, 4491.0, 4490.0, 4492.0, 4492.0, 4479.0, 4481.0, 4480.0, 4491.0, 4491.0, 4489.0, 4478.0, 4479.0, 4480.0, 4492.0, 4492.0, 4479.0, 4478.0, 4490.0, 4489.0, 4492.0, 4492.0, 4479.0, 4479.0, 4490.0, 4482.0, 4489.0, 4479.0, 4491.0, 4479.0, 4490.0, 4479.0, 4492.0, 4493.0, 4480.0, 4477.0, 4482.0, 4463.0, 4450.0, 4448.0, 4450.0, 4460.0, 4467.0, 4469.0, 4472.0, 4484.0, 4474.0, 4486.0, 4473.0, 4472.0, 4461.0, 4472.0, 4474.0, 4475.0, 4473.0, 4473.0, 4473.0, 4474.0, 4473.0, 4485.0, 4475.0, 4473.0, 4474.0, 4476.0, 4475.0, 4488.0, 4487.0, 4477.0, 4488.0, 4490.0, 4490.0, 4489.0, 4485.0, 4488.0, 4488.0, 4488.0, 4486.0, 4485.0, 4477.0, 4487.0, 4487.0, 4476.0, 4484.0, 4475.0, 4487.0, 4485.0, 4487.0, 4475.0, 4485.0, 4475.0, 4477.0, 4478.0, 4488.0, 4477.0, 4475.0, 4489.0, 4487.0, 4489.0, 4489.0, 4488.0, 4477.0, 4486.0, 4477.0, 4489.0, 4477.0, 4485.0, 4487.0, 4478.0, 4476.0, 4477.0, 4477.0, 4474.0, 4474.0, 4475.0, 4476.0, 4475.0, 4476.0, 4473.0, 4476.0, 4476.0, 4476.0, 4487.0, 4475.0, 4486.0, 4489.0, 4490.0, 4490.0, 4489.0, 4487.0, 4488.0, 4490.0, 4481.0, 4489.0, 4488.0, 4487.0, 4477.0, 4478.0, 4478.0, 4477.0, 4486.0, 4475.0, 4474.0, 4476.0, 4475.0, 4477.0, 4477.0, 4475.0, 4475.0, 4476.0, 4476.0, 4475.0, 4487.0, 4476.0, 4476.0, 4477.0, 4477.0, 4477.0, 4476.0, 4476.0, 4474.0, 4475.0, 4477.0, 4477.0, 4487.0, 4476.0, 4474.0, 4476.0, 4475.0, 4476.0, 4476.0, 4474.0, 4475.0, 4477.0, 4478.0, 4477.0, 4476.0, 4486.0, 4474.0, 4475.0, 4474.0, 4476.0, 4476.0, 4473.0, 4475.0, 4476.0, 4475.0, 4475.0, 4476.0, 4474.0, 4474.0, 4474.0, 4476.0, 4475.0, 4478.0, 4488.0, 4478.0, 4488.0, 4486.0, 4488.0, 4488.0, 4487.0, 4489.0, 4486.0, 4489.0, 4488.0, 4488.0, 4476.0, 4478.0, 4488.0, 4478.0, 4486.0, 4489.0, 4476.0, 4475.0, 4475.0, 4488.0, 4477.0, 4477.0, 4477.0, 4478.0, 4478.0, 4488.0, 4489.0, 4488.0, 4478.0, 4488.0, 4489.0, 4486.0, 4491.0, 4489.0, 4488.0, 4490.0, 4493.0, 4491.0, 4489.0, 4488.0, 4488.0, 4489.0, 4490.0, 4489.0, 4476.0, 4478.0, 4488.0, 4478.0, 4487.0, 4488.0, 4476.0, 4477.0, 4476.0, 4488.0, 4491.0, 4487.0, 4487.0, 4487.0, 4480.0, 4491.0, 4491.0, 4488.0, 4489.0, 4478.0, 4488.0, 4487.0, 4488.0, 4486.0, 4477.0, 4488.0, 4488.0, 4479.0, 4479.0, 4476.0, 4476.0, 4476.0, 4478.0, 4478.0, 4486.0, 4485.0, 4474.0, 4477.0, 4490.0, 4491.0, 4479.0, 4492.0, 4490.0, 4491.0, 4493.0, 4503.0, 4492.0, 4491.0, 4492.0, 4503.0, 4492.0, 4479.0, 4489.0, 4490.0, 4491.0, 4491.0, 4478.0, 4479.0, 4476.0, 4479.0, 4489.0, 4487.0, 4475.0, 4477.0, 4478.0, 4478.0, 4489.0, 4486.0, 4475.0, 4477.0, 4478.0, 4488.0, 4489.0, 4487.0, 4477.0, 4478.0, 4477.0, 4489.0, 4491.0, 4489.0, 4477.0, 4490.0, 4490.0, 4490.0, 4491.0, 4488.0, 4489.0, 4487.0, 4479.0, 4489.0, 4478.0, 4476.0, 4478.0, 4476.0, 4488.0, 4476.0, 4472.0, 4474.0, 4474.0, 4477.0, 4477.0, 4476.0, 4475.0, 4476.0, 4475.0, 4487.0, 4478.0, 4476.0, 4476.0, 4487.0, 4477.0, 4485.0, 4479.0, 4460.0, 4447.0, 4461.0, 4474.0, 4479.0, 4482.0, 4488.0, 4488.0, 4475.0, 4475.0, 4476.0, 4475.0, 4475.0, 4477.0, 4476.0, 4477.0, 4476.0, 4477.0, 4477.0, 4476.0, 4474.0, 4478.0, 4475.0, 4464.0, 4473.0, 4475.0, 4475.0, 4476.0, 4476.0, 4464.0, 4463.0, 4474.0, 4474.0, 4473.0, 4475.0, 4474.0, 4473.0, 4467.0, 4455.0, 4452.0, 4453.0, 4442.0, 4456.0, 4457.0, 4467.0, 4464.0, 4463.0, 4452.0, 4464.0, 4452.0, 4453.0, 4449.0, 4452.0, 4454.0, 4457.0, 4457.0, 4458.0, 4469.0, 4466.0, 4464.0, 4454.0, 4458.0, 4464.0, 4467.0, 4468.0, 4456.0, 4457.0, 4470.0, 4469.0, 4470.0, 4469.0, 4469.0, 4466.0, 4479.0, 4470.0, 4480.0, 4482.0, 4492.0, 4482.0, 4486.0, 4485.0, 4495.0, 4484.0, 4481.0, 4481.0, 4483.0, 4483.0, 4482.0, 4472.0, 4470.0, 4472.0, 4470.0, 4483.0, 4481.0, 4470.0, 4468.0, 4469.0, 4471.0, 4470.0, 4470.0, 4469.0, 4470.0, 4471.0, 4482.0, 4480.0, 4471.0, 4471.0, 4471.0, 4482.0, 4472.0, 4480.0, 4481.0, 4480.0, 4481.0, 4472.0, 4483.0, 4469.0, 4469.0, 4471.0, 4471.0, 4473.0, 4481.0, 4471.0, 4471.0, 4471.0, 4472.0, 4483.0, 4471.0, 4468.0, 4470.0, 4479.0, 4472.0, 4469.0, 4481.0, 4470.0, 4471.0, 4471.0, 4483.0, 4470.0, 4468.0, 4469.0], 'WindowWidth': [10024.0, 9993.0, 9955.0, 9930.0, 9924.0, 9921.0, 9921.0, 9908.0, 9901.0, 9895.0, 9898.0, 9900.0, 9899.0, 9901.0, 9893.0, 9895.0, 9892.0, 9894.0, 9895.0, 9888.0, 9872.0, 9888.0, 9886.0, 9888.0, 9870.0, 9868.0, 9871.0, 9870.0, 9873.0, 9872.0, 9881.0, 9870.0, 9867.0, 9869.0, 9887.0, 9871.0, 9869.0, 9870.0, 9870.0, 9888.0, 9869.0, 9871.0, 9872.0, 9876.0, 9886.0, 9881.0, 9891.0, 9874.0, 9874.0, 9879.0, 9892.0, 9890.0, 9875.0, 9889.0, 9875.0, 9891.0, 9875.0, 9876.0, 9891.0, 9878.0, 9894.0, 9879.0, 9894.0, 9886.0, 9878.0, 9880.0, 9895.0, 9876.0, 9876.0, 9895.0, 9884.0, 9916.0, 9904.0, 9897.0, 9898.0, 9896.0, 9908.0, 9919.0, 9901.0, 9902.0, 9925.0, 9928.0, 9925.0, 9923.0, 9903.0, 9908.0, 9920.0, 9925.0, 9906.0, 9901.0, 9918.0, 9905.0, 9917.0, 9897.0, 9894.0, 9892.0, 9889.0, 9899.0, 9898.0, 9873.0, 9871.0, 9887.0, 9887.0, 9889.0, 9869.0, 9869.0, 9870.0, 9889.0, 9892.0, 9868.0, 9865.0, 9885.0, 9888.0, 9890.0, 9873.0, 9886.0, 9876.0, 9883.0, 9889.0, 9885.0, 9873.0, 9870.0, 9871.0, 9872.0, 9886.0, 9870.0, 9868.0, 9863.0, 9867.0, 9869.0, 9870.0, 9864.0, 9863.0, 9865.0, 9865.0, 9866.0, 9872.0, 9864.0, 9862.0, 9864.0, 9869.0, 9870.0, 9869.0, 9867.0, 9866.0, 9866.0, 9870.0, 9877.0, 9890.0, 9877.0, 9871.0, 9885.0, 9875.0, 9898.0, 9893.0, 9888.0, 9896.0, 9895.0, 9898.0, 9897.0, 9884.0, 9873.0, 9893.0, 9874.0, 9887.0, 9876.0, 9868.0, 9866.0, 9868.0, 9872.0, 9866.0, 9870.0, 9882.0, 9867.0, 9866.0, 9865.0, 9871.0, 9869.0, 9873.0, 9873.0, 9866.0, 9871.0, 9870.0, 9871.0, 9877.0, 9869.0, 9871.0, 9867.0, 9887.0, 9870.0, 9871.0, 9875.0, 9871.0, 9873.0, 9888.0, 9890.0, 9877.0, 9897.0, 9895.0, 9876.0, 9887.0, 9896.0, 9896.0, 9898.0, 9899.0, 9893.0, 9876.0, 9896.0, 9891.0, 9893.0, 9896.0, 9888.0, 9875.0, 9885.0, 9892.0, 9891.0, 9894.0, 9890.0, 9888.0, 9871.0, 9874.0, 9872.0, 9877.0, 9889.0, 9872.0, 9875.0, 9870.0, 9877.0, 9890.0, 9890.0, 9894.0, 9881.0, 9878.0, 9894.0, 9891.0, 9900.0, 9902.0, 9893.0, 9880.0, 9894.0, 9893.0, 9893.0, 9879.0, 9894.0, 9890.0, 9873.0, 9894.0, 9891.0, 9896.0, 9895.0, 9896.0, 9888.0, 9873.0, 9876.0, 9882.0, 9895.0, 9892.0, 9895.0, 9876.0, 9879.0, 9898.0, 9882.0, 9897.0, 9902.0, 9902.0, 9895.0, 9899.0, 9899.0, 9900.0, 9908.0, 9917.0, 9914.0, 9900.0, 9903.0, 9902.0, 9902.0, 9900.0, 9901.0, 9890.0, 9890.0, 9880.0, 9894.0, 9894.0, 9875.0, 9875.0, 9888.0, 9878.0, 9895.0, 9898.0, 9892.0, 9879.0, 9881.0, 9896.0, 9891.0, 9896.0, 9905.0, 9897.0, 9890.0, 9896.0, 9892.0, 9892.0, 9900.0, 9912.0, 9884.0, 9893.0, 9903.0, 9889.0, 9893.0, 9920.0, 9925.0, 9918.0, 9906.0, 9904.0, 9919.0, 9911.0, 9905.0, 9907.0, 9907.0, 9911.0, 9929.0, 9903.0, 9895.0, 9898.0, 9881.0, 9893.0, 9880.0, 9875.0, 9868.0, 9872.0, 9878.0, 9880.0, 9880.0, 9895.0, 9872.0, 9872.0, 9876.0, 9882.0, 9896.0, 9878.0, 9892.0, 9885.0, 9894.0, 9900.0, 9900.0, 9880.0, 9892.0, 9895.0, 9892.0, 9897.0, 9897.0, 9875.0, 9879.0, 9878.0, 9896.0, 9896.0, 9891.0, 9872.0, 9877.0, 9878.0, 9897.0, 9899.0, 9876.0, 9874.0, 9893.0, 9890.0, 9898.0, 9900.0, 9876.0, 9875.0, 9892.0, 9883.0, 9891.0, 9876.0, 9895.0, 9875.0, 9891.0, 9877.0, 9896.0, 9899.0, 9879.0, 9871.0, 9879.0, 9843.0, 9818.0, 9812.0, 9819.0, 9833.0, 9849.0, 9854.0, 9861.0, 9880.0, 9868.0, 9886.0, 9866.0, 9858.0, 9843.0, 9858.0, 9861.0, 9865.0, 9861.0, 9861.0, 9861.0, 9863.0, 9859.0, 9881.0, 9866.0, 9860.0, 9865.0, 9869.0, 9868.0, 9890.0, 9887.0, 9872.0, 9889.0, 9894.0, 9895.0, 9892.0, 9882.0, 9889.0, 9889.0, 9888.0, 9886.0, 9882.0, 9873.0, 9885.0, 9884.0, 9871.0, 9879.0, 9867.0, 9885.0, 9880.0, 9884.0, 9868.0, 9881.0, 9867.0, 9871.0, 9872.0, 9888.0, 9872.0, 9868.0, 9892.0, 9889.0, 9891.0, 9893.0, 9889.0, 9872.0, 9883.0, 9873.0, 9891.0, 9873.0, 9879.0, 9886.0, 9875.0, 9868.0, 9872.0, 9872.0, 9863.0, 9863.0, 9866.0, 9869.0, 9866.0, 9867.0, 9861.0, 9869.0, 9868.0, 9870.0, 9887.0, 9867.0, 9884.0, 9892.0, 9893.0, 9894.0, 9894.0, 9888.0, 9890.0, 9895.0, 9884.0, 9893.0, 9890.0, 9887.0, 9872.0, 9873.0, 9873.0, 9872.0, 9883.0, 9866.0, 9863.0, 9868.0, 9867.0, 9871.0, 9871.0, 9868.0, 9866.0, 9868.0, 9867.0, 9868.0, 9886.0, 9868.0, 9868.0, 9874.0, 9871.0, 9872.0, 9870.0, 9870.0, 9866.0, 9865.0, 9871.0, 9873.0, 9884.0, 9870.0, 9864.0, 9870.0, 9866.0, 9869.0, 9869.0, 9864.0, 9865.0, 9871.0, 9873.0, 9872.0, 9872.0, 9884.0, 9863.0, 9865.0, 9865.0, 9869.0, 9867.0, 9861.0, 9864.0, 9867.0, 9865.0, 9865.0, 9870.0, 9863.0, 9862.0, 9864.0, 9869.0, 9868.0, 9875.0, 9886.0, 9875.0, 9888.0, 9886.0, 9892.0, 9890.0, 9886.0, 9892.0, 9885.0, 9892.0, 9890.0, 9888.0, 9871.0, 9874.0, 9889.0, 9875.0, 9886.0, 9892.0, 9869.0, 9868.0, 9870.0, 9889.0, 9873.0, 9874.0, 9871.0, 9874.0, 9874.0, 9889.0, 9891.0, 9889.0, 9877.0, 9890.0, 9892.0, 9888.0, 9897.0, 9891.0, 9891.0, 9896.0, 9903.0, 9899.0, 9893.0, 9891.0, 9891.0, 9891.0, 9894.0, 9894.0, 9871.0, 9874.0, 9889.0, 9876.0, 9887.0, 9889.0, 9870.0, 9871.0, 9870.0, 9890.0, 9897.0, 9888.0, 9887.0, 9890.0, 9882.0, 9897.0, 9899.0, 9889.0, 9891.0, 9876.0, 9889.0, 9889.0, 9889.0, 9885.0, 9873.0, 9889.0, 9887.0, 9878.0, 9878.0, 9869.0, 9870.0, 9870.0, 9874.0, 9876.0, 9885.0, 9882.0, 9868.0, 9873.0, 9895.0, 9899.0, 9877.0, 9898.0, 9896.0, 9900.0, 9904.0, 9919.0, 9901.0, 9899.0, 9902.0, 9920.0, 9901.0, 9881.0, 9894.0, 9897.0, 9898.0, 9899.0, 9878.0, 9879.0, 9872.0, 9877.0, 9892.0, 9888.0, 9869.0, 9873.0, 9876.0, 9875.0, 9893.0, 9886.0, 9869.0, 9873.0, 9875.0, 9889.0, 9891.0, 9887.0, 9872.0, 9875.0, 9875.0, 9894.0, 9898.0, 9892.0, 9877.0, 9895.0, 9896.0, 9897.0, 9898.0, 9892.0, 9892.0, 9888.0, 9879.0, 9895.0, 9875.0, 9869.0, 9874.0, 9871.0, 9890.0, 9872.0, 9861.0, 9865.0, 9865.0, 9873.0, 9873.0, 9868.0, 9867.0, 9870.0, 9867.0, 9888.0, 9876.0, 9870.0, 9870.0, 9887.0, 9873.0, 9885.0, 9874.0, 9835.0, 9811.0, 9837.0, 9857.0, 9870.0, 9876.0, 9891.0, 9891.0, 9866.0, 9865.0, 9867.0, 9867.0, 9866.0, 9871.0, 9868.0, 9872.0, 9869.0, 9871.0, 9868.0, 9867.0, 9862.0, 9871.0, 9863.0, 9848.0, 9858.0, 9864.0, 9863.0, 9867.0, 9866.0, 9846.0, 9843.0, 9860.0, 9861.0, 9856.0, 9863.0, 9862.0, 9860.0, 9845.0, 9821.0, 9816.0, 9818.0, 9802.0, 9828.0, 9830.0, 9846.0, 9843.0, 9841.0, 9822.0, 9840.0, 9819.0, 9821.0, 9811.0, 9818.0, 9823.0, 9833.0, 9832.0, 9835.0, 9852.0, 9845.0, 9838.0, 9825.0, 9835.0, 9840.0, 9846.0, 9851.0, 9832.0, 9833.0, 9855.0, 9854.0, 9856.0, 9852.0, 9853.0, 9846.0, 9866.0, 9857.0, 9872.0, 9877.0, 9890.0, 9878.0, 9887.0, 9884.0, 9903.0, 9884.0, 9874.0, 9875.0, 9879.0, 9878.0, 9877.0, 9863.0, 9857.0, 9861.0, 9858.0, 9878.0, 9875.0, 9855.0, 9851.0, 9854.0, 9860.0, 9858.0, 9855.0, 9853.0, 9857.0, 9859.0, 9878.0, 9873.0, 9859.0, 9859.0, 9860.0, 9878.0, 9862.0, 9871.0, 9874.0, 9871.0, 9873.0, 9862.0, 9878.0, 9853.0, 9854.0, 9858.0, 9859.0, 9864.0, 9874.0, 9858.0, 9861.0, 9858.0, 9861.0, 9879.0, 9858.0, 9852.0, 9856.0, 9869.0, 9863.0, 9856.0, 9872.0, 9857.0, 9860.0, 9859.0, 9879.0, 9859.0, 9853.0, 9855.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.003111112440191388</td></tr>
<tr><td colspan=3>aqi</td><td>0.02424029270334928</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.44810685014371</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1027462572095803</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0121589749101794</td></tr>
<tr><td colspan=3>efc</td><td>0.4701</td></tr>
<tr><td colspan=3>fber</td><td>5509.2871</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08623676834276042</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0334928229665072</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.141599593229427</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.1334920162008193</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.4017475552596546</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.889559208227807</td></tr>
<tr><td colspan=3>gcor</td><td>0.00881405</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00028169425786472857</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018291423097252846</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</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.849704727099123</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>42.3951</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8771</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.8044</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299925.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.9591</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6796</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>626.8961</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3680.1134</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1370.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1016.1752</td></tr>
<tr><td colspan=3>tsnr</td><td>37.568238619714975</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>