<?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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-02/func/sub-0035_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>41a5338cf78bcef7c82f0ad49b120c60</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>16:32:55.115000</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.995701, -0.00557289, 0.0924619, -0.00521344, 0.993235, 0.116007]</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.0972164</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7761, -7297, 673, -54, -157, 138, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.959</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1ef6c315-3208-450f-9f28-681e13b3c920||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.6713919639587402, -0.013987290672957897, 0.24970372021198273, 106.53865814208984], [0.014951646327972412, 2.664776086807251, 0.31317338347435, -106.24771118164062], [0.24806851148605347, -0.3112379312515259, 2.6701254844665527, -86.15048217773438], [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': ['163255.115000', '163255.575000', '163256.035000', '163256.495000', '163256.955000', '163257.415000', '163257.875000', '163258.335000', '163258.795000', '163259.255000', '163259.715000', '163300.175000', '163300.635000', '163301.095000', '163301.555000', '163302.015000', '163302.475000', '163302.935000', '163303.395000', '163303.855000', '163304.315000', '163304.775000', '163305.235000', '163305.695000', '163306.155000', '163306.615000', '163307.075000', '163307.535000', '163307.995000', '163308.455000', '163308.915000', '163309.375000', '163309.835000', '163310.295000', '163310.755000', '163311.215000', '163311.675000', '163312.135000', '163312.595000', '163313.055000', '163313.515000', '163313.975000', '163314.435000', '163314.895000', '163315.355000', '163315.815000', '163316.275000', '163316.735000', '163317.195000', '163317.655000', '163318.115000', '163318.575000', '163319.035000', '163319.495000', '163319.955000', '163320.415000', '163320.875000', '163321.335000', '163321.795000', '163322.255000', '163322.715000', '163323.175000', '163323.635000', '163324.095000', '163324.555000', '163325.015000', '163325.475000', '163325.935000', '163326.395000', '163326.855000', '163327.315000', '163327.775000', '163328.235000', '163328.695000', '163329.155000', '163329.615000', '163330.075000', '163330.535000', '163330.995000', '163331.455000', '163331.915000', '163332.375000', '163332.835000', '163333.295000', '163333.755000', '163334.215000', '163334.675000', '163335.135000', '163335.595000', '163336.055000', '163336.515000', '163336.975000', '163337.435000', '163337.895000', '163338.355000', '163338.815000', '163339.275000', '163339.735000', '163340.195000', '163340.655000', '163341.115000', '163341.575000', '163342.035000', '163342.495000', '163342.955000', '163343.415000', '163343.875000', '163344.335000', '163344.795000', '163345.255000', '163345.715000', '163346.175000', '163346.635000', '163347.095000', '163347.555000', '163348.015000', '163348.475000', '163348.935000', '163349.395000', '163349.855000', '163350.315000', '163350.775000', '163351.235000', '163351.695000', '163352.155000', '163352.615000', '163353.075000', '163353.535000', '163353.995000', '163354.455000', '163354.915000', '163355.375000', '163355.835000', '163356.295000', '163356.755000', '163357.215000', '163357.675000', '163358.135000', '163358.595000', '163359.055000', '163359.515000', '163359.975000', '163400.435000', '163400.895000', '163401.355000', '163401.815000', '163402.275000', '163402.735000', '163403.195000', '163403.655000', '163404.115000', '163404.575000', '163405.035000', '163405.495000', '163405.955000', '163406.415000', '163406.875000', '163407.335000', '163407.795000', '163408.255000', '163408.715000', '163409.175000', '163409.635000', '163410.095000', '163410.555000', '163411.015000', '163411.475000', '163411.935000', '163412.395000', '163412.855000', '163413.315000', '163413.775000', '163414.235000', '163414.695000', '163415.155000', '163415.615000', '163416.075000', '163416.535000', '163416.995000', '163417.455000', '163417.915000', '163418.375000', '163418.835000', '163419.295000', '163419.755000', '163420.215000', '163420.675000', '163421.135000', '163421.595000', '163422.055000', '163422.515000', '163422.975000', '163423.435000', '163423.895000', '163424.355000', '163424.815000', '163425.275000', '163425.735000', '163426.195000', '163426.655000', '163427.115000', '163427.575000', '163428.035000', '163428.495000', '163428.955000', '163429.415000', '163429.875000', '163430.335000', '163430.795000', '163431.255000', '163431.715000', '163432.175000', '163432.635000', '163433.095000', '163433.555000', '163434.015000', '163434.475000', '163434.935000', '163435.395000', '163435.855000', '163436.315000', '163436.775000', '163437.235000', '163437.695000', '163438.155000', '163438.615000', '163439.075000', '163439.535000', '163439.995000', '163440.455000', '163440.915000', '163441.375000', '163441.835000', '163442.295000', '163442.755000', '163443.215000', '163443.675000', '163444.135000', '163444.595000', '163445.055000', '163445.515000', '163445.975000', '163446.435000', '163446.895000', '163447.355000', '163447.815000', '163448.275000', '163448.735000', '163449.195000', '163449.655000', '163450.115000', '163450.575000', '163451.035000', '163451.495000', '163451.955000', '163452.415000', '163452.875000', '163453.335000', '163453.795000', '163454.255000', '163454.715000', '163455.175000', '163455.635000', '163456.095000', '163456.555000', '163457.015000', '163457.475000', '163457.935000', '163458.395000', '163458.855000', '163459.315000', '163459.775000', '163500.235000', '163500.695000', '163501.155000', '163501.615000', '163502.075000', '163502.535000', '163502.995000', '163503.455000', '163503.915000', '163504.375000', '163504.835000', '163505.295000', '163505.755000', '163506.215000', '163506.675000', '163507.135000', '163507.595000', '163508.055000', '163508.515000', '163508.975000', '163509.435000', '163509.895000', '163510.355000', '163510.815000', '163511.275000', '163511.735000', '163512.195000', '163512.655000', '163513.115000', '163513.575000', '163514.035000', '163514.495000', '163514.955000', '163515.415000', '163515.875000', '163516.335000', '163516.795000', '163517.255000', '163517.715000', '163518.175000', '163518.635000', '163519.095000', '163519.555000', '163520.015000', '163520.475000', '163520.935000', '163521.395000', '163521.855000', '163522.315000', '163522.775000', '163523.235000', '163523.695000', '163524.155000', '163524.615000', '163525.075000', '163525.535000', '163525.995000', '163526.455000', '163526.915000', '163527.375000', '163527.835000', '163528.295000', '163528.755000', '163529.215000', '163529.675000', '163530.135000', '163530.595000', '163531.055000', '163531.515000', '163531.975000', '163532.435000', '163532.895000', '163533.355000', '163533.815000', '163534.275000', '163534.735000', '163535.195000', '163535.655000', '163536.115000', '163536.575000', '163537.035000', '163537.495000', '163537.955000', '163538.415000', '163538.875000', '163539.335000', '163539.795000', '163540.255000', '163540.715000', '163541.175000', '163541.635000', '163542.095000', '163542.555000', '163543.015000', '163543.475000', '163543.935000', '163544.395000', '163544.855000', '163545.315000', '163545.775000', '163546.235000', '163546.695000', '163547.155000', '163547.615000', '163548.075000', '163548.535000', '163548.995000', '163549.455000', '163549.915000', '163550.375000', '163550.835000', '163551.295000', '163551.755000', '163552.215000', '163552.675000', '163553.135000', '163553.595000', '163554.055000', '163554.515000', '163554.975000', '163555.435000', '163555.895000', '163556.355000', '163556.815000', '163557.275000', '163557.735000', '163558.195000', '163558.655000', '163559.115000', '163559.575000', '163600.035000', '163600.495000', '163600.955000', '163601.415000', '163601.875000', '163602.335000', '163602.795000', '163603.255000', '163603.715000', '163604.175000', '163604.635000', '163605.095000', '163605.555000', '163606.015000', '163606.475000', '163606.935000', '163607.395000', '163607.855000', '163608.315000', '163608.775000', '163609.235000', '163609.695000', '163610.155000', '163610.615000', '163611.075000', '163611.535000', '163611.995000', '163612.455000', '163612.915000', '163613.375000', '163613.835000', '163614.295000', '163614.755000', '163615.215000', '163615.675000', '163616.135000', '163616.595000', '163617.055000', '163617.515000', '163617.975000', '163618.435000', '163618.895000', '163619.355000', '163619.815000', '163620.275000', '163620.735000', '163621.195000', '163621.655000', '163622.115000', '163622.575000', '163623.035000', '163623.495000', '163623.955000', '163624.415000', '163624.875000', '163625.335000', '163625.795000', '163626.255000', '163626.715000', '163627.175000', '163627.635000', '163628.095000', '163628.555000', '163629.015000', '163629.475000', '163629.935000', '163630.395000', '163630.855000', '163631.315000', '163631.775000', '163632.235000', '163632.695000', '163633.155000', '163633.615000', '163634.075000', '163634.535000', '163634.995000', '163635.455000', '163635.915000', '163636.375000', '163636.835000', '163637.295000', '163637.755000', '163638.215000', '163638.675000', '163639.135000', '163639.595000', '163640.055000', '163640.515000', '163640.975000', '163641.435000', '163641.895000', '163642.355000', '163642.815000', '163643.275000', '163643.735000', '163644.195000', '163644.655000', '163645.115000', '163645.575000', '163646.035000', '163646.495000', '163646.955000', '163647.415000', '163647.875000', '163648.335000', '163648.795000', '163649.255000', '163649.715000', '163650.175000', '163650.635000', '163651.095000', '163651.555000', '163652.015000', '163652.475000', '163652.935000', '163653.395000', '163653.855000', '163654.315000', '163654.775000', '163655.235000', '163655.695000', '163656.155000', '163656.615000', '163657.075000', '163657.535000', '163657.995000', '163658.455000', '163658.915000', '163659.375000', '163659.835000', '163700.295000', '163700.755000', '163701.215000', '163701.675000', '163702.135000', '163702.595000', '163703.055000', '163703.515000', '163703.975000', '163704.435000', '163704.895000', '163705.355000', '163705.815000', '163706.275000', '163706.735000', '163707.195000', '163707.655000', '163708.115000', '163708.575000', '163709.035000', '163709.495000', '163709.955000', '163710.415000', '163710.875000', '163711.335000', '163711.795000', '163712.255000', '163712.715000', '163713.175000', '163713.635000', '163714.095000', '163714.555000', '163715.015000', '163715.475000', '163715.935000', '163716.395000', '163716.855000', '163717.315000', '163717.775000', '163718.235000', '163718.695000', '163719.155000', '163719.615000', '163720.075000', '163720.535000', '163720.995000', '163721.455000', '163721.915000', '163722.375000', '163722.835000', '163723.295000', '163723.755000', '163724.215000', '163724.675000', '163725.135000', '163725.595000', '163726.055000', '163726.515000', '163726.975000', '163727.435000', '163727.895000', '163728.355000', '163728.815000', '163729.275000', '163729.735000', '163730.195000', '163730.655000', '163731.115000', '163731.575000', '163732.035000', '163732.495000', '163732.955000', '163733.415000', '163733.875000', '163734.335000', '163734.795000', '163735.255000', '163735.715000', '163736.175000', '163736.635000', '163737.095000', '163737.555000', '163738.015000', '163738.475000', '163738.935000', '163739.395000', '163739.855000', '163740.315000', '163740.775000', '163741.235000', '163741.695000', '163742.155000', '163742.615000', '163743.075000', '163743.535000', '163743.995000', '163744.455000', '163744.915000', '163745.375000', '163745.835000', '163746.295000', '163746.755000', '163747.215000', '163747.675000', '163748.135000', '163748.595000', '163749.055000', '163749.515000', '163749.975000', '163750.435000', '163750.895000', '163751.355000', '163751.815000', '163752.275000', '163752.735000', '163753.195000', '163753.655000', '163754.115000', '163754.575000', '163755.035000', '163755.495000', '163755.955000', '163756.415000', '163756.875000', '163757.335000', '163757.795000', '163758.255000', '163758.715000', '163759.175000', '163759.635000', '163800.095000', '163800.555000', '163801.015000', '163801.475000', '163801.935000', '163802.395000', '163802.855000', '163803.315000', '163803.775000', '163804.235000', '163804.695000', '163805.155000', '163805.615000', '163806.075000', '163806.535000', '163806.995000', '163807.455000', '163807.915000', '163808.375000', '163808.835000', '163809.295000', '163809.755000', '163810.215000', '163810.675000', '163811.135000', '163811.595000', '163812.055000', '163812.515000', '163812.975000', '163813.435000', '163813.895000', '163814.355000', '163814.815000', '163815.275000', '163815.735000', '163816.195000', '163816.655000', '163817.115000', '163817.575000', '163818.035000', '163818.495000', '163818.955000', '163819.415000', '163819.875000', '163820.335000', '163820.795000', '163821.255000', '163821.715000', '163822.175000', '163822.635000', '163823.095000', '163823.555000', '163824.015000', '163824.475000', '163824.935000', '163825.395000', '163825.855000', '163826.315000', '163826.775000', '163827.235000', '163827.695000', '163828.155000', '163828.615000', '163829.075000', '163829.535000', '163829.995000', '163830.455000', '163830.915000', '163831.375000', '163831.835000', '163832.295000', '163832.755000', '163833.215000', '163833.675000', '163834.135000', '163834.595000', '163835.055000', '163835.515000', '163835.975000', '163836.435000', '163836.895000', '163837.355000', '163837.815000', '163838.275000', '163838.735000', '163839.195000', '163839.655000', '163840.115000', '163840.575000', '163841.035000', '163841.495000', '163841.955000', '163842.415000', '163842.875000', '163843.335000', '163843.795000', '163844.255000', '163844.715000', '163845.175000', '163845.635000', '163846.095000', '163846.555000', '163847.015000', '163847.475000', '163847.935000', '163848.395000', '163848.855000', '163849.315000', '163849.775000', '163850.235000', '163850.695000', '163851.155000', '163851.615000', '163852.075000', '163852.535000', '163852.995000', '163853.455000', '163853.915000', '163854.375000', '163854.835000', '163855.295000', '163855.755000', '163856.215000', '163856.675000', '163857.135000', '163857.595000', '163858.055000', '163858.515000', '163858.975000', '163859.435000', '163859.895000', '163900.355000', '163900.815000', '163901.275000', '163901.735000', '163902.195000', '163902.655000', '163903.115000', '163903.575000', '163904.035000', '163904.495000', '163904.955000', '163905.415000', '163905.875000', '163906.335000', '163906.795000', '163907.255000', '163907.715000', '163908.175000', '163908.635000', '163909.095000', '163909.555000', '163910.015000', '163910.475000', '163910.935000', '163911.395000', '163911.855000', '163912.315000', '163912.775000', '163913.235000', '163913.695000', '163914.155000', '163914.615000', '163915.075000', '163915.535000', '163915.995000', '163916.455000', '163916.915000', '163917.375000', '163917.835000', '163918.295000', '163918.755000', '163919.215000', '163919.675000', '163920.135000', '163920.595000'], 'ContentTime': ['163318.305000', '163318.309000', '163318.312000', '163318.314000', '163318.317000', '163318.320000', '163318.323000', '163318.326000', '163318.329000', '163318.338000', '163318.341000', '163318.344000', '163318.346000', '163318.349000', '163318.352000', '163318.355000', '163318.358000', '163318.361000', '163318.364000', '163318.367000', '163318.370000', '163318.372000', '163318.375000', '163318.378000', '163318.381000', '163318.384000', '163318.386000', '163318.389000', '163318.392000', '163318.395000', '163318.398000', '163318.401000', '163318.404000', '163318.407000', '163318.409000', '163318.412000', '163318.415000', '163318.418000', '163318.421000', '163318.424000', '163318.426000', '163318.429000', '163318.432000', '163318.435000', '163318.438000', '163318.444000', '163318.447000', '163318.449000', '163338.266000', '163338.269000', '163338.272000', '163338.275000', '163338.277000', '163338.280000', '163338.283000', '163338.286000', '163338.289000', '163338.292000', '163338.295000', '163338.302000', '163338.305000', '163338.308000', '163338.310000', '163338.313000', '163338.316000', '163338.319000', '163338.322000', '163338.324000', '163338.327000', '163338.330000', '163338.333000', '163338.336000', '163338.339000', '163338.342000', '163338.344000', '163338.347000', '163338.350000', '163338.353000', '163338.356000', '163338.359000', '163338.361000', '163338.364000', '163338.367000', '163338.370000', '163338.373000', '163338.376000', '163338.378000', '163338.381000', '163338.384000', '163338.387000', '163338.390000', '163338.393000', '163358.267000', '163358.270000', '163358.273000', '163358.276000', '163358.279000', '163358.284000', '163358.297000', '163358.300000', '163358.303000', '163358.305000', '163358.316000', '163358.319000', '163358.321000', '163358.324000', '163358.327000', '163358.330000', '163358.333000', '163358.336000', '163358.339000', '163358.341000', '163358.344000', '163358.347000', '163358.350000', '163358.353000', '163358.356000', '163358.367000', '163358.374000', '163358.376000', '163358.379000', '163358.382000', '163358.385000', '163358.388000', '163358.391000', '163358.394000', '163358.396000', '163358.405000', '163358.410000', '163358.416000', '163358.419000', '163358.425000', '163358.428000', '163358.431000', '163358.434000', '163418.267000', '163418.270000', '163418.273000', '163418.276000', '163418.279000', '163418.281000', '163418.284000', '163418.287000', '163418.290000', '163418.293000', '163418.296000', '163418.299000', '163418.307000', '163418.310000', '163418.313000', '163418.316000', '163418.319000', '163418.321000', '163418.324000', '163418.327000', '163418.330000', '163418.333000', '163418.336000', '163418.339000', '163418.341000', '163418.344000', '163418.347000', '163418.350000', '163418.353000', '163418.356000', '163418.358000', '163418.361000', '163418.364000', '163418.367000', '163418.370000', '163418.373000', '163418.375000', '163418.378000', '163418.381000', '163418.384000', '163418.387000', '163418.390000', '163418.392000', '163418.395000', '163438.267000', '163438.270000', '163438.273000', '163438.276000', '163438.279000', '163438.281000', '163438.284000', '163438.287000', '163438.290000', '163438.293000', '163438.296000', '163438.300000', '163438.305000', '163438.308000', '163438.311000', '163438.314000', '163438.317000', '163438.320000', '163438.323000', '163438.325000', '163438.328000', '163438.331000', '163438.334000', '163438.337000', '163438.340000', '163438.343000', '163438.345000', '163438.348000', '163438.351000', '163438.354000', '163438.357000', '163438.362000', '163438.365000', '163438.367000', '163438.370000', '163438.373000', '163438.376000', '163438.379000', '163438.382000', '163438.385000', '163438.388000', '163438.390000', '163438.393000', '163458.267000', '163458.270000', '163458.273000', '163458.276000', '163458.279000', '163458.281000', '163458.284000', '163458.287000', '163458.290000', '163458.293000', '163458.296000', '163458.298000', '163458.301000', '163458.304000', '163458.307000', '163458.310000', '163458.313000', '163458.315000', '163458.318000', '163458.321000', '163458.324000', '163458.327000', '163458.330000', '163458.333000', '163458.336000', '163458.338000', '163458.348000', '163458.351000', '163458.354000', '163458.357000', '163458.359000', '163458.362000', '163458.365000', '163458.368000', '163458.371000', '163458.374000', '163458.377000', '163458.379000', '163458.382000', '163458.385000', '163458.388000', '163458.391000', '163458.394000', '163458.397000', '163518.267000', '163518.270000', '163518.273000', '163518.276000', '163518.279000', '163518.282000', '163518.284000', '163518.287000', '163518.290000', '163518.293000', '163518.296000', '163518.299000', '163518.302000', '163518.304000', '163518.307000', '163518.310000', '163518.313000', '163518.316000', '163518.319000', '163518.322000', '163518.325000', '163518.328000', '163518.331000', '163518.334000', '163518.336000', '163518.339000', '163518.342000', '163518.345000', '163518.348000', '163518.351000', '163518.354000', '163518.357000', '163518.359000', '163518.362000', '163518.365000', '163518.368000', '163518.371000', '163518.374000', '163518.376000', '163518.379000', '163518.382000', '163518.385000', '163518.388000', '163538.266000', '163538.269000', '163538.281000', '163538.283000', '163538.286000', '163538.289000', '163538.292000', '163538.295000', '163538.298000', '163538.301000', '163538.304000', '163538.306000', '163538.309000', '163538.312000', '163538.322000', '163538.325000', '163538.328000', '163538.331000', '163538.334000', '163538.337000', '163538.340000', '163538.342000', '163538.345000', '163538.348000', '163538.351000', '163538.354000', '163538.357000', '163538.360000', '163538.362000', '163538.365000', '163538.368000', '163538.371000', '163538.374000', '163538.377000', '163538.380000', '163538.383000', '163538.385000', '163538.388000', '163538.391000', '163538.394000', '163538.397000', '163538.400000', '163538.403000', '163538.405000', '163558.266000', '163558.269000', '163558.273000', '163558.276000', '163558.279000', '163558.282000', '163558.285000', '163558.288000', '163558.291000', '163558.294000', '163558.296000', '163558.299000', '163558.302000', '163558.305000', '163558.308000', '163558.311000', '163558.313000', '163558.316000', '163558.319000', '163558.322000', '163558.325000', '163558.328000', '163558.331000', '163558.334000', '163558.337000', '163558.340000', '163558.343000', '163558.346000', '163558.349000', '163558.352000', '163558.355000', '163558.358000', '163558.361000', '163558.364000', '163558.367000', '163558.369000', '163558.372000', '163558.375000', '163558.378000', '163558.381000', '163558.384000', '163558.386000', '163558.389000', '163618.267000', '163618.270000', '163618.273000', '163618.276000', '163618.279000', '163618.282000', '163618.285000', '163618.288000', '163618.290000', '163618.293000', '163618.296000', '163618.299000', '163618.302000', '163618.305000', '163618.308000', '163618.311000', '163618.314000', '163618.316000', '163618.319000', '163618.322000', '163618.325000', '163618.328000', '163618.331000', '163618.333000', '163618.336000', '163618.339000', '163618.342000', '163618.345000', '163618.348000', '163618.351000', '163618.354000', '163618.357000', '163618.359000', '163618.362000', '163618.365000', '163618.368000', '163618.371000', '163618.374000', '163618.376000', '163618.379000', '163618.382000', '163618.385000', '163618.388000', '163618.391000', '163638.267000', '163638.270000', '163638.273000', '163638.276000', '163638.279000', '163638.282000', '163638.284000', '163638.287000', '163638.290000', '163638.293000', '163638.296000', '163638.299000', '163638.302000', '163638.305000', '163638.308000', '163638.310000', '163638.313000', '163638.316000', '163638.319000', '163638.322000', '163638.325000', '163638.328000', '163638.331000', '163638.333000', '163638.336000', '163638.339000', '163638.342000', '163638.345000', '163638.348000', '163638.351000', '163638.354000', '163638.357000', '163638.360000', '163638.363000', '163638.366000', '163638.369000', '163638.372000', '163638.375000', '163638.378000', '163638.380000', '163638.383000', '163638.386000', '163638.389000', '163658.267000', '163658.270000', '163658.273000', '163658.276000', '163658.278000', '163658.281000', '163658.284000', '163658.287000', '163658.290000', '163658.299000', '163658.302000', '163658.305000', '163658.307000', '163658.310000', '163658.313000', '163658.316000', '163658.319000', '163658.322000', '163658.325000', '163658.328000', '163658.330000', '163658.333000', '163658.336000', '163658.339000', '163658.342000', '163658.345000', '163658.348000', '163658.358000', '163658.361000', '163658.364000', '163658.366000', '163658.369000', '163658.372000', '163658.375000', '163658.378000', '163658.381000', '163658.384000', '163658.386000', '163658.389000', '163658.392000', '163658.395000', '163658.398000', '163658.401000', '163658.404000', '163718.267000', '163718.270000', '163718.273000', '163718.276000', '163718.279000', '163718.281000', '163718.284000', '163718.287000', '163718.290000', '163718.293000', '163718.296000', '163718.299000', '163718.302000', '163718.304000', '163718.307000', '163718.311000', '163718.314000', '163718.317000', '163718.320000', '163718.323000', '163718.326000', '163718.329000', '163718.331000', '163718.334000', '163718.337000', '163718.340000', '163718.343000', '163718.346000', '163718.349000', '163718.352000', '163718.355000', '163718.358000', '163718.361000', '163718.363000', '163718.366000', '163718.369000', '163718.372000', '163718.375000', '163718.378000', '163718.381000', '163718.384000', '163718.387000', '163718.391000', '163738.267000', '163738.270000', '163738.273000', '163738.276000', '163738.279000', '163738.282000', '163738.284000', '163738.287000', '163738.290000', '163738.293000', '163738.296000', '163738.299000', '163738.302000', '163738.305000', '163738.307000', '163738.310000', '163738.313000', '163738.316000', '163738.319000', '163738.322000', '163738.325000', '163738.328000', '163738.330000', '163738.333000', '163738.336000', '163738.339000', '163738.342000', '163738.345000', '163738.348000', '163738.351000', '163738.353000', '163738.356000', '163738.359000', '163738.362000', '163738.365000', '163738.368000', '163738.371000', '163738.373000', '163738.376000', '163738.379000', '163738.382000', '163738.385000', '163738.388000', '163738.391000', '163758.266000', '163758.269000', '163758.272000', '163758.275000', '163758.278000', '163758.280000', '163758.283000', '163758.286000', '163758.289000', '163758.292000', '163758.295000', '163758.298000', '163758.301000', '163758.304000', '163758.306000', '163758.309000', '163758.312000', '163758.315000', '163758.318000', '163758.321000', '163758.324000', '163758.326000', '163758.329000', '163758.332000', '163758.335000', '163758.338000', '163758.341000', '163758.344000', '163758.347000', '163758.350000', '163758.352000', '163758.355000', '163758.358000', '163758.361000', '163758.364000', '163758.367000', '163758.370000', '163758.373000', '163758.376000', '163758.378000', '163758.381000', '163758.384000', '163758.387000', '163818.266000', '163818.269000', '163818.272000', '163818.275000', '163818.278000', '163818.281000', '163818.283000', '163818.286000', '163818.289000', '163818.292000', '163818.295000', '163818.298000', '163818.301000', '163818.304000', '163818.307000', '163818.309000', '163818.312000', '163818.315000', '163818.318000', '163818.321000', '163818.324000', '163818.327000', '163818.329000', '163818.332000', '163818.335000', '163818.338000', '163818.341000', '163818.344000', '163818.347000', '163818.350000', '163818.353000', '163818.355000', '163818.358000', '163818.361000', '163818.364000', '163818.367000', '163818.370000', '163818.373000', '163818.376000', '163818.379000', '163818.381000', '163818.384000', '163818.387000', '163818.390000', '163838.267000', '163838.270000', '163838.273000', '163838.278000', '163838.281000', '163838.284000', '163838.287000', '163838.289000', '163838.292000', '163838.295000', '163838.298000', '163838.301000', '163838.304000', '163838.307000', '163838.310000', '163838.312000', '163838.315000', '163838.318000', '163838.321000', '163838.324000', '163838.327000', '163838.330000', '163838.332000', '163838.335000', '163838.338000', '163838.341000', '163838.344000', '163838.347000', '163838.351000', '163838.354000', '163838.357000', '163838.360000', '163838.363000', '163838.365000', '163838.368000', '163838.371000', '163838.374000', '163838.377000', '163838.380000', '163838.383000', '163838.386000', '163838.388000', '163838.391000', '163858.267000', '163858.270000', '163858.273000', '163858.276000', '163858.279000', '163858.281000', '163858.293000', '163858.296000', '163858.299000', '163858.301000', '163858.304000', '163858.307000', '163858.310000', '163858.313000', '163858.316000', '163858.319000', '163858.322000', '163858.325000', '163858.327000', '163858.330000', '163858.333000', '163858.336000', '163858.339000', '163858.342000', '163858.345000', '163858.348000', '163858.350000', '163858.353000', '163858.356000', '163858.359000', '163858.362000', '163858.365000', '163858.368000', '163858.370000', '163858.373000', '163858.376000', '163858.379000', '163858.382000', '163858.385000', '163858.388000', '163858.391000', '163858.394000', '163858.397000', '163858.399000', '163918.267000', '163918.270000', '163918.273000', '163918.276000', '163918.279000', '163918.281000', '163918.284000', '163918.287000', '163918.290000', '163918.293000', '163918.296000', '163918.299000', '163918.302000', '163918.305000', '163918.307000', '163918.310000', '163918.313000', '163918.316000', '163918.319000', '163918.322000', '163918.325000', '163918.328000', '163918.331000', '163918.333000', '163918.336000', '163918.339000', '163918.342000', '163918.345000', '163918.348000', '163918.351000', '163918.354000', '163918.356000', '163918.359000', '163918.362000', '163918.365000', '163918.368000', '163918.371000', '163918.374000', '163918.377000', '163918.379000', '163918.382000', '163918.385000', '163918.388000', '163921.722000', '163921.726000', '163921.729000', '163921.734000', '163921.737000', '163921.740000', '163921.744000', '163921.747000'], 'InstanceCreationTime': ['163318.305000', '163318.309000', '163318.312000', '163318.314000', '163318.317000', '163318.320000', '163318.323000', '163318.326000', '163318.329000', '163318.338000', '163318.341000', '163318.344000', '163318.346000', '163318.349000', '163318.352000', '163318.355000', '163318.358000', '163318.361000', '163318.364000', '163318.367000', '163318.370000', '163318.372000', '163318.375000', '163318.378000', '163318.381000', '163318.384000', '163318.386000', '163318.389000', '163318.392000', '163318.395000', '163318.398000', '163318.401000', '163318.404000', '163318.407000', '163318.409000', '163318.412000', '163318.415000', '163318.418000', '163318.421000', '163318.424000', '163318.426000', '163318.429000', '163318.432000', '163318.435000', '163318.438000', '163318.444000', '163318.447000', '163318.449000', '163338.266000', '163338.269000', '163338.272000', '163338.275000', '163338.277000', '163338.280000', '163338.283000', '163338.286000', '163338.289000', '163338.292000', '163338.295000', '163338.302000', '163338.305000', '163338.308000', '163338.310000', '163338.313000', '163338.316000', '163338.319000', '163338.322000', '163338.324000', '163338.327000', '163338.330000', '163338.333000', '163338.336000', '163338.339000', '163338.342000', '163338.344000', '163338.347000', '163338.350000', '163338.353000', '163338.356000', '163338.359000', '163338.361000', '163338.364000', '163338.367000', '163338.370000', '163338.373000', '163338.376000', '163338.378000', '163338.381000', '163338.384000', '163338.387000', '163338.390000', '163338.393000', '163358.267000', '163358.270000', '163358.273000', '163358.276000', '163358.279000', '163358.284000', '163358.297000', '163358.300000', '163358.303000', '163358.305000', '163358.316000', '163358.319000', '163358.321000', '163358.324000', '163358.327000', '163358.330000', '163358.333000', '163358.336000', '163358.339000', '163358.341000', '163358.344000', '163358.347000', '163358.350000', '163358.353000', '163358.356000', '163358.367000', '163358.374000', '163358.376000', '163358.379000', '163358.382000', '163358.385000', '163358.388000', '163358.391000', '163358.394000', '163358.396000', '163358.405000', '163358.410000', '163358.416000', '163358.419000', '163358.425000', '163358.428000', '163358.431000', '163358.434000', '163418.267000', '163418.270000', '163418.273000', '163418.276000', '163418.279000', '163418.281000', '163418.284000', '163418.287000', '163418.290000', '163418.293000', '163418.296000', '163418.299000', '163418.307000', '163418.310000', '163418.313000', '163418.316000', '163418.319000', '163418.321000', '163418.324000', '163418.327000', '163418.330000', '163418.333000', '163418.336000', '163418.339000', '163418.341000', '163418.344000', '163418.347000', '163418.350000', '163418.353000', '163418.356000', '163418.358000', '163418.361000', '163418.364000', '163418.367000', '163418.370000', '163418.373000', '163418.375000', '163418.378000', '163418.381000', '163418.384000', '163418.387000', '163418.390000', '163418.392000', '163418.395000', '163438.267000', '163438.270000', '163438.273000', '163438.276000', '163438.279000', '163438.281000', '163438.284000', '163438.287000', '163438.290000', '163438.293000', '163438.296000', '163438.300000', '163438.305000', '163438.308000', '163438.311000', '163438.314000', '163438.317000', '163438.320000', '163438.323000', '163438.325000', '163438.328000', '163438.331000', '163438.334000', '163438.337000', '163438.340000', '163438.343000', '163438.345000', '163438.348000', '163438.351000', '163438.354000', '163438.357000', '163438.362000', '163438.365000', '163438.367000', '163438.370000', '163438.373000', '163438.376000', '163438.379000', '163438.382000', '163438.385000', '163438.388000', '163438.390000', '163438.393000', '163458.267000', '163458.270000', '163458.273000', '163458.276000', '163458.279000', '163458.281000', '163458.284000', '163458.287000', '163458.290000', '163458.293000', '163458.296000', '163458.298000', '163458.301000', '163458.304000', '163458.307000', '163458.310000', '163458.313000', '163458.315000', '163458.318000', '163458.321000', '163458.324000', '163458.327000', '163458.330000', '163458.333000', '163458.336000', '163458.338000', '163458.348000', '163458.351000', '163458.354000', '163458.357000', '163458.359000', '163458.362000', '163458.365000', '163458.368000', '163458.371000', '163458.374000', '163458.377000', '163458.379000', '163458.382000', '163458.385000', '163458.388000', '163458.391000', '163458.394000', '163458.397000', '163518.267000', '163518.270000', '163518.273000', '163518.276000', '163518.279000', '163518.282000', '163518.284000', '163518.287000', '163518.290000', '163518.293000', '163518.296000', '163518.299000', '163518.302000', '163518.304000', '163518.307000', '163518.310000', '163518.313000', '163518.316000', '163518.319000', '163518.322000', '163518.325000', '163518.328000', '163518.331000', '163518.334000', '163518.336000', '163518.339000', '163518.342000', '163518.345000', '163518.348000', '163518.351000', '163518.354000', '163518.357000', '163518.359000', '163518.362000', '163518.365000', '163518.368000', '163518.371000', '163518.374000', '163518.376000', '163518.379000', '163518.382000', '163518.385000', '163518.388000', '163538.266000', '163538.269000', '163538.281000', '163538.283000', '163538.286000', '163538.289000', '163538.292000', '163538.295000', '163538.298000', '163538.301000', '163538.304000', '163538.306000', '163538.309000', '163538.312000', '163538.322000', '163538.325000', '163538.328000', '163538.331000', '163538.334000', '163538.337000', '163538.340000', '163538.342000', '163538.345000', '163538.348000', '163538.351000', '163538.354000', '163538.357000', '163538.360000', '163538.362000', '163538.365000', '163538.368000', '163538.371000', '163538.374000', '163538.377000', '163538.380000', '163538.383000', '163538.385000', '163538.388000', '163538.391000', '163538.394000', '163538.397000', '163538.400000', '163538.403000', '163538.405000', '163558.266000', '163558.269000', '163558.273000', '163558.276000', '163558.279000', '163558.282000', '163558.285000', '163558.288000', '163558.291000', '163558.294000', '163558.296000', '163558.299000', '163558.302000', '163558.305000', '163558.308000', '163558.311000', '163558.313000', '163558.316000', '163558.319000', '163558.322000', '163558.325000', '163558.328000', '163558.331000', '163558.334000', '163558.337000', '163558.340000', '163558.343000', '163558.346000', '163558.349000', '163558.352000', '163558.355000', '163558.358000', '163558.361000', '163558.364000', '163558.367000', '163558.369000', '163558.372000', '163558.375000', '163558.378000', '163558.381000', '163558.384000', '163558.386000', '163558.389000', '163618.267000', '163618.270000', '163618.273000', '163618.276000', '163618.279000', '163618.282000', '163618.285000', '163618.288000', '163618.290000', '163618.293000', '163618.296000', '163618.299000', '163618.302000', '163618.305000', '163618.308000', '163618.311000', '163618.314000', '163618.316000', '163618.319000', '163618.322000', '163618.325000', '163618.328000', '163618.331000', '163618.333000', '163618.336000', '163618.339000', '163618.342000', '163618.345000', '163618.348000', '163618.351000', '163618.354000', '163618.357000', '163618.359000', '163618.362000', '163618.365000', '163618.368000', '163618.371000', '163618.374000', '163618.376000', '163618.379000', '163618.382000', '163618.385000', '163618.388000', '163618.391000', '163638.267000', '163638.270000', '163638.273000', '163638.276000', '163638.279000', '163638.282000', '163638.284000', '163638.287000', '163638.290000', '163638.293000', '163638.296000', '163638.299000', '163638.302000', '163638.305000', '163638.308000', '163638.310000', '163638.313000', '163638.316000', '163638.319000', '163638.322000', '163638.325000', '163638.328000', '163638.331000', '163638.333000', '163638.336000', '163638.339000', '163638.342000', '163638.345000', '163638.348000', '163638.351000', '163638.354000', '163638.357000', '163638.360000', '163638.363000', '163638.366000', '163638.369000', '163638.372000', '163638.375000', '163638.378000', '163638.380000', '163638.383000', '163638.386000', '163638.389000', '163658.267000', '163658.270000', '163658.273000', '163658.276000', '163658.278000', '163658.281000', '163658.284000', '163658.287000', '163658.290000', '163658.299000', '163658.302000', '163658.305000', '163658.307000', '163658.310000', '163658.313000', '163658.316000', '163658.319000', '163658.322000', '163658.325000', '163658.328000', '163658.330000', '163658.333000', '163658.336000', '163658.339000', '163658.342000', '163658.345000', '163658.348000', '163658.358000', '163658.361000', '163658.364000', '163658.366000', '163658.369000', '163658.372000', '163658.375000', '163658.378000', '163658.381000', '163658.384000', '163658.386000', '163658.389000', '163658.392000', '163658.395000', '163658.398000', '163658.401000', '163658.404000', '163718.267000', '163718.270000', '163718.273000', '163718.276000', '163718.279000', '163718.281000', '163718.284000', '163718.287000', '163718.290000', '163718.293000', '163718.296000', '163718.299000', '163718.302000', '163718.304000', '163718.307000', '163718.311000', '163718.314000', '163718.317000', '163718.320000', '163718.323000', '163718.326000', '163718.329000', '163718.331000', '163718.334000', '163718.337000', '163718.340000', '163718.343000', '163718.346000', '163718.349000', '163718.352000', '163718.355000', '163718.358000', '163718.361000', '163718.363000', '163718.366000', '163718.369000', '163718.372000', '163718.375000', '163718.378000', '163718.381000', '163718.384000', '163718.387000', '163718.391000', '163738.267000', '163738.270000', '163738.273000', '163738.276000', '163738.279000', '163738.282000', '163738.284000', '163738.287000', '163738.290000', '163738.293000', '163738.296000', '163738.299000', '163738.302000', '163738.305000', '163738.307000', '163738.310000', '163738.313000', '163738.316000', '163738.319000', '163738.322000', '163738.325000', '163738.328000', '163738.330000', '163738.333000', '163738.336000', '163738.339000', '163738.342000', '163738.345000', '163738.348000', '163738.351000', '163738.353000', '163738.356000', '163738.359000', '163738.362000', '163738.365000', '163738.368000', '163738.371000', '163738.373000', '163738.376000', '163738.379000', '163738.382000', '163738.385000', '163738.388000', '163738.391000', '163758.266000', '163758.269000', '163758.272000', '163758.275000', '163758.278000', '163758.280000', '163758.283000', '163758.286000', '163758.289000', '163758.292000', '163758.295000', '163758.298000', '163758.301000', '163758.304000', '163758.306000', '163758.309000', '163758.312000', '163758.315000', '163758.318000', '163758.321000', '163758.324000', '163758.326000', '163758.329000', '163758.332000', '163758.335000', '163758.338000', '163758.341000', '163758.344000', '163758.347000', '163758.350000', '163758.352000', '163758.355000', '163758.358000', '163758.361000', '163758.364000', '163758.367000', '163758.370000', '163758.373000', '163758.376000', '163758.378000', '163758.381000', '163758.384000', '163758.387000', '163818.266000', '163818.269000', '163818.272000', '163818.275000', '163818.278000', '163818.281000', '163818.283000', '163818.286000', '163818.289000', '163818.292000', '163818.295000', '163818.298000', '163818.301000', '163818.304000', '163818.307000', '163818.309000', '163818.312000', '163818.315000', '163818.318000', '163818.321000', '163818.324000', '163818.327000', '163818.329000', '163818.332000', '163818.335000', '163818.338000', '163818.341000', '163818.344000', '163818.347000', '163818.350000', '163818.353000', '163818.355000', '163818.358000', '163818.361000', '163818.364000', '163818.367000', '163818.370000', '163818.373000', '163818.376000', '163818.379000', '163818.381000', '163818.384000', '163818.387000', '163818.390000', '163838.267000', '163838.270000', '163838.273000', '163838.278000', '163838.281000', '163838.284000', '163838.287000', '163838.289000', '163838.292000', '163838.295000', '163838.298000', '163838.301000', '163838.304000', '163838.307000', '163838.310000', '163838.312000', '163838.315000', '163838.318000', '163838.321000', '163838.324000', '163838.327000', '163838.330000', '163838.332000', '163838.335000', '163838.338000', '163838.341000', '163838.344000', '163838.347000', '163838.351000', '163838.354000', '163838.357000', '163838.360000', '163838.363000', '163838.365000', '163838.368000', '163838.371000', '163838.374000', '163838.377000', '163838.380000', '163838.383000', '163838.386000', '163838.388000', '163838.391000', '163858.267000', '163858.270000', '163858.273000', '163858.276000', '163858.279000', '163858.281000', '163858.293000', '163858.296000', '163858.299000', '163858.301000', '163858.304000', '163858.307000', '163858.310000', '163858.313000', '163858.316000', '163858.319000', '163858.322000', '163858.325000', '163858.327000', '163858.330000', '163858.333000', '163858.336000', '163858.339000', '163858.342000', '163858.345000', '163858.348000', '163858.350000', '163858.353000', '163858.356000', '163858.359000', '163858.362000', '163858.365000', '163858.368000', '163858.370000', '163858.373000', '163858.376000', '163858.379000', '163858.382000', '163858.385000', '163858.388000', '163858.391000', '163858.394000', '163858.397000', '163858.399000', '163918.267000', '163918.270000', '163918.273000', '163918.276000', '163918.279000', '163918.281000', '163918.284000', '163918.287000', '163918.290000', '163918.293000', '163918.296000', '163918.299000', '163918.302000', '163918.305000', '163918.307000', '163918.310000', '163918.313000', '163918.316000', '163918.319000', '163918.322000', '163918.325000', '163918.328000', '163918.331000', '163918.333000', '163918.336000', '163918.339000', '163918.342000', '163918.345000', '163918.348000', '163918.351000', '163918.354000', '163918.356000', '163918.359000', '163918.362000', '163918.365000', '163918.368000', '163918.371000', '163918.374000', '163918.377000', '163918.379000', '163918.382000', '163918.385000', '163918.388000', '163921.722000', '163921.726000', '163921.729000', '163921.734000', '163921.737000', '163921.740000', '163921.744000', '163921.747000'], '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': [14436, 10122, 7548, 11468, 8241, 13273, 9484, 7618, 12024, 8310, 12510, 8886, 9749, 10848, 9567, 11795, 8374, 12421, 9158, 12420, 9847, 12978, 9243, 11570, 9131, 10564, 9703, 9030, 9782, 7737, 11542, 7922, 13201, 9317, 12941, 9198, 12834, 9334, 13274, 10241, 13973, 9051, 11860, 8692, 10836, 10154, 9716, 10017, 9830, 10059, 13864, 10454, 15510, 8682, 13681, 8843, 12754, 9475, 11494, 8664, 10615, 7761, 9891, 9850, 10289, 9256, 8577, 14151, 8439, 13618, 9282, 13052, 8872, 9428, 8704, 7711, 10673, 8189, 9079, 8912, 13599, 9730, 13780, 9525, 12666, 9150, 12996, 10732, 11839, 12242, 8375, 12580, 8838, 13943, 11034, 12783, 8667, 12571, 9021, 13145, 10281, 16150, 9168, 10449, 8961, 9097, 10849, 8087, 11606, 8845, 9574, 9625, 8434, 11734, 8474, 12841, 9076, 14318, 10022, 14643, 11072, 8673, 12325, 10575, 15152, 10660, 14511, 9192, 8355, 9417, 8571, 10431, 8338, 11644, 8834, 7886, 9541, 7980, 12144, 8956, 7492, 9838, 8223, 13888, 9195, 8640, 12270, 10241, 8642, 8479, 10910, 10637, 10222, 14812, 9030, 12316, 11136, 11000, 14813, 12946, 13924, 9904, 7858, 10214, 7974, 11782, 8802, 7286, 8998, 7487, 9295, 7232, 10520, 8365, 11512, 8708, 12833, 9059, 9548, 10029, 8185, 11798, 8208, 12259, 8048, 12561, 9276, 12064, 8922, 7671, 9333, 7612, 12585, 9197, 10708, 9146, 10279, 9563, 10729, 10960, 10312, 11274, 8028, 9816, 7892, 11566, 9093, 10850, 8117, 10717, 8183, 11723, 8711, 11631, 8436, 10830, 8426, 10552, 8381, 12850, 8741, 11404, 8566, 10957, 8659, 12648, 8658, 11887, 9130, 11808, 9387, 14568, 9474, 11194, 9180, 10620, 9010, 11553, 9524, 10464, 9217, 10028, 9671, 10008, 9957, 8102, 10572, 8139, 11740, 8602, 13739, 9498, 12237, 9353, 12736, 9388, 13076, 9641, 12021, 8971, 11551, 8921, 13810, 9966, 12244, 9221, 11939, 9231, 11753, 10013, 12676, 9074, 12103, 9008, 11050, 9202, 9189, 9537, 7881, 10659, 8399, 11816, 8959, 13646, 9520, 12048, 9456, 11610, 9185, 13023, 10234, 13319, 9368, 10820, 9278, 12278, 9861, 9856, 9141, 7411, 9819, 8028, 12878, 10967, 15645, 11471, 8045, 10812, 9244, 11311, 9111, 8057, 9303, 8477, 7873, 10151, 9174, 13915, 11296, 8333, 13331, 9159, 14730, 11614, 14871, 12092, 12542, 9324, 12007, 8200, 12189, 9766, 8899, 8938, 7984, 8941, 7796, 11593, 8206, 11353, 8627, 10893, 8553, 10159, 9457, 8225, 9535, 8067, 11542, 9983, 14100, 8769, 7955, 10636, 8349, 13017, 9351, 12462, 9008, 9031, 10408, 7790, 12266, 8908, 17195, 9160, 12850, 10547, 8241, 11371, 8432, 9258, 8849, 8994, 8837, 8573, 10775, 8165, 11870, 8730, 12322, 9298, 9891, 9855, 7931, 9527, 7810, 9793, 8068, 11382, 7527, 10365, 7639, 10068, 7468, 11521, 7862, 11035, 8383, 11835, 8546, 12870, 9738, 12743, 9322, 12642, 9125, 11252, 9891, 8847, 9459, 7552, 9765, 8256, 11029, 7672, 10316, 7648, 10253, 7703, 11445, 7736, 10421, 8142, 12291, 9189, 11330, 9787, 9300, 9809, 9493, 9828, 9525, 11858, 8294, 11806, 8286, 11843, 8591, 13267, 8891, 11706, 9122, 11542, 9234, 13245, 9330, 12457, 9443, 11570, 9674, 11988, 9386, 10100, 9169, 8325, 9978, 7950, 11022, 8886, 12419, 9448, 14416, 10166, 9977, 9701, 8139, 10121, 8327, 13626, 9682, 12760, 9575, 11000, 10189, 9430, 10477, 8429, 11172, 9332, 10055, 10908, 9314, 10772, 9457, 10452, 9852, 10112, 11733, 8457, 10960, 8960, 11077, 9252, 12679, 9938, 11351, 9620, 11220, 9617, 12334, 9761, 10619, 9066, 8074, 9331, 9036, 9955, 8553, 10244, 7957, 10402, 8619, 11929, 9019, 11419, 8730, 11226, 8750, 11436, 9689, 12625, 9545, 9715, 8982, 8163, 9908, 8061, 10794, 8456, 11018, 9218, 11998, 9693, 10849, 9452, 7881, 9665, 8138, 11710, 9724, 8563, 10013, 8136, 10992, 9043, 14015, 10663, 11052, 9925, 12591, 10236, 12872, 11848, 9319, 10769, 9167, 11666, 9597, 14005, 9622, 11563, 9250, 11594, 9791, 9635, 10509, 8028, 11172, 9286, 12175, 9687, 13264, 9505, 12644, 9372, 12206, 9421, 11139, 10064, 11474, 9131, 9711, 9562, 8071, 12209, 9268, 12114, 9351, 12597, 9390, 12141, 10264, 11507, 9438, 10961, 9410, 8405, 10313, 8086, 11288, 8990, 12166, 9353, 11016, 10163, 8125, 10939, 8939, 12955, 9191, 11310, 10016, 9646, 10289, 8272, 11781, 9392, 13914, 9773, 9866, 9366, 7854, 11818, 9515, 8343, 10336, 8835, 12105, 9709, 12104, 9786, 8212, 11133, 9367, 11249, 11237, 9021, 12106, 9048, 10931, 9408, 13816, 9811, 11609, 9283, 8657, 10576, 9088, 10077, 9283, 7972, 10872, 9530, 11188, 10214, 8551, 11777, 9794, 11870, 10825, 9472, 15163, 9229, 12678, 9729, 8311, 12778, 9581, 10258, 9709, 10459, 10041, 8377, 12509, 9385, 10943, 8950, 7945, 10818, 9452, 10358, 9822, 8173, 11333, 9836, 11696, 10259, 10607, 16274, 12660, 9118, 16888, 11352, 8366, 9972, 9119, 8330, 11483, 9430, 15412, 12872, 10147, 13197, 9549, 15765, 13606, 17510, 15053, 12149, 11439, 9520, 10191, 8445, 12019, 9295, 8303, 9043, 7981, 10443, 8721, 11696, 9473, 13582, 9253, 12523, 9137, 12064, 9394, 11104, 9545, 11806, 9237, 11777, 8998, 8007, 8732, 7912, 10036, 8486, 8956, 9138, 13213, 9807, 14395, 13075, 12586, 9805, 8352, 9600, 8045, 11501, 9129, 7474, 9471, 7998, 11159, 8931, 13387, 9202, 14340, 9704, 14605, 10102, 14214, 11679, 8169, 10051, 8756, 10748, 9690, 8900, 12662, 8159, 12779, 8772, 10941, 10136, 8325, 12529, 8792, 8947, 10235, 8789, 15665, 11229, 11033, 10195, 8256, 11547, 11026, 17311, 9913, 11801, 9739, 8101, 11214, 9454, 15578, 8948, 8035, 9364, 8144, 11790, 9169, 10188, 9374, 7644, 10286, 8691, 13510, 8891, 7872, 9921, 8272, 12249, 10399, 10721, 9367, 8253, 10034, 8579, 13006, 8995, 7927, 9881, 8166, 11100, 9398, 10256, 8874, 9579, 14744, 10066, 9044, 10360, 9978, 7744, 9839], 'WindowCenter': [4348.0, 4289.0, 4247.0, 4284.0, 4251.0, 4291.0, 4260.0, 4230.0, 4281.0, 4241.0, 4279.0, 4250.0, 4260.0, 4283.0, 4260.0, 4281.0, 4237.0, 4280.0, 4262.0, 4293.0, 4271.0, 4302.0, 4273.0, 4282.0, 4260.0, 4268.0, 4260.0, 4250.0, 4270.0, 4239.0, 4272.0, 4240.0, 4291.0, 4262.0, 4293.0, 4261.0, 4290.0, 4258.0, 4292.0, 4271.0, 4288.0, 4245.0, 4277.0, 4235.0, 4266.0, 4257.0, 4238.0, 4258.0, 4254.0, 4245.0, 4275.0, 4255.0, 4284.0, 4232.0, 4272.0, 4233.0, 4265.0, 4244.0, 4252.0, 4233.0, 4240.0, 4211.0, 4240.0, 4242.0, 4241.0, 4233.0, 4222.0, 4273.0, 4220.0, 4274.0, 4246.0, 4277.0, 4248.0, 4258.0, 4247.0, 4252.0, 4271.0, 4251.0, 4260.0, 4262.0, 4300.0, 4260.0, 4302.0, 4257.0, 4290.0, 4248.0, 4287.0, 4268.0, 4280.0, 4280.0, 4237.0, 4278.0, 4237.0, 4287.0, 4256.0, 4277.0, 4236.0, 4263.0, 4233.0, 4264.0, 4257.0, 4286.0, 4233.0, 4241.0, 4233.0, 4234.0, 4255.0, 4223.0, 4265.0, 4246.0, 4244.0, 4243.0, 4224.0, 4254.0, 4222.0, 4263.0, 4222.0, 4271.0, 4244.0, 4284.0, 4253.0, 4221.0, 4251.0, 4242.0, 4283.0, 4241.0, 4273.0, 4220.0, 4210.0, 4231.0, 4222.0, 4242.0, 4221.0, 4252.0, 4219.0, 4222.0, 4247.0, 4225.0, 4277.0, 4235.0, 4215.0, 4246.0, 4239.0, 4303.0, 4263.0, 4235.0, 4280.0, 4269.0, 4250.0, 4237.0, 4268.0, 4257.0, 4259.0, 4299.0, 4247.0, 4265.0, 4252.0, 4243.0, 4287.0, 4263.0, 4273.0, 4231.0, 4210.0, 4229.0, 4212.0, 4239.0, 4219.0, 4200.0, 4232.0, 4199.0, 4220.0, 4212.0, 4242.0, 4223.0, 4265.0, 4224.0, 4263.0, 4234.0, 4234.0, 4258.0, 4249.0, 4266.0, 4235.0, 4265.0, 4224.0, 4266.0, 4236.0, 4278.0, 4247.0, 4223.0, 4233.0, 4214.0, 4264.0, 4225.0, 4256.0, 4245.0, 4245.0, 4245.0, 4255.0, 4254.0, 4232.0, 4242.0, 4209.0, 4232.0, 4213.0, 4253.0, 4220.0, 4240.0, 4210.0, 4229.0, 4221.0, 4251.0, 4222.0, 4240.0, 4211.0, 4239.0, 4211.0, 4241.0, 4224.0, 4265.0, 4222.0, 4250.0, 4222.0, 4253.0, 4223.0, 4262.0, 4223.0, 4253.0, 4232.0, 4253.0, 4231.0, 4275.0, 4234.0, 4253.0, 4232.0, 4235.0, 4233.0, 4253.0, 4232.0, 4241.0, 4211.0, 4230.0, 4232.0, 4233.0, 4232.0, 4211.0, 4241.0, 4212.0, 4252.0, 4222.0, 4275.0, 4233.0, 4253.0, 4233.0, 4265.0, 4234.0, 4274.0, 4234.0, 4253.0, 4223.0, 4251.0, 4233.0, 4275.0, 4233.0, 4264.0, 4233.0, 4252.0, 4234.0, 4253.0, 4245.0, 4262.0, 4223.0, 4252.0, 4223.0, 4253.0, 4233.0, 4234.0, 4232.0, 4225.0, 4255.0, 4224.0, 4266.0, 4236.0, 4290.0, 4246.0, 4265.0, 4232.0, 4254.0, 4233.0, 4263.0, 4232.0, 4262.0, 4231.0, 4240.0, 4232.0, 4252.0, 4243.0, 4233.0, 4231.0, 4201.0, 4245.0, 4224.0, 4276.0, 4281.0, 4298.0, 4266.0, 4196.0, 4272.0, 4247.0, 4269.0, 4264.0, 4265.0, 4289.0, 4277.0, 4267.0, 4282.0, 4260.0, 4290.0, 4265.0, 4239.0, 4290.0, 4260.0, 4299.0, 4282.0, 4289.0, 4276.0, 4277.0, 4246.0, 4261.0, 4236.0, 4263.0, 4243.0, 4236.0, 4234.0, 4223.0, 4234.0, 4226.0, 4266.0, 4237.0, 4267.0, 4248.0, 4255.0, 4236.0, 4244.0, 4245.0, 4226.0, 4246.0, 4252.0, 4294.0, 4259.0, 4288.0, 4236.0, 4239.0, 4257.0, 4236.0, 4277.0, 4248.0, 4277.0, 4235.0, 4236.0, 4255.0, 4230.0, 4266.0, 4237.0, 4310.0, 4246.0, 4279.0, 4245.0, 4224.0, 4254.0, 4237.0, 4246.0, 4235.0, 4234.0, 4231.0, 4224.0, 4242.0, 4221.0, 4254.0, 4223.0, 4264.0, 4234.0, 4244.0, 4243.0, 4224.0, 4234.0, 4212.0, 4231.0, 4214.0, 4254.0, 4213.0, 4242.0, 4213.0, 4242.0, 4213.0, 4253.0, 4222.0, 4252.0, 4223.0, 4251.0, 4234.0, 4262.0, 4231.0, 4264.0, 4234.0, 4262.0, 4224.0, 4252.0, 4243.0, 4235.0, 4245.0, 4211.0, 4244.0, 4223.0, 4255.0, 4214.0, 4234.0, 4212.0, 4244.0, 4212.0, 4254.0, 4212.0, 4243.0, 4222.0, 4266.0, 4244.0, 4255.0, 4244.0, 4246.0, 4245.0, 4237.0, 4245.0, 4244.0, 4266.0, 4236.0, 4264.0, 4224.0, 4264.0, 4224.0, 4265.0, 4234.0, 4253.0, 4232.0, 4252.0, 4234.0, 4264.0, 4233.0, 4263.0, 4233.0, 4251.0, 4233.0, 4254.0, 4233.0, 4241.0, 4231.0, 4214.0, 4244.0, 4213.0, 4253.0, 4233.0, 4263.0, 4245.0, 4276.0, 4245.0, 4244.0, 4233.0, 4212.0, 4242.0, 4223.0, 4275.0, 4231.0, 4263.0, 4232.0, 4242.0, 4243.0, 4231.0, 4241.0, 4222.0, 4253.0, 4233.0, 4244.0, 4254.0, 4235.0, 4257.0, 4244.0, 4242.0, 4233.0, 4243.0, 4255.0, 4223.0, 4243.0, 4221.0, 4242.0, 4220.0, 4263.0, 4229.0, 4240.0, 4219.0, 4239.0, 4230.0, 4249.0, 4230.0, 4240.0, 4219.0, 4209.0, 4232.0, 4232.0, 4245.0, 4223.0, 4243.0, 4211.0, 4243.0, 4224.0, 4255.0, 4222.0, 4253.0, 4222.0, 4241.0, 4221.0, 4240.0, 4232.0, 4251.0, 4230.0, 4230.0, 4220.0, 4222.0, 4243.0, 4224.0, 4253.0, 4223.0, 4242.0, 4233.0, 4253.0, 4246.0, 4254.0, 4234.0, 4223.0, 4233.0, 4225.0, 4254.0, 4246.0, 4234.0, 4245.0, 4223.0, 4255.0, 4234.0, 4278.0, 4246.0, 4255.0, 4244.0, 4252.0, 4232.0, 4252.0, 4241.0, 4221.0, 4241.0, 4220.0, 4241.0, 4232.0, 4261.0, 4231.0, 4240.0, 4220.0, 4241.0, 4229.0, 4220.0, 4241.0, 4210.0, 4241.0, 4221.0, 4252.0, 4233.0, 4262.0, 4231.0, 4263.0, 4221.0, 4249.0, 4221.0, 4234.0, 4231.0, 4250.0, 4218.0, 4217.0, 4218.0, 4208.0, 4251.0, 4219.0, 4250.0, 4231.0, 4251.0, 4220.0, 4250.0, 4243.0, 4239.0, 4220.0, 4238.0, 4218.0, 4208.0, 4230.0, 4209.0, 4251.0, 4231.0, 4251.0, 4233.0, 4242.0, 4243.0, 4211.0, 4254.0, 4233.0, 4263.0, 4232.0, 4255.0, 4243.0, 4244.0, 4242.0, 4222.0, 4252.0, 4222.0, 4262.0, 4230.0, 4229.0, 4221.0, 4212.0, 4252.0, 4244.0, 4235.0, 4257.0, 4237.0, 4266.0, 4246.0, 4265.0, 4246.0, 4224.0, 4254.0, 4234.0, 4256.0, 4256.0, 4235.0, 4267.0, 4223.0, 4241.0, 4233.0, 4264.0, 4232.0, 4240.0, 4232.0, 4221.0, 4243.0, 4222.0, 4244.0, 4234.0, 4213.0, 4244.0, 4244.0, 4256.0, 4243.0, 4235.0, 4254.0, 4233.0, 4253.0, 4245.0, 4233.0, 4284.0, 4234.0, 4251.0, 4218.0, 4210.0, 4251.0, 4231.0, 4240.0, 4220.0, 4229.0, 4229.0, 4211.0, 4250.0, 4218.0, 4228.0, 4207.0, 4199.0, 4242.0, 4230.0, 4231.0, 4230.0, 4222.0, 4241.0, 4231.0, 4253.0, 4243.0, 4256.0, 4289.0, 4263.0, 4215.0, 4308.0, 4280.0, 4252.0, 4272.0, 4262.0, 4249.0, 4283.0, 4246.0, 4280.0, 4277.0, 4243.0, 4275.0, 4245.0, 4284.0, 4274.0, 4295.0, 4285.0, 4264.0, 4252.0, 4232.0, 4228.0, 4207.0, 4250.0, 4221.0, 4211.0, 4221.0, 4214.0, 4241.0, 4221.0, 4251.0, 4230.0, 4252.0, 4221.0, 4253.0, 4220.0, 4249.0, 4220.0, 4237.0, 4220.0, 4240.0, 4222.0, 4252.0, 4221.0, 4204.0, 4220.0, 4211.0, 4245.0, 4237.0, 4246.0, 4247.0, 4266.0, 4243.0, 4274.0, 4263.0, 4264.0, 4232.0, 4212.0, 4222.0, 4210.0, 4254.0, 4232.0, 4216.0, 4233.0, 4213.0, 4253.0, 4234.0, 4267.0, 4234.0, 4286.0, 4236.0, 4275.0, 4233.0, 4264.0, 4252.0, 4223.0, 4244.0, 4225.0, 4257.0, 4262.0, 4237.0, 4278.0, 4226.0, 4266.0, 4224.0, 4244.0, 4245.0, 4226.0, 4264.0, 4223.0, 4221.0, 4243.0, 4224.0, 4284.0, 4254.0, 4255.0, 4243.0, 4211.0, 4240.0, 4243.0, 4295.0, 4233.0, 4252.0, 4219.0, 4198.0, 4230.0, 4221.0, 4270.0, 4208.0, 4197.0, 4206.0, 4199.0, 4241.0, 4234.0, 4243.0, 4222.0, 4200.0, 4230.0, 4209.0, 4262.0, 4220.0, 4208.0, 4219.0, 4211.0, 4241.0, 4230.0, 4243.0, 4221.0, 4209.0, 4217.0, 4209.0, 4250.0, 4220.0, 4211.0, 4229.0, 4209.0, 4238.0, 4220.0, 4231.0, 4219.0, 4224.0, 4261.0, 4231.0, 4234.0, 4248.0, 4247.0, 4228.0, 4260.0], 'WindowWidth': [9595.0, 9496.0, 9433.0, 9475.0, 9427.0, 9481.0, 9435.0, 9395.0, 9463.0, 9408.0, 9461.0, 9418.0, 9435.0, 9472.0, 9437.0, 9468.0, 9403.0, 9464.0, 9444.0, 9490.0, 9456.0, 9501.0, 9461.0, 9471.0, 9438.0, 9448.0, 9437.0, 9422.0, 9452.0, 9409.0, 9449.0, 9410.0, 9482.0, 9445.0, 9488.0, 9441.0, 9478.0, 9433.0, 9487.0, 9454.0, 9472.0, 9411.0, 9455.0, 9396.0, 9439.0, 9429.0, 9398.0, 9430.0, 9420.0, 9407.0, 9451.0, 9422.0, 9465.0, 9388.0, 9445.0, 9389.0, 9435.0, 9403.0, 9414.0, 9390.0, 9396.0, 9354.0, 9394.0, 9400.0, 9397.0, 9387.0, 9372.0, 9443.0, 9370.0, 9448.0, 9414.0, 9457.0, 9420.0, 9433.0, 9417.0, 9433.0, 9454.0, 9430.0, 9440.0, 9442.0, 9494.0, 9439.0, 9499.0, 9431.0, 9477.0, 9418.0, 9471.0, 9444.0, 9461.0, 9465.0, 9400.0, 9460.0, 9399.0, 9469.0, 9421.0, 9454.0, 9396.0, 9430.0, 9389.0, 9433.0, 9426.0, 9467.0, 9388.0, 9397.0, 9387.0, 9392.0, 9422.0, 9377.0, 9439.0, 9410.0, 9405.0, 9402.0, 9380.0, 9418.0, 9373.0, 9429.0, 9370.0, 9439.0, 9404.0, 9458.0, 9415.0, 9370.0, 9411.0, 9398.0, 9457.0, 9394.0, 9442.0, 9365.0, 9353.0, 9381.0, 9369.0, 9398.0, 9371.0, 9412.0, 9365.0, 9373.0, 9413.0, 9380.0, 9453.0, 9396.0, 9368.0, 9411.0, 9407.0, 9501.0, 9446.0, 9396.0, 9465.0, 9450.0, 9425.0, 9403.0, 9445.0, 9428.0, 9432.0, 9491.0, 9413.0, 9433.0, 9414.0, 9399.0, 9473.0, 9427.0, 9443.0, 9382.0, 9349.0, 9373.0, 9357.0, 9389.0, 9360.0, 9340.0, 9383.0, 9337.0, 9364.0, 9359.0, 9400.0, 9374.0, 9433.0, 9376.0, 9428.0, 9389.0, 9389.0, 9431.0, 9423.0, 9437.0, 9394.0, 9434.0, 9379.0, 9435.0, 9394.0, 9457.0, 9415.0, 9376.0, 9388.0, 9363.0, 9431.0, 9373.0, 9423.0, 9407.0, 9407.0, 9407.0, 9420.0, 9417.0, 9384.0, 9398.0, 9350.0, 9384.0, 9360.0, 9415.0, 9365.0, 9392.0, 9352.0, 9375.0, 9369.0, 9409.0, 9369.0, 9391.0, 9353.0, 9390.0, 9355.0, 9395.0, 9378.0, 9434.0, 9371.0, 9407.0, 9369.0, 9415.0, 9375.0, 9427.0, 9374.0, 9412.0, 9383.0, 9414.0, 9384.0, 9447.0, 9389.0, 9416.0, 9382.0, 9388.0, 9386.0, 9414.0, 9383.0, 9393.0, 9349.0, 9380.0, 9384.0, 9384.0, 9385.0, 9357.0, 9395.0, 9357.0, 9412.0, 9373.0, 9447.0, 9387.0, 9415.0, 9385.0, 9433.0, 9390.0, 9448.0, 9388.0, 9410.0, 9373.0, 9411.0, 9388.0, 9449.0, 9387.0, 9431.0, 9385.0, 9411.0, 9388.0, 9413.0, 9407.0, 9426.0, 9372.0, 9410.0, 9372.0, 9414.0, 9387.0, 9390.0, 9386.0, 9380.0, 9419.0, 9377.0, 9435.0, 9398.0, 9476.0, 9409.0, 9435.0, 9385.0, 9417.0, 9387.0, 9430.0, 9382.0, 9426.0, 9382.0, 9391.0, 9384.0, 9412.0, 9400.0, 9385.0, 9382.0, 9341.0, 9405.0, 9377.0, 9451.0, 9469.0, 9488.0, 9440.0, 9328.0, 9451.0, 9415.0, 9448.0, 9451.0, 9457.0, 9493.0, 9476.0, 9462.0, 9470.0, 9439.0, 9475.0, 9438.0, 9405.0, 9475.0, 9436.0, 9489.0, 9468.0, 9474.0, 9454.0, 9456.0, 9411.0, 9422.0, 9397.0, 9428.0, 9401.0, 9397.0, 9393.0, 9376.0, 9392.0, 9385.0, 9436.0, 9400.0, 9444.0, 9418.0, 9424.0, 9400.0, 9405.0, 9408.0, 9384.0, 9411.0, 9430.0, 9491.0, 9434.0, 9473.0, 9400.0, 9407.0, 9426.0, 9399.0, 9457.0, 9415.0, 9452.0, 9395.0, 9397.0, 9422.0, 9395.0, 9439.0, 9400.0, 9504.0, 9410.0, 9457.0, 9406.0, 9374.0, 9416.0, 9397.0, 9413.0, 9393.0, 9390.0, 9382.0, 9376.0, 9396.0, 9368.0, 9417.0, 9373.0, 9430.0, 9388.0, 9403.0, 9401.0, 9376.0, 9387.0, 9356.0, 9382.0, 9364.0, 9415.0, 9360.0, 9398.0, 9359.0, 9398.0, 9361.0, 9414.0, 9372.0, 9413.0, 9376.0, 9409.0, 9391.0, 9426.0, 9384.0, 9432.0, 9391.0, 9427.0, 9372.0, 9412.0, 9400.0, 9393.0, 9404.0, 9356.0, 9403.0, 9375.0, 9420.0, 9362.0, 9383.0, 9355.0, 9402.0, 9358.0, 9417.0, 9359.0, 9401.0, 9372.0, 9437.0, 9405.0, 9420.0, 9405.0, 9410.0, 9406.0, 9391.0, 9407.0, 9405.0, 9438.0, 9396.0, 9433.0, 9376.0, 9433.0, 9378.0, 9435.0, 9389.0, 9414.0, 9383.0, 9412.0, 9389.0, 9432.0, 9388.0, 9430.0, 9385.0, 9413.0, 9390.0, 9417.0, 9386.0, 9394.0, 9382.0, 9357.0, 9405.0, 9359.0, 9415.0, 9388.0, 9430.0, 9406.0, 9454.0, 9406.0, 9404.0, 9386.0, 9357.0, 9399.0, 9375.0, 9449.0, 9384.0, 9429.0, 9384.0, 9396.0, 9400.0, 9382.0, 9395.0, 9370.0, 9415.0, 9385.0, 9401.0, 9419.0, 9393.0, 9427.0, 9404.0, 9399.0, 9386.0, 9400.0, 9420.0, 9374.0, 9400.0, 9368.0, 9396.0, 9365.0, 9428.0, 9376.0, 9391.0, 9360.0, 9388.0, 9376.0, 9404.0, 9377.0, 9392.0, 9362.0, 9349.0, 9384.0, 9384.0, 9408.0, 9372.0, 9400.0, 9355.0, 9398.0, 9375.0, 9421.0, 9369.0, 9414.0, 9368.0, 9394.0, 9367.0, 9391.0, 9384.0, 9408.0, 9378.0, 9379.0, 9364.0, 9370.0, 9400.0, 9375.0, 9414.0, 9373.0, 9397.0, 9385.0, 9415.0, 9406.0, 9416.0, 9388.0, 9373.0, 9386.0, 9378.0, 9415.0, 9407.0, 9391.0, 9406.0, 9373.0, 9418.0, 9389.0, 9457.0, 9406.0, 9418.0, 9401.0, 9409.0, 9382.0, 9406.0, 9395.0, 9366.0, 9391.0, 9361.0, 9393.0, 9382.0, 9426.0, 9378.0, 9392.0, 9364.0, 9392.0, 9375.0, 9362.0, 9393.0, 9353.0, 9393.0, 9367.0, 9411.0, 9387.0, 9426.0, 9381.0, 9427.0, 9366.0, 9404.0, 9366.0, 9381.0, 9379.0, 9403.0, 9359.0, 9355.0, 9358.0, 9346.0, 9409.0, 9361.0, 9408.0, 9379.0, 9407.0, 9364.0, 9406.0, 9398.0, 9388.0, 9364.0, 9385.0, 9358.0, 9345.0, 9379.0, 9348.0, 9410.0, 9383.0, 9410.0, 9385.0, 9396.0, 9399.0, 9356.0, 9417.0, 9387.0, 9429.0, 9385.0, 9419.0, 9400.0, 9403.0, 9397.0, 9369.0, 9410.0, 9370.0, 9428.0, 9377.0, 9373.0, 9365.0, 9356.0, 9413.0, 9405.0, 9395.0, 9425.0, 9397.0, 9436.0, 9409.0, 9433.0, 9409.0, 9375.0, 9416.0, 9388.0, 9422.0, 9422.0, 9395.0, 9440.0, 9372.0, 9395.0, 9385.0, 9431.0, 9382.0, 9391.0, 9381.0, 9367.0, 9399.0, 9370.0, 9405.0, 9388.0, 9358.0, 9401.0, 9404.0, 9422.0, 9400.0, 9392.0, 9416.0, 9384.0, 9411.0, 9405.0, 9386.0, 9459.0, 9387.0, 9407.0, 9357.0, 9349.0, 9410.0, 9377.0, 9391.0, 9362.0, 9372.0, 9374.0, 9352.0, 9405.0, 9358.0, 9373.0, 9341.0, 9333.0, 9395.0, 9377.0, 9379.0, 9378.0, 9369.0, 9394.0, 9381.0, 9416.0, 9402.0, 9422.0, 9467.0, 9425.0, 9355.0, 9499.0, 9465.0, 9430.0, 9459.0, 9443.0, 9419.0, 9471.0, 9412.0, 9450.0, 9450.0, 9400.0, 9447.0, 9405.0, 9459.0, 9441.0, 9474.0, 9461.0, 9428.0, 9409.0, 9380.0, 9371.0, 9342.0, 9402.0, 9367.0, 9354.0, 9368.0, 9362.0, 9394.0, 9367.0, 9407.0, 9378.0, 9408.0, 9365.0, 9411.0, 9365.0, 9401.0, 9362.0, 9384.0, 9363.0, 9390.0, 9369.0, 9409.0, 9367.0, 9342.0, 9364.0, 9354.0, 9406.0, 9398.0, 9411.0, 9410.0, 9435.0, 9400.0, 9443.0, 9426.0, 9427.0, 9382.0, 9355.0, 9365.0, 9349.0, 9415.0, 9383.0, 9366.0, 9388.0, 9359.0, 9414.0, 9388.0, 9437.0, 9390.0, 9465.0, 9392.0, 9445.0, 9386.0, 9427.0, 9410.0, 9373.0, 9401.0, 9377.0, 9425.0, 9440.0, 9396.0, 9454.0, 9383.0, 9433.0, 9374.0, 9400.0, 9405.0, 9379.0, 9428.0, 9372.0, 9366.0, 9398.0, 9375.0, 9458.0, 9416.0, 9416.0, 9397.0, 9353.0, 9391.0, 9395.0, 9472.0, 9384.0, 9408.0, 9359.0, 9329.0, 9373.0, 9361.0, 9431.0, 9344.0, 9326.0, 9339.0, 9332.0, 9391.0, 9386.0, 9398.0, 9366.0, 9333.0, 9375.0, 9345.0, 9424.0, 9363.0, 9345.0, 9358.0, 9350.0, 9391.0, 9376.0, 9398.0, 9363.0, 9344.0, 9353.0, 9345.0, 9406.0, 9365.0, 9355.0, 9373.0, 9344.0, 9384.0, 9363.0, 9378.0, 9360.0, 9371.0, 9416.0, 9377.0, 9387.0, 9410.0, 9408.0, 9387.0, 9436.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.009576220095693781</td></tr>
<tr><td colspan=3>aqi</td><td>0.05827294186602871</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.51213259661082</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2186234735449093</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0424088596047907</td></tr>
<tr><td colspan=3>efc</td><td>0.511</td></tr>
<tr><td colspan=3>fber</td><td>4055.6118</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1714158928569986</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>86</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.287081339712918</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5296696270724515</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3867254885505753</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.773090842975271</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4291925496915083</td></tr>
<tr><td colspan=3>gcor</td><td>0.00607594</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021585943177342415</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05087636411190033</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.201629004946658</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>12.8947</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.0848</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>225.3</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294260.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>1086.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.3637</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7958</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.4556</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3426.4298</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82284.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.0453</td></tr>
<tr><td colspan=3>tsnr</td><td>25.896423571393825</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>