<?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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-02/func/sub-0043_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>79ef48a482863482082a350ff3dfa56e</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>12:07:5.977500</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.996462, 0.0839955, 0.0028802, -0.0840256, 0.994916, 0.0555208]</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.083724</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>[4140, -7775, -7290, 600, -84, -336, 15, 83]</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>233.113</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f28217e8-b5ce-4afa-8d4f-dddfccacb919||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.6734347343444824, -0.22543452680110931, -0.004854422528296709, 120.5883560180664], [-0.2253536880016327, 2.669286012649536, 0.15002918243408203, -95.41978454589844], [0.007727377116680145, -0.148958221077919, 2.695824146270752, -70.16333770751953], [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': ['120705.977500', '120706.437500', '120706.897500', '120707.357500', '120707.817500', '120708.277500', '120708.737500', '120709.197500', '120709.657500', '120710.117500', '120710.577500', '120711.037500', '120711.497500', '120711.957500', '120712.417500', '120712.877500', '120713.337500', '120713.797500', '120714.257500', '120714.717500', '120715.177500', '120715.637500', '120716.097500', '120716.557500', '120717.017500', '120717.477500', '120717.937500', '120718.397500', '120718.857500', '120719.317500', '120719.777500', '120720.237500', '120720.697500', '120721.157500', '120721.617500', '120722.077500', '120722.537500', '120722.997500', '120723.457500', '120723.917500', '120724.377500', '120724.837500', '120725.297500', '120725.757500', '120726.217500', '120726.677500', '120727.137500', '120727.597500', '120728.057500', '120728.517500', '120728.977500', '120729.437500', '120729.897500', '120730.357500', '120730.817500', '120731.277500', '120731.737500', '120732.197500', '120732.657500', '120733.117500', '120733.577500', '120734.037500', '120734.497500', '120734.957500', '120735.417500', '120735.877500', '120736.337500', '120736.797500', '120737.257500', '120737.717500', '120738.177500', '120738.637500', '120739.097500', '120739.557500', '120740.017500', '120740.477500', '120740.937500', '120741.397500', '120741.857500', '120742.317500', '120742.777500', '120743.237500', '120743.697500', '120744.157500', '120744.617500', '120745.077500', '120745.537500', '120745.997500', '120746.457500', '120746.917500', '120747.377500', '120747.837500', '120748.297500', '120748.757500', '120749.217500', '120749.677500', '120750.137500', '120750.597500', '120751.057500', '120751.517500', '120751.977500', '120752.437500', '120752.897500', '120753.357500', '120753.817500', '120754.277500', '120754.737500', '120755.197500', '120755.657500', '120756.117500', '120756.577500', '120757.037500', '120757.497500', '120757.957500', '120758.417500', '120758.877500', '120759.337500', '120759.797500', '120800.257500', '120800.717500', '120801.177500', '120801.637500', '120802.097500', '120802.557500', '120803.017500', '120803.477500', '120803.937500', '120804.397500', '120804.857500', '120805.317500', '120805.777500', '120806.237500', '120806.697500', '120807.157500', '120807.617500', '120808.077500', '120808.537500', '120808.997500', '120809.457500', '120809.917500', '120810.377500', '120810.837500', '120811.297500', '120811.757500', '120812.217500', '120812.677500', '120813.137500', '120813.597500', '120814.057500', '120814.517500', '120814.977500', '120815.437500', '120815.897500', '120816.357500', '120816.817500', '120817.277500', '120817.737500', '120818.197500', '120818.657500', '120819.117500', '120819.577500', '120820.037500', '120820.497500', '120820.957500', '120821.417500', '120821.877500', '120822.337500', '120822.797500', '120823.257500', '120823.717500', '120824.177500', '120824.637500', '120825.097500', '120825.557500', '120826.017500', '120826.477500', '120826.937500', '120827.397500', '120827.857500', '120828.317500', '120828.777500', '120829.237500', '120829.697500', '120830.157500', '120830.617500', '120831.077500', '120831.537500', '120831.997500', '120832.457500', '120832.917500', '120833.377500', '120833.837500', '120834.297500', '120834.757500', '120835.217500', '120835.677500', '120836.137500', '120836.597500', '120837.057500', '120837.517500', '120837.977500', '120838.437500', '120838.897500', '120839.357500', '120839.817500', '120840.277500', '120840.737500', '120841.197500', '120841.657500', '120842.117500', '120842.577500', '120843.037500', '120843.497500', '120843.957500', '120844.417500', '120844.877500', '120845.337500', '120845.797500', '120846.257500', '120846.717500', '120847.177500', '120847.637500', '120848.097500', '120848.557500', '120849.017500', '120849.477500', '120849.937500', '120850.397500', '120850.857500', '120851.317500', '120851.777500', '120852.237500', '120852.697500', '120853.157500', '120853.617500', '120854.077500', '120854.537500', '120854.997500', '120855.457500', '120855.917500', '120856.377500', '120856.837500', '120857.297500', '120857.757500', '120858.217500', '120858.677500', '120859.137500', '120859.597500', '120900.057500', '120900.517500', '120900.977500', '120901.437500', '120901.897500', '120902.357500', '120902.817500', '120903.277500', '120903.737500', '120904.197500', '120904.657500', '120905.117500', '120905.577500', '120906.037500', '120906.497500', '120906.957500', '120907.417500', '120907.877500', '120908.337500', '120908.797500', '120909.257500', '120909.717500', '120910.177500', '120910.637500', '120911.097500', '120911.557500', '120912.017500', '120912.477500', '120912.937500', '120913.397500', '120913.857500', '120914.317500', '120914.777500', '120915.237500', '120915.697500', '120916.157500', '120916.617500', '120917.077500', '120917.537500', '120917.997500', '120918.457500', '120918.917500', '120919.377500', '120919.837500', '120920.297500', '120920.757500', '120921.217500', '120921.677500', '120922.137500', '120922.597500', '120923.057500', '120923.517500', '120923.977500', '120924.437500', '120924.897500', '120925.357500', '120925.817500', '120926.277500', '120926.737500', '120927.197500', '120927.657500', '120928.117500', '120928.577500', '120929.037500', '120929.497500', '120929.957500', '120930.417500', '120930.877500', '120931.337500', '120931.797500', '120932.257500', '120932.717500', '120933.177500', '120933.637500', '120934.097500', '120934.557500', '120935.017500', '120935.477500', '120935.937500', '120936.397500', '120936.857500', '120937.317500', '120937.777500', '120938.237500', '120938.697500', '120939.157500', '120939.617500', '120940.077500', '120940.537500', '120940.997500', '120941.457500', '120941.917500', '120942.377500', '120942.837500', '120943.297500', '120943.757500', '120944.217500', '120944.677500', '120945.137500', '120945.597500', '120946.057500', '120946.517500', '120946.977500', '120947.437500', '120947.897500', '120948.357500', '120948.817500', '120949.277500', '120949.737500', '120950.197500', '120950.657500', '120951.117500', '120951.577500', '120952.037500', '120952.497500', '120952.957500', '120953.417500', '120953.877500', '120954.337500', '120954.797500', '120955.257500', '120955.717500', '120956.177500', '120956.637500', '120957.097500', '120957.557500', '120958.017500', '120958.477500', '120958.937500', '120959.397500', '120959.857500', '121000.317500', '121000.777500', '121001.237500', '121001.697500', '121002.157500', '121002.617500', '121003.077500', '121003.537500', '121003.997500', '121004.457500', '121004.917500', '121005.377500', '121005.837500', '121006.297500', '121006.757500', '121007.217500', '121007.677500', '121008.137500', '121008.597500', '121009.057500', '121009.517500', '121009.977500', '121010.437500', '121010.897500', '121011.357500', '121011.817500', '121012.277500', '121012.737500', '121013.197500', '121013.657500', '121014.117500', '121014.577500', '121015.037500', '121015.497500', '121015.957500', '121016.417500', '121016.877500', '121017.337500', '121017.797500', '121018.257500', '121018.717500', '121019.177500', '121019.637500', '121020.097500', '121020.557500', '121021.017500', '121021.477500', '121021.937500', '121022.397500', '121022.857500', '121023.317500', '121023.777500', '121024.237500', '121024.697500', '121025.157500', '121025.617500', '121026.077500', '121026.537500', '121026.997500', '121027.457500', '121027.917500', '121028.377500', '121028.837500', '121029.297500', '121029.757500', '121030.217500', '121030.677500', '121031.137500', '121031.597500', '121032.057500', '121032.517500', '121032.977500', '121033.437500', '121033.897500', '121034.357500', '121034.817500', '121035.277500', '121035.737500', '121036.197500', '121036.657500', '121037.117500', '121037.577500', '121038.037500', '121038.497500', '121038.957500', '121039.417500', '121039.877500', '121040.337500', '121040.797500', '121041.257500', '121041.717500', '121042.177500', '121042.637500', '121043.097500', '121043.557500', '121044.017500', '121044.477500', '121044.937500', '121045.397500', '121045.857500', '121046.317500', '121046.777500', '121047.237500', '121047.697500', '121048.157500', '121048.617500', '121049.077500', '121049.537500', '121049.997500', '121050.457500', '121050.917500', '121051.377500', '121051.837500', '121052.297500', '121052.757500', '121053.217500', '121053.677500', '121054.137500', '121054.597500', '121055.057500', '121055.517500', '121055.977500', '121056.437500', '121056.897500', '121057.357500', '121057.817500', '121058.277500', '121058.737500', '121059.197500', '121059.657500', '121100.117500', '121100.577500', '121101.037500', '121101.497500', '121101.957500', '121102.417500', '121102.877500', '121103.337500', '121103.797500', '121104.257500', '121104.717500', '121105.177500', '121105.637500', '121106.097500', '121106.557500', '121107.017500', '121107.477500', '121107.937500', '121108.397500', '121108.857500', '121109.317500', '121109.777500', '121110.237500', '121110.697500', '121111.157500', '121111.617500', '121112.077500', '121112.537500', '121112.997500', '121113.457500', '121113.917500', '121114.377500', '121114.837500', '121115.297500', '121115.757500', '121116.217500', '121116.677500', '121117.137500', '121117.597500', '121118.057500', '121118.517500', '121118.977500', '121119.437500', '121119.897500', '121120.357500', '121120.817500', '121121.277500', '121121.737500', '121122.197500', '121122.657500', '121123.117500', '121123.577500', '121124.037500', '121124.497500', '121124.957500', '121125.417500', '121125.877500', '121126.337500', '121126.797500', '121127.257500', '121127.717500', '121128.177500', '121128.637500', '121129.097500', '121129.557500', '121130.017500', '121130.477500', '121130.937500', '121131.397500', '121131.857500', '121132.317500', '121132.777500', '121133.237500', '121133.697500', '121134.157500', '121134.617500', '121135.077500', '121135.537500', '121135.997500', '121136.457500', '121136.917500', '121137.377500', '121137.837500', '121138.297500', '121138.757500', '121139.217500', '121139.677500', '121140.137500', '121140.597500', '121141.057500', '121141.517500', '121141.977500', '121142.437500', '121142.897500', '121143.357500', '121143.817500', '121144.277500', '121144.737500', '121145.197500', '121145.657500', '121146.117500', '121146.577500', '121147.037500', '121147.497500', '121147.957500', '121148.417500', '121148.877500', '121149.337500', '121149.797500', '121150.257500', '121150.717500', '121151.177500', '121151.637500', '121152.097500', '121152.557500', '121153.017500', '121153.477500', '121153.937500', '121154.397500', '121154.857500', '121155.317500', '121155.777500', '121156.237500', '121156.697500', '121157.157500', '121157.617500', '121158.077500', '121158.537500', '121158.997500', '121159.457500', '121159.917500', '121200.377500', '121200.837500', '121201.297500', '121201.757500', '121202.217500', '121202.677500', '121203.137500', '121203.597500', '121204.057500', '121204.517500', '121204.977500', '121205.437500', '121205.897500', '121206.357500', '121206.817500', '121207.277500', '121207.737500', '121208.197500', '121208.657500', '121209.117500', '121209.577500', '121210.037500', '121210.497500', '121210.957500', '121211.417500', '121211.877500', '121212.337500', '121212.797500', '121213.257500', '121213.717500', '121214.177500', '121214.637500', '121215.097500', '121215.557500', '121216.017500', '121216.477500', '121216.937500', '121217.397500', '121217.857500', '121218.317500', '121218.777500', '121219.237500', '121219.697500', '121220.157500', '121220.617500', '121221.077500', '121221.537500', '121221.997500', '121222.457500', '121222.917500', '121223.377500', '121223.837500', '121224.297500', '121224.757500', '121225.217500', '121225.677500', '121226.137500', '121226.597500', '121227.057500', '121227.517500', '121227.977500', '121228.437500', '121228.897500', '121229.357500', '121229.817500', '121230.277500', '121230.737500', '121231.197500', '121231.657500', '121232.117500', '121232.577500', '121233.037500', '121233.497500', '121233.957500', '121234.417500', '121234.877500', '121235.337500', '121235.797500', '121236.257500', '121236.717500', '121237.177500', '121237.637500', '121238.097500', '121238.557500', '121239.017500', '121239.477500', '121239.937500', '121240.397500', '121240.857500', '121241.317500', '121241.777500', '121242.237500', '121242.697500', '121243.157500', '121243.617500', '121244.077500', '121244.537500', '121244.997500', '121245.457500', '121245.917500', '121246.377500', '121246.837500', '121247.297500', '121247.757500', '121248.217500', '121248.677500', '121249.137500', '121249.597500', '121250.057500', '121250.517500', '121250.977500', '121251.437500', '121251.897500', '121252.357500', '121252.817500', '121253.277500', '121253.737500', '121254.197500', '121254.657500', '121255.117500', '121255.577500', '121256.037500', '121256.497500', '121256.957500', '121257.417500', '121257.877500', '121258.337500', '121258.797500', '121259.257500', '121259.717500', '121300.177500', '121300.637500', '121301.097500', '121301.557500', '121302.017500', '121302.477500', '121302.937500', '121303.397500', '121303.857500', '121304.317500', '121304.777500', '121305.237500', '121305.697500', '121306.157500', '121306.617500', '121307.077500', '121307.537500', '121307.997500', '121308.457500', '121308.917500', '121309.377500', '121309.837500', '121310.297500', '121310.757500', '121311.217500', '121311.677500', '121312.137500', '121312.597500', '121313.057500', '121313.517500', '121313.977500', '121314.437500', '121314.897500', '121315.357500', '121315.817500', '121316.277500', '121316.737500', '121317.197500', '121317.657500', '121318.117500', '121318.577500', '121319.037500', '121319.497500', '121319.957500', '121320.417500', '121320.877500', '121321.337500', '121321.797500', '121322.257500', '121322.717500', '121323.177500', '121323.637500', '121324.097500', '121324.557500', '121325.017500', '121325.477500', '121325.937500', '121326.397500', '121326.857500', '121327.317500', '121327.777500', '121328.237500', '121328.697500', '121329.157500', '121329.617500', '121330.077500', '121330.537500', '121330.997500', '121331.457500'], 'ContentTime': ['120727.420000', '120727.424000', '120727.427000', '120727.430000', '120727.433000', '120727.441000', '120727.444000', '120727.447000', '120727.450000', '120727.453000', '120727.461000', '120727.464000', '120727.467000', '120727.470000', '120727.473000', '120727.476000', '120727.479000', '120727.482000', '120727.485000', '120727.488000', '120727.491000', '120727.494000', '120727.497000', '120727.500000', '120727.503000', '120727.506000', '120727.509000', '120727.512000', '120727.515000', '120727.518000', '120727.521000', '120727.524000', '120727.527000', '120727.530000', '120727.533000', '120727.536000', '120727.539000', '120727.542000', '120727.545000', '120727.548000', '120727.551000', '120727.560000', '120727.563000', '120727.566000', '120747.386000', '120747.389000', '120747.392000', '120747.395000', '120747.398000', '120747.401000', '120747.404000', '120747.407000', '120747.410000', '120747.413000', '120747.416000', '120747.419000', '120747.422000', '120747.425000', '120747.428000', '120747.431000', '120747.434000', '120747.437000', '120747.440000', '120747.443000', '120747.446000', '120747.449000', '120747.460000', '120747.463000', '120747.466000', '120747.469000', '120747.472000', '120747.475000', '120747.478000', '120747.481000', '120747.484000', '120747.487000', '120747.490000', '120747.493000', '120747.496000', '120747.499000', '120747.502000', '120747.505000', '120747.508000', '120747.511000', '120747.529000', '120747.532000', '120747.535000', '120747.544000', '120807.386000', '120807.389000', '120807.392000', '120807.395000', '120807.398000', '120807.401000', '120807.404000', '120807.407000', '120807.410000', '120807.413000', '120807.417000', '120807.420000', '120807.423000', '120807.433000', '120807.436000', '120807.439000', '120807.442000', '120807.445000', '120807.448000', '120807.451000', '120807.454000', '120807.457000', '120807.460000', '120807.463000', '120807.466000', '120807.469000', '120807.472000', '120807.475000', '120807.478000', '120807.481000', '120807.484000', '120807.487000', '120807.490000', '120807.499000', '120807.502000', '120807.505000', '120807.508000', '120807.511000', '120807.514000', '120807.517000', '120807.520000', '120807.523000', '120807.533000', '120827.386000', '120827.389000', '120827.392000', '120827.395000', '120827.398000', '120827.401000', '120827.404000', '120827.407000', '120827.410000', '120827.413000', '120827.416000', '120827.419000', '120827.422000', '120827.425000', '120827.428000', '120827.431000', '120827.434000', '120827.437000', '120827.440000', '120827.443000', '120827.446000', '120827.449000', '120827.452000', '120827.455000', '120827.458000', '120827.461000', '120827.464000', '120827.467000', '120827.470000', '120827.473000', '120827.476000', '120827.479000', '120827.482000', '120827.489000', '120827.492000', '120827.495000', '120827.498000', '120827.501000', '120827.504000', '120827.507000', '120827.510000', '120827.521000', '120827.527000', '120827.530000', '120847.386000', '120847.389000', '120847.392000', '120847.395000', '120847.398000', '120847.401000', '120847.404000', '120847.407000', '120847.410000', '120847.413000', '120847.417000', '120847.420000', '120847.423000', '120847.428000', '120847.432000', '120847.435000', '120847.438000', '120847.461000', '120847.464000', '120847.467000', '120847.470000', '120847.473000', '120847.476000', '120847.479000', '120847.482000', '120847.485000', '120847.488000', '120847.491000', '120847.494000', '120847.497000', '120847.500000', '120847.503000', '120847.506000', '120847.509000', '120847.512000', '120847.515000', '120847.518000', '120847.530000', '120847.533000', '120847.536000', '120847.539000', '120847.542000', '120847.545000', '120907.387000', '120907.390000', '120907.393000', '120907.396000', '120907.399000', '120907.402000', '120907.405000', '120907.408000', '120907.411000', '120907.414000', '120907.417000', '120907.420000', '120907.423000', '120907.426000', '120907.429000', '120907.432000', '120907.435000', '120907.438000', '120907.441000', '120907.444000', '120907.447000', '120907.450000', '120907.453000', '120907.456000', '120907.459000', '120907.462000', '120907.465000', '120907.468000', '120907.471000', '120907.474000', '120907.485000', '120907.488000', '120907.496000', '120907.499000', '120907.502000', '120907.504000', '120907.507000', '120907.510000', '120907.513000', '120907.516000', '120907.519000', '120907.522000', '120907.526000', '120907.529000', '120927.387000', '120927.390000', '120927.393000', '120927.396000', '120927.399000', '120927.402000', '120927.405000', '120927.408000', '120927.411000', '120927.414000', '120927.417000', '120927.420000', '120927.423000', '120927.426000', '120927.429000', '120927.432000', '120927.435000', '120927.439000', '120927.442000', '120927.453000', '120927.456000', '120927.459000', '120927.462000', '120927.465000', '120927.468000', '120927.471000', '120927.474000', '120927.477000', '120927.480000', '120927.483000', '120927.486000', '120927.489000', '120927.492000', '120927.495000', '120927.498000', '120927.501000', '120927.504000', '120927.507000', '120927.510000', '120927.513000', '120927.516000', '120927.519000', '120927.522000', '120947.386000', '120947.389000', '120947.392000', '120947.395000', '120947.398000', '120947.401000', '120947.404000', '120947.407000', '120947.410000', '120947.413000', '120947.416000', '120947.419000', '120947.422000', '120947.425000', '120947.428000', '120947.440000', '120947.443000', '120947.446000', '120947.448000', '120947.451000', '120947.455000', '120947.458000', '120947.461000', '120947.464000', '120947.467000', '120947.470000', '120947.473000', '120947.476000', '120947.479000', '120947.482000', '120947.485000', '120947.487000', '120947.490000', '120947.493000', '120947.496000', '120947.500000', '120947.503000', '120947.506000', '120947.509000', '120947.512000', '120947.515000', '120947.518000', '120947.521000', '120947.524000', '121007.386000', '121007.389000', '121007.392000', '121007.396000', '121007.408000', '121007.411000', '121007.414000', '121007.417000', '121007.420000', '121007.423000', '121007.426000', '121007.429000', '121007.432000', '121007.435000', '121007.438000', '121007.441000', '121007.444000', '121007.447000', '121007.450000', '121007.454000', '121007.457000', '121007.460000', '121007.463000', '121007.466000', '121007.470000', '121007.473000', '121007.475000', '121007.478000', '121007.481000', '121007.484000', '121007.487000', '121007.490000', '121007.493000', '121007.496000', '121007.499000', '121007.505000', '121007.508000', '121007.511000', '121007.514000', '121007.518000', '121007.521000', '121007.523000', '121007.526000', '121027.386000', '121027.389000', '121027.396000', '121027.399000', '121027.402000', '121027.405000', '121027.408000', '121027.411000', '121027.414000', '121027.417000', '121027.420000', '121027.423000', '121027.426000', '121027.429000', '121027.432000', '121027.435000', '121027.438000', '121027.441000', '121027.444000', '121027.447000', '121027.450000', '121027.453000', '121027.456000', '121027.459000', '121027.462000', '121027.465000', '121027.468000', '121027.471000', '121027.474000', '121027.477000', '121027.480000', '121027.483000', '121027.486000', '121027.489000', '121027.492000', '121027.495000', '121027.498000', '121027.501000', '121027.504000', '121027.507000', '121027.510000', '121027.513000', '121027.516000', '121027.519000', '121047.386000', '121047.390000', '121047.393000', '121047.396000', '121047.399000', '121047.402000', '121047.405000', '121047.408000', '121047.411000', '121047.414000', '121047.417000', '121047.420000', '121047.423000', '121047.426000', '121047.429000', '121047.432000', '121047.435000', '121047.438000', '121047.441000', '121047.444000', '121047.447000', '121047.449000', '121047.452000', '121047.455000', '121047.458000', '121047.461000', '121047.464000', '121047.467000', '121047.470000', '121047.473000', '121047.476000', '121047.479000', '121047.482000', '121047.485000', '121047.489000', '121047.492000', '121047.495000', '121047.498000', '121047.501000', '121047.504000', '121047.507000', '121047.510000', '121047.513000', '121107.386000', '121107.389000', '121107.392000', '121107.395000', '121107.398000', '121107.401000', '121107.404000', '121107.407000', '121107.410000', '121107.413000', '121107.416000', '121107.419000', '121107.422000', '121107.425000', '121107.428000', '121107.431000', '121107.434000', '121107.443000', '121107.446000', '121107.449000', '121107.452000', '121107.455000', '121107.458000', '121107.461000', '121107.464000', '121107.467000', '121107.470000', '121107.473000', '121107.476000', '121107.479000', '121107.482000', '121107.502000', '121107.505000', '121107.508000', '121107.511000', '121107.514000', '121107.517000', '121107.520000', '121107.524000', '121107.527000', '121107.530000', '121107.533000', '121107.536000', '121107.539000', '121127.387000', '121127.390000', '121127.393000', '121127.396000', '121127.400000', '121127.403000', '121127.405000', '121127.408000', '121127.411000', '121127.414000', '121127.417000', '121127.420000', '121127.423000', '121127.426000', '121127.429000', '121127.443000', '121127.446000', '121127.449000', '121127.452000', '121127.455000', '121127.458000', '121127.461000', '121127.464000', '121127.467000', '121127.470000', '121127.473000', '121127.476000', '121127.479000', '121127.482000', '121127.485000', '121127.488000', '121127.491000', '121127.494000', '121127.497000', '121127.501000', '121127.504000', '121127.507000', '121127.510000', '121127.513000', '121127.516000', '121127.519000', '121127.523000', '121127.525000', '121147.387000', '121147.390000', '121147.393000', '121147.396000', '121147.399000', '121147.403000', '121147.406000', '121147.409000', '121147.412000', '121147.415000', '121147.418000', '121147.421000', '121147.424000', '121147.427000', '121147.430000', '121147.433000', '121147.436000', '121147.439000', '121147.442000', '121147.445000', '121147.448000', '121147.451000', '121147.454000', '121147.457000', '121147.460000', '121147.463000', '121147.513000', '121147.516000', '121147.519000', '121147.522000', '121147.525000', '121147.528000', '121147.531000', '121147.534000', '121147.537000', '121147.540000', '121147.543000', '121147.546000', '121147.549000', '121147.552000', '121147.555000', '121147.558000', '121147.561000', '121147.564000', '121207.386000', '121207.389000', '121207.392000', '121207.395000', '121207.398000', '121207.401000', '121207.404000', '121207.407000', '121207.410000', '121207.413000', '121207.416000', '121207.419000', '121207.422000', '121207.425000', '121207.428000', '121207.431000', '121207.434000', '121207.438000', '121207.440000', '121207.443000', '121207.446000', '121207.449000', '121207.452000', '121207.455000', '121207.458000', '121207.461000', '121207.464000', '121207.467000', '121207.470000', '121207.473000', '121207.476000', '121207.479000', '121207.482000', '121207.485000', '121207.489000', '121207.492000', '121207.495000', '121207.498000', '121207.501000', '121207.504000', '121207.507000', '121207.510000', '121207.513000', '121227.386000', '121227.389000', '121227.392000', '121227.395000', '121227.398000', '121227.401000', '121227.404000', '121227.407000', '121227.410000', '121227.413000', '121227.416000', '121227.419000', '121227.422000', '121227.425000', '121227.434000', '121227.437000', '121227.440000', '121227.443000', '121227.446000', '121227.449000', '121227.452000', '121227.455000', '121227.458000', '121227.461000', '121227.464000', '121227.467000', '121227.470000', '121227.473000', '121227.476000', '121227.479000', '121227.482000', '121227.485000', '121227.488000', '121227.491000', '121227.494000', '121227.497000', '121227.500000', '121227.503000', '121227.506000', '121227.509000', '121227.512000', '121227.515000', '121227.529000', '121227.532000', '121247.386000', '121247.389000', '121247.392000', '121247.395000', '121247.399000', '121247.402000', '121247.405000', '121247.409000', '121247.413000', '121247.416000', '121247.419000', '121247.422000', '121247.425000', '121247.428000', '121247.431000', '121247.434000', '121247.441000', '121247.444000', '121247.447000', '121247.450000', '121247.453000', '121247.456000', '121247.459000', '121247.462000', '121247.465000', '121247.468000', '121247.471000', '121247.475000', '121247.478000', '121247.481000', '121247.484000', '121247.487000', '121247.490000', '121247.494000', '121247.497000', '121247.500000', '121247.502000', '121247.511000', '121247.514000', '121247.517000', '121247.520000', '121247.523000', '121247.526000', '121307.386000', '121307.389000', '121307.392000', '121307.395000', '121307.398000', '121307.401000', '121307.404000', '121307.407000', '121307.410000', '121307.413000', '121307.416000', '121307.419000', '121307.422000', '121307.425000', '121307.434000', '121307.437000', '121307.440000', '121307.443000', '121307.446000', '121307.449000', '121307.452000', '121307.455000', '121307.458000', '121307.461000', '121307.464000', '121307.467000', '121307.470000', '121307.473000', '121307.476000', '121307.479000', '121307.482000', '121307.485000', '121307.488000', '121307.491000', '121307.494000', '121307.497000', '121307.500000', '121307.503000', '121307.506000', '121307.509000', '121307.512000', '121307.515000', '121307.518000', '121307.521000', '121327.386000', '121327.389000', '121327.392000', '121327.395000', '121327.398000', '121327.401000', '121327.404000', '121327.407000', '121327.410000', '121327.413000', '121327.416000', '121327.419000', '121327.434000', '121327.437000', '121327.440000', '121327.443000', '121327.446000', '121327.449000', '121327.452000', '121327.455000', '121327.458000', '121327.461000', '121327.464000', '121327.467000', '121327.470000', '121327.473000', '121327.476000', '121327.479000', '121327.482000', '121327.485000', '121327.488000', '121327.491000', '121327.494000', '121327.499000', '121327.502000', '121327.505000', '121327.508000', '121327.511000', '121327.514000', '121327.517000', '121327.520000', '121327.523000', '121327.526000', '121332.694000', '121332.698000', '121332.701000', '121332.704000', '121332.708000', '121332.711000', '121332.714000', '121332.718000', '121332.721000', '121332.724000', '121332.727000', '121332.731000'], 'InstanceCreationTime': ['120727.420000', '120727.424000', '120727.427000', '120727.430000', '120727.433000', '120727.441000', '120727.444000', '120727.447000', '120727.450000', '120727.453000', '120727.461000', '120727.464000', '120727.467000', '120727.470000', '120727.473000', '120727.476000', '120727.479000', '120727.482000', '120727.485000', '120727.488000', '120727.491000', '120727.494000', '120727.497000', '120727.500000', '120727.503000', '120727.506000', '120727.509000', '120727.512000', '120727.515000', '120727.518000', '120727.521000', '120727.524000', '120727.527000', '120727.530000', '120727.533000', '120727.536000', '120727.539000', '120727.542000', '120727.545000', '120727.548000', '120727.551000', '120727.560000', '120727.563000', '120727.566000', '120747.386000', '120747.389000', '120747.392000', '120747.395000', '120747.398000', '120747.401000', '120747.404000', '120747.407000', '120747.410000', '120747.413000', '120747.416000', '120747.419000', '120747.422000', '120747.425000', '120747.428000', '120747.431000', '120747.434000', '120747.437000', '120747.440000', '120747.443000', '120747.446000', '120747.449000', '120747.460000', '120747.463000', '120747.466000', '120747.469000', '120747.472000', '120747.475000', '120747.478000', '120747.481000', '120747.484000', '120747.487000', '120747.490000', '120747.493000', '120747.496000', '120747.499000', '120747.502000', '120747.505000', '120747.508000', '120747.511000', '120747.529000', '120747.532000', '120747.535000', '120747.544000', '120807.386000', '120807.389000', '120807.392000', '120807.395000', '120807.398000', '120807.401000', '120807.404000', '120807.407000', '120807.410000', '120807.413000', '120807.417000', '120807.420000', '120807.423000', '120807.433000', '120807.436000', '120807.439000', '120807.442000', '120807.445000', '120807.448000', '120807.451000', '120807.454000', '120807.457000', '120807.460000', '120807.463000', '120807.466000', '120807.469000', '120807.472000', '120807.475000', '120807.478000', '120807.481000', '120807.484000', '120807.487000', '120807.490000', '120807.499000', '120807.502000', '120807.505000', '120807.508000', '120807.511000', '120807.514000', '120807.517000', '120807.520000', '120807.523000', '120807.533000', '120827.386000', '120827.389000', '120827.392000', '120827.395000', '120827.398000', '120827.401000', '120827.404000', '120827.407000', '120827.410000', '120827.413000', '120827.416000', '120827.419000', '120827.422000', '120827.425000', '120827.428000', '120827.431000', '120827.434000', '120827.437000', '120827.440000', '120827.443000', '120827.446000', '120827.449000', '120827.452000', '120827.455000', '120827.458000', '120827.461000', '120827.464000', '120827.467000', '120827.470000', '120827.473000', '120827.476000', '120827.479000', '120827.482000', '120827.489000', '120827.492000', '120827.495000', '120827.498000', '120827.501000', '120827.504000', '120827.507000', '120827.510000', '120827.521000', '120827.527000', '120827.530000', '120847.386000', '120847.389000', '120847.392000', '120847.395000', '120847.398000', '120847.401000', '120847.404000', '120847.407000', '120847.410000', '120847.413000', '120847.417000', '120847.420000', '120847.423000', '120847.428000', '120847.432000', '120847.435000', '120847.438000', '120847.461000', '120847.464000', '120847.467000', '120847.470000', '120847.473000', '120847.476000', '120847.479000', '120847.482000', '120847.485000', '120847.488000', '120847.491000', '120847.494000', '120847.497000', '120847.500000', '120847.503000', '120847.506000', '120847.509000', '120847.512000', '120847.515000', '120847.518000', '120847.530000', '120847.533000', '120847.536000', '120847.539000', '120847.542000', '120847.545000', '120907.387000', '120907.390000', '120907.393000', '120907.396000', '120907.399000', '120907.402000', '120907.405000', '120907.408000', '120907.411000', '120907.414000', '120907.417000', '120907.420000', '120907.423000', '120907.426000', '120907.429000', '120907.432000', '120907.435000', '120907.438000', '120907.441000', '120907.444000', '120907.447000', '120907.450000', '120907.453000', '120907.456000', '120907.459000', '120907.462000', '120907.465000', '120907.468000', '120907.471000', '120907.474000', '120907.485000', '120907.488000', '120907.496000', '120907.499000', '120907.502000', '120907.504000', '120907.507000', '120907.510000', '120907.513000', '120907.516000', '120907.519000', '120907.522000', '120907.526000', '120907.529000', '120927.387000', '120927.390000', '120927.393000', '120927.396000', '120927.399000', '120927.402000', '120927.405000', '120927.408000', '120927.411000', '120927.414000', '120927.417000', '120927.420000', '120927.423000', '120927.426000', '120927.429000', '120927.432000', '120927.435000', '120927.439000', '120927.442000', '120927.453000', '120927.456000', '120927.459000', '120927.462000', '120927.465000', '120927.468000', '120927.471000', '120927.474000', '120927.477000', '120927.480000', '120927.483000', '120927.486000', '120927.489000', '120927.492000', '120927.495000', '120927.498000', '120927.501000', '120927.504000', '120927.507000', '120927.510000', '120927.513000', '120927.516000', '120927.519000', '120927.522000', '120947.386000', '120947.389000', '120947.392000', '120947.395000', '120947.398000', '120947.401000', '120947.404000', '120947.407000', '120947.410000', '120947.413000', '120947.416000', '120947.419000', '120947.422000', '120947.425000', '120947.428000', '120947.440000', '120947.443000', '120947.446000', '120947.448000', '120947.451000', '120947.455000', '120947.458000', '120947.461000', '120947.464000', '120947.467000', '120947.470000', '120947.473000', '120947.476000', '120947.479000', '120947.482000', '120947.485000', '120947.487000', '120947.490000', '120947.493000', '120947.496000', '120947.500000', '120947.503000', '120947.506000', '120947.509000', '120947.512000', '120947.515000', '120947.518000', '120947.521000', '120947.524000', '121007.386000', '121007.389000', '121007.392000', '121007.396000', '121007.408000', '121007.411000', '121007.414000', '121007.417000', '121007.420000', '121007.423000', '121007.426000', '121007.429000', '121007.432000', '121007.435000', '121007.438000', '121007.441000', '121007.444000', '121007.447000', '121007.450000', '121007.454000', '121007.457000', '121007.460000', '121007.463000', '121007.466000', '121007.470000', '121007.473000', '121007.475000', '121007.478000', '121007.481000', '121007.484000', '121007.487000', '121007.490000', '121007.493000', '121007.496000', '121007.499000', '121007.505000', '121007.508000', '121007.511000', '121007.514000', '121007.518000', '121007.521000', '121007.523000', '121007.526000', '121027.386000', '121027.389000', '121027.396000', '121027.399000', '121027.402000', '121027.405000', '121027.408000', '121027.411000', '121027.414000', '121027.417000', '121027.420000', '121027.423000', '121027.426000', '121027.429000', '121027.432000', '121027.435000', '121027.438000', '121027.441000', '121027.444000', '121027.447000', '121027.450000', '121027.453000', '121027.456000', '121027.459000', '121027.462000', '121027.465000', '121027.468000', '121027.471000', '121027.474000', '121027.477000', '121027.480000', '121027.483000', '121027.486000', '121027.489000', '121027.492000', '121027.495000', '121027.498000', '121027.501000', '121027.504000', '121027.507000', '121027.510000', '121027.513000', '121027.516000', '121027.519000', '121047.386000', '121047.390000', '121047.393000', '121047.396000', '121047.399000', '121047.402000', '121047.405000', '121047.408000', '121047.411000', '121047.414000', '121047.417000', '121047.420000', '121047.423000', '121047.426000', '121047.429000', '121047.432000', '121047.435000', '121047.438000', '121047.441000', '121047.444000', '121047.447000', '121047.449000', '121047.452000', '121047.455000', '121047.458000', '121047.461000', '121047.464000', '121047.467000', '121047.470000', '121047.473000', '121047.476000', '121047.479000', '121047.482000', '121047.485000', '121047.489000', '121047.492000', '121047.495000', '121047.498000', '121047.501000', '121047.504000', '121047.507000', '121047.510000', '121047.513000', '121107.386000', '121107.389000', '121107.392000', '121107.395000', '121107.398000', '121107.401000', '121107.404000', '121107.407000', '121107.410000', '121107.413000', '121107.416000', '121107.419000', '121107.422000', '121107.425000', '121107.428000', '121107.431000', '121107.434000', '121107.443000', '121107.446000', '121107.449000', '121107.452000', '121107.455000', '121107.458000', '121107.461000', '121107.464000', '121107.467000', '121107.470000', '121107.473000', '121107.476000', '121107.479000', '121107.482000', '121107.502000', '121107.505000', '121107.508000', '121107.511000', '121107.514000', '121107.517000', '121107.520000', '121107.524000', '121107.527000', '121107.530000', '121107.533000', '121107.536000', '121107.539000', '121127.387000', '121127.390000', '121127.393000', '121127.396000', '121127.400000', '121127.403000', '121127.405000', '121127.408000', '121127.411000', '121127.414000', '121127.417000', '121127.420000', '121127.423000', '121127.426000', '121127.429000', '121127.443000', '121127.446000', '121127.449000', '121127.452000', '121127.455000', '121127.458000', '121127.461000', '121127.464000', '121127.467000', '121127.470000', '121127.473000', '121127.476000', '121127.479000', '121127.482000', '121127.485000', '121127.488000', '121127.491000', '121127.494000', '121127.497000', '121127.501000', '121127.504000', '121127.507000', '121127.510000', '121127.513000', '121127.516000', '121127.519000', '121127.523000', '121127.525000', '121147.387000', '121147.390000', '121147.393000', '121147.396000', '121147.399000', '121147.403000', '121147.406000', '121147.409000', '121147.412000', '121147.415000', '121147.418000', '121147.421000', '121147.424000', '121147.427000', '121147.430000', '121147.433000', '121147.436000', '121147.439000', '121147.442000', '121147.445000', '121147.448000', '121147.451000', '121147.454000', '121147.457000', '121147.460000', '121147.463000', '121147.513000', '121147.516000', '121147.519000', '121147.522000', '121147.525000', '121147.528000', '121147.531000', '121147.534000', '121147.537000', '121147.540000', '121147.543000', '121147.546000', '121147.549000', '121147.552000', '121147.555000', '121147.558000', '121147.561000', '121147.564000', '121207.386000', '121207.389000', '121207.392000', '121207.395000', '121207.398000', '121207.401000', '121207.404000', '121207.407000', '121207.410000', '121207.413000', '121207.416000', '121207.419000', '121207.422000', '121207.425000', '121207.428000', '121207.431000', '121207.434000', '121207.438000', '121207.440000', '121207.443000', '121207.446000', '121207.449000', '121207.452000', '121207.455000', '121207.458000', '121207.461000', '121207.464000', '121207.467000', '121207.470000', '121207.473000', '121207.476000', '121207.479000', '121207.482000', '121207.485000', '121207.489000', '121207.492000', '121207.495000', '121207.498000', '121207.501000', '121207.504000', '121207.507000', '121207.510000', '121207.513000', '121227.386000', '121227.389000', '121227.392000', '121227.395000', '121227.398000', '121227.401000', '121227.404000', '121227.407000', '121227.410000', '121227.413000', '121227.416000', '121227.419000', '121227.422000', '121227.425000', '121227.434000', '121227.437000', '121227.440000', '121227.443000', '121227.446000', '121227.449000', '121227.452000', '121227.455000', '121227.458000', '121227.461000', '121227.464000', '121227.467000', '121227.470000', '121227.473000', '121227.476000', '121227.479000', '121227.482000', '121227.485000', '121227.488000', '121227.491000', '121227.494000', '121227.497000', '121227.500000', '121227.503000', '121227.506000', '121227.509000', '121227.512000', '121227.515000', '121227.529000', '121227.532000', '121247.386000', '121247.389000', '121247.392000', '121247.395000', '121247.399000', '121247.402000', '121247.405000', '121247.409000', '121247.413000', '121247.416000', '121247.419000', '121247.422000', '121247.425000', '121247.428000', '121247.431000', '121247.434000', '121247.441000', '121247.444000', '121247.447000', '121247.450000', '121247.453000', '121247.456000', '121247.459000', '121247.462000', '121247.465000', '121247.468000', '121247.471000', '121247.475000', '121247.478000', '121247.481000', '121247.484000', '121247.487000', '121247.490000', '121247.494000', '121247.497000', '121247.500000', '121247.502000', '121247.511000', '121247.514000', '121247.517000', '121247.520000', '121247.523000', '121247.526000', '121307.386000', '121307.389000', '121307.392000', '121307.395000', '121307.398000', '121307.401000', '121307.404000', '121307.407000', '121307.410000', '121307.413000', '121307.416000', '121307.419000', '121307.422000', '121307.425000', '121307.434000', '121307.437000', '121307.440000', '121307.443000', '121307.446000', '121307.449000', '121307.452000', '121307.455000', '121307.458000', '121307.461000', '121307.464000', '121307.467000', '121307.470000', '121307.473000', '121307.476000', '121307.479000', '121307.482000', '121307.485000', '121307.488000', '121307.491000', '121307.494000', '121307.497000', '121307.500000', '121307.503000', '121307.506000', '121307.509000', '121307.512000', '121307.515000', '121307.518000', '121307.521000', '121327.386000', '121327.389000', '121327.392000', '121327.395000', '121327.398000', '121327.401000', '121327.404000', '121327.407000', '121327.410000', '121327.413000', '121327.416000', '121327.419000', '121327.434000', '121327.437000', '121327.440000', '121327.443000', '121327.446000', '121327.449000', '121327.452000', '121327.455000', '121327.458000', '121327.461000', '121327.464000', '121327.467000', '121327.470000', '121327.473000', '121327.476000', '121327.479000', '121327.482000', '121327.485000', '121327.488000', '121327.491000', '121327.494000', '121327.499000', '121327.502000', '121327.505000', '121327.508000', '121327.511000', '121327.514000', '121327.517000', '121327.520000', '121327.523000', '121327.526000', '121332.694000', '121332.698000', '121332.701000', '121332.704000', '121332.708000', '121332.711000', '121332.714000', '121332.718000', '121332.721000', '121332.724000', '121332.727000', '121332.731000'], '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': [9973, 15389, 9258, 15672, 9970, 10721, 10080, 9076, 10477, 9351, 10190, 9690, 10377, 8249, 10178, 8199, 9524, 8809, 9947, 8248, 10168, 8020, 9494, 8061, 9871, 8132, 10207, 8096, 10006, 8305, 9814, 8192, 9951, 7979, 9885, 8215, 10539, 8618, 9929, 8446, 10221, 8950, 9557, 9083, 10071, 9302, 8995, 9029, 7952, 9607, 8206, 9861, 8216, 9558, 8220, 10357, 8013, 10061, 8051, 11064, 8471, 13683, 8603, 14216, 9156, 15071, 8802, 13131, 9174, 13505, 9423, 9184, 9264, 8261, 9091, 8335, 9135, 9143, 8239, 11211, 8584, 9855, 11171, 11178, 15196, 10192, 15265, 11921, 14550, 12347, 14190, 14321, 17669, 11537, 14463, 9455, 10913, 9331, 10126, 9872, 8240, 10792, 8155, 10909, 8501, 10881, 7983, 11332, 8121, 10856, 8205, 13773, 8211, 13377, 8164, 10984, 8030, 10731, 8055, 11126, 8001, 10624, 8054, 10607, 8374, 11883, 7954, 10734, 7797, 10141, 7670, 10272, 8102, 13481, 8007, 10644, 7998, 10423, 8067, 10563, 7998, 10427, 8147, 10979, 7970, 14696, 7983, 11322, 7918, 11132, 8568, 10281, 8940, 9448, 9051, 9289, 10729, 9513, 11516, 9550, 10702, 8779, 10387, 8484, 11949, 8532, 10760, 8076, 10124, 8251, 9788, 7829, 9223, 8362, 8832, 8225, 9093, 8285, 9499, 8343, 10089, 8415, 11309, 9318, 15024, 9712, 16593, 9559, 16191, 8997, 10917, 8897, 10981, 8622, 11008, 8205, 10276, 8051, 10120, 8357, 10517, 7883, 10381, 7987, 11205, 8764, 11051, 8664, 10615, 8428, 12159, 8566, 14029, 9201, 15408, 8869, 16016, 8705, 12407, 8069, 10977, 8018, 11921, 7794, 10851, 7891, 9471, 8373, 9350, 7942, 9259, 7793, 8899, 9940, 8928, 11150, 9407, 12978, 9159, 13184, 8884, 11600, 8497, 11914, 8095, 10550, 7502, 10230, 8329, 9625, 8141, 9585, 7862, 9001, 9906, 9396, 9950, 9273, 10573, 9074, 13999, 9156, 11952, 9271, 12474, 8494, 11053, 8035, 10420, 8358, 10585, 8842, 10633, 8226, 10122, 9776, 9355, 14013, 9639, 16103, 9268, 12092, 8335, 10186, 7933, 10297, 8330, 10036, 8200, 9219, 9540, 9015, 14323, 10032, 14664, 8992, 11426, 8068, 10429, 8561, 10135, 8667, 9784, 8238, 9406, 7882, 9062, 7971, 9711, 8359, 9901, 8246, 9770, 8153, 10336, 8922, 8162, 9765, 8434, 12287, 14132, 10420, 16164, 12021, 11840, 9558, 10214, 9671, 10478, 9718, 10783, 9901, 8970, 9230, 9203, 9245, 10744, 9321, 9935, 9249, 9234, 9263, 10247, 9305, 13350, 9492, 11023, 8825, 10554, 9066, 10581, 8981, 12089, 9604, 10189, 9131, 13050, 9169, 13840, 9599, 10524, 9366, 10320, 9331, 11323, 9847, 10558, 9503, 10608, 9101, 10533, 9853, 7898, 10351, 8177, 10730, 8130, 10577, 8664, 10584, 8196, 10575, 8284, 10058, 11131, 9953, 15672, 10364, 16668, 9342, 11910, 8958, 10413, 7853, 10754, 8050, 10029, 8378, 9207, 8054, 9123, 7712, 9167, 10111, 9040, 11502, 8970, 12279, 8715, 11296, 8240, 10526, 7972, 9818, 8345, 10126, 7805, 9588, 8248, 8792, 9131, 8182, 7884, 8386, 8272, 9804, 8273, 8208, 9119, 7721, 9686, 10710, 9801, 9942, 10068, 15811, 10123, 14576, 11502, 14194, 10927, 15068, 8316, 11104, 9346, 10447, 8607, 10087, 8082, 9395, 8128, 9083, 9840, 9444, 10076, 9406, 10040, 9476, 11500, 9567, 14306, 9593, 11770, 9071, 11093, 8685, 12435, 9061, 11596, 8808, 10706, 8357, 10480, 7895, 10140, 7772, 9783, 8230, 9687, 8227, 9744, 8409, 10128, 8233, 10507, 8012, 9713, 8222, 9708, 8180, 10719, 8346, 10776, 8386, 10332, 8093, 11228, 8022, 12449, 8439, 10538, 8396, 10362, 8447, 10973, 8389, 10750, 8686, 10724, 8990, 16079, 9160, 15000, 8903, 13481, 9229, 13031, 9572, 14005, 8635, 11220, 8359, 10346, 7988, 10473, 8056, 10518, 8366, 8225, 8771, 8444, 9676, 7997, 10116, 7911, 9854, 9507, 9615, 9585, 9691, 9586, 9665, 10446, 9639, 10126, 10269, 8723, 9676, 7965, 9659, 8907, 9645, 8502, 9844, 8126, 9769, 9331, 9796, 9664, 10015, 9253, 9976, 10082, 9926, 10641, 10308, 9750, 9919, 9660, 9805, 9890, 10186, 8357, 10256, 8111, 10321, 8307, 10485, 8075, 11371, 8150, 11148, 8069, 10302, 8211, 11476, 7985, 11172, 8331, 10637, 8242, 11984, 8958, 13502, 8720, 11600, 8974, 11810, 9555, 10101, 8979, 11482, 9068, 14219, 9626, 11258, 9097, 10222, 8219, 9135, 9295, 8014, 11394, 9203, 13313, 10099, 12265, 10035, 8714, 10602, 8370, 13507, 8871, 11311, 9250, 9824, 9265, 8626, 10186, 7998, 12804, 8773, 10468, 9005, 9931, 9739, 8277, 14689, 9137, 13368, 9227, 9985, 10067, 8331, 13036, 8212, 9680, 9511, 7982, 15097, 10001, 13915, 15163, 11083, 17849, 10667, 13264, 10983, 8476, 18014, 10766, 7860, 10324, 8513, 13290, 8889, 10102, 9432, 8072, 11735, 8417, 15907, 8873, 10668, 9083, 8723, 10016, 8389, 10498, 8329, 10385, 8595, 10511, 8861, 8186, 9379, 7901, 9688, 8745, 8051, 8917, 8246, 9174, 8158, 8216, 10522, 8207, 14066, 7834, 13925, 8912, 13396, 8040, 14291, 8082, 11450, 8165, 11079, 7831, 11304, 8267, 12357, 8018, 11054, 7936, 10296, 8273, 9758, 8341, 10289, 8231, 10407, 8214, 9832, 8424, 8848, 10112, 9469, 9512, 9069, 10424, 9290, 9980, 9621, 9965, 8726, 10260, 8651, 12159, 8694, 12366, 8324, 10559, 7982, 10115, 8070, 9372, 7731, 9705, 8068, 9627, 8285, 9281, 8226, 9495, 8445, 11091, 8329, 9667, 8294, 10198, 8026, 9769, 8559, 9330, 8417, 7909, 8762, 8020, 9516, 8340, 10099, 8069, 13675, 8020, 12906, 8171, 12677, 8973, 12727, 8907, 13169, 9376, 15971, 9677, 12199, 9352, 8097, 9583, 9218, 11209, 8836, 11482, 8626, 15954, 9368, 13284, 9510, 9993, 9841, 8388, 12528, 9231, 13291, 10820, 12278, 9222, 11369, 8071, 11520, 8213, 11404, 8010, 13365, 8456, 11105, 8071, 11158, 8186, 9953, 8499, 7834, 8855, 7923, 8545, 8173, 8787, 8338, 9180, 8361, 9185, 8558, 9404, 8212, 8082, 9733, 8180, 8161, 9689], 'WindowCenter': [4562.0, 4584.0, 4520.0, 4567.0, 4505.0, 4513.0, 4502.0, 4481.0, 4500.0, 4492.0, 4497.0, 4490.0, 4498.0, 4468.0, 4498.0, 4468.0, 4489.0, 4478.0, 4489.0, 4467.0, 4499.0, 4468.0, 4488.0, 4469.0, 4489.0, 4468.0, 4500.0, 4470.0, 4501.0, 4481.0, 4502.0, 4480.0, 4500.0, 4482.0, 4501.0, 4483.0, 4511.0, 4482.0, 4502.0, 4481.0, 4501.0, 4493.0, 4502.0, 4492.0, 4501.0, 4502.0, 4491.0, 4494.0, 4482.0, 4502.0, 4484.0, 4526.0, 4508.0, 4516.0, 4508.0, 4514.0, 4483.0, 4511.0, 4508.0, 4534.0, 4497.0, 4542.0, 4505.0, 4542.0, 4506.0, 4554.0, 4518.0, 4535.0, 4506.0, 4545.0, 4505.0, 4503.0, 4503.0, 4494.0, 4517.0, 4506.0, 4514.0, 4503.0, 4495.0, 4536.0, 4506.0, 4526.0, 4537.0, 4535.0, 4556.0, 4516.0, 4554.0, 4524.0, 4544.0, 4521.0, 4530.0, 4531.0, 4538.0, 4497.0, 4515.0, 4475.0, 4496.0, 4476.0, 4487.0, 4486.0, 4465.0, 4497.0, 4457.0, 4496.0, 4466.0, 4486.0, 4457.0, 4495.0, 4455.0, 4485.0, 4456.0, 4515.0, 4454.0, 4503.0, 4452.0, 4473.0, 4454.0, 4483.0, 4453.0, 4482.0, 4454.0, 4482.0, 4453.0, 4483.0, 4455.0, 4492.0, 4453.0, 4482.0, 4445.0, 4485.0, 4457.0, 4486.0, 4444.0, 4504.0, 4443.0, 4472.0, 4454.0, 4486.0, 4466.0, 4485.0, 4456.0, 4483.0, 4455.0, 4483.0, 4455.0, 4513.0, 4454.0, 4484.0, 4442.0, 4485.0, 4452.0, 4473.0, 4451.0, 4461.0, 4452.0, 4460.0, 4471.0, 4461.0, 4481.0, 4462.0, 4471.0, 4452.0, 4473.0, 4454.0, 4493.0, 4453.0, 4482.0, 4443.0, 4473.0, 4454.0, 4471.0, 4443.0, 4463.0, 4453.0, 4463.0, 4465.0, 4465.0, 4454.0, 4474.0, 4466.0, 4485.0, 4471.0, 4498.0, 4478.0, 4526.0, 4477.0, 4528.0, 4475.0, 4526.0, 4466.0, 4486.0, 4466.0, 4486.0, 4468.0, 4496.0, 4468.0, 4486.0, 4468.0, 4486.0, 4467.0, 4498.0, 4468.0, 4498.0, 4469.0, 4509.0, 4483.0, 4510.0, 4480.0, 4500.0, 4481.0, 4521.0, 4483.0, 4531.0, 4491.0, 4540.0, 4490.0, 4551.0, 4480.0, 4522.0, 4471.0, 4510.0, 4469.0, 4510.0, 4459.0, 4498.0, 4468.0, 4490.0, 4469.0, 4491.0, 4469.0, 4488.0, 4470.0, 4480.0, 4501.0, 4482.0, 4508.0, 4489.0, 4519.0, 4489.0, 4520.0, 4479.0, 4507.0, 4469.0, 4509.0, 4470.0, 4499.0, 4459.0, 4489.0, 4467.0, 4489.0, 4469.0, 4490.0, 4470.0, 4491.0, 4500.0, 4489.0, 4488.0, 4490.0, 4498.0, 4481.0, 4530.0, 4490.0, 4507.0, 4489.0, 4519.0, 4478.0, 4508.0, 4468.0, 4487.0, 4468.0, 4497.0, 4476.0, 4498.0, 4466.0, 4499.0, 4488.0, 4480.0, 4528.0, 4487.0, 4526.0, 4476.0, 4506.0, 4466.0, 4488.0, 4456.0, 4487.0, 4456.0, 4486.0, 4456.0, 4476.0, 4478.0, 4478.0, 4518.0, 4485.0, 4516.0, 4466.0, 4495.0, 4456.0, 4501.0, 4481.0, 4487.0, 4467.0, 4488.0, 4467.0, 4476.0, 4468.0, 4490.0, 4467.0, 4490.0, 4479.0, 4499.0, 4480.0, 4499.0, 4470.0, 4501.0, 4491.0, 4481.0, 4503.0, 4481.0, 4522.0, 4530.0, 4501.0, 4537.0, 4506.0, 4494.0, 4475.0, 4484.0, 4477.0, 4484.0, 4476.0, 4496.0, 4488.0, 4465.0, 4476.0, 4477.0, 4477.0, 4497.0, 4478.0, 4487.0, 4478.0, 4478.0, 4479.0, 4487.0, 4488.0, 4520.0, 4489.0, 4498.0, 4479.0, 4498.0, 4479.0, 4500.0, 4489.0, 4519.0, 4490.0, 4488.0, 4478.0, 4518.0, 4477.0, 4519.0, 4488.0, 4499.0, 4488.0, 4497.0, 4489.0, 4509.0, 4489.0, 4499.0, 4501.0, 4510.0, 4478.0, 4495.0, 4489.0, 4468.0, 4500.0, 4480.0, 4510.0, 4470.0, 4499.0, 4478.0, 4500.0, 4469.0, 4501.0, 4469.0, 4488.0, 4497.0, 4490.0, 4527.0, 4487.0, 4527.0, 4466.0, 4496.0, 4464.0, 4485.0, 4453.0, 4484.0, 4455.0, 4475.0, 4466.0, 4477.0, 4456.0, 4477.0, 4456.0, 4478.0, 4486.0, 4476.0, 4506.0, 4478.0, 4506.0, 4466.0, 4497.0, 4468.0, 4497.0, 4467.0, 4485.0, 4466.0, 4488.0, 4457.0, 4488.0, 4480.0, 4494.0, 4491.0, 4480.0, 4466.0, 4468.0, 4468.0, 4498.0, 4482.0, 4481.0, 4504.0, 4473.0, 4504.0, 4512.0, 4502.0, 4501.0, 4500.0, 4539.0, 4499.0, 4529.0, 4508.0, 4517.0, 4497.0, 4516.0, 4454.0, 4485.0, 4474.0, 4485.0, 4466.0, 4484.0, 4455.0, 4464.0, 4453.0, 4465.0, 4475.0, 4475.0, 4475.0, 4476.0, 4474.0, 4475.0, 4507.0, 4477.0, 4514.0, 4475.0, 4495.0, 4466.0, 4496.0, 4466.0, 4507.0, 4478.0, 4506.0, 4478.0, 4497.0, 4468.0, 4499.0, 4468.0, 4488.0, 4458.0, 4488.0, 4467.0, 4487.0, 4469.0, 4487.0, 4467.0, 4499.0, 4493.0, 4500.0, 4473.0, 4489.0, 4469.0, 4488.0, 4470.0, 4498.0, 4479.0, 4510.0, 4481.0, 4498.0, 4469.0, 4509.0, 4468.0, 4519.0, 4470.0, 4498.0, 4481.0, 4500.0, 4481.0, 4500.0, 4480.0, 4508.0, 4482.0, 4510.0, 4493.0, 4539.0, 4487.0, 4539.0, 4480.0, 4531.0, 4488.0, 4520.0, 4490.0, 4528.0, 4469.0, 4497.0, 4468.0, 4500.0, 4469.0, 4486.0, 4468.0, 4498.0, 4469.0, 4480.0, 4482.0, 4480.0, 4490.0, 4470.0, 4501.0, 4468.0, 4491.0, 4489.0, 4488.0, 4488.0, 4488.0, 4477.0, 4488.0, 4498.0, 4488.0, 4498.0, 4488.0, 4467.0, 4488.0, 4468.0, 4490.0, 4478.0, 4491.0, 4466.0, 4490.0, 4457.0, 4488.0, 4490.0, 4488.0, 4476.0, 4486.0, 4477.0, 4489.0, 4486.0, 4488.0, 4498.0, 4488.0, 4489.0, 4487.0, 4486.0, 4488.0, 4488.0, 4487.0, 4466.0, 4487.0, 4456.0, 4487.0, 4468.0, 4497.0, 4456.0, 4498.0, 4456.0, 4498.0, 4457.0, 4487.0, 4470.0, 4498.0, 4456.0, 4496.0, 4466.0, 4486.0, 4467.0, 4496.0, 4477.0, 4515.0, 4467.0, 4508.0, 4482.0, 4508.0, 4488.0, 4486.0, 4479.0, 4507.0, 4481.0, 4528.0, 4489.0, 4497.0, 4478.0, 4498.0, 4468.0, 4476.0, 4488.0, 4468.0, 4508.0, 4491.0, 4529.0, 4499.0, 4536.0, 4515.0, 4482.0, 4499.0, 4468.0, 4520.0, 4478.0, 4497.0, 4477.0, 4488.0, 4479.0, 4478.0, 4501.0, 4469.0, 4518.0, 4480.0, 4499.0, 4477.0, 4489.0, 4491.0, 4469.0, 4528.0, 4488.0, 4529.0, 4488.0, 4490.0, 4489.0, 4468.0, 4517.0, 4480.0, 4491.0, 4502.0, 4483.0, 4542.0, 4490.0, 4520.0, 4543.0, 4512.0, 4551.0, 4501.0, 4518.0, 4497.0, 4465.0, 4535.0, 4482.0, 4454.0, 4474.0, 4463.0, 4503.0, 4464.0, 4484.0, 4475.0, 4455.0, 4494.0, 4457.0, 4524.0, 4464.0, 4483.0, 4465.0, 4464.0, 4475.0, 4455.0, 4484.0, 4456.0, 4473.0, 4466.0, 4486.0, 4464.0, 4453.0, 4475.0, 4456.0, 4489.0, 4479.0, 4470.0, 4479.0, 4468.0, 4476.0, 4456.0, 4468.0, 4487.0, 4466.0, 4516.0, 4444.0, 4514.0, 4467.0, 4504.0, 4444.0, 4513.0, 4444.0, 4481.0, 4451.0, 4481.0, 4443.0, 4482.0, 4441.0, 4492.0, 4442.0, 4470.0, 4441.0, 4460.0, 4440.0, 4462.0, 4439.0, 4461.0, 4439.0, 4459.0, 4439.0, 4459.0, 4438.0, 4449.0, 4458.0, 4459.0, 4449.0, 4450.0, 4470.0, 4460.0, 4460.0, 4461.0, 4460.0, 4451.0, 4471.0, 4454.0, 4492.0, 4453.0, 4493.0, 4452.0, 4472.0, 4442.0, 4473.0, 4443.0, 4465.0, 4445.0, 4462.0, 4445.0, 4472.0, 4456.0, 4473.0, 4465.0, 4474.0, 4467.0, 4497.0, 4467.0, 4489.0, 4484.0, 4512.0, 4481.0, 4500.0, 4479.0, 4489.0, 4480.0, 4470.0, 4481.0, 4469.0, 4501.0, 4480.0, 4501.0, 4470.0, 4532.0, 4470.0, 4519.0, 4481.0, 4521.0, 4490.0, 4520.0, 4490.0, 4531.0, 4490.0, 4540.0, 4489.0, 4508.0, 4489.0, 4467.0, 4515.0, 4494.0, 4501.0, 4480.0, 4510.0, 4479.0, 4540.0, 4490.0, 4544.0, 4515.0, 4516.0, 4504.0, 4494.0, 4534.0, 4504.0, 4532.0, 4497.0, 4507.0, 4465.0, 4492.0, 4452.0, 4491.0, 4456.0, 4493.0, 4452.0, 4504.0, 4453.0, 4493.0, 4454.0, 4494.0, 4466.0, 4485.0, 4465.0, 4455.0, 4477.0, 4466.0, 4478.0, 4477.0, 4480.0, 4469.0, 4477.0, 4467.0, 4476.0, 4478.0, 4490.0, 4480.0, 4483.0, 4500.0, 4481.0, 4481.0, 4502.0], 'WindowWidth': [10031.0, 10046.0, 9949.0, 10006.0, 9915.0, 9921.0, 9906.0, 9874.0, 9900.0, 9889.0, 9893.0, 9881.0, 9893.0, 9852.0, 9893.0, 9852.0, 9882.0, 9868.0, 9883.0, 9850.0, 9896.0, 9853.0, 9881.0, 9855.0, 9882.0, 9854.0, 9898.0, 9860.0, 9900.0, 9875.0, 9902.0, 9873.0, 9900.0, 9877.0, 9904.0, 9881.0, 9916.0, 9880.0, 9906.0, 9877.0, 9902.0, 9895.0, 9907.0, 9893.0, 9904.0, 9906.0, 9889.0, 9898.0, 9880.0, 9909.0, 9884.0, 9948.0, 9929.0, 9933.0, 9925.0, 9928.0, 9885.0, 9921.0, 9928.0, 9957.0, 9909.0, 9965.0, 9920.0, 9965.0, 9920.0, 9982.0, 9939.0, 9955.0, 9917.0, 9971.0, 9916.0, 9910.0, 9909.0, 9901.0, 9940.0, 9922.0, 9928.0, 9913.0, 9904.0, 9963.0, 9922.0, 9949.0, 9965.0, 9958.0, 9990.0, 9929.0, 9982.0, 9936.0, 9967.0, 9930.0, 9943.0, 9943.0, 9950.0, 9890.0, 9912.0, 9859.0, 9887.0, 9861.0, 9874.0, 9874.0, 9843.0, 9890.0, 9834.0, 9888.0, 9846.0, 9873.0, 9833.0, 9884.0, 9830.0, 9869.0, 9832.0, 9912.0, 9825.0, 9890.0, 9820.0, 9848.0, 9826.0, 9863.0, 9823.0, 9863.0, 9825.0, 9861.0, 9824.0, 9866.0, 9829.0, 9876.0, 9823.0, 9862.0, 9815.0, 9868.0, 9835.0, 9872.0, 9813.0, 9892.0, 9810.0, 9847.0, 9826.0, 9874.0, 9848.0, 9870.0, 9830.0, 9862.0, 9827.0, 9867.0, 9828.0, 9906.0, 9825.0, 9866.0, 9808.0, 9866.0, 9820.0, 9848.0, 9815.0, 9830.0, 9817.0, 9828.0, 9842.0, 9830.0, 9857.0, 9832.0, 9842.0, 9819.0, 9849.0, 9823.0, 9876.0, 9823.0, 9860.0, 9808.0, 9847.0, 9824.0, 9845.0, 9810.0, 9838.0, 9823.0, 9838.0, 9844.0, 9841.0, 9827.0, 9854.0, 9846.0, 9871.0, 9857.0, 9893.0, 9865.0, 9929.0, 9862.0, 9932.0, 9856.0, 9926.0, 9846.0, 9873.0, 9845.0, 9872.0, 9849.0, 9887.0, 9851.0, 9873.0, 9852.0, 9874.0, 9851.0, 9893.0, 9853.0, 9895.0, 9858.0, 9912.0, 9881.0, 9913.0, 9875.0, 9900.0, 9876.0, 9929.0, 9879.0, 9946.0, 9889.0, 9954.0, 9886.0, 9970.0, 9874.0, 9930.0, 9862.0, 9913.0, 9856.0, 9911.0, 9841.0, 9892.0, 9853.0, 9885.0, 9856.0, 9887.0, 9854.0, 9881.0, 9859.0, 9873.0, 9902.0, 9876.0, 9909.0, 9884.0, 9923.0, 9883.0, 9927.0, 9869.0, 9906.0, 9855.0, 9908.0, 9857.0, 9894.0, 9841.0, 9883.0, 9851.0, 9883.0, 9855.0, 9886.0, 9858.0, 9889.0, 9899.0, 9883.0, 9879.0, 9886.0, 9894.0, 9874.0, 9941.0, 9885.0, 9907.0, 9883.0, 9924.0, 9868.0, 9908.0, 9853.0, 9878.0, 9853.0, 9891.0, 9859.0, 9893.0, 9847.0, 9894.0, 9878.0, 9870.0, 9935.0, 9877.0, 9931.0, 9860.0, 9902.0, 9847.0, 9876.0, 9835.0, 9875.0, 9832.0, 9873.0, 9833.0, 9862.0, 9863.0, 9866.0, 9920.0, 9871.0, 9916.0, 9846.0, 9885.0, 9833.0, 9902.0, 9875.0, 9876.0, 9848.0, 9878.0, 9849.0, 9862.0, 9854.0, 9887.0, 9853.0, 9886.0, 9870.0, 9900.0, 9875.0, 9896.0, 9859.0, 9903.0, 9891.0, 9876.0, 9908.0, 9876.0, 9933.0, 9940.0, 9901.0, 9947.0, 9901.0, 9879.0, 9855.0, 9865.0, 9860.0, 9867.0, 9859.0, 9885.0, 9876.0, 9841.0, 9858.0, 9860.0, 9862.0, 9888.0, 9865.0, 9874.0, 9865.0, 9865.0, 9867.0, 9877.0, 9880.0, 9926.0, 9882.0, 9892.0, 9869.0, 9894.0, 9869.0, 9897.0, 9884.0, 9923.0, 9884.0, 9878.0, 9866.0, 9919.0, 9864.0, 9922.0, 9879.0, 9895.0, 9879.0, 9891.0, 9881.0, 9909.0, 9882.0, 9894.0, 9903.0, 9913.0, 9867.0, 9885.0, 9880.0, 9851.0, 9899.0, 9872.0, 9914.0, 9858.0, 9898.0, 9868.0, 9900.0, 9854.0, 9901.0, 9854.0, 9880.0, 9891.0, 9882.0, 9932.0, 9875.0, 9932.0, 9845.0, 9885.0, 9839.0, 9869.0, 9824.0, 9865.0, 9829.0, 9857.0, 9844.0, 9861.0, 9834.0, 9862.0, 9832.0, 9864.0, 9873.0, 9862.0, 9903.0, 9864.0, 9900.0, 9848.0, 9890.0, 9852.0, 9891.0, 9850.0, 9873.0, 9848.0, 9878.0, 9836.0, 9879.0, 9872.0, 9900.0, 9888.0, 9873.0, 9848.0, 9851.0, 9850.0, 9896.0, 9880.0, 9876.0, 9915.0, 9869.0, 9913.0, 9920.0, 9907.0, 9902.0, 9902.0, 9951.0, 9895.0, 9940.0, 9906.0, 9921.0, 9888.0, 9914.0, 9828.0, 9870.0, 9854.0, 9870.0, 9843.0, 9866.0, 9826.0, 9840.0, 9824.0, 9842.0, 9857.0, 9857.0, 9855.0, 9859.0, 9854.0, 9858.0, 9904.0, 9863.0, 9911.0, 9857.0, 9885.0, 9846.0, 9886.0, 9846.0, 9905.0, 9865.0, 9902.0, 9866.0, 9891.0, 9853.0, 9895.0, 9853.0, 9880.0, 9840.0, 9879.0, 9850.0, 9876.0, 9856.0, 9879.0, 9850.0, 9898.0, 9895.0, 9900.0, 9865.0, 9882.0, 9855.0, 9880.0, 9857.0, 9894.0, 9870.0, 9912.0, 9874.0, 9895.0, 9858.0, 9910.0, 9855.0, 9922.0, 9859.0, 9895.0, 9874.0, 9900.0, 9875.0, 9899.0, 9873.0, 9908.0, 9878.0, 9915.0, 9893.0, 9954.0, 9881.0, 9953.0, 9874.0, 9944.0, 9881.0, 9926.0, 9884.0, 9934.0, 9855.0, 9891.0, 9852.0, 9899.0, 9856.0, 9874.0, 9852.0, 9893.0, 9857.0, 9872.0, 9878.0, 9874.0, 9887.0, 9858.0, 9902.0, 9853.0, 9888.0, 9883.0, 9881.0, 9877.0, 9880.0, 9861.0, 9879.0, 9891.0, 9880.0, 9893.0, 9878.0, 9848.0, 9879.0, 9852.0, 9884.0, 9868.0, 9886.0, 9847.0, 9884.0, 9835.0, 9880.0, 9884.0, 9881.0, 9861.0, 9877.0, 9863.0, 9881.0, 9875.0, 9881.0, 9893.0, 9879.0, 9880.0, 9878.0, 9874.0, 9879.0, 9878.0, 9878.0, 9846.0, 9878.0, 9835.0, 9877.0, 9853.0, 9891.0, 9833.0, 9891.0, 9834.0, 9892.0, 9835.0, 9877.0, 9856.0, 9892.0, 9834.0, 9886.0, 9845.0, 9876.0, 9850.0, 9886.0, 9862.0, 9913.0, 9850.0, 9907.0, 9874.0, 9908.0, 9879.0, 9876.0, 9869.0, 9904.0, 9872.0, 9936.0, 9881.0, 9891.0, 9867.0, 9893.0, 9851.0, 9859.0, 9879.0, 9854.0, 9908.0, 9887.0, 9937.0, 9897.0, 9956.0, 9929.0, 9875.0, 9896.0, 9852.0, 9924.0, 9866.0, 9889.0, 9864.0, 9878.0, 9868.0, 9868.0, 9900.0, 9856.0, 9922.0, 9871.0, 9897.0, 9865.0, 9882.0, 9887.0, 9855.0, 9937.0, 9880.0, 9937.0, 9880.0, 9884.0, 9883.0, 9851.0, 9918.0, 9872.0, 9886.0, 9905.0, 9882.0, 9958.0, 9885.0, 9923.0, 9963.0, 9918.0, 9971.0, 9901.0, 9919.0, 9888.0, 9843.0, 9937.0, 9860.0, 9824.0, 9851.0, 9836.0, 9889.0, 9838.0, 9866.0, 9854.0, 9826.0, 9880.0, 9833.0, 9921.0, 9838.0, 9864.0, 9839.0, 9838.0, 9854.0, 9828.0, 9866.0, 9830.0, 9850.0, 9843.0, 9872.0, 9838.0, 9821.0, 9854.0, 9834.0, 9880.0, 9869.0, 9860.0, 9869.0, 9851.0, 9861.0, 9832.0, 9848.0, 9876.0, 9844.0, 9915.0, 9813.0, 9908.0, 9845.0, 9892.0, 9811.0, 9904.0, 9809.0, 9857.0, 9817.0, 9856.0, 9807.0, 9858.0, 9801.0, 9871.0, 9803.0, 9840.0, 9802.0, 9826.0, 9799.0, 9830.0, 9795.0, 9827.0, 9794.0, 9822.0, 9796.0, 9823.0, 9794.0, 9811.0, 9820.0, 9822.0, 9809.0, 9813.0, 9839.0, 9826.0, 9827.0, 9829.0, 9826.0, 9815.0, 9843.0, 9823.0, 9874.0, 9822.0, 9876.0, 9819.0, 9847.0, 9808.0, 9848.0, 9809.0, 9839.0, 9813.0, 9833.0, 9813.0, 9848.0, 9829.0, 9852.0, 9844.0, 9855.0, 9848.0, 9890.0, 9850.0, 9883.0, 9883.0, 9923.0, 9877.0, 9900.0, 9871.0, 9884.0, 9875.0, 9859.0, 9878.0, 9859.0, 9904.0, 9876.0, 9903.0, 9860.0, 9946.0, 9860.0, 9925.0, 9876.0, 9929.0, 9887.0, 9926.0, 9887.0, 9941.0, 9885.0, 9954.0, 9881.0, 9907.0, 9882.0, 9850.0, 9932.0, 9895.0, 9900.0, 9870.0, 9912.0, 9867.0, 9951.0, 9884.0, 9965.0, 9929.0, 9929.0, 9909.0, 9898.0, 9955.0, 9912.0, 9946.0, 9889.0, 9904.0, 9842.0, 9875.0, 9822.0, 9873.0, 9829.0, 9878.0, 9822.0, 9895.0, 9826.0, 9879.0, 9827.0, 9883.0, 9845.0, 9870.0, 9843.0, 9832.0, 9863.0, 9849.0, 9867.0, 9865.0, 9873.0, 9855.0, 9864.0, 9847.0, 9862.0, 9866.0, 9888.0, 9875.0, 9880.0, 9901.0, 9878.0, 9878.0, 9909.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.0020478947368421053</td></tr>
<tr><td colspan=3>aqi</td><td>0.020609537081339717</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.70787367213177</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2403283403473055</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0180724053892218</td></tr>
<tr><td colspan=3>efc</td><td>0.477</td></tr>
<tr><td colspan=3>fber</td><td>5970.8384</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09076374934908367</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.980861244019139</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6765670716005903</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7146546625503167</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.779565115548185</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.535481436703268</td></tr>
<tr><td colspan=3>gcor</td><td>0.0143793</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007402328774333</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01634664088487625</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.882163467541137</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>21.3518</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0717</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.6136</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298820.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>851.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.7959</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5556</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.4723</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3682.2598</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3901.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77724.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4808.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.9744</td></tr>
<tr><td colspan=3>tsnr</td><td>41.86559855751693</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>