<?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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-02/func/sub-0040_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>812591674133f4e9389baf8ae2429929</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:30:28.492500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992215, -0.0426644, 0.117005, 0.0408922, 0.99901, 0.0175065]</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.0889515</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7739, -7194, 542, -150, -69, 110, 68]</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>251.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b03c0bd0-6e82-4a3d-b5fd-8642ed72e82e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.662038803100586, 0.10971066355705261, 0.31761765480041504, 102.87063598632812], [0.1144653782248497, 2.6802713871002197, 0.033981144428253174, -97.58558654785156], [0.31391608715057373, -0.046968650072813034, 2.6810379028320312, -51.554134368896484], [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': ['143028.492500', '143028.952500', '143029.412500', '143029.872500', '143030.332500', '143030.792500', '143031.252500', '143031.712500', '143032.172500', '143032.632500', '143033.092500', '143033.552500', '143034.012500', '143034.472500', '143034.932500', '143035.392500', '143035.852500', '143036.312500', '143036.772500', '143037.232500', '143037.692500', '143038.152500', '143038.612500', '143039.072500', '143039.532500', '143039.992500', '143040.452500', '143040.912500', '143041.372500', '143041.832500', '143042.292500', '143042.752500', '143043.212500', '143043.672500', '143044.132500', '143044.592500', '143045.052500', '143045.512500', '143045.972500', '143046.432500', '143046.892500', '143047.352500', '143047.812500', '143048.272500', '143048.732500', '143049.192500', '143049.652500', '143050.112500', '143050.572500', '143051.032500', '143051.492500', '143051.952500', '143052.412500', '143052.872500', '143053.332500', '143053.792500', '143054.252500', '143054.712500', '143055.172500', '143055.632500', '143056.092500', '143056.552500', '143057.012500', '143057.472500', '143057.932500', '143058.392500', '143058.852500', '143059.312500', '143059.772500', '143100.232500', '143100.692500', '143101.152500', '143101.612500', '143102.072500', '143102.532500', '143102.992500', '143103.452500', '143103.912500', '143104.372500', '143104.832500', '143105.292500', '143105.752500', '143106.212500', '143106.672500', '143107.132500', '143107.592500', '143108.052500', '143108.512500', '143108.972500', '143109.432500', '143109.892500', '143110.352500', '143110.812500', '143111.272500', '143111.732500', '143112.192500', '143112.652500', '143113.112500', '143113.572500', '143114.032500', '143114.492500', '143114.952500', '143115.412500', '143115.872500', '143116.332500', '143116.792500', '143117.252500', '143117.712500', '143118.172500', '143118.632500', '143119.092500', '143119.552500', '143120.012500', '143120.472500', '143120.932500', '143121.392500', '143121.852500', '143122.312500', '143122.772500', '143123.232500', '143123.692500', '143124.152500', '143124.612500', '143125.072500', '143125.532500', '143125.992500', '143126.452500', '143126.912500', '143127.372500', '143127.832500', '143128.292500', '143128.752500', '143129.212500', '143129.672500', '143130.132500', '143130.592500', '143131.052500', '143131.512500', '143131.972500', '143132.432500', '143132.892500', '143133.352500', '143133.812500', '143134.272500', '143134.732500', '143135.192500', '143135.652500', '143136.112500', '143136.572500', '143137.032500', '143137.492500', '143137.952500', '143138.412500', '143138.872500', '143139.332500', '143139.792500', '143140.252500', '143140.712500', '143141.172500', '143141.632500', '143142.092500', '143142.552500', '143143.012500', '143143.472500', '143143.932500', '143144.392500', '143144.852500', '143145.312500', '143145.772500', '143146.232500', '143146.692500', '143147.152500', '143147.612500', '143148.072500', '143148.532500', '143148.992500', '143149.452500', '143149.912500', '143150.372500', '143150.832500', '143151.292500', '143151.752500', '143152.212500', '143152.672500', '143153.132500', '143153.592500', '143154.052500', '143154.512500', '143154.972500', '143155.432500', '143155.892500', '143156.352500', '143156.812500', '143157.272500', '143157.732500', '143158.192500', '143158.652500', '143159.112500', '143159.572500', '143200.032500', '143200.492500', '143200.952500', '143201.412500', '143201.872500', '143202.332500', '143202.792500', '143203.252500', '143203.712500', '143204.172500', '143204.632500', '143205.092500', '143205.552500', '143206.012500', '143206.472500', '143206.932500', '143207.392500', '143207.852500', '143208.312500', '143208.772500', '143209.232500', '143209.692500', '143210.152500', '143210.612500', '143211.072500', '143211.532500', '143211.992500', '143212.452500', '143212.912500', '143213.372500', '143213.832500', '143214.292500', '143214.752500', '143215.212500', '143215.672500', '143216.132500', '143216.592500', '143217.052500', '143217.512500', '143217.972500', '143218.432500', '143218.892500', '143219.352500', '143219.812500', '143220.272500', '143220.732500', '143221.192500', '143221.652500', '143222.112500', '143222.572500', '143223.032500', '143223.492500', '143223.952500', '143224.412500', '143224.872500', '143225.332500', '143225.792500', '143226.252500', '143226.712500', '143227.172500', '143227.632500', '143228.092500', '143228.552500', '143229.012500', '143229.472500', '143229.932500', '143230.392500', '143230.852500', '143231.312500', '143231.772500', '143232.232500', '143232.692500', '143233.152500', '143233.612500', '143234.072500', '143234.532500', '143234.992500', '143235.452500', '143235.912500', '143236.372500', '143236.832500', '143237.292500', '143237.752500', '143238.212500', '143238.672500', '143239.132500', '143239.592500', '143240.052500', '143240.512500', '143240.972500', '143241.432500', '143241.892500', '143242.352500', '143242.812500', '143243.272500', '143243.732500', '143244.192500', '143244.652500', '143245.112500', '143245.572500', '143246.032500', '143246.492500', '143246.952500', '143247.412500', '143247.872500', '143248.332500', '143248.792500', '143249.252500', '143249.712500', '143250.172500', '143250.632500', '143251.092500', '143251.552500', '143252.012500', '143252.472500', '143252.932500', '143253.392500', '143253.852500', '143254.312500', '143254.772500', '143255.232500', '143255.692500', '143256.152500', '143256.612500', '143257.072500', '143257.532500', '143257.992500', '143258.452500', '143258.912500', '143259.372500', '143259.832500', '143300.292500', '143300.752500', '143301.212500', '143301.672500', '143302.132500', '143302.592500', '143303.052500', '143303.512500', '143303.972500', '143304.432500', '143304.892500', '143305.352500', '143305.812500', '143306.272500', '143306.732500', '143307.192500', '143307.652500', '143308.112500', '143308.572500', '143309.032500', '143309.492500', '143309.952500', '143310.412500', '143310.872500', '143311.332500', '143311.792500', '143312.252500', '143312.712500', '143313.172500', '143313.632500', '143314.092500', '143314.552500', '143315.012500', '143315.472500', '143315.932500', '143316.392500', '143316.852500', '143317.312500', '143317.772500', '143318.232500', '143318.692500', '143319.152500', '143319.612500', '143320.072500', '143320.532500', '143320.992500', '143321.452500', '143321.912500', '143322.372500', '143322.832500', '143323.292500', '143323.752500', '143324.212500', '143324.672500', '143325.132500', '143325.592500', '143326.052500', '143326.512500', '143326.972500', '143327.432500', '143327.892500', '143328.352500', '143328.812500', '143329.272500', '143329.732500', '143330.192500', '143330.652500', '143331.112500', '143331.572500', '143332.032500', '143332.492500', '143332.952500', '143333.412500', '143333.872500', '143334.332500', '143334.792500', '143335.252500', '143335.712500', '143336.172500', '143336.632500', '143337.092500', '143337.552500', '143338.012500', '143338.472500', '143338.932500', '143339.392500', '143339.852500', '143340.312500', '143340.772500', '143341.232500', '143341.692500', '143342.152500', '143342.612500', '143343.072500', '143343.532500', '143343.992500', '143344.452500', '143344.912500', '143345.372500', '143345.832500', '143346.292500', '143346.752500', '143347.212500', '143347.672500', '143348.132500', '143348.592500', '143349.052500', '143349.512500', '143349.972500', '143350.432500', '143350.892500', '143351.352500', '143351.812500', '143352.272500', '143352.732500', '143353.192500', '143353.652500', '143354.112500', '143354.572500', '143355.032500', '143355.492500', '143355.952500', '143356.412500', '143356.872500', '143357.332500', '143357.792500', '143358.252500', '143358.712500', '143359.172500', '143359.632500', '143400.092500', '143400.552500', '143401.012500', '143401.472500', '143401.932500', '143402.392500', '143402.852500', '143403.312500', '143403.772500', '143404.232500', '143404.692500', '143405.152500', '143405.612500', '143406.072500', '143406.532500', '143406.992500', '143407.452500', '143407.912500', '143408.372500', '143408.832500', '143409.292500', '143409.752500', '143410.212500', '143410.672500', '143411.132500', '143411.592500', '143412.052500', '143412.512500', '143412.972500', '143413.432500', '143413.892500', '143414.352500', '143414.812500', '143415.272500', '143415.732500', '143416.192500', '143416.652500', '143417.112500', '143417.572500', '143418.032500', '143418.492500', '143418.952500', '143419.412500', '143419.872500', '143420.332500', '143420.792500', '143421.252500', '143421.712500', '143422.172500', '143422.632500', '143423.092500', '143423.552500', '143424.012500', '143424.472500', '143424.932500', '143425.392500', '143425.852500', '143426.312500', '143426.772500', '143427.232500', '143427.692500', '143428.152500', '143428.612500', '143429.072500', '143429.532500', '143429.992500', '143430.452500', '143430.912500', '143431.372500', '143431.832500', '143432.292500', '143432.752500', '143433.212500', '143433.672500', '143434.132500', '143434.592500', '143435.052500', '143435.512500', '143435.972500', '143436.432500', '143436.892500', '143437.352500', '143437.812500', '143438.272500', '143438.732500', '143439.192500', '143439.652500', '143440.112500', '143440.572500', '143441.032500', '143441.492500', '143441.952500', '143442.412500', '143442.872500', '143443.332500', '143443.792500', '143444.252500', '143444.712500', '143445.172500', '143445.632500', '143446.092500', '143446.552500', '143447.012500', '143447.472500', '143447.932500', '143448.392500', '143448.852500', '143449.312500', '143449.772500', '143450.232500', '143450.692500', '143451.152500', '143451.612500', '143452.072500', '143452.532500', '143452.992500', '143453.452500', '143453.912500', '143454.372500', '143454.832500', '143455.292500', '143455.752500', '143456.212500', '143456.672500', '143457.132500', '143457.592500', '143458.052500', '143458.512500', '143458.972500', '143459.432500', '143459.892500', '143500.352500', '143500.812500', '143501.272500', '143501.732500', '143502.192500', '143502.652500', '143503.112500', '143503.572500', '143504.032500', '143504.492500', '143504.952500', '143505.412500', '143505.872500', '143506.332500', '143506.792500', '143507.252500', '143507.712500', '143508.172500', '143508.632500', '143509.092500', '143509.552500', '143510.012500', '143510.472500', '143510.932500', '143511.392500', '143511.852500', '143512.312500', '143512.772500', '143513.232500', '143513.692500', '143514.152500', '143514.612500', '143515.072500', '143515.532500', '143515.992500', '143516.452500', '143516.912500', '143517.372500', '143517.832500', '143518.292500', '143518.752500', '143519.212500', '143519.672500', '143520.132500', '143520.592500', '143521.052500', '143521.512500', '143521.972500', '143522.432500', '143522.892500', '143523.352500', '143523.812500', '143524.272500', '143524.732500', '143525.192500', '143525.652500', '143526.112500', '143526.572500', '143527.032500', '143527.492500', '143527.952500', '143528.412500', '143528.872500', '143529.332500', '143529.792500', '143530.252500', '143530.712500', '143531.172500', '143531.632500', '143532.092500', '143532.552500', '143533.012500', '143533.472500', '143533.932500', '143534.392500', '143534.852500', '143535.312500', '143535.772500', '143536.232500', '143536.692500', '143537.152500', '143537.612500', '143538.072500', '143538.532500', '143538.992500', '143539.452500', '143539.912500', '143540.372500', '143540.832500', '143541.292500', '143541.752500', '143542.212500', '143542.672500', '143543.132500', '143543.592500', '143544.052500', '143544.512500', '143544.972500', '143545.432500', '143545.892500', '143546.352500', '143546.812500', '143547.272500', '143547.732500', '143548.192500', '143548.652500', '143549.112500', '143549.572500', '143550.032500', '143550.492500', '143550.952500', '143551.412500', '143551.872500', '143552.332500', '143552.792500', '143553.252500', '143553.712500', '143554.172500', '143554.632500', '143555.092500', '143555.552500', '143556.012500', '143556.472500', '143556.932500', '143557.392500', '143557.852500', '143558.312500', '143558.772500', '143559.232500', '143559.692500', '143600.152500', '143600.612500', '143601.072500', '143601.532500', '143601.992500', '143602.452500', '143602.912500', '143603.372500', '143603.832500', '143604.292500', '143604.752500', '143605.212500', '143605.672500', '143606.132500', '143606.592500', '143607.052500', '143607.512500', '143607.972500', '143608.432500', '143608.892500', '143609.352500', '143609.812500', '143610.272500', '143610.732500', '143611.192500', '143611.652500', '143612.112500', '143612.572500', '143613.032500', '143613.492500', '143613.952500', '143614.412500', '143614.872500', '143615.332500', '143615.792500', '143616.252500', '143616.712500', '143617.172500', '143617.632500', '143618.092500', '143618.552500', '143619.012500', '143619.472500', '143619.932500', '143620.392500', '143620.852500', '143621.312500', '143621.772500', '143622.232500', '143622.692500', '143623.152500', '143623.612500', '143624.072500', '143624.532500', '143624.992500', '143625.452500', '143625.912500', '143626.372500', '143626.832500', '143627.292500', '143627.752500', '143628.212500', '143628.672500', '143629.132500', '143629.592500', '143630.052500', '143630.512500', '143630.972500', '143631.432500', '143631.892500', '143632.352500', '143632.812500', '143633.272500', '143633.732500', '143634.192500', '143634.652500', '143635.112500', '143635.572500', '143636.032500', '143636.492500', '143636.952500', '143637.412500', '143637.872500', '143638.332500', '143638.792500', '143639.252500', '143639.712500', '143640.172500', '143640.632500', '143641.092500', '143641.552500', '143642.012500', '143642.472500', '143642.932500', '143643.392500', '143643.852500', '143644.312500', '143644.772500', '143645.232500', '143645.692500', '143646.152500', '143646.612500', '143647.072500', '143647.532500', '143647.992500', '143648.452500', '143648.912500', '143649.372500', '143649.832500', '143650.292500', '143650.752500', '143651.212500', '143651.672500', '143652.132500', '143652.592500', '143653.052500', '143653.512500', '143653.972500'], 'ContentTime': ['143047.143000', '143047.147000', '143047.149000', '143047.152000', '143047.165000', '143047.168000', '143047.171000', '143047.173000', '143047.176000', '143047.179000', '143047.182000', '143047.185000', '143047.188000', '143047.191000', '143047.194000', '143047.196000', '143047.199000', '143047.202000', '143047.205000', '143047.208000', '143047.215000', '143047.218000', '143047.221000', '143047.224000', '143047.227000', '143047.229000', '143047.232000', '143047.235000', '143047.238000', '143047.241000', '143047.244000', '143047.247000', '143047.249000', '143047.252000', '143047.255000', '143047.258000', '143047.261000', '143047.264000', '143047.266000', '143047.269000', '143107.106000', '143107.109000', '143107.112000', '143107.115000', '143107.117000', '143107.120000', '143107.123000', '143107.126000', '143107.129000', '143107.132000', '143107.135000', '143107.137000', '143107.140000', '143107.143000', '143107.146000', '143107.149000', '143107.152000', '143107.155000', '143107.157000', '143107.160000', '143107.163000', '143107.166000', '143107.169000', '143107.171000', '143107.174000', '143107.177000', '143107.180000', '143107.183000', '143107.186000', '143107.189000', '143107.191000', '143107.194000', '143107.197000', '143107.200000', '143107.203000', '143107.206000', '143107.208000', '143107.211000', '143107.214000', '143107.217000', '143107.220000', '143107.222000', '143107.225000', '143127.117000', '143127.121000', '143127.123000', '143127.126000', '143127.129000', '143127.132000', '143127.135000', '143127.138000', '143127.141000', '143127.143000', '143127.146000', '143127.149000', '143127.152000', '143127.155000', '143127.158000', '143127.161000', '143127.163000', '143127.166000', '143127.169000', '143127.172000', '143127.175000', '143127.178000', '143127.180000', '143127.183000', '143127.186000', '143127.189000', '143127.192000', '143127.195000', '143127.197000', '143127.200000', '143127.203000', '143127.206000', '143127.209000', '143127.212000', '143127.215000', '143127.217000', '143127.220000', '143127.223000', '143127.226000', '143127.229000', '143127.231000', '143127.234000', '143127.237000', '143147.107000', '143147.110000', '143147.113000', '143147.116000', '143147.119000', '143147.122000', '143147.124000', '143147.127000', '143147.130000', '143147.133000', '143147.136000', '143147.139000', '143147.141000', '143147.144000', '143147.147000', '143147.150000', '143147.153000', '143147.156000', '143147.159000', '143147.161000', '143147.164000', '143147.167000', '143147.170000', '143147.173000', '143147.176000', '143147.179000', '143147.181000', '143147.184000', '143147.187000', '143147.190000', '143147.193000', '143147.196000', '143147.199000', '143147.201000', '143147.204000', '143147.207000', '143147.210000', '143147.213000', '143147.216000', '143147.218000', '143147.221000', '143147.224000', '143147.227000', '143147.230000', '143207.107000', '143207.110000', '143207.113000', '143207.116000', '143207.118000', '143207.123000', '143207.126000', '143207.129000', '143207.132000', '143207.135000', '143207.137000', '143207.140000', '143207.143000', '143207.146000', '143207.149000', '143207.152000', '143207.154000', '143207.157000', '143207.160000', '143207.163000', '143207.166000', '143207.169000', '143207.172000', '143207.174000', '143207.177000', '143207.180000', '143207.183000', '143207.186000', '143207.189000', '143207.192000', '143207.194000', '143207.197000', '143207.200000', '143207.203000', '143207.206000', '143207.209000', '143207.211000', '143207.214000', '143207.217000', '143207.220000', '143207.223000', '143207.226000', '143207.229000', '143227.107000', '143227.110000', '143227.113000', '143227.115000', '143227.118000', '143227.121000', '143227.124000', '143227.127000', '143227.130000', '143227.133000', '143227.136000', '143227.138000', '143227.141000', '143227.144000', '143227.147000', '143227.150000', '143227.153000', '143227.156000', '143227.158000', '143227.161000', '143227.164000', '143227.167000', '143227.170000', '143227.173000', '143227.176000', '143227.178000', '143227.181000', '143227.184000', '143227.187000', '143227.190000', '143227.193000', '143227.195000', '143227.198000', '143227.201000', '143227.204000', '143227.207000', '143227.210000', '143227.213000', '143227.215000', '143227.218000', '143227.221000', '143227.224000', '143227.227000', '143227.230000', '143247.106000', '143247.109000', '143247.112000', '143247.115000', '143247.118000', '143247.120000', '143247.123000', '143247.126000', '143247.129000', '143247.132000', '143247.135000', '143247.138000', '143247.141000', '143247.144000', '143247.147000', '143247.149000', '143247.152000', '143247.156000', '143247.159000', '143247.161000', '143247.164000', '143247.167000', '143247.170000', '143247.173000', '143247.176000', '143247.179000', '143247.181000', '143247.184000', '143247.187000', '143247.190000', '143247.193000', '143247.196000', '143247.199000', '143247.201000', '143247.204000', '143247.207000', '143247.210000', '143247.213000', '143247.216000', '143247.218000', '143247.236000', '143247.239000', '143247.242000', '143307.106000', '143307.109000', '143307.112000', '143307.115000', '143307.118000', '143307.120000', '143307.123000', '143307.126000', '143307.129000', '143307.132000', '143307.135000', '143307.138000', '143307.140000', '143307.143000', '143307.146000', '143307.149000', '143307.152000', '143307.155000', '143307.158000', '143307.161000', '143307.163000', '143307.166000', '143307.169000', '143307.172000', '143307.175000', '143307.178000', '143307.180000', '143307.183000', '143307.186000', '143307.189000', '143307.192000', '143307.195000', '143307.198000', '143307.200000', '143307.203000', '143307.206000', '143307.209000', '143307.212000', '143307.215000', '143307.218000', '143307.221000', '143307.223000', '143307.226000', '143307.229000', '143327.106000', '143327.109000', '143327.112000', '143327.115000', '143327.118000', '143327.121000', '143327.123000', '143327.126000', '143327.129000', '143327.132000', '143327.135000', '143327.138000', '143327.141000', '143327.144000', '143327.146000', '143327.149000', '143327.152000', '143327.155000', '143327.158000', '143327.161000', '143327.163000', '143327.166000', '143327.169000', '143327.172000', '143327.176000', '143327.178000', '143327.181000', '143327.184000', '143327.187000', '143327.190000', '143327.193000', '143327.196000', '143327.198000', '143327.201000', '143327.204000', '143327.207000', '143327.210000', '143327.212000', '143327.215000', '143327.218000', '143327.221000', '143327.224000', '143327.227000', '143347.106000', '143347.109000', '143347.112000', '143347.115000', '143347.118000', '143347.121000', '143347.124000', '143347.126000', '143347.129000', '143347.132000', '143347.135000', '143347.138000', '143347.141000', '143347.143000', '143347.146000', '143347.149000', '143347.152000', '143347.155000', '143347.158000', '143347.161000', '143347.163000', '143347.166000', '143347.169000', '143347.172000', '143347.175000', '143347.178000', '143347.181000', '143347.183000', '143347.186000', '143347.189000', '143347.198000', '143347.201000', '143347.203000', '143347.206000', '143347.209000', '143347.212000', '143347.215000', '143347.218000', '143347.221000', '143347.224000', '143347.226000', '143347.229000', '143347.232000', '143347.235000', '143407.107000', '143407.111000', '143407.114000', '143407.117000', '143407.120000', '143407.123000', '143407.126000', '143407.128000', '143407.132000', '143407.134000', '143407.137000', '143407.140000', '143407.143000', '143407.146000', '143407.149000', '143407.151000', '143407.155000', '143407.157000', '143407.160000', '143407.163000', '143407.166000', '143407.169000', '143407.172000', '143407.175000', '143407.178000', '143407.181000', '143407.184000', '143407.187000', '143407.189000', '143407.192000', '143407.195000', '143407.198000', '143407.201000', '143407.204000', '143407.207000', '143407.209000', '143407.212000', '143407.215000', '143407.218000', '143407.221000', '143407.224000', '143407.227000', '143407.230000', '143427.107000', '143427.110000', '143427.113000', '143427.116000', '143427.119000', '143427.122000', '143427.124000', '143427.127000', '143427.130000', '143427.133000', '143427.136000', '143427.139000', '143427.142000', '143427.145000', '143427.148000', '143427.150000', '143427.153000', '143427.156000', '143427.159000', '143427.162000', '143427.164000', '143427.168000', '143427.177000', '143427.179000', '143427.182000', '143427.185000', '143427.188000', '143427.191000', '143427.194000', '143427.197000', '143427.199000', '143427.202000', '143427.205000', '143427.208000', '143427.211000', '143427.214000', '143427.217000', '143427.220000', '143427.222000', '143427.225000', '143427.228000', '143427.231000', '143427.234000', '143427.237000', '143447.107000', '143447.110000', '143447.113000', '143447.116000', '143447.119000', '143447.121000', '143447.124000', '143447.127000', '143447.130000', '143447.133000', '143447.136000', '143447.139000', '143447.142000', '143447.144000', '143447.147000', '143447.150000', '143447.153000', '143447.156000', '143447.159000', '143447.162000', '143447.165000', '143447.167000', '143447.170000', '143447.173000', '143447.176000', '143447.179000', '143447.182000', '143447.185000', '143447.187000', '143447.190000', '143447.193000', '143447.196000', '143447.199000', '143447.202000', '143447.205000', '143447.208000', '143447.211000', '143447.214000', '143447.216000', '143447.219000', '143447.222000', '143447.225000', '143447.228000', '143507.106000', '143507.109000', '143507.112000', '143507.115000', '143507.118000', '143507.121000', '143507.123000', '143507.126000', '143507.129000', '143507.132000', '143507.135000', '143507.138000', '143507.141000', '143507.143000', '143507.146000', '143507.149000', '143507.152000', '143507.158000', '143507.160000', '143507.163000', '143507.166000', '143507.169000', '143507.172000', '143507.175000', '143507.178000', '143507.181000', '143507.183000', '143507.186000', '143507.189000', '143507.192000', '143507.195000', '143507.198000', '143507.201000', '143507.204000', '143507.207000', '143507.209000', '143507.212000', '143507.215000', '143507.218000', '143507.221000', '143507.224000', '143507.227000', '143507.230000', '143507.232000', '143527.106000', '143527.109000', '143527.112000', '143527.115000', '143527.118000', '143527.121000', '143527.124000', '143527.126000', '143527.129000', '143527.132000', '143527.135000', '143527.138000', '143527.141000', '143527.143000', '143527.148000', '143527.151000', '143527.154000', '143527.156000', '143527.160000', '143527.162000', '143527.165000', '143527.168000', '143527.171000', '143527.174000', '143527.177000', '143527.179000', '143527.182000', '143527.185000', '143527.188000', '143527.191000', '143527.194000', '143527.197000', '143527.199000', '143527.202000', '143527.205000', '143527.208000', '143527.211000', '143527.214000', '143527.217000', '143527.220000', '143527.225000', '143527.229000', '143527.232000', '143547.106000', '143547.109000', '143547.112000', '143547.115000', '143547.118000', '143547.121000', '143547.124000', '143547.136000', '143547.139000', '143547.142000', '143547.145000', '143547.148000', '143547.151000', '143547.153000', '143547.156000', '143547.159000', '143547.162000', '143547.165000', '143547.168000', '143547.171000', '143547.173000', '143547.176000', '143547.179000', '143547.182000', '143547.185000', '143547.188000', '143547.190000', '143547.193000', '143547.196000', '143547.199000', '143547.202000', '143547.205000', '143547.208000', '143547.211000', '143547.213000', '143547.216000', '143547.219000', '143547.222000', '143547.225000', '143547.228000', '143547.231000', '143547.233000', '143547.236000', '143547.239000', '143607.106000', '143607.109000', '143607.112000', '143607.115000', '143607.118000', '143607.121000', '143607.124000', '143607.127000', '143607.130000', '143607.132000', '143607.135000', '143607.138000', '143607.141000', '143607.144000', '143607.147000', '143607.150000', '143607.152000', '143607.155000', '143607.158000', '143607.161000', '143607.164000', '143607.167000', '143607.170000', '143607.173000', '143607.175000', '143607.178000', '143607.181000', '143607.184000', '143607.187000', '143607.190000', '143607.192000', '143607.195000', '143607.198000', '143607.201000', '143607.204000', '143607.207000', '143607.210000', '143607.213000', '143607.216000', '143607.218000', '143607.221000', '143607.224000', '143607.227000', '143627.107000', '143627.110000', '143627.113000', '143627.116000', '143627.119000', '143627.121000', '143627.125000', '143627.127000', '143627.130000', '143627.135000', '143627.138000', '143627.141000', '143627.143000', '143627.146000', '143627.149000', '143627.152000', '143627.155000', '143627.158000', '143627.161000', '143627.164000', '143627.166000', '143627.169000', '143627.172000', '143627.175000', '143627.178000', '143627.181000', '143627.184000', '143627.187000', '143627.189000', '143627.192000', '143627.195000', '143627.198000', '143627.201000', '143627.204000', '143627.207000', '143627.210000', '143627.213000', '143627.215000', '143627.218000', '143627.221000', '143627.224000', '143627.227000', '143627.230000', '143627.233000', '143647.107000', '143647.110000', '143647.113000', '143647.116000', '143647.119000', '143647.122000', '143647.124000', '143647.127000', '143647.130000', '143647.133000', '143647.136000', '143647.139000', '143647.142000', '143647.144000', '143647.147000', '143647.150000', '143647.153000', '143647.156000', '143647.159000', '143647.162000', '143647.164000', '143647.167000', '143647.170000', '143647.173000', '143647.176000', '143647.179000', '143647.181000', '143647.185000', '143647.188000', '143647.191000', '143647.194000', '143647.197000', '143647.200000', '143647.203000', '143647.206000', '143647.209000', '143647.212000', '143647.215000', '143647.217000', '143647.220000', '143647.223000', '143647.226000', '143647.229000', '143654.681000', '143654.684000', '143654.688000', '143654.691000', '143654.695000', '143654.697000', '143654.700000', '143654.704000', '143654.706000', '143654.709000', '143654.712000', '143654.715000', '143654.719000', '143654.722000', '143654.724000', '143654.728000', '143654.730000'], 'InstanceCreationTime': ['143047.143000', '143047.147000', '143047.149000', '143047.152000', '143047.165000', '143047.168000', '143047.171000', '143047.173000', '143047.176000', '143047.179000', '143047.182000', '143047.185000', '143047.188000', '143047.191000', '143047.194000', '143047.196000', '143047.199000', '143047.202000', '143047.205000', '143047.208000', '143047.215000', '143047.218000', '143047.221000', '143047.224000', '143047.227000', '143047.229000', '143047.232000', '143047.235000', '143047.238000', '143047.241000', '143047.244000', '143047.247000', '143047.249000', '143047.252000', '143047.255000', '143047.258000', '143047.261000', '143047.264000', '143047.266000', '143047.269000', '143107.106000', '143107.109000', '143107.112000', '143107.115000', '143107.117000', '143107.120000', '143107.123000', '143107.126000', '143107.129000', '143107.132000', '143107.135000', '143107.137000', '143107.140000', '143107.143000', '143107.146000', '143107.149000', '143107.152000', '143107.155000', '143107.157000', '143107.160000', '143107.163000', '143107.166000', '143107.169000', '143107.171000', '143107.174000', '143107.177000', '143107.180000', '143107.183000', '143107.186000', '143107.189000', '143107.191000', '143107.194000', '143107.197000', '143107.200000', '143107.203000', '143107.206000', '143107.208000', '143107.211000', '143107.214000', '143107.217000', '143107.220000', '143107.222000', '143107.225000', '143127.117000', '143127.121000', '143127.123000', '143127.126000', '143127.129000', '143127.132000', '143127.135000', '143127.138000', '143127.141000', '143127.143000', '143127.146000', '143127.149000', '143127.152000', '143127.155000', '143127.158000', '143127.161000', '143127.163000', '143127.166000', '143127.169000', '143127.172000', '143127.175000', '143127.178000', '143127.180000', '143127.183000', '143127.186000', '143127.189000', '143127.192000', '143127.195000', '143127.197000', '143127.200000', '143127.203000', '143127.206000', '143127.209000', '143127.212000', '143127.215000', '143127.217000', '143127.220000', '143127.223000', '143127.226000', '143127.229000', '143127.231000', '143127.234000', '143127.237000', '143147.107000', '143147.110000', '143147.113000', '143147.116000', '143147.119000', '143147.122000', '143147.124000', '143147.127000', '143147.130000', '143147.133000', '143147.136000', '143147.139000', '143147.141000', '143147.144000', '143147.147000', '143147.150000', '143147.153000', '143147.156000', '143147.159000', '143147.161000', '143147.164000', '143147.167000', '143147.170000', '143147.173000', '143147.176000', '143147.179000', '143147.181000', '143147.184000', '143147.187000', '143147.190000', '143147.193000', '143147.196000', '143147.199000', '143147.201000', '143147.204000', '143147.207000', '143147.210000', '143147.213000', '143147.216000', '143147.218000', '143147.221000', '143147.224000', '143147.227000', '143147.230000', '143207.107000', '143207.110000', '143207.113000', '143207.116000', '143207.118000', '143207.123000', '143207.126000', '143207.129000', '143207.132000', '143207.135000', '143207.137000', '143207.140000', '143207.143000', '143207.146000', '143207.149000', '143207.152000', '143207.154000', '143207.157000', '143207.160000', '143207.163000', '143207.166000', '143207.169000', '143207.172000', '143207.174000', '143207.177000', '143207.180000', '143207.183000', '143207.186000', '143207.189000', '143207.192000', '143207.194000', '143207.197000', '143207.200000', '143207.203000', '143207.206000', '143207.209000', '143207.211000', '143207.214000', '143207.217000', '143207.220000', '143207.223000', '143207.226000', '143207.229000', '143227.107000', '143227.110000', '143227.113000', '143227.115000', '143227.118000', '143227.121000', '143227.124000', '143227.127000', '143227.130000', '143227.133000', '143227.136000', '143227.138000', '143227.141000', '143227.144000', '143227.147000', '143227.150000', '143227.153000', '143227.156000', '143227.158000', '143227.161000', '143227.164000', '143227.167000', '143227.170000', '143227.173000', '143227.176000', '143227.178000', '143227.181000', '143227.184000', '143227.187000', '143227.190000', '143227.193000', '143227.195000', '143227.198000', '143227.201000', '143227.204000', '143227.207000', '143227.210000', '143227.213000', '143227.215000', '143227.218000', '143227.221000', '143227.224000', '143227.227000', '143227.230000', '143247.106000', '143247.109000', '143247.112000', '143247.115000', '143247.118000', '143247.120000', '143247.123000', '143247.126000', '143247.129000', '143247.132000', '143247.135000', '143247.138000', '143247.141000', '143247.144000', '143247.147000', '143247.149000', '143247.152000', '143247.156000', '143247.159000', '143247.161000', '143247.164000', '143247.167000', '143247.170000', '143247.173000', '143247.176000', '143247.179000', '143247.181000', '143247.184000', '143247.187000', '143247.190000', '143247.193000', '143247.196000', '143247.199000', '143247.201000', '143247.204000', '143247.207000', '143247.210000', '143247.213000', '143247.216000', '143247.218000', '143247.236000', '143247.239000', '143247.242000', '143307.106000', '143307.109000', '143307.112000', '143307.115000', '143307.118000', '143307.120000', '143307.123000', '143307.126000', '143307.129000', '143307.132000', '143307.135000', '143307.138000', '143307.140000', '143307.143000', '143307.146000', '143307.149000', '143307.152000', '143307.155000', '143307.158000', '143307.161000', '143307.163000', '143307.166000', '143307.169000', '143307.172000', '143307.175000', '143307.178000', '143307.180000', '143307.183000', '143307.186000', '143307.189000', '143307.192000', '143307.195000', '143307.198000', '143307.200000', '143307.203000', '143307.206000', '143307.209000', '143307.212000', '143307.215000', '143307.218000', '143307.221000', '143307.223000', '143307.226000', '143307.229000', '143327.106000', '143327.109000', '143327.112000', '143327.115000', '143327.118000', '143327.121000', '143327.123000', '143327.126000', '143327.129000', '143327.132000', '143327.135000', '143327.138000', '143327.141000', '143327.144000', '143327.146000', '143327.149000', '143327.152000', '143327.155000', '143327.158000', '143327.161000', '143327.163000', '143327.166000', '143327.169000', '143327.172000', '143327.176000', '143327.178000', '143327.181000', '143327.184000', '143327.187000', '143327.190000', '143327.193000', '143327.196000', '143327.198000', '143327.201000', '143327.204000', '143327.207000', '143327.210000', '143327.212000', '143327.215000', '143327.218000', '143327.221000', '143327.224000', '143327.227000', '143347.106000', '143347.109000', '143347.112000', '143347.115000', '143347.118000', '143347.121000', '143347.124000', '143347.126000', '143347.129000', '143347.132000', '143347.135000', '143347.138000', '143347.141000', '143347.143000', '143347.146000', '143347.149000', '143347.152000', '143347.155000', '143347.158000', '143347.161000', '143347.163000', '143347.166000', '143347.169000', '143347.172000', '143347.175000', '143347.178000', '143347.181000', '143347.183000', '143347.186000', '143347.189000', '143347.198000', '143347.201000', '143347.203000', '143347.206000', '143347.209000', '143347.212000', '143347.215000', '143347.218000', '143347.221000', '143347.224000', '143347.226000', '143347.229000', '143347.232000', '143347.235000', '143407.107000', '143407.111000', '143407.114000', '143407.117000', '143407.120000', '143407.123000', '143407.126000', '143407.128000', '143407.132000', '143407.134000', '143407.137000', '143407.140000', '143407.143000', '143407.146000', '143407.149000', '143407.151000', '143407.155000', '143407.157000', '143407.160000', '143407.163000', '143407.166000', '143407.169000', '143407.172000', '143407.175000', '143407.178000', '143407.181000', '143407.184000', '143407.187000', '143407.189000', '143407.192000', '143407.195000', '143407.198000', '143407.201000', '143407.204000', '143407.207000', '143407.209000', '143407.212000', '143407.215000', '143407.218000', '143407.221000', '143407.224000', '143407.227000', '143407.230000', '143427.107000', '143427.110000', '143427.113000', '143427.116000', '143427.119000', '143427.122000', '143427.124000', '143427.127000', '143427.130000', '143427.133000', '143427.136000', '143427.139000', '143427.142000', '143427.145000', '143427.148000', '143427.150000', '143427.153000', '143427.156000', '143427.159000', '143427.162000', '143427.164000', '143427.168000', '143427.177000', '143427.179000', '143427.182000', '143427.185000', '143427.188000', '143427.191000', '143427.194000', '143427.197000', '143427.199000', '143427.202000', '143427.205000', '143427.208000', '143427.211000', '143427.214000', '143427.217000', '143427.220000', '143427.222000', '143427.225000', '143427.228000', '143427.231000', '143427.234000', '143427.237000', '143447.107000', '143447.110000', '143447.113000', '143447.116000', '143447.119000', '143447.121000', '143447.124000', '143447.127000', '143447.130000', '143447.133000', '143447.136000', '143447.139000', '143447.142000', '143447.144000', '143447.147000', '143447.150000', '143447.153000', '143447.156000', '143447.159000', '143447.162000', '143447.165000', '143447.167000', '143447.170000', '143447.173000', '143447.176000', '143447.179000', '143447.182000', '143447.185000', '143447.187000', '143447.190000', '143447.193000', '143447.196000', '143447.199000', '143447.202000', '143447.205000', '143447.208000', '143447.211000', '143447.214000', '143447.216000', '143447.219000', '143447.222000', '143447.225000', '143447.228000', '143507.106000', '143507.109000', '143507.112000', '143507.115000', '143507.118000', '143507.121000', '143507.123000', '143507.126000', '143507.129000', '143507.132000', '143507.135000', '143507.138000', '143507.141000', '143507.143000', '143507.146000', '143507.149000', '143507.152000', '143507.158000', '143507.160000', '143507.163000', '143507.166000', '143507.169000', '143507.172000', '143507.175000', '143507.178000', '143507.181000', '143507.183000', '143507.186000', '143507.189000', '143507.192000', '143507.195000', '143507.198000', '143507.201000', '143507.204000', '143507.207000', '143507.209000', '143507.212000', '143507.215000', '143507.218000', '143507.221000', '143507.224000', '143507.227000', '143507.230000', '143507.232000', '143527.106000', '143527.109000', '143527.112000', '143527.115000', '143527.118000', '143527.121000', '143527.124000', '143527.126000', '143527.129000', '143527.132000', '143527.135000', '143527.138000', '143527.141000', '143527.143000', '143527.148000', '143527.151000', '143527.154000', '143527.156000', '143527.160000', '143527.162000', '143527.165000', '143527.168000', '143527.171000', '143527.174000', '143527.177000', '143527.179000', '143527.182000', '143527.185000', '143527.188000', '143527.191000', '143527.194000', '143527.197000', '143527.199000', '143527.202000', '143527.205000', '143527.208000', '143527.211000', '143527.214000', '143527.217000', '143527.220000', '143527.225000', '143527.229000', '143527.232000', '143547.106000', '143547.109000', '143547.112000', '143547.115000', '143547.118000', '143547.121000', '143547.124000', '143547.136000', '143547.139000', '143547.142000', '143547.145000', '143547.148000', '143547.151000', '143547.153000', '143547.156000', '143547.159000', '143547.162000', '143547.165000', '143547.168000', '143547.171000', '143547.173000', '143547.176000', '143547.179000', '143547.182000', '143547.185000', '143547.188000', '143547.190000', '143547.193000', '143547.196000', '143547.199000', '143547.202000', '143547.205000', '143547.208000', '143547.211000', '143547.213000', '143547.216000', '143547.219000', '143547.222000', '143547.225000', '143547.228000', '143547.231000', '143547.233000', '143547.236000', '143547.239000', '143607.106000', '143607.109000', '143607.112000', '143607.115000', '143607.118000', '143607.121000', '143607.124000', '143607.127000', '143607.130000', '143607.132000', '143607.135000', '143607.138000', '143607.141000', '143607.144000', '143607.147000', '143607.150000', '143607.152000', '143607.155000', '143607.158000', '143607.161000', '143607.164000', '143607.167000', '143607.170000', '143607.173000', '143607.175000', '143607.178000', '143607.181000', '143607.184000', '143607.187000', '143607.190000', '143607.192000', '143607.195000', '143607.198000', '143607.201000', '143607.204000', '143607.207000', '143607.210000', '143607.213000', '143607.216000', '143607.218000', '143607.221000', '143607.224000', '143607.227000', '143627.107000', '143627.110000', '143627.113000', '143627.116000', '143627.119000', '143627.121000', '143627.125000', '143627.127000', '143627.130000', '143627.135000', '143627.138000', '143627.141000', '143627.143000', '143627.146000', '143627.149000', '143627.152000', '143627.155000', '143627.158000', '143627.161000', '143627.164000', '143627.166000', '143627.169000', '143627.172000', '143627.175000', '143627.178000', '143627.181000', '143627.184000', '143627.187000', '143627.189000', '143627.192000', '143627.195000', '143627.198000', '143627.201000', '143627.204000', '143627.207000', '143627.210000', '143627.213000', '143627.215000', '143627.218000', '143627.221000', '143627.224000', '143627.227000', '143627.230000', '143627.233000', '143647.107000', '143647.110000', '143647.113000', '143647.116000', '143647.119000', '143647.122000', '143647.124000', '143647.127000', '143647.130000', '143647.133000', '143647.136000', '143647.139000', '143647.142000', '143647.144000', '143647.147000', '143647.150000', '143647.153000', '143647.156000', '143647.159000', '143647.162000', '143647.164000', '143647.167000', '143647.170000', '143647.173000', '143647.176000', '143647.179000', '143647.181000', '143647.185000', '143647.188000', '143647.191000', '143647.194000', '143647.197000', '143647.200000', '143647.203000', '143647.206000', '143647.209000', '143647.212000', '143647.215000', '143647.217000', '143647.220000', '143647.223000', '143647.226000', '143647.229000', '143654.681000', '143654.684000', '143654.688000', '143654.691000', '143654.695000', '143654.697000', '143654.700000', '143654.704000', '143654.706000', '143654.709000', '143654.712000', '143654.715000', '143654.719000', '143654.722000', '143654.724000', '143654.728000', '143654.730000'], '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': [12877, 11832, 14805, 10134, 19922, 13359, 11097, 14456, 11767, 19097, 14401, 22100, 14940, 14259, 12091, 11932, 13038, 11161, 16040, 10940, 16223, 12174, 16777, 11937, 19506, 13336, 15280, 13979, 10845, 13650, 11231, 15484, 11353, 18466, 11991, 18917, 11709, 19437, 12039, 17838, 13472, 12351, 14829, 11610, 15672, 11935, 18025, 11878, 18974, 14640, 20454, 13171, 16241, 11583, 13363, 11433, 12728, 12904, 13099, 14099, 11183, 15187, 11397, 14564, 11229, 16328, 11153, 15036, 11160, 16442, 11543, 17034, 12105, 19124, 11944, 14127, 11748, 10283, 15624, 11776, 17114, 12042, 19810, 12674, 20028, 15032, 13106, 13331, 11250, 14846, 10933, 17525, 11596, 18524, 14682, 21136, 12021, 13750, 12257, 10661, 14070, 11110, 17514, 11652, 17343, 11610, 18698, 12020, 18318, 14018, 12656, 13699, 11275, 14180, 11078, 16225, 10782, 18063, 12111, 20752, 12038, 16239, 11158, 11451, 12587, 11066, 14342, 10857, 17114, 11713, 16882, 11427, 18859, 12749, 19384, 13740, 15406, 13155, 10918, 12195, 11312, 14657, 10673, 17987, 11258, 18639, 14456, 20176, 11589, 16721, 11029, 14853, 11574, 12772, 11982, 10787, 14833, 10750, 14486, 11542, 16199, 11609, 18230, 12747, 19831, 14898, 14209, 11283, 12233, 12088, 12315, 13404, 11677, 13881, 10959, 13850, 10822, 13398, 10834, 14357, 10650, 15040, 11152, 15825, 11570, 16563, 11536, 17391, 11484, 17419, 13930, 18426, 12619, 14654, 11536, 10631, 12399, 11439, 14062, 11884, 16546, 10649, 15944, 11824, 16417, 11560, 17813, 12255, 17390, 14613, 14773, 11686, 10281, 12031, 10634, 13148, 11160, 14291, 10943, 15058, 10912, 15150, 11297, 13741, 11142, 13719, 11121, 14016, 11076, 14191, 10926, 17494, 11149, 14270, 11329, 15417, 11580, 16795, 11588, 17009, 11355, 15371, 11071, 17108, 11508, 15869, 11136, 15631, 10479, 14981, 10938, 14318, 10790, 13445, 10624, 14211, 10752, 13749, 10685, 14656, 10867, 14022, 10972, 13699, 10567, 14885, 10952, 13895, 10936, 13980, 10589, 13084, 10946, 13368, 10820, 13649, 10351, 13467, 10489, 13513, 12859, 13212, 13015, 14566, 10334, 13168, 10116, 13411, 10674, 13453, 11385, 14355, 10545, 14482, 10689, 15648, 10845, 16188, 10750, 16409, 11107, 17787, 11337, 16511, 11509, 17449, 11444, 17591, 13857, 16567, 11141, 11107, 11994, 10872, 13743, 11371, 16328, 11443, 18940, 11214, 19432, 12711, 20149, 13326, 18435, 14781, 16666, 10737, 10413, 11831, 10844, 13187, 10728, 16496, 12486, 18907, 11342, 12379, 11242, 18289, 12427, 18147, 14439, 10957, 13549, 11193, 14367, 10761, 17168, 10908, 15965, 10406, 19113, 12929, 17435, 11285, 10711, 12539, 11046, 15440, 10481, 18027, 12992, 15159, 11146, 10794, 12274, 10792, 13964, 10627, 17724, 12630, 12969, 10971, 10717, 14761, 10865, 16694, 12239, 15199, 10907, 19832, 11393, 10557, 11732, 11364, 18315, 13753, 10912, 17103, 13128, 11056, 14024, 10954, 16443, 11030, 18668, 12256, 20572, 11435, 13624, 10906, 10605, 13405, 10524, 16835, 11085, 20383, 10975, 10007, 12107, 14254, 13584, 17163, 13597, 14076, 13938, 10684, 13329, 10565, 15922, 11108, 16895, 13063, 10067, 11566, 10750, 15146, 10644, 18200, 12688, 19070, 11289, 18729, 12225, 21486, 14064, 15493, 13772, 10867, 14500, 11399, 18234, 11384, 20290, 14355, 10658, 13133, 10447, 15606, 10705, 17580, 11346, 18746, 11262, 17574, 11343, 16621, 11788, 19895, 14302, 10313, 12876, 10573, 15951, 11322, 18695, 13838, 20793, 15288, 12223, 11526, 10316, 14499, 10428, 18351, 13929, 21006, 11158, 11067, 11784, 10642, 15132, 10631, 18022, 11381, 19290, 11172, 17845, 11663, 14277, 12418, 11487, 12883, 10571, 17401, 10916, 16268, 11010, 16062, 10965, 18037, 12201, 13854, 12911, 10644, 12273, 10839, 14766, 10505, 18521, 12024, 19094, 11610, 17372, 11398, 20107, 12974, 13738, 12488, 10597, 12558, 10848, 14904, 11019, 17509, 12880, 20020, 13758, 11224, 11147, 10369, 13732, 10562, 18354, 12520, 20165, 11222, 14900, 11489, 12931, 14303, 10816, 14852, 11029, 14683, 10850, 17235, 13506, 19725, 11076, 14845, 10839, 11425, 12568, 10649, 16859, 11092, 15767, 11407, 17559, 11188, 17896, 13695, 11563, 12196, 10240, 13805, 10838, 16895, 11751, 20115, 11457, 18937, 11345, 14536, 12084, 11493, 15520, 10898, 14362, 11201, 16312, 10995, 17690, 14315, 17191, 12038, 10765, 11610, 10384, 13498, 10408, 16283, 12383, 19280, 11440, 11891, 10979, 10248, 13571, 10823, 16736, 10917, 15776, 11104, 17655, 11022, 17606, 14117, 18907, 10840, 15659, 10795, 11811, 11335, 9799, 13698, 11064, 15964, 11006, 16227, 11056, 19035, 13302, 12802, 12856, 10100, 13800, 10826, 15471, 11148, 16601, 11334, 19758, 11724, 17767, 11510, 20543, 13121, 15018, 14234, 10687, 12289, 10991, 14891, 11279, 18137, 13018, 19223, 14327, 14319, 11068, 10554, 12860, 10825, 15740, 11234, 19190, 14942, 20694, 11084, 12502, 11151, 11076, 12329, 10874, 14219, 10840, 17300, 11138, 19814, 11243, 11820, 10990, 10777, 14142, 11288, 17317, 14849, 12206, 11573, 10636, 16348, 10807, 19943, 12621, 10332, 17322, 14689, 10583, 12890, 10167, 17619, 10522, 14681, 10489, 12775, 10015, 13323, 14402, 13501, 18823, 14525, 21726, 15321, 23410, 15412, 22410, 14885, 19063, 13988, 11333, 12744, 10099, 14908, 10884, 16794, 10784, 17650, 11765, 19234, 12571, 15237, 12145, 9982, 13107, 9916, 14415, 9891, 15883, 9848, 16011, 10371, 9854, 12643, 9664, 15402, 9995, 18923, 14164, 10206, 13432, 10574, 13835, 10821, 10315, 16140, 10169, 19508, 13563, 10373, 12228, 10309, 17121, 10480, 19071, 14997, 10423, 13645, 10424, 18209, 11150, 18890, 11635, 18117, 13266, 10604, 14901, 10354, 14954, 11507, 10249, 17637, 11450, 22566, 15207, 10784, 14860, 10543, 19841, 12828, 21168, 13842, 12662, 15890, 10403, 19347, 11370, 10773, 15190, 10770, 16862, 10074, 20610, 13745, 9809, 13582, 10375, 17932, 11698, 15235, 13702, 10600, 18747, 10725, 10387, 14612, 10736, 16864, 14801, 10420, 9196, 15550, 10320, 16148, 13404, 10325, 19261, 13819, 13116, 11877, 10486, 20468, 13413, 11812, 15083, 10515, 19668, 15475, 10452, 13400, 10014, 18268, 12372, 17893, 13209, 10513, 16068], 'WindowCenter': [4811.0, 4772.0, 4791.0, 4751.0, 4806.0, 4765.0, 4748.0, 4762.0, 4757.0, 4796.0, 4766.0, 4795.0, 4764.0, 4752.0, 4743.0, 4743.0, 4750.0, 4733.0, 4762.0, 4723.0, 4756.0, 4742.0, 4759.0, 4743.0, 4780.0, 4754.0, 4762.0, 4753.0, 4722.0, 4752.0, 4722.0, 4762.0, 4734.0, 4771.0, 4732.0, 4770.0, 4731.0, 4770.0, 4733.0, 4773.0, 4753.0, 4731.0, 4752.0, 4722.0, 4760.0, 4731.0, 4769.0, 4733.0, 4771.0, 4749.0, 4780.0, 4739.0, 4749.0, 4720.0, 4738.0, 4719.0, 4728.0, 4729.0, 4741.0, 4739.0, 4718.0, 4749.0, 4719.0, 4748.0, 4719.0, 4755.0, 4719.0, 4751.0, 4719.0, 4760.0, 4729.0, 4760.0, 4740.0, 4779.0, 4742.0, 4764.0, 4744.0, 4724.0, 4774.0, 4740.0, 4780.0, 4753.0, 4793.0, 4766.0, 4795.0, 4776.0, 4749.0, 4754.0, 4729.0, 4763.0, 4724.0, 4773.0, 4745.0, 4782.0, 4760.0, 4782.0, 4742.0, 4752.0, 4733.0, 4721.0, 4748.0, 4732.0, 4772.0, 4732.0, 4770.0, 4729.0, 4771.0, 4742.0, 4781.0, 4752.0, 4737.0, 4751.0, 4721.0, 4738.0, 4720.0, 4758.0, 4721.0, 4767.0, 4730.0, 4769.0, 4728.0, 4757.0, 4719.0, 4718.0, 4729.0, 4720.0, 4749.0, 4717.0, 4756.0, 4726.0, 4758.0, 4716.0, 4765.0, 4741.0, 4776.0, 4753.0, 4749.0, 4739.0, 4709.0, 4727.0, 4719.0, 4748.0, 4705.0, 4758.0, 4720.0, 4768.0, 4739.0, 4763.0, 4714.0, 4747.0, 4705.0, 4737.0, 4715.0, 4728.0, 4729.0, 4716.0, 4748.0, 4717.0, 4748.0, 4727.0, 4758.0, 4727.0, 4768.0, 4742.0, 4770.0, 4750.0, 4738.0, 4717.0, 4723.0, 4728.0, 4717.0, 4739.0, 4707.0, 4738.0, 4707.0, 4723.0, 4707.0, 4727.0, 4708.0, 4736.0, 4703.0, 4746.0, 4713.0, 4745.0, 4720.0, 4758.0, 4730.0, 4770.0, 4732.0, 4770.0, 4751.0, 4770.0, 4731.0, 4747.0, 4729.0, 4710.0, 4740.0, 4731.0, 4750.0, 4728.0, 4761.0, 4710.0, 4759.0, 4731.0, 4758.0, 4721.0, 4768.0, 4730.0, 4770.0, 4747.0, 4749.0, 4726.0, 4711.0, 4730.0, 4720.0, 4740.0, 4731.0, 4752.0, 4724.0, 4762.0, 4722.0, 4751.0, 4722.0, 4740.0, 4716.0, 4740.0, 4716.0, 4747.0, 4731.0, 4751.0, 4721.0, 4768.0, 4719.0, 4741.0, 4719.0, 4757.0, 4730.0, 4759.0, 4731.0, 4769.0, 4733.0, 4760.0, 4722.0, 4759.0, 4720.0, 4748.0, 4719.0, 4748.0, 4709.0, 4748.0, 4719.0, 4749.0, 4722.0, 4750.0, 4721.0, 4750.0, 4719.0, 4750.0, 4706.0, 4748.0, 4719.0, 4751.0, 4722.0, 4751.0, 4722.0, 4757.0, 4721.0, 4750.0, 4722.0, 4750.0, 4722.0, 4740.0, 4722.0, 4752.0, 4722.0, 4749.0, 4722.0, 4752.0, 4721.0, 4752.0, 4742.0, 4748.0, 4743.0, 4758.0, 4711.0, 4748.0, 4711.0, 4751.0, 4722.0, 4754.0, 4732.0, 4762.0, 4723.0, 4759.0, 4723.0, 4772.0, 4723.0, 4768.0, 4733.0, 4773.0, 4731.0, 4783.0, 4728.0, 4771.0, 4731.0, 4781.0, 4744.0, 4771.0, 4753.0, 4771.0, 4734.0, 4728.0, 4742.0, 4732.0, 4753.0, 4733.0, 4772.0, 4732.0, 4783.0, 4730.0, 4780.0, 4742.0, 4782.0, 4739.0, 4770.0, 4749.0, 4759.0, 4721.0, 4708.0, 4729.0, 4719.0, 4740.0, 4728.0, 4770.0, 4736.0, 4780.0, 4728.0, 4741.0, 4734.0, 4780.0, 4741.0, 4781.0, 4751.0, 4721.0, 4751.0, 4718.0, 4750.0, 4721.0, 4770.0, 4720.0, 4760.0, 4720.0, 4769.0, 4725.0, 4758.0, 4716.0, 4705.0, 4729.0, 4719.0, 4759.0, 4717.0, 4769.0, 4740.0, 4749.0, 4717.0, 4718.0, 4730.0, 4721.0, 4751.0, 4717.0, 4768.0, 4727.0, 4737.0, 4718.0, 4718.0, 4760.0, 4720.0, 4767.0, 4731.0, 4746.0, 4717.0, 4769.0, 4719.0, 4710.0, 4730.0, 4732.0, 4779.0, 4763.0, 4741.0, 4779.0, 4751.0, 4731.0, 4752.0, 4721.0, 4761.0, 4720.0, 4771.0, 4731.0, 4776.0, 4719.0, 4738.0, 4719.0, 4708.0, 4735.0, 4707.0, 4760.0, 4720.0, 4779.0, 4718.0, 4699.0, 4731.0, 4749.0, 4740.0, 4757.0, 4740.0, 4739.0, 4738.0, 4707.0, 4727.0, 4708.0, 4754.0, 4727.0, 4769.0, 4741.0, 4708.0, 4732.0, 4721.0, 4757.0, 4719.0, 4778.0, 4742.0, 4777.0, 4718.0, 4765.0, 4731.0, 4782.0, 4748.0, 4750.0, 4736.0, 4716.0, 4745.0, 4716.0, 4766.0, 4733.0, 4776.0, 4752.0, 4718.0, 4740.0, 4720.0, 4759.0, 4722.0, 4768.0, 4723.0, 4772.0, 4721.0, 4759.0, 4720.0, 4757.0, 4727.0, 4765.0, 4750.0, 4710.0, 4739.0, 4710.0, 4758.0, 4717.0, 4769.0, 4749.0, 4775.0, 4756.0, 4729.0, 4715.0, 4709.0, 4745.0, 4712.0, 4767.0, 4741.0, 4774.0, 4719.0, 4715.0, 4718.0, 4708.0, 4749.0, 4710.0, 4765.0, 4720.0, 4764.0, 4719.0, 4753.0, 4717.0, 4733.0, 4728.0, 4716.0, 4728.0, 4706.0, 4754.0, 4708.0, 4746.0, 4703.0, 4746.0, 4709.0, 4764.0, 4727.0, 4748.0, 4738.0, 4706.0, 4728.0, 4721.0, 4749.0, 4707.0, 4765.0, 4729.0, 4765.0, 4715.0, 4756.0, 4715.0, 4769.0, 4739.0, 4734.0, 4724.0, 4704.0, 4724.0, 4709.0, 4743.0, 4717.0, 4768.0, 4741.0, 4778.0, 4738.0, 4716.0, 4715.0, 4709.0, 4733.0, 4718.0, 4769.0, 4727.0, 4775.0, 4718.0, 4750.0, 4731.0, 4740.0, 4746.0, 4717.0, 4750.0, 4705.0, 4744.0, 4720.0, 4754.0, 4736.0, 4764.0, 4720.0, 4747.0, 4706.0, 4719.0, 4729.0, 4708.0, 4759.0, 4720.0, 4743.0, 4719.0, 4758.0, 4731.0, 4762.0, 4751.0, 4729.0, 4728.0, 4711.0, 4736.0, 4719.0, 4770.0, 4732.0, 4779.0, 4720.0, 4764.0, 4721.0, 4738.0, 4730.0, 4716.0, 4749.0, 4705.0, 4737.0, 4719.0, 4754.0, 4716.0, 4767.0, 4750.0, 4758.0, 4725.0, 4704.0, 4718.0, 4708.0, 4739.0, 4717.0, 4760.0, 4730.0, 4769.0, 4726.0, 4725.0, 4721.0, 4718.0, 4753.0, 4721.0, 4757.0, 4717.0, 4759.0, 4717.0, 4769.0, 4721.0, 4765.0, 4746.0, 4764.0, 4716.0, 4745.0, 4721.0, 4726.0, 4720.0, 4710.0, 4748.0, 4728.0, 4766.0, 4718.0, 4767.0, 4733.0, 4779.0, 4761.0, 4751.0, 4755.0, 4724.0, 4751.0, 4719.0, 4764.0, 4730.0, 4774.0, 4734.0, 4777.0, 4728.0, 4771.0, 4731.0, 4778.0, 4750.0, 4754.0, 4753.0, 4720.0, 4726.0, 4721.0, 4756.0, 4730.0, 4768.0, 4742.0, 4770.0, 4753.0, 4751.0, 4716.0, 4706.0, 4735.0, 4719.0, 4751.0, 4718.0, 4765.0, 4746.0, 4769.0, 4715.0, 4728.0, 4716.0, 4720.0, 4727.0, 4707.0, 4736.0, 4709.0, 4758.0, 4704.0, 4763.0, 4715.0, 4717.0, 4704.0, 4705.0, 4738.0, 4716.0, 4758.0, 4746.0, 4729.0, 4715.0, 4717.0, 4756.0, 4719.0, 4788.0, 4763.0, 4725.0, 4770.0, 4759.0, 4722.0, 4738.0, 4720.0, 4770.0, 4709.0, 4745.0, 4705.0, 4736.0, 4706.0, 4747.0, 4751.0, 4750.0, 4768.0, 4738.0, 4765.0, 4732.0, 4764.0, 4724.0, 4748.0, 4709.0, 4729.0, 4700.0, 4674.0, 4685.0, 4665.0, 4704.0, 4663.0, 4713.0, 4676.0, 4717.0, 4684.0, 4728.0, 4695.0, 4704.0, 4689.0, 4667.0, 4700.0, 4668.0, 4720.0, 4680.0, 4731.0, 4683.0, 4743.0, 4692.0, 4696.0, 4725.0, 4699.0, 4743.0, 4708.0, 4764.0, 4745.0, 4710.0, 4734.0, 4711.0, 4740.0, 4717.0, 4707.0, 4759.0, 4719.0, 4781.0, 4738.0, 4708.0, 4741.0, 4712.0, 4765.0, 4719.0, 4778.0, 4759.0, 4723.0, 4746.0, 4719.0, 4767.0, 4729.0, 4781.0, 4728.0, 4778.0, 4749.0, 4719.0, 4761.0, 4725.0, 4758.0, 4733.0, 4723.0, 4779.0, 4740.0, 4800.0, 4770.0, 4734.0, 4759.0, 4721.0, 4789.0, 4753.0, 4793.0, 4750.0, 4739.0, 4758.0, 4720.0, 4777.0, 4732.0, 4718.0, 4758.0, 4722.0, 4773.0, 4711.0, 4777.0, 4749.0, 4708.0, 4737.0, 4711.0, 4767.0, 4740.0, 4759.0, 4748.0, 4721.0, 4775.0, 4731.0, 4723.0, 4776.0, 4727.0, 4782.0, 4759.0, 4721.0, 4716.0, 4770.0, 4733.0, 4782.0, 4762.0, 4733.0, 4794.0, 4761.0, 4763.0, 4752.0, 4732.0, 4790.0, 4750.0, 4739.0, 4760.0, 4725.0, 4778.0, 4759.0, 4720.0, 4747.0, 4713.0, 4766.0, 4738.0, 4767.0, 4738.0, 4722.0, 4757.0], 'WindowWidth': [10485.0, 10412.0, 10436.0, 10379.0, 10448.0, 10391.0, 10368.0, 10381.0, 10377.0, 10431.0, 10389.0, 10429.0, 10383.0, 10362.0, 10350.0, 10350.0, 10360.0, 10337.0, 10376.0, 10321.0, 10363.0, 10348.0, 10368.0, 10352.0, 10403.0, 10371.0, 10378.0, 10365.0, 10321.0, 10360.0, 10321.0, 10376.0, 10340.0, 10390.0, 10334.0, 10387.0, 10331.0, 10385.0, 10336.0, 10393.0, 10366.0, 10332.0, 10364.0, 10319.0, 10368.0, 10330.0, 10382.0, 10335.0, 10389.0, 10356.0, 10401.0, 10341.0, 10353.0, 10315.0, 10335.0, 10312.0, 10321.0, 10326.0, 10344.0, 10341.0, 10310.0, 10353.0, 10311.0, 10351.0, 10312.0, 10359.0, 10314.0, 10360.0, 10316.0, 10371.0, 10327.0, 10372.0, 10345.0, 10396.0, 10350.0, 10384.0, 10356.0, 10328.0, 10397.0, 10349.0, 10402.0, 10370.0, 10423.0, 10390.0, 10431.0, 10404.0, 10359.0, 10369.0, 10331.0, 10380.0, 10325.0, 10395.0, 10359.0, 10408.0, 10374.0, 10408.0, 10349.0, 10363.0, 10337.0, 10319.0, 10357.0, 10337.0, 10392.0, 10336.0, 10387.0, 10330.0, 10387.0, 10351.0, 10405.0, 10365.0, 10339.0, 10362.0, 10318.0, 10339.0, 10315.0, 10366.0, 10321.0, 10381.0, 10330.0, 10386.0, 10325.0, 10364.0, 10311.0, 10309.0, 10325.0, 10316.0, 10355.0, 10309.0, 10363.0, 10320.0, 10365.0, 10307.0, 10375.0, 10345.0, 10392.0, 10364.0, 10354.0, 10341.0, 10298.0, 10321.0, 10311.0, 10350.0, 10289.0, 10364.0, 10316.0, 10380.0, 10339.0, 10371.0, 10301.0, 10348.0, 10289.0, 10331.0, 10302.0, 10323.0, 10326.0, 10306.0, 10352.0, 10309.0, 10351.0, 10322.0, 10364.0, 10325.0, 10382.0, 10348.0, 10387.0, 10357.0, 10337.0, 10308.0, 10313.0, 10323.0, 10308.0, 10337.0, 10293.0, 10336.0, 10290.0, 10310.0, 10293.0, 10320.0, 10295.0, 10332.0, 10285.0, 10343.0, 10299.0, 10343.0, 10314.0, 10365.0, 10328.0, 10383.0, 10336.0, 10385.0, 10362.0, 10387.0, 10332.0, 10349.0, 10328.0, 10303.0, 10344.0, 10333.0, 10359.0, 10328.0, 10375.0, 10303.0, 10369.0, 10330.0, 10364.0, 10318.0, 10380.0, 10332.0, 10386.0, 10353.0, 10355.0, 10322.0, 10305.0, 10331.0, 10317.0, 10345.0, 10332.0, 10362.0, 10328.0, 10378.0, 10321.0, 10361.0, 10322.0, 10343.0, 10309.0, 10343.0, 10307.0, 10351.0, 10334.0, 10360.0, 10318.0, 10380.0, 10314.0, 10336.0, 10314.0, 10363.0, 10331.0, 10370.0, 10333.0, 10383.0, 10337.0, 10373.0, 10321.0, 10370.0, 10315.0, 10351.0, 10312.0, 10349.0, 10298.0, 10351.0, 10313.0, 10354.0, 10322.0, 10357.0, 10318.0, 10356.0, 10314.0, 10357.0, 10294.0, 10354.0, 10313.0, 10359.0, 10323.0, 10361.0, 10321.0, 10365.0, 10321.0, 10358.0, 10322.0, 10358.0, 10320.0, 10345.0, 10323.0, 10362.0, 10321.0, 10357.0, 10322.0, 10363.0, 10320.0, 10362.0, 10350.0, 10356.0, 10350.0, 10370.0, 10307.0, 10354.0, 10306.0, 10360.0, 10322.0, 10368.0, 10338.0, 10377.0, 10325.0, 10372.0, 10326.0, 10391.0, 10325.0, 10386.0, 10340.0, 10397.0, 10336.0, 10409.0, 10330.0, 10388.0, 10334.0, 10403.0, 10356.0, 10390.0, 10367.0, 10390.0, 10341.0, 10327.0, 10351.0, 10337.0, 10366.0, 10340.0, 10392.0, 10337.0, 10408.0, 10333.0, 10402.0, 10351.0, 10410.0, 10344.0, 10386.0, 10356.0, 10368.0, 10318.0, 10297.0, 10328.0, 10313.0, 10344.0, 10328.0, 10386.0, 10337.0, 10400.0, 10328.0, 10347.0, 10341.0, 10402.0, 10349.0, 10404.0, 10361.0, 10321.0, 10361.0, 10313.0, 10357.0, 10319.0, 10386.0, 10315.0, 10372.0, 10316.0, 10384.0, 10320.0, 10367.0, 10307.0, 10292.0, 10326.0, 10312.0, 10368.0, 10312.0, 10383.0, 10343.0, 10355.0, 10310.0, 10312.0, 10330.0, 10317.0, 10359.0, 10312.0, 10383.0, 10324.0, 10337.0, 10313.0, 10313.0, 10372.0, 10317.0, 10381.0, 10333.0, 10349.0, 10308.0, 10385.0, 10314.0, 10303.0, 10328.0, 10337.0, 10398.0, 10382.0, 10354.0, 10402.0, 10366.0, 10336.0, 10365.0, 10320.0, 10376.0, 10321.0, 10390.0, 10332.0, 10394.0, 10313.0, 10337.0, 10312.0, 10296.0, 10333.0, 10296.0, 10369.0, 10313.0, 10395.0, 10312.0, 10287.0, 10332.0, 10353.0, 10341.0, 10367.0, 10342.0, 10338.0, 10335.0, 10292.0, 10320.0, 10294.0, 10356.0, 10325.0, 10383.0, 10347.0, 10300.0, 10335.0, 10320.0, 10367.0, 10318.0, 10397.0, 10349.0, 10396.0, 10312.0, 10375.0, 10333.0, 10406.0, 10356.0, 10357.0, 10335.0, 10306.0, 10346.0, 10308.0, 10375.0, 10338.0, 10394.0, 10363.0, 10313.0, 10344.0, 10317.0, 10371.0, 10322.0, 10385.0, 10324.0, 10392.0, 10318.0, 10367.0, 10314.0, 10364.0, 10324.0, 10376.0, 10356.0, 10301.0, 10339.0, 10301.0, 10363.0, 10311.0, 10383.0, 10356.0, 10390.0, 10364.0, 10325.0, 10304.0, 10298.0, 10345.0, 10306.0, 10379.0, 10344.0, 10387.0, 10312.0, 10304.0, 10309.0, 10296.0, 10354.0, 10302.0, 10374.0, 10314.0, 10373.0, 10310.0, 10354.0, 10308.0, 10326.0, 10322.0, 10306.0, 10324.0, 10291.0, 10357.0, 10294.0, 10344.0, 10286.0, 10344.0, 10298.0, 10371.0, 10325.0, 10351.0, 10340.0, 10293.0, 10324.0, 10316.0, 10356.0, 10297.0, 10376.0, 10327.0, 10374.0, 10303.0, 10360.0, 10304.0, 10383.0, 10341.0, 10329.0, 10316.0, 10289.0, 10314.0, 10297.0, 10340.0, 10308.0, 10380.0, 10345.0, 10395.0, 10338.0, 10308.0, 10304.0, 10298.0, 10328.0, 10312.0, 10383.0, 10323.0, 10388.0, 10312.0, 10356.0, 10332.0, 10344.0, 10350.0, 10309.0, 10357.0, 10290.0, 10342.0, 10316.0, 10358.0, 10334.0, 10374.0, 10313.0, 10347.0, 10292.0, 10312.0, 10327.0, 10296.0, 10367.0, 10314.0, 10341.0, 10313.0, 10365.0, 10333.0, 10370.0, 10360.0, 10328.0, 10328.0, 10306.0, 10335.0, 10316.0, 10386.0, 10334.0, 10399.0, 10315.0, 10372.0, 10317.0, 10338.0, 10329.0, 10307.0, 10354.0, 10291.0, 10335.0, 10313.0, 10356.0, 10307.0, 10377.0, 10356.0, 10368.0, 10317.0, 10289.0, 10310.0, 10297.0, 10339.0, 10311.0, 10369.0, 10330.0, 10384.0, 10322.0, 10320.0, 10319.0, 10314.0, 10364.0, 10319.0, 10368.0, 10310.0, 10368.0, 10309.0, 10380.0, 10318.0, 10373.0, 10348.0, 10374.0, 10307.0, 10347.0, 10317.0, 10320.0, 10316.0, 10303.0, 10353.0, 10327.0, 10377.0, 10316.0, 10380.0, 10341.0, 10402.0, 10379.0, 10364.0, 10372.0, 10329.0, 10363.0, 10318.0, 10383.0, 10334.0, 10397.0, 10341.0, 10396.0, 10329.0, 10389.0, 10334.0, 10398.0, 10361.0, 10362.0, 10365.0, 10316.0, 10323.0, 10320.0, 10363.0, 10330.0, 10383.0, 10351.0, 10390.0, 10364.0, 10359.0, 10309.0, 10295.0, 10334.0, 10311.0, 10353.0, 10313.0, 10378.0, 10348.0, 10384.0, 10305.0, 10324.0, 10307.0, 10314.0, 10321.0, 10294.0, 10333.0, 10300.0, 10367.0, 10288.0, 10371.0, 10302.0, 10305.0, 10287.0, 10290.0, 10335.0, 10309.0, 10366.0, 10348.0, 10327.0, 10306.0, 10311.0, 10363.0, 10318.0, 10414.0, 10388.0, 10332.0, 10392.0, 10374.0, 10325.0, 10342.0, 10321.0, 10389.0, 10299.0, 10345.0, 10290.0, 10334.0, 10295.0, 10353.0, 10360.0, 10357.0, 10383.0, 10338.0, 10377.0, 10322.0, 10372.0, 10311.0, 10344.0, 10285.0, 10311.0, 10269.0, 10228.0, 10241.0, 10215.0, 10266.0, 10212.0, 10279.0, 10232.0, 10286.0, 10242.0, 10305.0, 10258.0, 10270.0, 10253.0, 10222.0, 10269.0, 10227.0, 10295.0, 10245.0, 10315.0, 10255.0, 10334.0, 10269.0, 10277.0, 10315.0, 10283.0, 10338.0, 10299.0, 10372.0, 10345.0, 10301.0, 10329.0, 10303.0, 10342.0, 10310.0, 10298.0, 10370.0, 10317.0, 10402.0, 10341.0, 10301.0, 10347.0, 10309.0, 10375.0, 10319.0, 10400.0, 10374.0, 10326.0, 10351.0, 10319.0, 10382.0, 10331.0, 10405.0, 10328.0, 10398.0, 10360.0, 10317.0, 10376.0, 10330.0, 10371.0, 10342.0, 10329.0, 10403.0, 10351.0, 10433.0, 10391.0, 10342.0, 10372.0, 10322.0, 10415.0, 10367.0, 10425.0, 10363.0, 10343.0, 10369.0, 10319.0, 10395.0, 10336.0, 10315.0, 10369.0, 10321.0, 10393.0, 10307.0, 10399.0, 10355.0, 10299.0, 10338.0, 10306.0, 10380.0, 10347.0, 10371.0, 10356.0, 10321.0, 10393.0, 10336.0, 10324.0, 10403.0, 10328.0, 10406.0, 10373.0, 10321.0, 10321.0, 10389.0, 10345.0, 10409.0, 10383.0, 10343.0, 10428.0, 10379.0, 10386.0, 10368.0, 10338.0, 10418.0, 10361.0, 10343.0, 10374.0, 10330.0, 10403.0, 10373.0, 10317.0, 10352.0, 10310.0, 10379.0, 10341.0, 10380.0, 10342.0, 10320.0, 10365.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.0008449461077844311</td></tr>
<tr><td colspan=3>aqi</td><td>0.01669070239520958</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.73027943311749</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.296444186594726</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0095575599999989</td></tr>
<tr><td colspan=3>efc</td><td>0.4766</td></tr>
<tr><td colspan=3>fber</td><td>5762.207</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07839024815135413</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9580838323353293</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6849662834873467</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.603194301571375</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.93282311189423</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5188814369964345</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128109</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021331289783120155</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031690243631601334</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</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.735063173796114</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>37.6602</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.6393</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.816</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297818.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>847.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.1748</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0568</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>664.988</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3873.7103</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1101.1792</td></tr>
<tr><td colspan=3>tsnr</td><td>43.55536846909672</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>