<?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-0082_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-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082/ses-02/func/sub-0082_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>01a127698f6ee14d6bd45f96d04ff019</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>14:01:50.290000</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.995734, -0.0765846, 0.0514655, 0.0776665, 0.996791, -0.0193597]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0997183</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>[4172, -7758, -7285, 600, 81, -476, 97, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.868</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc0a900f-5f33-411d-b756-a94636b7fbb9||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.6714813709259033, 0.20837365090847015, 0.13450782001018524, 99.62648010253906], [0.20547083020210266, 2.674318552017212, -0.06284060329198837, -108.45606994628906], [0.13807816803455353, 0.05194076523184776, 2.6959152221679688, -93.50212860107422], [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': ['140150.290000', '140150.750000', '140151.210000', '140151.670000', '140152.130000', '140152.590000', '140153.050000', '140153.510000', '140153.970000', '140154.430000', '140154.890000', '140155.350000', '140155.810000', '140156.270000', '140156.730000', '140157.190000', '140157.650000', '140158.110000', '140158.570000', '140159.030000', '140159.490000', '140159.950000', '140200.410000', '140200.870000', '140201.330000', '140201.790000', '140202.250000', '140202.710000', '140203.170000', '140203.630000', '140204.090000', '140204.550000', '140205.010000', '140205.470000', '140205.930000', '140206.390000', '140206.850000', '140207.310000', '140207.770000', '140208.230000', '140208.690000', '140209.150000', '140209.610000', '140210.070000', '140210.530000', '140210.990000', '140211.450000', '140211.910000', '140212.370000', '140212.830000', '140213.290000', '140213.750000', '140214.210000', '140214.670000', '140215.130000', '140215.590000', '140216.050000', '140216.510000', '140216.970000', '140217.430000', '140217.890000', '140218.350000', '140218.810000', '140219.270000', '140219.730000', '140220.190000', '140220.650000', '140221.110000', '140221.570000', '140222.030000', '140222.490000', '140222.950000', '140223.410000', '140223.870000', '140224.330000', '140224.790000', '140225.250000', '140225.710000', '140226.170000', '140226.630000', '140227.090000', '140227.550000', '140228.010000', '140228.470000', '140228.930000', '140229.390000', '140229.850000', '140230.310000', '140230.770000', '140231.230000', '140231.690000', '140232.150000', '140232.610000', '140233.070000', '140233.530000', '140233.990000', '140234.450000', '140234.910000', '140235.370000', '140235.830000', '140236.290000', '140236.750000', '140237.210000', '140237.670000', '140238.130000', '140238.590000', '140239.050000', '140239.510000', '140239.970000', '140240.430000', '140240.890000', '140241.350000', '140241.810000', '140242.270000', '140242.730000', '140243.190000', '140243.650000', '140244.110000', '140244.570000', '140245.030000', '140245.490000', '140245.950000', '140246.410000', '140246.870000', '140247.330000', '140247.790000', '140248.250000', '140248.710000', '140249.170000', '140249.630000', '140250.090000', '140250.550000', '140251.010000', '140251.470000', '140251.930000', '140252.390000', '140252.850000', '140253.310000', '140253.770000', '140254.230000', '140254.690000', '140255.150000', '140255.610000', '140256.070000', '140256.530000', '140256.990000', '140257.450000', '140257.910000', '140258.370000', '140258.830000', '140259.290000', '140259.750000', '140300.210000', '140300.670000', '140301.130000', '140301.590000', '140302.050000', '140302.510000', '140302.970000', '140303.430000', '140303.890000', '140304.350000', '140304.810000', '140305.270000', '140305.730000', '140306.190000', '140306.650000', '140307.110000', '140307.570000', '140308.030000', '140308.490000', '140308.950000', '140309.410000', '140309.870000', '140310.330000', '140310.790000', '140311.250000', '140311.710000', '140312.170000', '140312.630000', '140313.090000', '140313.550000', '140314.010000', '140314.470000', '140314.930000', '140315.390000', '140315.850000', '140316.310000', '140316.770000', '140317.230000', '140317.690000', '140318.150000', '140318.610000', '140319.070000', '140319.530000', '140319.990000', '140320.450000', '140320.910000', '140321.370000', '140321.830000', '140322.290000', '140322.750000', '140323.210000', '140323.670000', '140324.130000', '140324.590000', '140325.050000', '140325.510000', '140325.970000', '140326.430000', '140326.890000', '140327.350000', '140327.810000', '140328.270000', '140328.730000', '140329.190000', '140329.650000', '140330.110000', '140330.570000', '140331.030000', '140331.490000', '140331.950000', '140332.410000', '140332.870000', '140333.330000', '140333.790000', '140334.250000', '140334.710000', '140335.170000', '140335.630000', '140336.090000', '140336.550000', '140337.010000', '140337.470000', '140337.930000', '140338.390000', '140338.850000', '140339.310000', '140339.770000', '140340.230000', '140340.690000', '140341.150000', '140341.610000', '140342.070000', '140342.530000', '140342.990000', '140343.450000', '140343.910000', '140344.370000', '140344.830000', '140345.290000', '140345.750000', '140346.210000', '140346.670000', '140347.130000', '140347.590000', '140348.050000', '140348.510000', '140348.970000', '140349.430000', '140349.890000', '140350.350000', '140350.810000', '140351.270000', '140351.730000', '140352.190000', '140352.650000', '140353.110000', '140353.570000', '140354.030000', '140354.490000', '140354.950000', '140355.410000', '140355.870000', '140356.330000', '140356.790000', '140357.250000', '140357.710000', '140358.170000', '140358.630000', '140359.090000', '140359.550000', '140400.010000', '140400.470000', '140400.930000', '140401.390000', '140401.850000', '140402.310000', '140402.770000', '140403.230000', '140403.690000', '140404.150000', '140404.610000', '140405.070000', '140405.530000', '140405.990000', '140406.450000', '140406.910000', '140407.370000', '140407.830000', '140408.290000', '140408.750000', '140409.210000', '140409.670000', '140410.130000', '140410.590000', '140411.050000', '140411.510000', '140411.970000', '140412.430000', '140412.890000', '140413.350000', '140413.810000', '140414.270000', '140414.730000', '140415.190000', '140415.650000', '140416.110000', '140416.570000', '140417.030000', '140417.490000', '140417.950000', '140418.410000', '140418.870000', '140419.330000', '140419.790000', '140420.250000', '140420.710000', '140421.170000', '140421.630000', '140422.090000', '140422.550000', '140423.010000', '140423.470000', '140423.930000', '140424.390000', '140424.850000', '140425.310000', '140425.770000', '140426.230000', '140426.690000', '140427.150000', '140427.610000', '140428.070000', '140428.530000', '140428.990000', '140429.450000', '140429.910000', '140430.370000', '140430.830000', '140431.290000', '140431.750000', '140432.210000', '140432.670000', '140433.130000', '140433.590000', '140434.050000', '140434.510000', '140434.970000', '140435.430000', '140435.890000', '140436.350000', '140436.810000', '140437.270000', '140437.730000', '140438.190000', '140438.650000', '140439.110000', '140439.570000', '140440.030000', '140440.490000', '140440.950000', '140441.410000', '140441.870000', '140442.330000', '140442.790000', '140443.250000', '140443.710000', '140444.170000', '140444.630000', '140445.090000', '140445.550000', '140446.010000', '140446.470000', '140446.930000', '140447.390000', '140447.850000', '140448.310000', '140448.770000', '140449.230000', '140449.690000', '140450.150000', '140450.610000', '140451.070000', '140451.530000', '140451.990000', '140452.450000', '140452.910000', '140453.370000', '140453.830000', '140454.290000', '140454.750000', '140455.210000', '140455.670000', '140456.130000', '140456.590000', '140457.050000', '140457.510000', '140457.970000', '140458.430000', '140458.890000', '140459.350000', '140459.810000', '140500.270000', '140500.730000', '140501.190000', '140501.650000', '140502.110000', '140502.570000', '140503.030000', '140503.490000', '140503.950000', '140504.410000', '140504.870000', '140505.330000', '140505.790000', '140506.250000', '140506.710000', '140507.170000', '140507.630000', '140508.090000', '140508.550000', '140509.010000', '140509.470000', '140509.930000', '140510.390000', '140510.850000', '140511.310000', '140511.770000', '140512.230000', '140512.690000', '140513.150000', '140513.610000', '140514.070000', '140514.530000', '140514.990000', '140515.450000', '140515.910000', '140516.370000', '140516.830000', '140517.290000', '140517.750000', '140518.210000', '140518.670000', '140519.130000', '140519.590000', '140520.050000', '140520.510000', '140520.970000', '140521.430000', '140521.890000', '140522.350000', '140522.810000', '140523.270000', '140523.730000', '140524.190000', '140524.650000', '140525.110000', '140525.570000', '140526.030000', '140526.490000', '140526.950000', '140527.410000', '140527.870000', '140528.330000', '140528.790000', '140529.250000', '140529.710000', '140530.170000', '140530.630000', '140531.090000', '140531.550000', '140532.010000', '140532.470000', '140532.930000', '140533.390000', '140533.850000', '140534.310000', '140534.770000', '140535.230000', '140535.690000', '140536.150000', '140536.610000', '140537.070000', '140537.530000', '140537.990000', '140538.450000', '140538.910000', '140539.370000', '140539.830000', '140540.290000', '140540.750000', '140541.210000', '140541.670000', '140542.130000', '140542.590000', '140543.050000', '140543.510000', '140543.970000', '140544.430000', '140544.890000', '140545.350000', '140545.810000', '140546.270000', '140546.730000', '140547.190000', '140547.650000', '140548.110000', '140548.570000', '140549.030000', '140549.490000', '140549.950000', '140550.410000', '140550.870000', '140551.330000', '140551.790000', '140552.250000', '140552.710000', '140553.170000', '140553.630000', '140554.090000', '140554.550000', '140555.010000', '140555.470000', '140555.930000', '140556.390000', '140556.850000', '140557.310000', '140557.770000', '140558.230000', '140558.690000', '140559.150000', '140559.610000', '140600.070000', '140600.530000', '140600.990000', '140601.450000', '140601.910000', '140602.370000', '140602.830000', '140603.290000', '140603.750000', '140604.210000', '140604.670000', '140605.130000', '140605.590000', '140606.050000', '140606.510000', '140606.970000', '140607.430000', '140607.890000', '140608.350000', '140608.810000', '140609.270000', '140609.730000', '140610.190000', '140610.650000', '140611.110000', '140611.570000', '140612.030000', '140612.490000', '140612.950000', '140613.410000', '140613.870000', '140614.330000', '140614.790000', '140615.250000', '140615.710000', '140616.170000', '140616.630000', '140617.090000', '140617.550000', '140618.010000', '140618.470000', '140618.930000', '140619.390000', '140619.850000', '140620.310000', '140620.770000', '140621.230000', '140621.690000', '140622.150000', '140622.610000', '140623.070000', '140623.530000', '140623.990000', '140624.450000', '140624.910000', '140625.370000', '140625.830000', '140626.290000', '140626.750000', '140627.210000', '140627.670000', '140628.130000', '140628.590000', '140629.050000', '140629.510000', '140629.970000', '140630.430000', '140630.890000', '140631.350000', '140631.810000', '140632.270000', '140632.730000', '140633.190000', '140633.650000', '140634.110000', '140634.570000', '140635.030000', '140635.490000', '140635.950000', '140636.410000', '140636.870000', '140637.330000', '140637.790000', '140638.250000', '140638.710000', '140639.170000', '140639.630000', '140640.090000', '140640.550000', '140641.010000', '140641.470000', '140641.930000', '140642.390000', '140642.850000', '140643.310000', '140643.770000', '140644.230000', '140644.690000', '140645.150000', '140645.610000', '140646.070000', '140646.530000', '140646.990000', '140647.450000', '140647.910000', '140648.370000', '140648.830000', '140649.290000', '140649.750000', '140650.210000', '140650.670000', '140651.130000', '140651.590000', '140652.050000', '140652.510000', '140652.970000', '140653.430000', '140653.890000', '140654.350000', '140654.810000', '140655.270000', '140655.730000', '140656.190000', '140656.650000', '140657.110000', '140657.570000', '140658.030000', '140658.490000', '140658.950000', '140659.410000', '140659.870000', '140700.330000', '140700.790000', '140701.250000', '140701.710000', '140702.170000', '140702.630000', '140703.090000', '140703.550000', '140704.010000', '140704.470000', '140704.930000', '140705.390000', '140705.850000', '140706.310000', '140706.770000', '140707.230000', '140707.690000', '140708.150000', '140708.610000', '140709.070000', '140709.530000', '140709.990000', '140710.450000', '140710.910000', '140711.370000', '140711.830000', '140712.290000', '140712.750000', '140713.210000', '140713.670000', '140714.130000', '140714.590000', '140715.050000', '140715.510000', '140715.970000', '140716.430000', '140716.890000', '140717.350000', '140717.810000', '140718.270000', '140718.730000', '140719.190000', '140719.650000', '140720.110000', '140720.570000', '140721.030000', '140721.490000', '140721.950000', '140722.410000', '140722.870000', '140723.330000', '140723.790000', '140724.250000', '140724.710000', '140725.170000', '140725.630000', '140726.090000', '140726.550000', '140727.010000', '140727.470000', '140727.930000', '140728.390000', '140728.850000', '140729.310000', '140729.770000', '140730.230000', '140730.690000', '140731.150000', '140731.610000', '140732.070000', '140732.530000', '140732.990000', '140733.450000', '140733.910000', '140734.370000', '140734.830000', '140735.290000', '140735.750000', '140736.210000', '140736.670000', '140737.130000', '140737.590000', '140738.050000', '140738.510000', '140738.970000', '140739.430000', '140739.890000', '140740.350000', '140740.810000', '140741.270000', '140741.730000', '140742.190000', '140742.650000', '140743.110000', '140743.570000', '140744.030000', '140744.490000', '140744.950000', '140745.410000', '140745.870000', '140746.330000', '140746.790000', '140747.250000', '140747.710000', '140748.170000', '140748.630000', '140749.090000', '140749.550000', '140750.010000', '140750.470000', '140750.930000', '140751.390000', '140751.850000', '140752.310000', '140752.770000', '140753.230000', '140753.690000', '140754.150000', '140754.610000', '140755.070000', '140755.530000', '140755.990000', '140756.450000', '140756.910000', '140757.370000', '140757.830000', '140758.290000', '140758.750000', '140759.210000', '140759.670000', '140800.130000', '140800.590000', '140801.050000', '140801.510000', '140801.970000', '140802.430000', '140802.890000', '140803.350000', '140803.810000', '140804.270000', '140804.730000', '140805.190000', '140805.650000', '140806.110000', '140806.570000', '140807.030000', '140807.490000', '140807.950000', '140808.410000', '140808.870000', '140809.330000', '140809.790000', '140810.250000', '140810.710000', '140811.170000', '140811.630000', '140812.090000', '140812.550000', '140813.010000', '140813.470000', '140813.930000', '140814.390000', '140814.850000', '140815.310000', '140815.770000'], 'ContentTime': ['140205.552000', '140205.555000', '140205.558000', '140205.561000', '140205.563000', '140205.566000', '140205.569000', '140205.571000', '140205.579000', '140205.582000', '140205.585000', '140205.587000', '140205.590000', '140205.593000', '140205.595000', '140205.598000', '140205.600000', '140205.609000', '140205.612000', '140205.614000', '140205.617000', '140205.619000', '140205.622000', '140205.624000', '140205.627000', '140205.629000', '140205.632000', '140205.635000', '140205.637000', '140205.640000', '140225.503000', '140225.506000', '140225.509000', '140225.511000', '140225.514000', '140225.517000', '140225.519000', '140225.522000', '140225.524000', '140225.527000', '140225.530000', '140225.532000', '140225.535000', '140225.538000', '140225.540000', '140225.543000', '140225.545000', '140225.548000', '140225.550000', '140225.553000', '140225.555000', '140225.558000', '140225.560000', '140225.563000', '140225.565000', '140225.568000', '140225.571000', '140225.573000', '140225.576000', '140225.578000', '140225.581000', '140225.583000', '140225.586000', '140225.589000', '140225.591000', '140225.594000', '140225.596000', '140225.599000', '140225.602000', '140225.604000', '140225.607000', '140225.609000', '140225.612000', '140245.502000', '140245.505000', '140245.508000', '140245.510000', '140245.513000', '140245.515000', '140245.518000', '140245.520000', '140245.523000', '140245.526000', '140245.528000', '140245.531000', '140245.533000', '140245.536000', '140245.539000', '140245.541000', '140245.544000', '140245.546000', '140245.549000', '140245.551000', '140245.554000', '140245.556000', '140245.559000', '140245.562000', '140245.564000', '140245.602000', '140245.605000', '140245.639000', '140245.642000', '140245.645000', '140245.647000', '140245.650000', '140245.652000', '140245.655000', '140245.657000', '140245.660000', '140245.663000', '140245.665000', '140245.668000', '140245.670000', '140245.673000', '140245.675000', '140245.678000', '140245.681000', '140305.502000', '140305.505000', '140305.508000', '140305.510000', '140305.513000', '140305.516000', '140305.518000', '140305.521000', '140305.523000', '140305.526000', '140305.528000', '140305.531000', '140305.534000', '140305.536000', '140305.539000', '140305.541000', '140305.544000', '140305.546000', '140305.549000', '140305.552000', '140305.554000', '140305.557000', '140305.559000', '140305.562000', '140305.564000', '140305.567000', '140305.570000', '140305.572000', '140305.575000', '140305.577000', '140305.580000', '140305.582000', '140305.585000', '140305.588000', '140305.590000', '140305.593000', '140305.595000', '140305.598000', '140305.601000', '140305.603000', '140305.606000', '140305.608000', '140305.611000', '140325.502000', '140325.505000', '140325.508000', '140325.511000', '140325.513000', '140325.516000', '140325.518000', '140325.521000', '140325.524000', '140325.526000', '140325.529000', '140325.531000', '140325.534000', '140325.537000', '140325.541000', '140325.543000', '140325.546000', '140325.549000', '140325.551000', '140325.554000', '140325.556000', '140325.559000', '140325.561000', '140325.564000', '140325.567000', '140325.569000', '140325.572000', '140325.574000', '140325.577000', '140325.580000', '140325.582000', '140325.585000', '140325.587000', '140325.590000', '140325.593000', '140325.595000', '140325.598000', '140325.601000', '140325.603000', '140325.606000', '140325.608000', '140325.611000', '140325.613000', '140345.503000', '140345.506000', '140345.509000', '140345.511000', '140345.514000', '140345.517000', '140345.519000', '140345.522000', '140345.524000', '140345.527000', '140345.530000', '140345.532000', '140345.535000', '140345.537000', '140345.540000', '140345.543000', '140345.545000', '140345.548000', '140345.550000', '140345.553000', '140345.556000', '140345.558000', '140345.561000', '140345.563000', '140345.566000', '140345.569000', '140345.571000', '140345.574000', '140345.576000', '140345.579000', '140345.581000', '140345.584000', '140345.587000', '140345.589000', '140345.592000', '140345.594000', '140345.597000', '140345.600000', '140345.602000', '140345.605000', '140345.607000', '140345.610000', '140345.613000', '140345.615000', '140405.503000', '140405.506000', '140405.509000', '140405.512000', '140405.514000', '140405.517000', '140405.520000', '140405.523000', '140405.526000', '140405.529000', '140405.532000', '140405.534000', '140405.537000', '140405.540000', '140405.542000', '140405.545000', '140405.548000', '140405.550000', '140405.553000', '140405.555000', '140405.558000', '140405.561000', '140405.563000', '140405.566000', '140405.568000', '140405.571000', '140405.574000', '140405.576000', '140405.579000', '140405.581000', '140405.584000', '140405.587000', '140405.589000', '140405.592000', '140405.594000', '140405.597000', '140405.600000', '140405.602000', '140405.605000', '140405.607000', '140405.610000', '140405.613000', '140405.615000', '140425.504000', '140425.506000', '140425.509000', '140425.512000', '140425.514000', '140425.517000', '140425.519000', '140425.533000', '140425.535000', '140425.538000', '140425.540000', '140425.543000', '140425.546000', '140425.548000', '140425.551000', '140425.554000', '140425.556000', '140425.559000', '140425.561000', '140425.564000', '140425.566000', '140425.569000', '140425.572000', '140425.574000', '140425.577000', '140425.580000', '140425.582000', '140425.585000', '140425.587000', '140425.590000', '140425.593000', '140425.595000', '140425.598000', '140425.600000', '140425.603000', '140425.606000', '140425.608000', '140425.611000', '140425.614000', '140425.616000', '140425.619000', '140425.621000', '140425.624000', '140425.627000', '140445.503000', '140445.506000', '140445.509000', '140445.511000', '140445.514000', '140445.517000', '140445.519000', '140445.522000', '140445.525000', '140445.527000', '140445.530000', '140445.533000', '140445.535000', '140445.538000', '140445.540000', '140445.543000', '140445.546000', '140445.549000', '140445.552000', '140445.555000', '140445.558000', '140445.560000', '140445.563000', '140445.566000', '140445.568000', '140445.571000', '140445.574000', '140445.576000', '140445.580000', '140445.582000', '140445.585000', '140445.588000', '140445.590000', '140445.593000', '140445.595000', '140445.598000', '140445.601000', '140445.603000', '140445.606000', '140445.608000', '140445.611000', '140445.614000', '140445.616000', '140505.502000', '140505.505000', '140505.508000', '140505.511000', '140505.513000', '140505.516000', '140505.519000', '140505.521000', '140505.524000', '140505.526000', '140505.529000', '140505.531000', '140505.534000', '140505.537000', '140505.539000', '140505.542000', '140505.544000', '140505.547000', '140505.550000', '140505.552000', '140505.555000', '140505.558000', '140505.560000', '140505.563000', '140505.565000', '140505.568000', '140505.571000', '140505.573000', '140505.576000', '140505.579000', '140505.581000', '140505.584000', '140505.586000', '140505.589000', '140505.592000', '140505.594000', '140505.597000', '140505.600000', '140505.602000', '140505.605000', '140505.607000', '140505.617000', '140505.619000', '140505.622000', '140525.503000', '140525.506000', '140525.508000', '140525.511000', '140525.514000', '140525.516000', '140525.519000', '140525.522000', '140525.524000', '140525.527000', '140525.529000', '140525.532000', '140525.535000', '140525.537000', '140525.540000', '140525.542000', '140525.545000', '140525.547000', '140525.550000', '140525.553000', '140525.555000', '140525.558000', '140525.561000', '140525.563000', '140525.566000', '140525.568000', '140525.571000', '140525.574000', '140525.576000', '140525.579000', '140525.582000', '140525.585000', '140525.588000', '140525.591000', '140525.593000', '140525.596000', '140525.598000', '140525.601000', '140525.604000', '140525.606000', '140525.609000', '140525.612000', '140525.614000', '140545.503000', '140545.505000', '140545.508000', '140545.511000', '140545.514000', '140545.516000', '140545.519000', '140545.522000', '140545.524000', '140545.527000', '140545.530000', '140545.532000', '140545.535000', '140545.538000', '140545.540000', '140545.543000', '140545.546000', '140545.548000', '140545.551000', '140545.554000', '140545.556000', '140545.559000', '140545.561000', '140545.564000', '140545.567000', '140545.569000', '140545.572000', '140545.574000', '140545.577000', '140545.580000', '140545.582000', '140545.585000', '140545.599000', '140545.602000', '140545.604000', '140545.607000', '140545.610000', '140545.612000', '140545.615000', '140545.618000', '140545.620000', '140545.623000', '140545.626000', '140545.628000', '140605.504000', '140605.507000', '140605.509000', '140605.512000', '140605.515000', '140605.517000', '140605.520000', '140605.523000', '140605.525000', '140605.528000', '140605.530000', '140605.533000', '140605.536000', '140605.538000', '140605.541000', '140605.543000', '140605.546000', '140605.549000', '140605.551000', '140605.554000', '140605.557000', '140605.561000', '140605.563000', '140605.566000', '140605.569000', '140605.572000', '140605.574000', '140605.577000', '140605.580000', '140605.582000', '140605.585000', '140605.587000', '140605.590000', '140605.593000', '140605.595000', '140605.598000', '140605.601000', '140605.603000', '140605.606000', '140605.609000', '140605.612000', '140605.614000', '140605.618000', '140625.504000', '140625.506000', '140625.509000', '140625.512000', '140625.515000', '140625.518000', '140625.520000', '140625.523000', '140625.526000', '140625.528000', '140625.531000', '140625.534000', '140625.536000', '140625.539000', '140625.541000', '140625.544000', '140625.546000', '140625.549000', '140625.552000', '140625.554000', '140625.557000', '140625.559000', '140625.562000', '140625.564000', '140625.567000', '140625.570000', '140625.572000', '140625.575000', '140625.577000', '140625.580000', '140625.583000', '140625.585000', '140625.588000', '140625.590000', '140625.593000', '140625.596000', '140625.598000', '140625.601000', '140625.603000', '140625.606000', '140625.609000', '140625.612000', '140625.614000', '140625.617000', '140645.503000', '140645.506000', '140645.509000', '140645.512000', '140645.514000', '140645.517000', '140645.520000', '140645.522000', '140645.525000', '140645.528000', '140645.530000', '140645.533000', '140645.535000', '140645.538000', '140645.541000', '140645.543000', '140645.546000', '140645.548000', '140645.551000', '140645.554000', '140645.556000', '140645.559000', '140645.562000', '140645.564000', '140645.567000', '140645.570000', '140645.573000', '140645.575000', '140645.578000', '140645.581000', '140645.583000', '140645.586000', '140645.590000', '140645.592000', '140645.595000', '140645.599000', '140645.601000', '140645.604000', '140645.606000', '140645.609000', '140645.612000', '140645.614000', '140645.617000', '140705.503000', '140705.506000', '140705.509000', '140705.511000', '140705.514000', '140705.516000', '140705.519000', '140705.522000', '140705.524000', '140705.527000', '140705.529000', '140705.532000', '140705.535000', '140705.537000', '140705.540000', '140705.542000', '140705.545000', '140705.547000', '140705.550000', '140705.553000', '140705.555000', '140705.558000', '140705.560000', '140705.563000', '140705.565000', '140705.568000', '140705.571000', '140705.573000', '140705.576000', '140705.578000', '140705.581000', '140705.584000', '140705.586000', '140705.589000', '140705.591000', '140705.594000', '140705.596000', '140705.599000', '140705.602000', '140705.604000', '140705.607000', '140705.610000', '140705.612000', '140705.615000', '140725.503000', '140725.505000', '140725.508000', '140725.511000', '140725.513000', '140725.516000', '140725.518000', '140725.521000', '140725.524000', '140725.526000', '140725.529000', '140725.532000', '140725.543000', '140725.546000', '140725.548000', '140725.551000', '140725.554000', '140725.556000', '140725.559000', '140725.561000', '140725.564000', '140725.567000', '140725.569000', '140725.572000', '140725.576000', '140725.579000', '140725.582000', '140725.584000', '140725.587000', '140725.590000', '140725.592000', '140725.595000', '140725.597000', '140725.600000', '140725.603000', '140725.605000', '140725.608000', '140725.611000', '140725.614000', '140725.616000', '140725.619000', '140725.622000', '140725.625000', '140745.502000', '140745.505000', '140745.508000', '140745.511000', '140745.513000', '140745.516000', '140745.518000', '140745.521000', '140745.524000', '140745.526000', '140745.529000', '140745.531000', '140745.534000', '140745.537000', '140745.539000', '140745.542000', '140745.544000', '140745.547000', '140745.549000', '140745.552000', '140745.555000', '140745.557000', '140745.560000', '140745.563000', '140745.565000', '140745.568000', '140745.570000', '140745.573000', '140745.576000', '140745.578000', '140745.581000', '140745.583000', '140745.586000', '140745.589000', '140745.591000', '140745.594000', '140745.596000', '140745.599000', '140745.602000', '140745.604000', '140745.607000', '140745.610000', '140745.612000', '140745.615000', '140805.503000', '140805.505000', '140805.508000', '140805.511000', '140805.513000', '140805.516000', '140805.518000', '140805.521000', '140805.524000', '140805.526000', '140805.529000', '140805.532000', '140805.534000', '140805.537000', '140805.540000', '140805.542000', '140805.545000', '140805.547000', '140805.550000', '140805.553000', '140805.555000', '140805.558000', '140805.560000', '140805.563000', '140805.566000', '140805.569000', '140805.571000', '140805.574000', '140805.576000', '140805.579000', '140805.582000', '140805.584000', '140805.587000', '140805.589000', '140805.592000', '140805.595000', '140805.597000', '140805.600000', '140805.603000', '140805.605000', '140805.608000', '140805.610000', '140805.613000', '140817.591000', '140817.594000', '140817.597000', '140817.599000', '140817.602000', '140817.605000', '140817.608000', '140817.611000', '140817.614000', '140817.616000', '140817.620000', '140817.623000', '140817.625000', '140817.628000', '140817.631000', '140817.634000', '140817.636000', '140817.639000', '140817.642000', '140817.644000', '140817.647000', '140817.650000', '140817.652000', '140817.655000', '140817.658000', '140817.661000', '140817.664000'], 'InstanceCreationTime': ['140205.552000', '140205.555000', '140205.558000', '140205.561000', '140205.563000', '140205.566000', '140205.569000', '140205.571000', '140205.579000', '140205.582000', '140205.585000', '140205.587000', '140205.590000', '140205.593000', '140205.595000', '140205.598000', '140205.600000', '140205.609000', '140205.612000', '140205.614000', '140205.617000', '140205.619000', '140205.622000', '140205.624000', '140205.627000', '140205.629000', '140205.632000', '140205.635000', '140205.637000', '140205.640000', '140225.503000', '140225.506000', '140225.509000', '140225.511000', '140225.514000', '140225.517000', '140225.519000', '140225.522000', '140225.524000', '140225.527000', '140225.530000', '140225.532000', '140225.535000', '140225.538000', '140225.540000', '140225.543000', '140225.545000', '140225.548000', '140225.550000', '140225.553000', '140225.555000', '140225.558000', '140225.560000', '140225.563000', '140225.565000', '140225.568000', '140225.571000', '140225.573000', '140225.576000', '140225.578000', '140225.581000', '140225.583000', '140225.586000', '140225.589000', '140225.591000', '140225.594000', '140225.596000', '140225.599000', '140225.602000', '140225.604000', '140225.607000', '140225.609000', '140225.612000', '140245.502000', '140245.505000', '140245.508000', '140245.510000', '140245.513000', '140245.515000', '140245.518000', '140245.520000', '140245.523000', '140245.526000', '140245.528000', '140245.531000', '140245.533000', '140245.536000', '140245.539000', '140245.541000', '140245.544000', '140245.546000', '140245.549000', '140245.551000', '140245.554000', '140245.556000', '140245.559000', '140245.562000', '140245.564000', '140245.602000', '140245.605000', '140245.639000', '140245.642000', '140245.645000', '140245.647000', '140245.650000', '140245.652000', '140245.655000', '140245.657000', '140245.660000', '140245.663000', '140245.665000', '140245.668000', '140245.670000', '140245.673000', '140245.675000', '140245.678000', '140245.681000', '140305.502000', '140305.505000', '140305.508000', '140305.510000', '140305.513000', '140305.516000', '140305.518000', '140305.521000', '140305.523000', '140305.526000', '140305.528000', '140305.531000', '140305.534000', '140305.536000', '140305.539000', '140305.541000', '140305.544000', '140305.546000', '140305.549000', '140305.552000', '140305.554000', '140305.557000', '140305.559000', '140305.562000', '140305.564000', '140305.567000', '140305.570000', '140305.572000', '140305.575000', '140305.577000', '140305.580000', '140305.582000', '140305.585000', '140305.588000', '140305.590000', '140305.593000', '140305.595000', '140305.598000', '140305.601000', '140305.603000', '140305.606000', '140305.608000', '140305.611000', '140325.502000', '140325.505000', '140325.508000', '140325.511000', '140325.513000', '140325.516000', '140325.518000', '140325.521000', '140325.524000', '140325.526000', '140325.529000', '140325.531000', '140325.534000', '140325.537000', '140325.541000', '140325.543000', '140325.546000', '140325.549000', '140325.551000', '140325.554000', '140325.556000', '140325.559000', '140325.561000', '140325.564000', '140325.567000', '140325.569000', '140325.572000', '140325.574000', '140325.577000', '140325.580000', '140325.582000', '140325.585000', '140325.587000', '140325.590000', '140325.593000', '140325.595000', '140325.598000', '140325.601000', '140325.603000', '140325.606000', '140325.608000', '140325.611000', '140325.613000', '140345.503000', '140345.506000', '140345.509000', '140345.511000', '140345.514000', '140345.517000', '140345.519000', '140345.522000', '140345.524000', '140345.527000', '140345.530000', '140345.532000', '140345.535000', '140345.537000', '140345.540000', '140345.543000', '140345.545000', '140345.548000', '140345.550000', '140345.553000', '140345.556000', '140345.558000', '140345.561000', '140345.563000', '140345.566000', '140345.569000', '140345.571000', '140345.574000', '140345.576000', '140345.579000', '140345.581000', '140345.584000', '140345.587000', '140345.589000', '140345.592000', '140345.594000', '140345.597000', '140345.600000', '140345.602000', '140345.605000', '140345.607000', '140345.610000', '140345.613000', '140345.615000', '140405.503000', '140405.506000', '140405.509000', '140405.512000', '140405.514000', '140405.517000', '140405.520000', '140405.523000', '140405.526000', '140405.529000', '140405.532000', '140405.534000', '140405.537000', '140405.540000', '140405.542000', '140405.545000', '140405.548000', '140405.550000', '140405.553000', '140405.555000', '140405.558000', '140405.561000', '140405.563000', '140405.566000', '140405.568000', '140405.571000', '140405.574000', '140405.576000', '140405.579000', '140405.581000', '140405.584000', '140405.587000', '140405.589000', '140405.592000', '140405.594000', '140405.597000', '140405.600000', '140405.602000', '140405.605000', '140405.607000', '140405.610000', '140405.613000', '140405.615000', '140425.504000', '140425.506000', '140425.509000', '140425.512000', '140425.514000', '140425.517000', '140425.519000', '140425.533000', '140425.535000', '140425.538000', '140425.540000', '140425.543000', '140425.546000', '140425.548000', '140425.551000', '140425.554000', '140425.556000', '140425.559000', '140425.561000', '140425.564000', '140425.566000', '140425.569000', '140425.572000', '140425.574000', '140425.577000', '140425.580000', '140425.582000', '140425.585000', '140425.587000', '140425.590000', '140425.593000', '140425.595000', '140425.598000', '140425.600000', '140425.603000', '140425.606000', '140425.608000', '140425.611000', '140425.614000', '140425.616000', '140425.619000', '140425.621000', '140425.624000', '140425.627000', '140445.503000', '140445.506000', '140445.509000', '140445.511000', '140445.514000', '140445.517000', '140445.519000', '140445.522000', '140445.525000', '140445.527000', '140445.530000', '140445.533000', '140445.535000', '140445.538000', '140445.540000', '140445.543000', '140445.546000', '140445.549000', '140445.552000', '140445.555000', '140445.558000', '140445.560000', '140445.563000', '140445.566000', '140445.568000', '140445.571000', '140445.574000', '140445.576000', '140445.580000', '140445.582000', '140445.585000', '140445.588000', '140445.590000', '140445.593000', '140445.595000', '140445.598000', '140445.601000', '140445.603000', '140445.606000', '140445.608000', '140445.611000', '140445.614000', '140445.616000', '140505.502000', '140505.505000', '140505.508000', '140505.511000', '140505.513000', '140505.516000', '140505.519000', '140505.521000', '140505.524000', '140505.526000', '140505.529000', '140505.531000', '140505.534000', '140505.537000', '140505.539000', '140505.542000', '140505.544000', '140505.547000', '140505.550000', '140505.552000', '140505.555000', '140505.558000', '140505.560000', '140505.563000', '140505.565000', '140505.568000', '140505.571000', '140505.573000', '140505.576000', '140505.579000', '140505.581000', '140505.584000', '140505.586000', '140505.589000', '140505.592000', '140505.594000', '140505.597000', '140505.600000', '140505.602000', '140505.605000', '140505.607000', '140505.617000', '140505.619000', '140505.622000', '140525.503000', '140525.506000', '140525.508000', '140525.511000', '140525.514000', '140525.516000', '140525.519000', '140525.522000', '140525.524000', '140525.527000', '140525.529000', '140525.532000', '140525.535000', '140525.537000', '140525.540000', '140525.542000', '140525.545000', '140525.547000', '140525.550000', '140525.553000', '140525.555000', '140525.558000', '140525.561000', '140525.563000', '140525.566000', '140525.568000', '140525.571000', '140525.574000', '140525.576000', '140525.579000', '140525.582000', '140525.585000', '140525.588000', '140525.591000', '140525.593000', '140525.596000', '140525.598000', '140525.601000', '140525.604000', '140525.606000', '140525.609000', '140525.612000', '140525.614000', '140545.503000', '140545.505000', '140545.508000', '140545.511000', '140545.514000', '140545.516000', '140545.519000', '140545.522000', '140545.524000', '140545.527000', '140545.530000', '140545.532000', '140545.535000', '140545.538000', '140545.540000', '140545.543000', '140545.546000', '140545.548000', '140545.551000', '140545.554000', '140545.556000', '140545.559000', '140545.561000', '140545.564000', '140545.567000', '140545.569000', '140545.572000', '140545.574000', '140545.577000', '140545.580000', '140545.582000', '140545.585000', '140545.599000', '140545.602000', '140545.604000', '140545.607000', '140545.610000', '140545.612000', '140545.615000', '140545.618000', '140545.620000', '140545.623000', '140545.626000', '140545.628000', '140605.504000', '140605.507000', '140605.509000', '140605.512000', '140605.515000', '140605.517000', '140605.520000', '140605.523000', '140605.525000', '140605.528000', '140605.530000', '140605.533000', '140605.536000', '140605.538000', '140605.541000', '140605.543000', '140605.546000', '140605.549000', '140605.551000', '140605.554000', '140605.557000', '140605.561000', '140605.563000', '140605.566000', '140605.569000', '140605.572000', '140605.574000', '140605.577000', '140605.580000', '140605.582000', '140605.585000', '140605.587000', '140605.590000', '140605.593000', '140605.595000', '140605.598000', '140605.601000', '140605.603000', '140605.606000', '140605.609000', '140605.612000', '140605.614000', '140605.618000', '140625.504000', '140625.506000', '140625.509000', '140625.512000', '140625.515000', '140625.518000', '140625.520000', '140625.523000', '140625.526000', '140625.528000', '140625.531000', '140625.534000', '140625.536000', '140625.539000', '140625.541000', '140625.544000', '140625.546000', '140625.549000', '140625.552000', '140625.554000', '140625.557000', '140625.559000', '140625.562000', '140625.564000', '140625.567000', '140625.570000', '140625.572000', '140625.575000', '140625.577000', '140625.580000', '140625.583000', '140625.585000', '140625.588000', '140625.590000', '140625.593000', '140625.596000', '140625.598000', '140625.601000', '140625.603000', '140625.606000', '140625.609000', '140625.612000', '140625.614000', '140625.617000', '140645.503000', '140645.506000', '140645.509000', '140645.512000', '140645.514000', '140645.517000', '140645.520000', '140645.522000', '140645.525000', '140645.528000', '140645.530000', '140645.533000', '140645.535000', '140645.538000', '140645.541000', '140645.543000', '140645.546000', '140645.548000', '140645.551000', '140645.554000', '140645.556000', '140645.559000', '140645.562000', '140645.564000', '140645.567000', '140645.570000', '140645.573000', '140645.575000', '140645.578000', '140645.581000', '140645.583000', '140645.586000', '140645.590000', '140645.592000', '140645.595000', '140645.599000', '140645.601000', '140645.604000', '140645.606000', '140645.609000', '140645.612000', '140645.614000', '140645.617000', '140705.503000', '140705.506000', '140705.509000', '140705.511000', '140705.514000', '140705.516000', '140705.519000', '140705.522000', '140705.524000', '140705.527000', '140705.529000', '140705.532000', '140705.535000', '140705.537000', '140705.540000', '140705.542000', '140705.545000', '140705.547000', '140705.550000', '140705.553000', '140705.555000', '140705.558000', '140705.560000', '140705.563000', '140705.565000', '140705.568000', '140705.571000', '140705.573000', '140705.576000', '140705.578000', '140705.581000', '140705.584000', '140705.586000', '140705.589000', '140705.591000', '140705.594000', '140705.596000', '140705.599000', '140705.602000', '140705.604000', '140705.607000', '140705.610000', '140705.612000', '140705.615000', '140725.503000', '140725.505000', '140725.508000', '140725.511000', '140725.513000', '140725.516000', '140725.518000', '140725.521000', '140725.524000', '140725.526000', '140725.529000', '140725.532000', '140725.543000', '140725.546000', '140725.548000', '140725.551000', '140725.554000', '140725.556000', '140725.559000', '140725.561000', '140725.564000', '140725.567000', '140725.569000', '140725.572000', '140725.576000', '140725.579000', '140725.582000', '140725.584000', '140725.587000', '140725.590000', '140725.592000', '140725.595000', '140725.597000', '140725.600000', '140725.603000', '140725.605000', '140725.608000', '140725.611000', '140725.614000', '140725.616000', '140725.619000', '140725.622000', '140725.625000', '140745.502000', '140745.505000', '140745.508000', '140745.511000', '140745.513000', '140745.516000', '140745.518000', '140745.521000', '140745.524000', '140745.526000', '140745.529000', '140745.531000', '140745.534000', '140745.537000', '140745.539000', '140745.542000', '140745.544000', '140745.547000', '140745.549000', '140745.552000', '140745.555000', '140745.557000', '140745.560000', '140745.563000', '140745.565000', '140745.568000', '140745.570000', '140745.573000', '140745.576000', '140745.578000', '140745.581000', '140745.583000', '140745.586000', '140745.589000', '140745.591000', '140745.594000', '140745.596000', '140745.599000', '140745.602000', '140745.604000', '140745.607000', '140745.610000', '140745.612000', '140745.615000', '140805.503000', '140805.505000', '140805.508000', '140805.511000', '140805.513000', '140805.516000', '140805.518000', '140805.521000', '140805.524000', '140805.526000', '140805.529000', '140805.532000', '140805.534000', '140805.537000', '140805.540000', '140805.542000', '140805.545000', '140805.547000', '140805.550000', '140805.553000', '140805.555000', '140805.558000', '140805.560000', '140805.563000', '140805.566000', '140805.569000', '140805.571000', '140805.574000', '140805.576000', '140805.579000', '140805.582000', '140805.584000', '140805.587000', '140805.589000', '140805.592000', '140805.595000', '140805.597000', '140805.600000', '140805.603000', '140805.605000', '140805.608000', '140805.610000', '140805.613000', '140817.591000', '140817.594000', '140817.597000', '140817.599000', '140817.602000', '140817.605000', '140817.608000', '140817.611000', '140817.614000', '140817.616000', '140817.620000', '140817.623000', '140817.625000', '140817.628000', '140817.631000', '140817.634000', '140817.636000', '140817.639000', '140817.642000', '140817.644000', '140817.647000', '140817.650000', '140817.652000', '140817.655000', '140817.658000', '140817.661000', '140817.664000'], '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': [12077, 9894, 12466, 8947, 9168, 10154, 8321, 10487, 7959, 8732, 7710, 8180, 8667, 8209, 8550, 7704, 9746, 7873, 11464, 8083, 11351, 8416, 11434, 8614, 10715, 8533, 9468, 8324, 8349, 8437, 8467, 8610, 8398, 8580, 8256, 8747, 8812, 8894, 8396, 8578, 8359, 8569, 8460, 8680, 8471, 10862, 8389, 12407, 9479, 11559, 9089, 9656, 8773, 8253, 8587, 8015, 9701, 8478, 11469, 8575, 11774, 8928, 11431, 8978, 11002, 8781, 11166, 8745, 13179, 8078, 7913, 8158, 7772, 8794, 7656, 10270, 8108, 8136, 7859, 7570, 9838, 11219, 9169, 13749, 10461, 7574, 13949, 10382, 8910, 7787, 7058, 7164, 11221, 8786, 14819, 10912, 15536, 9909, 8356, 13974, 10189, 15033, 11068, 9940, 13418, 10903, 9891, 12378, 9956, 12228, 12267, 8834, 14661, 10062, 9042, 7597, 7086, 7287, 7020, 7105, 9901, 7509, 7344, 9260, 7611, 11883, 8337, 9946, 9113, 8301, 12479, 9906, 14705, 11504, 12516, 11229, 8084, 11121, 8127, 8006, 8451, 7828, 11031, 8112, 9991, 9104, 9293, 8198, 9552, 11652, 8139, 9827, 8772, 9469, 8322, 7843, 10542, 8800, 11202, 8649, 10617, 8215, 9911, 8421, 11124, 8979, 10119, 8200, 10861, 8558, 11061, 8947, 9890, 8576, 12315, 8721, 11341, 9531, 11093, 9359, 11626, 9045, 11066, 8787, 11276, 8903, 12618, 9753, 11514, 9622, 8363, 11104, 7579, 10971, 9021, 10602, 9841, 8280, 11667, 9784, 10674, 14217, 10864, 15060, 11794, 9059, 11908, 9334, 13568, 10351, 12873, 10045, 11815, 8247, 11415, 8287, 11193, 8381, 11068, 8153, 11166, 8271, 10907, 8528, 10583, 8992, 11306, 8129, 12043, 9142, 11554, 9839, 10573, 9518, 10424, 8604, 9995, 8506, 9469, 9239, 8007, 9223, 9578, 9546, 10834, 9143, 7993, 8650, 11723, 8467, 13693, 8689, 11104, 7956, 10355, 8141, 9916, 8008, 9719, 7500, 9643, 7148, 9601, 7606, 10482, 7980, 10895, 8320, 12095, 8913, 12354, 8784, 12369, 8842, 12132, 9909, 10478, 10509, 8466, 13255, 8060, 12033, 9384, 10732, 8088, 10425, 8176, 10912, 9371, 10658, 7771, 10029, 7336, 9307, 7465, 8291, 7434, 9363, 7386, 9065, 7577, 9378, 7731, 9824, 7819, 11568, 9208, 11535, 8259, 12634, 9154, 12581, 9607, 12184, 8326, 12152, 8350, 12313, 8998, 13308, 9132, 12149, 8115, 11570, 8256, 10734, 8060, 10621, 8050, 9890, 8287, 8835, 8286, 8343, 8571, 9543, 8745, 10313, 9095, 7411, 8958, 7636, 9744, 7570, 12328, 8152, 11453, 8070, 11655, 7758, 12760, 8175, 11740, 7998, 10640, 7445, 11158, 8083, 9128, 7734, 8957, 7249, 8912, 7296, 9170, 7717, 9214, 7775, 9210, 7457, 9304, 7740, 8966, 7683, 8955, 7168, 9093, 7590, 8843, 7442, 9009, 7448, 9344, 7674, 9302, 7544, 9630, 8303, 9172, 8036, 9374, 10036, 8551, 11476, 8999, 8074, 7991, 7595, 8080, 7494, 8571, 7494, 9419, 7460, 9412, 9250, 9524, 9495, 8805, 14227, 9057, 11374, 9301, 7857, 8525, 8990, 9624, 7533, 9706, 8128, 8570, 9128, 9677, 8089, 10906, 9115, 11838, 9460, 10872, 9758, 9364, 7136, 8839, 8017, 9463, 12243, 8160, 9147, 10117, 9413, 9082, 10318, 9378, 10617, 11630, 12050, 9426, 9908, 9196, 10193, 8871, 10719, 8469, 10682, 8820, 10443, 8365, 9413, 8134, 8264, 8435, 8190, 9045, 8487, 10869, 8596, 12339, 8640, 11993, 8577, 12699, 9171, 12563, 9568, 14038, 9751, 14314, 9279, 14089, 11031, 14905, 10982, 11337, 7726, 7754, 7853, 7413, 9496, 7128, 10715, 7625, 11326, 7251, 10822, 7340, 10166, 7403, 9933, 6936, 9900, 7177, 10652, 7482, 10637, 6941, 9744, 7218, 8889, 8118, 7814, 8242, 7302, 9575, 7647, 11911, 7337, 11297, 7741, 12254, 9668, 9328, 10084, 11968, 8496, 9810, 8795, 7518, 8014, 7452, 8926, 7870, 11450, 7905, 9936, 7715, 8350, 9066, 7735, 7684, 7327, 8438, 7856, 11516, 7836, 10870, 7781, 10948, 7713, 10079, 8024, 8817, 9486, 8561, 9015, 8140, 8248, 8443, 9000, 8978, 8701, 8044, 8444, 7394, 8434, 8430, 8493, 8078, 8146, 8362, 8613, 8541, 8486, 8358, 8653, 8535, 8453, 8221, 8095, 8226, 8547, 8179, 8697, 7968, 9650, 8135, 9145, 7937, 10297, 7810, 11274, 7749, 11766, 7894, 12305, 8625, 11801, 7382, 11260, 7572, 10937, 8958, 10938, 7713, 10909, 7755, 9915, 7870, 8717, 7855, 8812, 8069, 8491, 8418, 8249, 8339, 8496, 8423, 8545, 8720, 8590, 8248, 8495, 8315, 9454, 8157, 9548, 7742, 10568, 8109, 11974, 9616, 10576, 8515, 9902, 8850, 9225, 9666, 8366, 9205, 8303, 9404, 8827, 10867, 8280, 8854, 8315, 9006, 8760, 10386, 8527, 10005, 8241, 10028, 8767, 10478, 8821, 10494, 8071, 10714, 8526, 11182, 9424, 11015, 8147, 11007, 8521, 11366, 8957, 11063, 8351, 11097, 8581, 10967, 8842, 10411, 8135, 10363, 8663, 10705, 8714, 10863, 8152, 8934, 8222, 9003, 9138, 8605, 9311, 8753, 9083, 8909, 10026, 8761, 10657, 8608, 9424, 8803, 9294, 8981, 8894, 7962, 8304, 7892, 8642, 7747, 8411, 7724, 8932, 8303, 9189, 8216, 8901, 6668, 9468, 12002, 7601, 11662, 7571, 7354, 7810, 7758, 7891, 7610, 8774, 7320, 8953, 7883, 8270, 14851, 9038, 14189, 8816, 11319, 7653, 9139, 7735, 8473, 7896, 7613, 7828, 7473, 13493, 7697, 12364, 7620, 11175, 7152, 9368, 7563, 8874, 7604, 8903, 7645, 8916, 7880, 8883, 9265, 9607, 8328, 7654, 10588, 7450, 14011, 7702, 8730, 7226, 8141, 7528, 8727, 7755, 8347, 7504, 8402, 7604, 11692, 7922, 9629, 7728, 12108, 7567, 13439, 8172, 10753, 7744, 10028, 7463, 8790, 8517, 9290, 7396, 9167, 8216, 9320, 10096, 9404, 12092, 8940, 11596, 9209, 11211, 9265, 10990, 9163, 10993, 9280, 11182, 10912, 11892, 8200, 9731, 7310, 8495, 9155, 8801, 11715, 8866, 9397, 8932, 9293, 12150, 9348, 13003, 9844, 12657, 10988, 10588, 8677, 9720, 8011, 9731, 8733, 9455, 10686, 9464, 10129, 9360, 10898, 9644, 11256], 'WindowCenter': [4131.0, 4083.0, 4099.0, 4042.0, 4042.0, 4063.0, 4033.0, 4061.0, 4007.0, 4014.0, 3992.0, 4015.0, 4026.0, 4027.0, 4028.0, 4019.0, 4049.0, 4031.0, 4071.0, 4030.0, 4071.0, 4030.0, 4071.0, 4041.0, 4059.0, 4028.0, 4037.0, 4017.0, 4018.0, 4029.0, 4029.0, 4027.0, 4027.0, 4027.0, 4028.0, 4041.0, 4040.0, 4039.0, 4030.0, 4039.0, 4041.0, 4040.0, 4030.0, 4029.0, 4030.0, 4060.0, 4041.0, 4081.0, 4050.0, 4069.0, 4038.0, 4050.0, 4028.0, 4028.0, 4027.0, 4017.0, 4037.0, 4029.0, 4082.0, 4041.0, 4081.0, 4051.0, 4080.0, 4051.0, 4071.0, 4055.0, 4099.0, 4083.0, 4137.0, 4030.0, 4000.0, 4078.0, 4098.0, 4107.0, 4005.0, 4085.0, 4028.0, 4053.0, 4056.0, 4047.0, 4088.0, 4072.0, 4050.0, 4089.0, 4031.0, 3961.0, 4059.0, 4057.0, 4062.0, 4058.0, 4016.0, 4050.0, 4109.0, 4020.0, 4089.0, 4043.0, 4070.0, 4032.0, 4000.0, 4046.0, 4018.0, 4016.0, 3970.0, 4003.0, 4063.0, 4044.0, 4035.0, 4055.0, 4024.0, 4055.0, 4055.0, 4013.0, 4076.0, 4033.0, 4022.0, 3975.0, 3965.0, 3975.0, 3976.0, 3990.0, 4041.0, 4001.0, 4002.0, 4031.0, 4002.0, 4052.0, 4014.0, 4046.0, 4024.0, 4015.0, 4070.0, 4023.0, 4075.0, 4043.0, 4039.0, 4030.0, 3976.0, 4018.0, 3989.0, 3989.0, 3999.0, 3989.0, 4028.0, 3988.0, 4018.0, 4008.0, 4008.0, 4010.0, 4021.0, 4046.0, 3978.0, 4009.0, 3997.0, 4008.0, 3999.0, 4001.0, 4043.0, 4025.0, 4056.0, 4028.0, 4058.0, 4027.0, 4046.0, 4029.0, 4069.0, 4039.0, 4047.0, 4028.0, 4058.0, 4040.0, 4072.0, 4052.0, 4060.0, 4041.0, 4081.0, 4041.0, 4084.0, 4064.0, 4083.0, 4061.0, 4081.0, 4052.0, 4085.0, 4056.0, 4084.0, 4054.0, 4095.0, 4079.0, 4097.0, 4078.0, 4044.0, 4097.0, 4035.0, 4100.0, 4069.0, 4063.0, 4078.0, 4046.0, 4085.0, 4091.0, 4089.0, 4120.0, 4085.0, 4104.0, 4083.0, 4049.0, 4080.0, 4039.0, 4079.0, 4048.0, 4079.0, 4036.0, 4054.0, 4013.0, 4053.0, 4013.0, 4041.0, 4015.0, 4054.0, 4015.0, 4057.0, 4028.0, 4057.0, 4039.0, 4070.0, 4052.0, 4070.0, 4031.0, 4080.0, 4065.0, 4083.0, 4076.0, 4072.0, 4063.0, 4059.0, 4042.0, 4062.0, 4041.0, 4060.0, 4051.0, 4027.0, 4050.0, 4051.0, 4061.0, 4073.0, 4051.0, 4030.0, 4039.0, 4078.0, 4041.0, 4103.0, 4042.0, 4070.0, 4030.0, 4059.0, 4030.0, 4061.0, 4042.0, 4060.0, 4020.0, 4049.0, 4010.0, 4072.0, 4033.0, 4073.0, 4043.0, 4071.0, 4052.0, 4095.0, 4066.0, 4095.0, 4054.0, 4093.0, 4052.0, 4096.0, 4063.0, 4072.0, 4060.0, 4030.0, 4090.0, 4031.0, 4082.0, 4052.0, 4070.0, 4029.0, 4060.0, 4040.0, 4083.0, 4064.0, 4070.0, 4019.0, 4058.0, 4020.0, 4050.0, 3999.0, 4028.0, 4007.0, 4049.0, 4033.0, 4063.0, 4033.0, 4050.0, 4031.0, 4061.0, 4034.0, 4095.0, 4067.0, 4083.0, 4043.0, 4092.0, 4064.0, 4105.0, 4064.0, 4081.0, 4030.0, 4080.0, 4029.0, 4083.0, 4051.0, 4091.0, 4050.0, 4068.0, 4019.0, 4070.0, 4029.0, 4059.0, 4017.0, 4047.0, 4018.0, 4061.0, 4028.0, 4038.0, 4029.0, 4028.0, 4030.0, 4039.0, 4042.0, 4062.0, 4039.0, 4007.0, 4028.0, 4018.0, 4052.0, 4021.0, 4081.0, 4019.0, 4071.0, 4018.0, 4070.0, 4021.0, 4079.0, 4027.0, 4067.0, 4016.0, 4046.0, 4008.0, 4059.0, 4017.0, 4026.0, 4006.0, 4024.0, 4006.0, 4039.0, 4006.0, 4036.0, 4016.0, 4037.0, 4017.0, 4048.0, 4018.0, 4038.0, 4016.0, 4027.0, 4005.0, 4039.0, 4009.0, 4038.0, 4017.0, 4037.0, 4007.0, 4051.0, 4031.0, 4051.0, 4030.0, 4049.0, 4031.0, 4075.0, 4055.0, 4064.0, 4033.0, 4053.0, 4061.0, 4040.0, 4070.0, 4039.0, 4029.0, 4029.0, 4018.0, 4041.0, 4020.0, 4040.0, 4018.0, 4049.0, 4019.0, 4064.0, 4052.0, 4064.0, 4090.0, 4055.0, 4119.0, 4029.0, 4056.0, 4011.0, 3989.0, 3959.0, 3968.0, 4021.0, 3954.0, 3986.0, 3957.0, 3964.0, 3963.0, 3960.0, 3973.0, 4027.0, 4047.0, 4080.0, 4060.0, 4079.0, 4047.0, 4047.0, 4005.0, 4035.0, 4026.0, 4047.0, 4076.0, 4037.0, 4047.0, 4057.0, 4048.0, 4048.0, 4058.0, 4047.0, 4070.0, 4080.0, 4079.0, 4046.0, 4056.0, 4035.0, 4058.0, 4026.0, 4055.0, 4025.0, 4055.0, 4035.0, 4056.0, 4040.0, 4050.0, 4042.0, 4041.0, 4041.0, 4041.0, 4052.0, 4052.0, 4084.0, 4054.0, 4095.0, 4067.0, 4106.0, 4051.0, 4092.0, 4064.0, 4096.0, 4067.0, 4106.0, 4053.0, 4080.0, 4039.0, 4082.0, 4062.0, 4092.0, 4060.0, 4061.0, 4018.0, 4008.0, 4031.0, 4021.0, 4052.0, 4010.0, 4060.0, 4020.0, 4058.0, 4008.0, 4059.0, 4010.0, 4049.0, 4007.0, 4048.0, 3997.0, 4048.0, 4010.0, 4061.0, 4020.0, 4060.0, 4011.0, 4051.0, 4019.0, 4038.0, 4017.0, 4018.0, 4042.0, 4020.0, 4050.0, 4023.0, 4070.0, 4008.0, 4070.0, 4022.0, 4083.0, 4063.0, 4056.0, 4052.0, 4042.0, 4028.0, 4047.0, 4029.0, 3995.0, 4004.0, 3994.0, 4025.0, 4027.0, 4068.0, 4016.0, 4045.0, 4007.0, 4028.0, 4036.0, 4019.0, 4018.0, 4006.0, 4026.0, 4016.0, 4068.0, 4006.0, 4046.0, 4016.0, 4059.0, 4018.0, 4036.0, 4016.0, 4037.0, 4035.0, 4026.0, 4024.0, 4005.0, 4013.0, 4014.0, 4025.0, 4025.0, 4013.0, 4003.0, 4015.0, 4007.0, 4016.0, 4014.0, 4016.0, 4003.0, 4003.0, 4014.0, 4026.0, 4027.0, 4028.0, 4016.0, 4026.0, 4028.0, 4030.0, 4028.0, 4018.0, 4016.0, 4028.0, 4029.0, 4053.0, 4029.0, 4053.0, 4019.0, 4038.0, 4018.0, 4060.0, 4021.0, 4060.0, 4008.0, 4069.0, 4018.0, 4071.0, 4030.0, 4069.0, 4008.0, 4057.0, 4008.0, 4058.0, 4027.0, 4047.0, 4008.0, 4047.0, 4006.0, 4037.0, 4006.0, 4015.0, 4005.0, 4024.0, 4005.0, 4029.0, 4017.0, 4015.0, 4013.0, 4016.0, 4014.0, 4027.0, 4028.0, 4026.0, 4015.0, 4027.0, 4016.0, 4048.0, 4019.0, 4038.0, 4018.0, 4059.0, 4030.0, 4082.0, 4051.0, 4057.0, 4028.0, 4047.0, 4039.0, 4039.0, 4050.0, 4016.0, 4037.0, 4015.0, 4037.0, 4028.0, 4057.0, 4013.0, 4025.0, 4003.0, 4025.0, 4026.0, 4046.0, 4014.0, 4034.0, 4015.0, 4035.0, 4028.0, 4046.0, 4038.0, 4045.0, 4006.0, 4046.0, 4029.0, 4058.0, 4037.0, 4045.0, 4005.0, 4045.0, 4027.0, 4057.0, 4028.0, 4045.0, 4015.0, 4045.0, 4026.0, 4057.0, 4027.0, 4046.0, 4005.0, 4046.0, 4026.0, 4058.0, 4029.0, 4058.0, 4017.0, 4027.0, 4028.0, 4040.0, 4038.0, 4029.0, 4039.0, 4027.0, 4027.0, 4039.0, 4050.0, 4027.0, 4048.0, 4026.0, 4050.0, 4041.0, 4049.0, 4038.0, 4052.0, 4045.0, 4042.0, 4030.0, 4040.0, 4019.0, 4027.0, 4018.0, 4038.0, 4029.0, 4040.0, 4030.0, 4040.0, 4001.0, 4052.0, 4080.0, 4018.0, 4058.0, 4007.0, 4007.0, 4007.0, 4006.0, 4030.0, 4020.0, 4028.0, 4008.0, 4029.0, 4018.0, 4030.0, 4089.0, 4029.0, 4078.0, 4026.0, 4045.0, 3993.0, 4027.0, 4005.0, 4015.0, 4004.0, 4005.0, 4004.0, 4006.0, 4078.0, 4007.0, 4068.0, 4005.0, 4055.0, 3996.0, 4036.0, 4019.0, 4038.0, 4018.0, 4037.0, 4006.0, 4038.0, 4018.0, 4040.0, 4050.0, 4049.0, 4029.0, 4008.0, 4048.0, 4008.0, 4092.0, 4019.0, 4029.0, 4010.0, 4019.0, 4018.0, 4040.0, 4019.0, 4029.0, 4010.0, 4029.0, 4021.0, 4083.0, 4021.0, 4050.0, 4017.0, 4069.0, 4019.0, 4091.0, 4030.0, 4060.0, 4019.0, 4047.0, 4008.0, 4030.0, 4031.0, 4052.0, 4009.0, 4038.0, 4027.0, 4051.0, 4059.0, 4049.0, 4069.0, 4039.0, 4057.0, 4038.0, 4059.0, 4039.0, 4057.0, 4037.0, 4059.0, 4050.0, 4072.0, 4044.0, 4070.0, 4014.0, 4036.0, 4008.0, 4027.0, 4037.0, 4037.0, 4069.0, 4039.0, 4038.0, 4040.0, 4037.0, 4068.0, 4039.0, 4077.0, 4037.0, 4068.0, 4046.0, 4034.0, 4012.0, 4022.0, 4001.0, 4023.0, 4013.0, 4023.0, 4032.0, 4022.0, 4032.0, 4023.0, 4043.0, 4035.0, 4043.0], 'WindowWidth': [9168.0, 9082.0, 9096.0, 9002.0, 9002.0, 9033.0, 8992.0, 9029.0, 8946.0, 8948.0, 8920.0, 8954.0, 8973.0, 8977.0, 8977.0, 8968.0, 9009.0, 8989.0, 9043.0, 8988.0, 9042.0, 8986.0, 9041.0, 9003.0, 9021.0, 8976.0, 8987.0, 8959.0, 8963.0, 8981.0, 8979.0, 8975.0, 8976.0, 8976.0, 8980.0, 8999.0, 8999.0, 8993.0, 8984.0, 8994.0, 9001.0, 8997.0, 8985.0, 8982.0, 8984.0, 9026.0, 9003.0, 9056.0, 9011.0, 9036.0, 8992.0, 9011.0, 8978.0, 8977.0, 8975.0, 8961.0, 8989.0, 8982.0, 9058.0, 9003.0, 9055.0, 9014.0, 9052.0, 9017.0, 9043.0, 9027.0, 9096.0, 9086.0, 9163.0, 8988.0, 8929.0, 9077.0, 9124.0, 9129.0, 8940.0, 9072.0, 8986.0, 9028.0, 9036.0, 9024.0, 9078.0, 9042.0, 9009.0, 9061.0, 8967.0, 8852.0, 9002.0, 9017.0, 9034.0, 9042.0, 8967.0, 9036.0, 9109.0, 8960.0, 9059.0, 8984.0, 9020.0, 8970.0, 8923.0, 8981.0, 8947.0, 8919.0, 8848.0, 8917.0, 9020.0, 8992.0, 8981.0, 9006.0, 8962.0, 9004.0, 9005.0, 8945.0, 9041.0, 8976.0, 8957.0, 8884.0, 8870.0, 8883.0, 8888.0, 8916.0, 8988.0, 8934.0, 8935.0, 8973.0, 8936.0, 8999.0, 8950.0, 8999.0, 8969.0, 8955.0, 9039.0, 8958.0, 9036.0, 8984.0, 8973.0, 8959.0, 8883.0, 8942.0, 8907.0, 8907.0, 8920.0, 8907.0, 8958.0, 8905.0, 8946.0, 8931.0, 8931.0, 8941.0, 8955.0, 8995.0, 8890.0, 8931.0, 8915.0, 8932.0, 8923.0, 8930.0, 8988.0, 8969.0, 9012.0, 8977.0, 9018.0, 8977.0, 8997.0, 8984.0, 9034.0, 8997.0, 9000.0, 8981.0, 9020.0, 9000.0, 9046.0, 9019.0, 9027.0, 9002.0, 9055.0, 9005.0, 9064.0, 9041.0, 9063.0, 9033.0, 9057.0, 9019.0, 9071.0, 9033.0, 9066.0, 9026.0, 9082.0, 9070.0, 9092.0, 9063.0, 9011.0, 9088.0, 8999.0, 9097.0, 9053.0, 9031.0, 9063.0, 9016.0, 9066.0, 9089.0, 9082.0, 9129.0, 9074.0, 9097.0, 9067.0, 9013.0, 9056.0, 8996.0, 9054.0, 9007.0, 9055.0, 8987.0, 9010.0, 8950.0, 9006.0, 8949.0, 8986.0, 8957.0, 9009.0, 8957.0, 9015.0, 8979.0, 9014.0, 8998.0, 9039.0, 9019.0, 9041.0, 8991.0, 9053.0, 9041.0, 9064.0, 9056.0, 9045.0, 9033.0, 9020.0, 9005.0, 9033.0, 9003.0, 9027.0, 9015.0, 8979.0, 9013.0, 9014.0, 9031.0, 9048.0, 9017.0, 8985.0, 8997.0, 9048.0, 9004.0, 9092.0, 9005.0, 9039.0, 8987.0, 9024.0, 8988.0, 9032.0, 9007.0, 9027.0, 8974.0, 9010.0, 8962.0, 9049.0, 9000.0, 9050.0, 9010.0, 9044.0, 9023.0, 9083.0, 9046.0, 9083.0, 9028.0, 9077.0, 9023.0, 9086.0, 9038.0, 9048.0, 9027.0, 8985.0, 9066.0, 8989.0, 9062.0, 9020.0, 9039.0, 8985.0, 9026.0, 9001.0, 9065.0, 9038.0, 9041.0, 8970.0, 9022.0, 8975.0, 9010.0, 8940.0, 8979.0, 8950.0, 9010.0, 8997.0, 9039.0, 8999.0, 9015.0, 8992.0, 9030.0, 9002.0, 9084.0, 9049.0, 9061.0, 9008.0, 9073.0, 9041.0, 9100.0, 9040.0, 9057.0, 8986.0, 9053.0, 8983.0, 9062.0, 9017.0, 9070.0, 9011.0, 9034.0, 8969.0, 9039.0, 8982.0, 9021.0, 8964.0, 9001.0, 8965.0, 9029.0, 8981.0, 8992.0, 8979.0, 8978.0, 8981.0, 8992.0, 9003.0, 9030.0, 8996.0, 8948.0, 8977.0, 8965.0, 9019.0, 8975.0, 9056.0, 8967.0, 9036.0, 8964.0, 9037.0, 8976.0, 9049.0, 8977.0, 9029.0, 8958.0, 8999.0, 8952.0, 9019.0, 8961.0, 8971.0, 8941.0, 8965.0, 8945.0, 8993.0, 8946.0, 8986.0, 8960.0, 8986.0, 8962.0, 9006.0, 8969.0, 8992.0, 8959.0, 8975.0, 8943.0, 8995.0, 8958.0, 8992.0, 8962.0, 8989.0, 8951.0, 9016.0, 8992.0, 9018.0, 8988.0, 9012.0, 8992.0, 9056.0, 9031.0, 9038.0, 8996.0, 9020.0, 9028.0, 8999.0, 9038.0, 8995.0, 8984.0, 8983.0, 8969.0, 9004.0, 8975.0, 9001.0, 8968.0, 9011.0, 8973.0, 9039.0, 9020.0, 9039.0, 9088.0, 9026.0, 9121.0, 8973.0, 9007.0, 8938.0, 8906.0, 8845.0, 8855.0, 8953.0, 8844.0, 8886.0, 8849.0, 8850.0, 8845.0, 8840.0, 8873.0, 8958.0, 9009.0, 9057.0, 9031.0, 9055.0, 9008.0, 9010.0, 8948.0, 8986.0, 8977.0, 9005.0, 9044.0, 8995.0, 9007.0, 9021.0, 9009.0, 9011.0, 9022.0, 9008.0, 9045.0, 9055.0, 9054.0, 9002.0, 9017.0, 8985.0, 9019.0, 8972.0, 9011.0, 8972.0, 9011.0, 8986.0, 9012.0, 9001.0, 9015.0, 9006.0, 9004.0, 9006.0, 9005.0, 9021.0, 9020.0, 9066.0, 9025.0, 9083.0, 9052.0, 9100.0, 9021.0, 9072.0, 9039.0, 9085.0, 9045.0, 9097.0, 9017.0, 9049.0, 8992.0, 9056.0, 9028.0, 9068.0, 9023.0, 9024.0, 8965.0, 8952.0, 8988.0, 8975.0, 9015.0, 8957.0, 9024.0, 8971.0, 9018.0, 8950.0, 9021.0, 8956.0, 9008.0, 8951.0, 9003.0, 8937.0, 9004.0, 8961.0, 9028.0, 8972.0, 9025.0, 8961.0, 9016.0, 8970.0, 8994.0, 8964.0, 8967.0, 9005.0, 8974.0, 9013.0, 8980.0, 9038.0, 8955.0, 9039.0, 8978.0, 9062.0, 9037.0, 9028.0, 9015.0, 8982.0, 8979.0, 9003.0, 8981.0, 8929.0, 8939.0, 8925.0, 8970.0, 8979.0, 9031.0, 8960.0, 8996.0, 8947.0, 8980.0, 8989.0, 8970.0, 8965.0, 8947.0, 8974.0, 8962.0, 9031.0, 8948.0, 8997.0, 8961.0, 9020.0, 8964.0, 8986.0, 8958.0, 8991.0, 8984.0, 8970.0, 8965.0, 8938.0, 8949.0, 8950.0, 8969.0, 8967.0, 8949.0, 8936.0, 8956.0, 8947.0, 8958.0, 8954.0, 8957.0, 8937.0, 8937.0, 8953.0, 8974.0, 8976.0, 8978.0, 8956.0, 8972.0, 8977.0, 8985.0, 8977.0, 8965.0, 8959.0, 8979.0, 8983.0, 9022.0, 8986.0, 9017.0, 8968.0, 8992.0, 8966.0, 9024.0, 8975.0, 9024.0, 8951.0, 9034.0, 8967.0, 9040.0, 8986.0, 9033.0, 8950.0, 9013.0, 8949.0, 9019.0, 8978.0, 9002.0, 8949.0, 9002.0, 8944.0, 8989.0, 8944.0, 8954.0, 8939.0, 8964.0, 8941.0, 8979.0, 8961.0, 8956.0, 8949.0, 8957.0, 8952.0, 8977.0, 8978.0, 8972.0, 8956.0, 8972.0, 8958.0, 9005.0, 8967.0, 8990.0, 8967.0, 9020.0, 8986.0, 9057.0, 9015.0, 9015.0, 8977.0, 9000.0, 8994.0, 8996.0, 9008.0, 8958.0, 8986.0, 8955.0, 8989.0, 8976.0, 9017.0, 8949.0, 8967.0, 8934.0, 8970.0, 8972.0, 8998.0, 8952.0, 8978.0, 8954.0, 8982.0, 8979.0, 8997.0, 8991.0, 8995.0, 8943.0, 8996.0, 8979.0, 9017.0, 8988.0, 8994.0, 8943.0, 8995.0, 8973.0, 9015.0, 8977.0, 8993.0, 8953.0, 8992.0, 8970.0, 9014.0, 8975.0, 8997.0, 8943.0, 8997.0, 8973.0, 9017.0, 8980.0, 9017.0, 8962.0, 8975.0, 8978.0, 8997.0, 8992.0, 8979.0, 8993.0, 8973.0, 8975.0, 8995.0, 9010.0, 8975.0, 9005.0, 8972.0, 9014.0, 9002.0, 9012.0, 8992.0, 9021.0, 9019.0, 9007.0, 8984.0, 9000.0, 8970.0, 8978.0, 8967.0, 8991.0, 8982.0, 8998.0, 8985.0, 9000.0, 8948.0, 9020.0, 9053.0, 8963.0, 9016.0, 8948.0, 8949.0, 8949.0, 8946.0, 8985.0, 8971.0, 8980.0, 8950.0, 8980.0, 8963.0, 8982.0, 9063.0, 8979.0, 9044.0, 8971.0, 8995.0, 8923.0, 8974.0, 8942.0, 8954.0, 8938.0, 8941.0, 8940.0, 8945.0, 9045.0, 8949.0, 9032.0, 8943.0, 9010.0, 8933.0, 8984.0, 8968.0, 8993.0, 8967.0, 8990.0, 8946.0, 8992.0, 8963.0, 8998.0, 9011.0, 9009.0, 8979.0, 8950.0, 9004.0, 8952.0, 9074.0, 8969.0, 8980.0, 8957.0, 8968.0, 8967.0, 9000.0, 8970.0, 8982.0, 8957.0, 8982.0, 8975.0, 9062.0, 8974.0, 9012.0, 8964.0, 9034.0, 8968.0, 9070.0, 8985.0, 9025.0, 8967.0, 9003.0, 8950.0, 8984.0, 8986.0, 9015.0, 8957.0, 8991.0, 8975.0, 9013.0, 9022.0, 9008.0, 9035.0, 8993.0, 9016.0, 8992.0, 9022.0, 8995.0, 9015.0, 8989.0, 9023.0, 9015.0, 9046.0, 8991.0, 9040.0, 8952.0, 8986.0, 8952.0, 8976.0, 8990.0, 8989.0, 9035.0, 8996.0, 8994.0, 8998.0, 8990.0, 9031.0, 8993.0, 9040.0, 8987.0, 9031.0, 8997.0, 8976.0, 8943.0, 8956.0, 8928.0, 8961.0, 8949.0, 8961.0, 8972.0, 8958.0, 8971.0, 8961.0, 8987.0, 8982.0, 8988.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.008985251196172248</td></tr>
<tr><td colspan=3>aqi</td><td>0.08115340394736842</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.15017710239519</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1436741067544904</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0623405107904194</td></tr>
<tr><td colspan=3>efc</td><td>0.4604</td></tr>
<tr><td colspan=3>fber</td><td>4615.8105</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.31747045292339476</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>297</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>35.526315789473685</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8806171041909807</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8218212054498126</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.081537562894056</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.738492544229074</td></tr>
<tr><td colspan=3>gcor</td><td>0.0097072</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007337426301091909</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027198094874620438</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.591964990541009</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.1786</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.2092</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.2776</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309414.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>820.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.9542</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.2986</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.0059</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3254.7324</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3523.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.7929</td></tr>
<tr><td colspan=3>tsnr</td><td>20.593333733908366</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>