<?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-0004_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-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004/ses-02/func/sub-0004_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>40fae97af2750cc5f3855565651bd64e</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>10:21:17.080000</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.99988, 0.00678569, -0.0139418, -0.00558445, 0.996411, 0.0844624]</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.0888017</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7748, -7256, 580, -93, -151, 46, 108]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.625</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5d315a34-da14-469d-80f3-1c37e7cf3efd||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.6826043128967285, -0.014982668682932854, -0.039055146276950836, 111.86400604248047], [-0.01820550300180912, 2.673297882080078, 0.22781087458133698, -103.58810424804688], [-0.03740474954247475, -0.22660645842552185, 2.6900887489318848, -32.05398178100586], [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': ['102117.080000', '102117.540000', '102118.000000', '102118.460000', '102118.920000', '102119.380000', '102119.840000', '102120.300000', '102120.760000', '102121.220000', '102121.680000', '102122.140000', '102122.600000', '102123.060000', '102123.520000', '102123.980000', '102124.440000', '102124.900000', '102125.360000', '102125.820000', '102126.280000', '102126.740000', '102127.200000', '102127.660000', '102128.120000', '102128.580000', '102129.040000', '102129.500000', '102129.960000', '102130.420000', '102130.880000', '102131.340000', '102131.800000', '102132.260000', '102132.720000', '102133.180000', '102133.640000', '102134.100000', '102134.560000', '102135.020000', '102135.480000', '102135.940000', '102136.400000', '102136.860000', '102137.320000', '102137.780000', '102138.240000', '102138.700000', '102139.160000', '102139.620000', '102140.080000', '102140.540000', '102141.000000', '102141.460000', '102141.920000', '102142.380000', '102142.840000', '102143.300000', '102143.760000', '102144.220000', '102144.680000', '102145.140000', '102145.600000', '102146.060000', '102146.520000', '102146.980000', '102147.440000', '102147.900000', '102148.360000', '102148.820000', '102149.280000', '102149.740000', '102150.200000', '102150.660000', '102151.120000', '102151.580000', '102152.040000', '102152.500000', '102152.960000', '102153.420000', '102153.880000', '102154.340000', '102154.800000', '102155.260000', '102155.720000', '102156.180000', '102156.640000', '102157.100000', '102157.560000', '102158.020000', '102158.480000', '102158.940000', '102159.400000', '102159.860000', '102200.320000', '102200.780000', '102201.240000', '102201.700000', '102202.160000', '102202.620000', '102203.080000', '102203.540000', '102204.000000', '102204.460000', '102204.920000', '102205.380000', '102205.840000', '102206.300000', '102206.760000', '102207.220000', '102207.680000', '102208.140000', '102208.600000', '102209.060000', '102209.520000', '102209.980000', '102210.440000', '102210.900000', '102211.360000', '102211.820000', '102212.280000', '102212.740000', '102213.200000', '102213.660000', '102214.120000', '102214.580000', '102215.040000', '102215.500000', '102215.960000', '102216.420000', '102216.880000', '102217.340000', '102217.800000', '102218.260000', '102218.720000', '102219.180000', '102219.640000', '102220.100000', '102220.560000', '102221.020000', '102221.480000', '102221.940000', '102222.400000', '102222.860000', '102223.320000', '102223.780000', '102224.240000', '102224.700000', '102225.160000', '102225.620000', '102226.080000', '102226.540000', '102227.000000', '102227.460000', '102227.920000', '102228.380000', '102228.840000', '102229.300000', '102229.760000', '102230.220000', '102230.680000', '102231.140000', '102231.600000', '102232.060000', '102232.520000', '102232.980000', '102233.440000', '102233.900000', '102234.360000', '102234.820000', '102235.280000', '102235.740000', '102236.200000', '102236.660000', '102237.120000', '102237.580000', '102238.040000', '102238.500000', '102238.960000', '102239.420000', '102239.880000', '102240.340000', '102240.800000', '102241.260000', '102241.720000', '102242.180000', '102242.640000', '102243.100000', '102243.560000', '102244.020000', '102244.480000', '102244.940000', '102245.400000', '102245.860000', '102246.320000', '102246.780000', '102247.240000', '102247.700000', '102248.160000', '102248.620000', '102249.080000', '102249.540000', '102250.000000', '102250.460000', '102250.920000', '102251.380000', '102251.840000', '102252.300000', '102252.760000', '102253.220000', '102253.680000', '102254.140000', '102254.600000', '102255.060000', '102255.520000', '102255.980000', '102256.440000', '102256.900000', '102257.360000', '102257.820000', '102258.280000', '102258.740000', '102259.200000', '102259.660000', '102300.120000', '102300.580000', '102301.040000', '102301.500000', '102301.960000', '102302.420000', '102302.880000', '102303.340000', '102303.800000', '102304.260000', '102304.720000', '102305.180000', '102305.640000', '102306.100000', '102306.560000', '102307.020000', '102307.480000', '102307.940000', '102308.400000', '102308.860000', '102309.320000', '102309.780000', '102310.240000', '102310.700000', '102311.160000', '102311.620000', '102312.080000', '102312.540000', '102313.000000', '102313.460000', '102313.920000', '102314.380000', '102314.840000', '102315.300000', '102315.760000', '102316.220000', '102316.680000', '102317.140000', '102317.600000', '102318.060000', '102318.520000', '102318.980000', '102319.440000', '102319.900000', '102320.360000', '102320.820000', '102321.280000', '102321.740000', '102322.200000', '102322.660000', '102323.120000', '102323.580000', '102324.040000', '102324.500000', '102324.960000', '102325.420000', '102325.880000', '102326.340000', '102326.800000', '102327.260000', '102327.720000', '102328.180000', '102328.640000', '102329.100000', '102329.560000', '102330.020000', '102330.480000', '102330.940000', '102331.400000', '102331.860000', '102332.320000', '102332.780000', '102333.240000', '102333.700000', '102334.160000', '102334.620000', '102335.080000', '102335.540000', '102336.000000', '102336.460000', '102336.920000', '102337.380000', '102337.840000', '102338.300000', '102338.760000', '102339.220000', '102339.680000', '102340.140000', '102340.600000', '102341.060000', '102341.520000', '102341.980000', '102342.440000', '102342.900000', '102343.360000', '102343.820000', '102344.280000', '102344.740000', '102345.200000', '102345.660000', '102346.120000', '102346.580000', '102347.040000', '102347.500000', '102347.960000', '102348.420000', '102348.880000', '102349.340000', '102349.800000', '102350.260000', '102350.720000', '102351.180000', '102351.640000', '102352.100000', '102352.560000', '102353.020000', '102353.480000', '102353.940000', '102354.400000', '102354.860000', '102355.320000', '102355.780000', '102356.240000', '102356.700000', '102357.160000', '102357.620000', '102358.080000', '102358.540000', '102359.000000', '102359.460000', '102359.920000', '102400.380000', '102400.840000', '102401.300000', '102401.760000', '102402.220000', '102402.680000', '102403.140000', '102403.600000', '102404.060000', '102404.520000', '102404.980000', '102405.440000', '102405.900000', '102406.360000', '102406.820000', '102407.280000', '102407.740000', '102408.200000', '102408.660000', '102409.120000', '102409.580000', '102410.040000', '102410.500000', '102410.960000', '102411.420000', '102411.880000', '102412.340000', '102412.800000', '102413.260000', '102413.720000', '102414.180000', '102414.640000', '102415.100000', '102415.560000', '102416.020000', '102416.480000', '102416.940000', '102417.400000', '102417.860000', '102418.320000', '102418.780000', '102419.240000', '102419.700000', '102420.160000', '102420.620000', '102421.080000', '102421.540000', '102422.000000', '102422.460000', '102422.920000', '102423.380000', '102423.840000', '102424.300000', '102424.760000', '102425.220000', '102425.680000', '102426.140000', '102426.600000', '102427.060000', '102427.520000', '102427.980000', '102428.440000', '102428.900000', '102429.360000', '102429.820000', '102430.280000', '102430.740000', '102431.200000', '102431.660000', '102432.120000', '102432.580000', '102433.040000', '102433.500000', '102433.960000', '102434.420000', '102434.880000', '102435.340000', '102435.800000', '102436.260000', '102436.720000', '102437.180000', '102437.640000', '102438.100000', '102438.560000', '102439.020000', '102439.480000', '102439.940000', '102440.400000', '102440.860000', '102441.320000', '102441.780000', '102442.240000', '102442.700000', '102443.160000', '102443.620000', '102444.080000', '102444.540000', '102445.000000', '102445.460000', '102445.920000', '102446.380000', '102446.840000', '102447.300000', '102447.760000', '102448.220000', '102448.680000', '102449.140000', '102449.600000', '102450.060000', '102450.520000', '102450.980000', '102451.440000', '102451.900000', '102452.360000', '102452.820000', '102453.280000', '102453.740000', '102454.200000', '102454.660000', '102455.120000', '102455.580000', '102456.040000', '102456.500000', '102456.960000', '102457.420000', '102457.880000', '102458.340000', '102458.800000', '102459.260000', '102459.720000', '102500.180000', '102500.640000', '102501.100000', '102501.560000', '102502.020000', '102502.480000', '102502.940000', '102503.400000', '102503.860000', '102504.320000', '102504.780000', '102505.240000', '102505.700000', '102506.160000', '102506.620000', '102507.080000', '102507.540000', '102508.000000', '102508.460000', '102508.920000', '102509.380000', '102509.840000', '102510.300000', '102510.760000', '102511.220000', '102511.680000', '102512.140000', '102512.600000', '102513.060000', '102513.520000', '102513.980000', '102514.440000', '102514.900000', '102515.360000', '102515.820000', '102516.280000', '102516.740000', '102517.200000', '102517.660000', '102518.120000', '102518.580000', '102519.040000', '102519.500000', '102519.960000', '102520.420000', '102520.880000', '102521.340000', '102521.800000', '102522.260000', '102522.720000', '102523.180000', '102523.640000', '102524.100000', '102524.560000', '102525.020000', '102525.480000', '102525.940000', '102526.400000', '102526.860000', '102527.320000', '102527.780000', '102528.240000', '102528.700000', '102529.160000', '102529.620000', '102530.080000', '102530.540000', '102531.000000', '102531.460000', '102531.920000', '102532.380000', '102532.840000', '102533.300000', '102533.760000', '102534.220000', '102534.680000', '102535.140000', '102535.600000', '102536.060000', '102536.520000', '102536.980000', '102537.440000', '102537.900000', '102538.360000', '102538.820000', '102539.280000', '102539.740000', '102540.200000', '102540.660000', '102541.120000', '102541.580000', '102542.040000', '102542.500000', '102542.960000', '102543.420000', '102543.880000', '102544.340000', '102544.800000', '102545.260000', '102545.720000', '102546.180000', '102546.640000', '102547.100000', '102547.560000', '102548.020000', '102548.480000', '102548.940000', '102549.400000', '102549.860000', '102550.320000', '102550.780000', '102551.240000', '102551.700000', '102552.160000', '102552.620000', '102553.080000', '102553.540000', '102554.000000', '102554.460000', '102554.920000', '102555.380000', '102555.840000', '102556.300000', '102556.760000', '102557.220000', '102557.680000', '102558.140000', '102558.600000', '102559.060000', '102559.520000', '102559.980000', '102600.440000', '102600.900000', '102601.360000', '102601.820000', '102602.280000', '102602.740000', '102603.200000', '102603.660000', '102604.120000', '102604.580000', '102605.040000', '102605.500000', '102605.960000', '102606.420000', '102606.880000', '102607.340000', '102607.800000', '102608.260000', '102608.720000', '102609.180000', '102609.640000', '102610.100000', '102610.560000', '102611.020000', '102611.480000', '102611.940000', '102612.400000', '102612.860000', '102613.320000', '102613.780000', '102614.240000', '102614.700000', '102615.160000', '102615.620000', '102616.080000', '102616.540000', '102617.000000', '102617.460000', '102617.920000', '102618.380000', '102618.840000', '102619.300000', '102619.760000', '102620.220000', '102620.680000', '102621.140000', '102621.600000', '102622.060000', '102622.520000', '102622.980000', '102623.440000', '102623.900000', '102624.360000', '102624.820000', '102625.280000', '102625.740000', '102626.200000', '102626.660000', '102627.120000', '102627.580000', '102628.040000', '102628.500000', '102628.960000', '102629.420000', '102629.880000', '102630.340000', '102630.800000', '102631.260000', '102631.720000', '102632.180000', '102632.640000', '102633.100000', '102633.560000', '102634.020000', '102634.480000', '102634.940000', '102635.400000', '102635.860000', '102636.320000', '102636.780000', '102637.240000', '102637.700000', '102638.160000', '102638.620000', '102639.080000', '102639.540000', '102640.000000', '102640.460000', '102640.920000', '102641.380000', '102641.840000', '102642.300000', '102642.760000', '102643.220000', '102643.680000', '102644.140000', '102644.600000', '102645.060000', '102645.520000', '102645.980000', '102646.440000', '102646.900000', '102647.360000', '102647.820000', '102648.280000', '102648.740000', '102649.200000', '102649.660000', '102650.120000', '102650.580000', '102651.040000', '102651.500000', '102651.960000', '102652.420000', '102652.880000', '102653.340000', '102653.800000', '102654.260000', '102654.720000', '102655.180000', '102655.640000', '102656.100000', '102656.560000', '102657.020000', '102657.480000', '102657.940000', '102658.400000', '102658.860000', '102659.320000', '102659.780000', '102700.240000', '102700.700000', '102701.160000', '102701.620000', '102702.080000', '102702.540000', '102703.000000', '102703.460000', '102703.920000', '102704.380000', '102704.840000', '102705.300000', '102705.760000', '102706.220000', '102706.680000', '102707.140000', '102707.600000', '102708.060000', '102708.520000', '102708.980000', '102709.440000', '102709.900000', '102710.360000', '102710.820000', '102711.280000', '102711.740000', '102712.200000', '102712.660000', '102713.120000', '102713.580000', '102714.040000', '102714.500000', '102714.960000', '102715.420000', '102715.880000', '102716.340000', '102716.800000', '102717.260000', '102717.720000', '102718.180000', '102718.640000', '102719.100000', '102719.560000', '102720.020000', '102720.480000', '102720.940000', '102721.400000', '102721.860000', '102722.320000', '102722.780000', '102723.240000', '102723.700000', '102724.160000', '102724.620000', '102725.080000', '102725.540000', '102726.000000', '102726.460000', '102726.920000', '102727.380000', '102727.840000', '102728.300000', '102728.760000', '102729.220000', '102729.680000', '102730.140000', '102730.600000', '102731.060000', '102731.520000', '102731.980000', '102732.440000', '102732.900000', '102733.360000', '102733.820000', '102734.280000', '102734.740000', '102735.200000', '102735.660000', '102736.120000', '102736.580000', '102737.040000', '102737.500000', '102737.960000', '102738.420000', '102738.880000', '102739.340000', '102739.800000', '102740.260000', '102740.720000', '102741.180000', '102741.640000', '102742.100000', '102742.560000'], 'ContentTime': ['102142.123000', '102142.127000', '102142.130000', '102142.133000', '102142.136000', '102142.139000', '102142.142000', '102142.145000', '102142.148000', '102142.151000', '102142.154000', '102142.156000', '102142.160000', '102142.162000', '102142.165000', '102142.168000', '102142.171000', '102142.174000', '102142.177000', '102142.180000', '102142.183000', '102142.186000', '102142.188000', '102142.191000', '102142.194000', '102142.197000', '102142.200000', '102142.203000', '102142.206000', '102142.209000', '102142.212000', '102142.214000', '102142.217000', '102142.220000', '102142.223000', '102142.226000', '102142.229000', '102142.232000', '102142.235000', '102142.237000', '102142.240000', '102142.243000', '102142.246000', '102142.249000', '102142.252000', '102142.255000', '102142.258000', '102142.260000', '102142.275000', '102142.278000', '102142.281000', '102142.284000', '102202.089000', '102202.092000', '102202.095000', '102202.098000', '102202.100000', '102202.103000', '102202.106000', '102202.109000', '102202.112000', '102202.115000', '102202.118000', '102202.120000', '102202.123000', '102202.126000', '102202.129000', '102202.132000', '102202.135000', '102202.138000', '102202.141000', '102202.143000', '102202.146000', '102202.149000', '102202.152000', '102202.155000', '102202.158000', '102202.161000', '102202.164000', '102202.176000', '102202.178000', '102202.181000', '102202.184000', '102202.187000', '102202.190000', '102202.193000', '102202.196000', '102202.199000', '102202.201000', '102202.204000', '102202.207000', '102202.210000', '102202.213000', '102202.216000', '102202.219000', '102222.089000', '102222.092000', '102222.095000', '102222.098000', '102222.100000', '102222.103000', '102222.106000', '102222.109000', '102222.112000', '102222.115000', '102222.118000', '102222.121000', '102222.123000', '102222.126000', '102222.129000', '102222.132000', '102222.135000', '102222.138000', '102222.141000', '102222.151000', '102222.154000', '102222.157000', '102222.160000', '102222.163000', '102222.166000', '102222.168000', '102222.171000', '102222.174000', '102222.177000', '102222.180000', '102222.183000', '102222.200000', '102222.203000', '102222.205000', '102222.208000', '102222.211000', '102222.214000', '102222.217000', '102222.219000', '102222.222000', '102222.225000', '102222.228000', '102222.231000', '102222.234000', '102242.089000', '102242.092000', '102242.095000', '102242.098000', '102242.101000', '102242.103000', '102242.106000', '102242.109000', '102242.112000', '102242.115000', '102242.118000', '102242.121000', '102242.124000', '102242.127000', '102242.129000', '102242.132000', '102242.135000', '102242.138000', '102242.141000', '102242.144000', '102242.147000', '102242.150000', '102242.152000', '102242.155000', '102242.158000', '102242.161000', '102242.168000', '102242.171000', '102242.174000', '102242.177000', '102242.180000', '102242.184000', '102242.187000', '102242.190000', '102242.193000', '102242.196000', '102242.198000', '102242.201000', '102242.204000', '102242.207000', '102242.210000', '102242.213000', '102242.216000', '102302.089000', '102302.092000', '102302.095000', '102302.098000', '102302.101000', '102302.103000', '102302.106000', '102302.109000', '102302.112000', '102302.115000', '102302.118000', '102302.121000', '102302.123000', '102302.126000', '102302.129000', '102302.132000', '102302.135000', '102302.138000', '102302.141000', '102302.144000', '102302.146000', '102302.149000', '102302.155000', '102302.158000', '102302.161000', '102302.163000', '102302.166000', '102302.169000', '102302.172000', '102302.175000', '102302.178000', '102302.181000', '102302.184000', '102302.187000', '102302.189000', '102302.192000', '102302.195000', '102302.198000', '102302.201000', '102302.204000', '102302.207000', '102302.209000', '102302.212000', '102302.215000', '102322.089000', '102322.092000', '102322.095000', '102322.098000', '102322.101000', '102322.103000', '102322.106000', '102322.109000', '102322.112000', '102322.115000', '102322.118000', '102322.121000', '102322.123000', '102322.126000', '102322.129000', '102322.132000', '102322.135000', '102322.138000', '102322.141000', '102322.144000', '102322.146000', '102322.149000', '102322.152000', '102322.155000', '102322.158000', '102322.190000', '102322.193000', '102322.195000', '102322.198000', '102322.201000', '102322.204000', '102322.207000', '102322.210000', '102322.213000', '102322.216000', '102322.218000', '102322.221000', '102322.224000', '102322.227000', '102322.230000', '102322.233000', '102322.236000', '102322.239000', '102342.089000', '102342.092000', '102342.095000', '102342.098000', '102342.101000', '102342.104000', '102342.107000', '102342.109000', '102342.112000', '102342.115000', '102342.118000', '102342.121000', '102342.124000', '102342.127000', '102342.130000', '102342.132000', '102342.135000', '102342.138000', '102342.141000', '102342.144000', '102342.147000', '102342.150000', '102342.152000', '102342.155000', '102342.158000', '102342.196000', '102342.199000', '102342.202000', '102342.205000', '102342.208000', '102342.211000', '102342.213000', '102342.216000', '102342.219000', '102342.222000', '102342.225000', '102342.228000', '102342.231000', '102342.233000', '102342.236000', '102342.239000', '102342.242000', '102342.245000', '102342.248000', '102402.089000', '102402.092000', '102402.095000', '102402.098000', '102402.101000', '102402.104000', '102402.106000', '102402.109000', '102402.112000', '102402.115000', '102402.118000', '102402.121000', '102402.133000', '102402.136000', '102402.139000', '102402.142000', '102402.145000', '102402.148000', '102402.150000', '102402.153000', '102402.156000', '102402.159000', '102402.162000', '102402.165000', '102402.168000', '102402.171000', '102402.184000', '102402.187000', '102402.190000', '102402.193000', '102402.196000', '102402.199000', '102402.202000', '102402.205000', '102402.208000', '102402.210000', '102402.213000', '102402.216000', '102402.220000', '102402.227000', '102402.230000', '102402.233000', '102402.236000', '102422.089000', '102422.092000', '102422.095000', '102422.098000', '102422.100000', '102422.103000', '102422.106000', '102422.109000', '102422.112000', '102422.115000', '102422.118000', '102422.121000', '102422.123000', '102422.126000', '102422.129000', '102422.132000', '102422.135000', '102422.138000', '102422.141000', '102422.144000', '102422.147000', '102422.149000', '102422.152000', '102422.155000', '102422.158000', '102422.200000', '102422.203000', '102422.206000', '102422.209000', '102422.211000', '102422.214000', '102422.217000', '102422.220000', '102422.223000', '102422.226000', '102422.228000', '102422.231000', '102422.234000', '102422.237000', '102422.240000', '102422.243000', '102422.246000', '102422.249000', '102422.252000', '102442.089000', '102442.092000', '102442.095000', '102442.098000', '102442.101000', '102442.104000', '102442.107000', '102442.109000', '102442.117000', '102442.120000', '102442.123000', '102442.125000', '102442.128000', '102442.131000', '102442.134000', '102442.137000', '102442.140000', '102442.143000', '102442.146000', '102442.148000', '102442.151000', '102442.154000', '102442.157000', '102442.188000', '102442.191000', '102442.194000', '102442.197000', '102442.200000', '102442.203000', '102442.205000', '102442.208000', '102442.211000', '102442.214000', '102442.217000', '102442.220000', '102442.223000', '102442.226000', '102442.228000', '102442.231000', '102442.234000', '102442.237000', '102442.240000', '102442.243000', '102502.089000', '102502.092000', '102502.095000', '102502.098000', '102502.101000', '102502.104000', '102502.106000', '102502.109000', '102502.112000', '102502.115000', '102502.118000', '102502.121000', '102502.124000', '102502.126000', '102502.129000', '102502.132000', '102502.135000', '102502.138000', '102502.141000', '102502.144000', '102502.147000', '102502.149000', '102502.152000', '102502.155000', '102502.158000', '102502.210000', '102502.213000', '102502.216000', '102502.219000', '102502.222000', '102502.224000', '102502.227000', '102502.230000', '102502.233000', '102502.236000', '102502.239000', '102502.242000', '102502.244000', '102502.247000', '102502.250000', '102502.253000', '102502.256000', '102502.259000', '102522.089000', '102522.092000', '102522.095000', '102522.098000', '102522.108000', '102522.111000', '102522.114000', '102522.117000', '102522.119000', '102522.122000', '102522.130000', '102522.133000', '102522.136000', '102522.139000', '102522.142000', '102522.145000', '102522.147000', '102522.150000', '102522.153000', '102522.156000', '102522.189000', '102522.192000', '102522.195000', '102522.198000', '102522.201000', '102522.204000', '102522.207000', '102522.210000', '102522.213000', '102522.216000', '102522.219000', '102522.222000', '102522.224000', '102522.227000', '102522.230000', '102522.233000', '102522.236000', '102522.239000', '102522.242000', '102522.245000', '102522.248000', '102522.251000', '102522.253000', '102522.256000', '102542.089000', '102542.092000', '102542.097000', '102542.101000', '102542.104000', '102542.107000', '102542.110000', '102542.113000', '102542.130000', '102542.132000', '102542.135000', '102542.138000', '102542.141000', '102542.144000', '102542.147000', '102542.150000', '102542.153000', '102542.156000', '102542.158000', '102542.184000', '102542.187000', '102542.196000', '102542.199000', '102542.202000', '102542.205000', '102542.208000', '102542.211000', '102542.214000', '102542.217000', '102542.220000', '102542.223000', '102542.225000', '102542.228000', '102542.231000', '102542.234000', '102542.237000', '102542.240000', '102542.243000', '102542.246000', '102542.249000', '102542.252000', '102542.255000', '102542.258000', '102602.089000', '102602.092000', '102602.095000', '102602.098000', '102602.101000', '102602.104000', '102602.107000', '102602.110000', '102602.113000', '102602.116000', '102602.119000', '102602.121000', '102602.124000', '102602.127000', '102602.130000', '102602.133000', '102602.136000', '102602.139000', '102602.142000', '102602.145000', '102602.148000', '102602.151000', '102602.154000', '102602.157000', '102602.205000', '102602.208000', '102602.211000', '102602.214000', '102602.217000', '102602.220000', '102602.223000', '102602.226000', '102602.229000', '102602.232000', '102602.234000', '102602.237000', '102602.241000', '102602.243000', '102602.246000', '102602.249000', '102602.252000', '102602.255000', '102602.258000', '102602.261000', '102622.089000', '102622.092000', '102622.095000', '102622.098000', '102622.101000', '102622.104000', '102622.107000', '102622.110000', '102622.113000', '102622.116000', '102622.119000', '102622.122000', '102622.126000', '102622.129000', '102622.131000', '102622.134000', '102622.137000', '102622.140000', '102622.143000', '102622.146000', '102622.149000', '102622.152000', '102622.155000', '102622.158000', '102622.220000', '102622.222000', '102622.225000', '102622.228000', '102622.231000', '102622.234000', '102622.237000', '102622.240000', '102622.243000', '102622.246000', '102622.249000', '102622.252000', '102622.255000', '102622.258000', '102622.260000', '102622.263000', '102622.266000', '102622.269000', '102622.272000', '102642.089000', '102642.101000', '102642.104000', '102642.107000', '102642.110000', '102642.113000', '102642.116000', '102642.119000', '102642.122000', '102642.125000', '102642.127000', '102642.130000', '102642.133000', '102642.136000', '102642.139000', '102642.142000', '102642.145000', '102642.148000', '102642.151000', '102642.154000', '102642.157000', '102642.215000', '102642.218000', '102642.221000', '102642.224000', '102642.227000', '102642.230000', '102642.233000', '102642.235000', '102642.238000', '102642.241000', '102642.244000', '102642.247000', '102642.250000', '102642.253000', '102642.256000', '102642.259000', '102642.262000', '102642.265000', '102642.268000', '102642.271000', '102642.273000', '102642.276000', '102642.279000', '102702.089000', '102702.092000', '102702.095000', '102702.098000', '102702.101000', '102702.104000', '102702.107000', '102702.110000', '102702.113000', '102702.116000', '102702.119000', '102702.122000', '102702.124000', '102702.128000', '102702.130000', '102702.133000', '102702.136000', '102702.139000', '102702.142000', '102702.154000', '102702.158000', '102702.160000', '102702.163000', '102702.167000', '102702.170000', '102702.173000', '102702.175000', '102702.179000', '102702.182000', '102702.184000', '102702.187000', '102702.190000', '102702.193000', '102702.196000', '102702.199000', '102702.202000', '102702.205000', '102702.208000', '102702.211000', '102702.214000', '102702.217000', '102702.220000', '102702.223000', '102722.089000', '102722.092000', '102722.095000', '102722.098000', '102722.101000', '102722.104000', '102722.107000', '102722.110000', '102722.113000', '102722.116000', '102722.120000', '102722.123000', '102722.126000', '102722.129000', '102722.132000', '102722.135000', '102722.138000', '102722.141000', '102722.144000', '102722.147000', '102722.150000', '102722.153000', '102722.156000', '102722.215000', '102722.218000', '102722.221000', '102722.224000', '102722.228000', '102722.230000', '102722.233000', '102722.237000', '102722.239000', '102722.242000', '102722.245000', '102722.249000', '102722.252000', '102722.254000', '102722.257000', '102722.261000', '102722.263000', '102722.266000', '102722.269000', '102722.272000', '102722.275000', '102742.089000', '102742.092000', '102742.096000', '102742.099000', '102742.102000', '102742.105000', '102742.108000', '102742.111000', '102742.114000', '102742.117000', '102742.120000', '102742.123000', '102742.126000', '102742.128000', '102742.131000', '102742.134000', '102742.137000', '102742.140000', '102742.143000', '102742.146000', '102742.149000', '102742.152000', '102742.155000', '102742.209000', '102742.212000', '102742.215000', '102742.218000', '102742.221000', '102742.224000', '102742.227000', '102742.230000', '102742.233000', '102742.235000', '102742.238000', '102742.241000', '102742.244000', '102742.247000', '102742.250000', '102742.253000', '102742.256000', '102742.258000', '102742.261000', '102742.264000', '102744.065000', '102744.069000', '102744.072000', '102744.082000', '102744.085000'], 'InstanceCreationTime': ['102142.123000', '102142.127000', '102142.130000', '102142.133000', '102142.136000', '102142.139000', '102142.142000', '102142.145000', '102142.148000', '102142.151000', '102142.154000', '102142.156000', '102142.160000', '102142.162000', '102142.165000', '102142.168000', '102142.171000', '102142.174000', '102142.177000', '102142.180000', '102142.183000', '102142.186000', '102142.188000', '102142.191000', '102142.194000', '102142.197000', '102142.200000', '102142.203000', '102142.206000', '102142.209000', '102142.212000', '102142.214000', '102142.217000', '102142.220000', '102142.223000', '102142.226000', '102142.229000', '102142.232000', '102142.235000', '102142.237000', '102142.240000', '102142.243000', '102142.246000', '102142.249000', '102142.252000', '102142.255000', '102142.258000', '102142.260000', '102142.275000', '102142.278000', '102142.281000', '102142.284000', '102202.089000', '102202.092000', '102202.095000', '102202.098000', '102202.100000', '102202.103000', '102202.106000', '102202.109000', '102202.112000', '102202.115000', '102202.118000', '102202.120000', '102202.123000', '102202.126000', '102202.129000', '102202.132000', '102202.135000', '102202.138000', '102202.141000', '102202.143000', '102202.146000', '102202.149000', '102202.152000', '102202.155000', '102202.158000', '102202.161000', '102202.164000', '102202.176000', '102202.178000', '102202.181000', '102202.184000', '102202.187000', '102202.190000', '102202.193000', '102202.196000', '102202.199000', '102202.201000', '102202.204000', '102202.207000', '102202.210000', '102202.213000', '102202.216000', '102202.219000', '102222.089000', '102222.092000', '102222.095000', '102222.098000', '102222.100000', '102222.103000', '102222.106000', '102222.109000', '102222.112000', '102222.115000', '102222.118000', '102222.121000', '102222.123000', '102222.126000', '102222.129000', '102222.132000', '102222.135000', '102222.138000', '102222.141000', '102222.151000', '102222.154000', '102222.157000', '102222.160000', '102222.163000', '102222.166000', '102222.168000', '102222.171000', '102222.174000', '102222.177000', '102222.180000', '102222.183000', '102222.200000', '102222.203000', '102222.205000', '102222.208000', '102222.211000', '102222.214000', '102222.217000', '102222.219000', '102222.222000', '102222.225000', '102222.228000', '102222.231000', '102222.234000', '102242.089000', '102242.092000', '102242.095000', '102242.098000', '102242.101000', '102242.103000', '102242.106000', '102242.109000', '102242.112000', '102242.115000', '102242.118000', '102242.121000', '102242.124000', '102242.127000', '102242.129000', '102242.132000', '102242.135000', '102242.138000', '102242.141000', '102242.144000', '102242.147000', '102242.150000', '102242.152000', '102242.155000', '102242.158000', '102242.161000', '102242.168000', '102242.171000', '102242.174000', '102242.177000', '102242.180000', '102242.184000', '102242.187000', '102242.190000', '102242.193000', '102242.196000', '102242.198000', '102242.201000', '102242.204000', '102242.207000', '102242.210000', '102242.213000', '102242.216000', '102302.089000', '102302.092000', '102302.095000', '102302.098000', '102302.101000', '102302.103000', '102302.106000', '102302.109000', '102302.112000', '102302.115000', '102302.118000', '102302.121000', '102302.123000', '102302.126000', '102302.129000', '102302.132000', '102302.135000', '102302.138000', '102302.141000', '102302.144000', '102302.146000', '102302.149000', '102302.155000', '102302.158000', '102302.161000', '102302.163000', '102302.166000', '102302.169000', '102302.172000', '102302.175000', '102302.178000', '102302.181000', '102302.184000', '102302.187000', '102302.189000', '102302.192000', '102302.195000', '102302.198000', '102302.201000', '102302.204000', '102302.207000', '102302.209000', '102302.212000', '102302.215000', '102322.089000', '102322.092000', '102322.095000', '102322.098000', '102322.101000', '102322.103000', '102322.106000', '102322.109000', '102322.112000', '102322.115000', '102322.118000', '102322.121000', '102322.123000', '102322.126000', '102322.129000', '102322.132000', '102322.135000', '102322.138000', '102322.141000', '102322.144000', '102322.146000', '102322.149000', '102322.152000', '102322.155000', '102322.158000', '102322.190000', '102322.193000', '102322.195000', '102322.198000', '102322.201000', '102322.204000', '102322.207000', '102322.210000', '102322.213000', '102322.216000', '102322.218000', '102322.221000', '102322.224000', '102322.227000', '102322.230000', '102322.233000', '102322.236000', '102322.239000', '102342.089000', '102342.092000', '102342.095000', '102342.098000', '102342.101000', '102342.104000', '102342.107000', '102342.109000', '102342.112000', '102342.115000', '102342.118000', '102342.121000', '102342.124000', '102342.127000', '102342.130000', '102342.132000', '102342.135000', '102342.138000', '102342.141000', '102342.144000', '102342.147000', '102342.150000', '102342.152000', '102342.155000', '102342.158000', '102342.196000', '102342.199000', '102342.202000', '102342.205000', '102342.208000', '102342.211000', '102342.213000', '102342.216000', '102342.219000', '102342.222000', '102342.225000', '102342.228000', '102342.231000', '102342.233000', '102342.236000', '102342.239000', '102342.242000', '102342.245000', '102342.248000', '102402.089000', '102402.092000', '102402.095000', '102402.098000', '102402.101000', '102402.104000', '102402.106000', '102402.109000', '102402.112000', '102402.115000', '102402.118000', '102402.121000', '102402.133000', '102402.136000', '102402.139000', '102402.142000', '102402.145000', '102402.148000', '102402.150000', '102402.153000', '102402.156000', '102402.159000', '102402.162000', '102402.165000', '102402.168000', '102402.171000', '102402.184000', '102402.187000', '102402.190000', '102402.193000', '102402.196000', '102402.199000', '102402.202000', '102402.205000', '102402.208000', '102402.210000', '102402.213000', '102402.216000', '102402.220000', '102402.227000', '102402.230000', '102402.233000', '102402.236000', '102422.089000', '102422.092000', '102422.095000', '102422.098000', '102422.100000', '102422.103000', '102422.106000', '102422.109000', '102422.112000', '102422.115000', '102422.118000', '102422.121000', '102422.123000', '102422.126000', '102422.129000', '102422.132000', '102422.135000', '102422.138000', '102422.141000', '102422.144000', '102422.147000', '102422.149000', '102422.152000', '102422.155000', '102422.158000', '102422.200000', '102422.203000', '102422.206000', '102422.209000', '102422.211000', '102422.214000', '102422.217000', '102422.220000', '102422.223000', '102422.226000', '102422.228000', '102422.231000', '102422.234000', '102422.237000', '102422.240000', '102422.243000', '102422.246000', '102422.249000', '102422.252000', '102442.089000', '102442.092000', '102442.095000', '102442.098000', '102442.101000', '102442.104000', '102442.107000', '102442.109000', '102442.117000', '102442.120000', '102442.123000', '102442.125000', '102442.128000', '102442.131000', '102442.134000', '102442.137000', '102442.140000', '102442.143000', '102442.146000', '102442.148000', '102442.151000', '102442.154000', '102442.157000', '102442.188000', '102442.191000', '102442.194000', '102442.197000', '102442.200000', '102442.203000', '102442.205000', '102442.208000', '102442.211000', '102442.214000', '102442.217000', '102442.220000', '102442.223000', '102442.226000', '102442.228000', '102442.231000', '102442.234000', '102442.237000', '102442.240000', '102442.243000', '102502.089000', '102502.092000', '102502.095000', '102502.098000', '102502.101000', '102502.104000', '102502.106000', '102502.109000', '102502.112000', '102502.115000', '102502.118000', '102502.121000', '102502.124000', '102502.126000', '102502.129000', '102502.132000', '102502.135000', '102502.138000', '102502.141000', '102502.144000', '102502.147000', '102502.149000', '102502.152000', '102502.155000', '102502.158000', '102502.210000', '102502.213000', '102502.216000', '102502.219000', '102502.222000', '102502.224000', '102502.227000', '102502.230000', '102502.233000', '102502.236000', '102502.239000', '102502.242000', '102502.244000', '102502.247000', '102502.250000', '102502.253000', '102502.256000', '102502.259000', '102522.089000', '102522.092000', '102522.095000', '102522.098000', '102522.108000', '102522.111000', '102522.114000', '102522.117000', '102522.119000', '102522.122000', '102522.130000', '102522.133000', '102522.136000', '102522.139000', '102522.142000', '102522.145000', '102522.147000', '102522.150000', '102522.153000', '102522.156000', '102522.189000', '102522.192000', '102522.195000', '102522.198000', '102522.201000', '102522.204000', '102522.207000', '102522.210000', '102522.213000', '102522.216000', '102522.219000', '102522.222000', '102522.224000', '102522.227000', '102522.230000', '102522.233000', '102522.236000', '102522.239000', '102522.242000', '102522.245000', '102522.248000', '102522.251000', '102522.253000', '102522.256000', '102542.089000', '102542.092000', '102542.097000', '102542.101000', '102542.104000', '102542.107000', '102542.110000', '102542.113000', '102542.130000', '102542.132000', '102542.135000', '102542.138000', '102542.141000', '102542.144000', '102542.147000', '102542.150000', '102542.153000', '102542.156000', '102542.158000', '102542.184000', '102542.187000', '102542.196000', '102542.199000', '102542.202000', '102542.205000', '102542.208000', '102542.211000', '102542.214000', '102542.217000', '102542.220000', '102542.223000', '102542.225000', '102542.228000', '102542.231000', '102542.234000', '102542.237000', '102542.240000', '102542.243000', '102542.246000', '102542.249000', '102542.252000', '102542.255000', '102542.258000', '102602.089000', '102602.092000', '102602.095000', '102602.098000', '102602.101000', '102602.104000', '102602.107000', '102602.110000', '102602.113000', '102602.116000', '102602.119000', '102602.121000', '102602.124000', '102602.127000', '102602.130000', '102602.133000', '102602.136000', '102602.139000', '102602.142000', '102602.145000', '102602.148000', '102602.151000', '102602.154000', '102602.157000', '102602.205000', '102602.208000', '102602.211000', '102602.214000', '102602.217000', '102602.220000', '102602.223000', '102602.226000', '102602.229000', '102602.232000', '102602.234000', '102602.237000', '102602.241000', '102602.243000', '102602.246000', '102602.249000', '102602.252000', '102602.255000', '102602.258000', '102602.261000', '102622.089000', '102622.092000', '102622.095000', '102622.098000', '102622.101000', '102622.104000', '102622.107000', '102622.110000', '102622.113000', '102622.116000', '102622.119000', '102622.122000', '102622.126000', '102622.129000', '102622.131000', '102622.134000', '102622.137000', '102622.140000', '102622.143000', '102622.146000', '102622.149000', '102622.152000', '102622.155000', '102622.158000', '102622.220000', '102622.222000', '102622.225000', '102622.228000', '102622.231000', '102622.234000', '102622.237000', '102622.240000', '102622.243000', '102622.246000', '102622.249000', '102622.252000', '102622.255000', '102622.258000', '102622.260000', '102622.263000', '102622.266000', '102622.269000', '102622.272000', '102642.089000', '102642.101000', '102642.104000', '102642.107000', '102642.110000', '102642.113000', '102642.116000', '102642.119000', '102642.122000', '102642.125000', '102642.127000', '102642.130000', '102642.133000', '102642.136000', '102642.139000', '102642.142000', '102642.145000', '102642.148000', '102642.151000', '102642.154000', '102642.157000', '102642.215000', '102642.218000', '102642.221000', '102642.224000', '102642.227000', '102642.230000', '102642.233000', '102642.235000', '102642.238000', '102642.241000', '102642.244000', '102642.247000', '102642.250000', '102642.253000', '102642.256000', '102642.259000', '102642.262000', '102642.265000', '102642.268000', '102642.271000', '102642.273000', '102642.276000', '102642.279000', '102702.089000', '102702.092000', '102702.095000', '102702.098000', '102702.101000', '102702.104000', '102702.107000', '102702.110000', '102702.113000', '102702.116000', '102702.119000', '102702.122000', '102702.124000', '102702.128000', '102702.130000', '102702.133000', '102702.136000', '102702.139000', '102702.142000', '102702.154000', '102702.158000', '102702.160000', '102702.163000', '102702.167000', '102702.170000', '102702.173000', '102702.175000', '102702.179000', '102702.182000', '102702.184000', '102702.187000', '102702.190000', '102702.193000', '102702.196000', '102702.199000', '102702.202000', '102702.205000', '102702.208000', '102702.211000', '102702.214000', '102702.217000', '102702.220000', '102702.223000', '102722.089000', '102722.092000', '102722.095000', '102722.098000', '102722.101000', '102722.104000', '102722.107000', '102722.110000', '102722.113000', '102722.116000', '102722.120000', '102722.123000', '102722.126000', '102722.129000', '102722.132000', '102722.135000', '102722.138000', '102722.141000', '102722.144000', '102722.147000', '102722.150000', '102722.153000', '102722.156000', '102722.215000', '102722.218000', '102722.221000', '102722.224000', '102722.228000', '102722.230000', '102722.233000', '102722.237000', '102722.239000', '102722.242000', '102722.245000', '102722.249000', '102722.252000', '102722.254000', '102722.257000', '102722.261000', '102722.263000', '102722.266000', '102722.269000', '102722.272000', '102722.275000', '102742.089000', '102742.092000', '102742.096000', '102742.099000', '102742.102000', '102742.105000', '102742.108000', '102742.111000', '102742.114000', '102742.117000', '102742.120000', '102742.123000', '102742.126000', '102742.128000', '102742.131000', '102742.134000', '102742.137000', '102742.140000', '102742.143000', '102742.146000', '102742.149000', '102742.152000', '102742.155000', '102742.209000', '102742.212000', '102742.215000', '102742.218000', '102742.221000', '102742.224000', '102742.227000', '102742.230000', '102742.233000', '102742.235000', '102742.238000', '102742.241000', '102742.244000', '102742.247000', '102742.250000', '102742.253000', '102742.256000', '102742.258000', '102742.261000', '102742.264000', '102744.065000', '102744.069000', '102744.072000', '102744.082000', '102744.085000'], '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': [9336, 10440, 9002, 9058, 8889, 9236, 8761, 9194, 8874, 9619, 9229, 9274, 8782, 8644, 8413, 8549, 10698, 8473, 10594, 8406, 10526, 8261, 10104, 8798, 8875, 9146, 8503, 11196, 8548, 10638, 8536, 10616, 8390, 8786, 8559, 8601, 10214, 8432, 11100, 8297, 10363, 8800, 9092, 8753, 9012, 11687, 9507, 11096, 8715, 11097, 8381, 9841, 8555, 8645, 10080, 8627, 10703, 8509, 10578, 8813, 9031, 8644, 8542, 11488, 8374, 11013, 8803, 9817, 8643, 8496, 8547, 8566, 8735, 8394, 11083, 9522, 10397, 9668, 8294, 9120, 8281, 10364, 8515, 10780, 8748, 10792, 8872, 10562, 10884, 9392, 13562, 9919, 13036, 9389, 12462, 8624, 11397, 8545, 10892, 8320, 9994, 8514, 9034, 8707, 8943, 8530, 8511, 8562, 8972, 8401, 8736, 8598, 9357, 8721, 9978, 9356, 8459, 9004, 8587, 9162, 8754, 8824, 10156, 9201, 12640, 8977, 10994, 8722, 10194, 8348, 10723, 8516, 10952, 9299, 10241, 8838, 8545, 8686, 9254, 8914, 10309, 9261, 11211, 10119, 10606, 8765, 9491, 8820, 11176, 8870, 11605, 8489, 10940, 8657, 10393, 8386, 9533, 8588, 9281, 8683, 9046, 8917, 8862, 8960, 8735, 8494, 8851, 10507, 8882, 11795, 10326, 10702, 8388, 10872, 8417, 10908, 8620, 11013, 8304, 10754, 8605, 9988, 8929, 9479, 9294, 10471, 9844, 9581, 8674, 8986, 10771, 8590, 11365, 8978, 10776, 8556, 9148, 9302, 8806, 12187, 9815, 12124, 8533, 10672, 8597, 9775, 8770, 8949, 8741, 8781, 11155, 8598, 11081, 8437, 10624, 8495, 10044, 8864, 8759, 8709, 8724, 10713, 8410, 10837, 8645, 10374, 8815, 8974, 8866, 8786, 11883, 10386, 10781, 8466, 10824, 8423, 10037, 8898, 9146, 8925, 8507, 8514, 8624, 10931, 8480, 11385, 9162, 10660, 8610, 10580, 8550, 10435, 8507, 9369, 8737, 9191, 8894, 8316, 8860, 8518, 9705, 8631, 11732, 8743, 11444, 10430, 11446, 8525, 11206, 8889, 11370, 8675, 11025, 8976, 10569, 9063, 9334, 8797, 8949, 10685, 9324, 11151, 8852, 11140, 8800, 10717, 8964, 8888, 8994, 8750, 8791, 8606, 10710, 8806, 10463, 8481, 10309, 9260, 8845, 8816, 8605, 10119, 8615, 10957, 8629, 10702, 8953, 10596, 8771, 10801, 8764, 10766, 8700, 9854, 8973, 9327, 8784, 9714, 10603, 8735, 11544, 9134, 12330, 10007, 12991, 8923, 10011, 8590, 9700, 8676, 10960, 8677, 11277, 8690, 10427, 8170, 9863, 8680, 8910, 9003, 9749, 11185, 10213, 9470, 8720, 8695, 8594, 9638, 8830, 9968, 8520, 9950, 8726, 11366, 9069, 11406, 8843, 10970, 9169, 8840, 9682, 9137, 12287, 10731, 11853, 8624, 10803, 8519, 10163, 8913, 8712, 8836, 8675, 8891, 8689, 9136, 8525, 10819, 8913, 8900, 8566, 9879, 8410, 11422, 9558, 10855, 8509, 11097, 8808, 11122, 8960, 10227, 9218, 8880, 8932, 8952, 8984, 9848, 10940, 9961, 10298, 8569, 11024, 8411, 11246, 9530, 11217, 8546, 10969, 8727, 11076, 9053, 9789, 9016, 8636, 8901, 9534, 9097, 9275, 9040, 8613, 8682, 8574, 10273, 9756, 11228, 10022, 9968, 8545, 10676, 8612, 11507, 9683, 11184, 8694, 11209, 8782, 11071, 8846, 10862, 8812, 10272, 9139, 10719, 8963, 9690, 8828, 9760, 8804, 10590, 8900, 10274, 9271, 10513, 8927, 10585, 8877, 9768, 9145, 10573, 8926, 10076, 9114, 9195, 8720, 9389, 9153, 10553, 8766, 9329, 8711, 8849, 8865, 10401, 8679, 9749, 8780, 9232, 9033, 10446, 8867, 10517, 9161, 10617, 8723, 11029, 8637, 12154, 9208, 11312, 8599, 10659, 8608, 10858, 8794, 11082, 9312, 9671, 8913, 9219, 8756, 9494, 9325, 8752, 8604, 9230, 8977, 8845, 10552, 8591, 9651, 9079, 8936, 9066, 10476, 8730, 9799, 8922, 9075, 9270, 10213, 9210, 10930, 8433, 10574, 8771, 10545, 8786, 9903, 8955, 9309, 8934, 10028, 9061, 10486, 9854, 8854, 9036, 8611, 9133, 9423, 9426, 8810, 8712, 8767, 8859, 8763, 8800, 8838, 10485, 8733, 10266, 8824, 10202, 8470, 10544, 8593, 10200, 8700, 9681, 8972, 10023, 9072, 8610, 9318, 8656, 9076, 8907, 11087, 8875, 10856, 8626, 10965, 8731, 9868, 9456, 9952, 9192, 8714, 8794, 8671, 9558, 8657, 10977, 8757, 11577, 8430, 10610, 8572, 10620, 8705, 10193, 8996, 8391, 8868, 8474, 8884, 8959, 10720, 8345, 11731, 8433, 11263, 8544, 11206, 8591, 10551, 8722, 10467, 8836, 9968, 8717, 9052, 9018, 8979, 8659, 8795, 8720, 8761, 8884, 8973, 8596, 8732, 8610, 8581, 9025, 9354, 8768, 9622, 8641, 9465, 8939, 8989, 9213, 10084, 8466, 8781, 8697, 8945, 8885, 10560, 8980, 10748, 8479, 9976, 8745, 10493, 8606, 10785, 8871, 10539, 8823, 10325, 8940, 10701, 8938, 10783, 8736, 11026, 8819, 10983, 8410, 11213, 8645, 11374, 8597, 11792, 8621, 9732, 8547, 9761, 8592, 10924, 8611, 11178, 9129, 11321, 8231, 10666, 8609, 9001, 8414, 8469, 9034, 8461, 9114, 8762, 9241, 10007, 8876, 10151, 8729, 11271, 8799, 12210, 9518, 13433, 8600, 11089, 8871, 10881, 8746, 11160, 8465, 10792, 8767, 10279, 8545, 10302, 8729, 10030, 8977, 9058, 9047, 9469, 9104, 9568, 8829, 10143, 8930, 8717, 8874, 9405, 8938, 10626, 8676, 10171, 8563, 9036, 8970, 9916, 10904, 10286, 11435, 8673, 11687, 8571, 11378, 8413, 11063, 8872, 10243, 8798, 9248, 8870, 9361, 8946, 9329, 9129, 9965, 8952, 8769, 9048, 8842, 8648, 9507, 10714, 9850, 9176, 8768, 10084, 8810, 11386, 8478, 11347, 9091, 10995, 8592, 10783, 8915, 10803, 8809, 10531, 8751, 10289, 8553, 10211, 8826, 8621, 8903, 8711, 9224, 8628, 8950, 9790, 10433, 9326, 9110, 8631, 8896, 9040, 9023, 9692, 9580, 9054, 8996, 8806, 8880, 8843, 9254, 9348, 10148, 9938, 8754, 8663, 8837, 8787, 10092, 8926, 11727, 10007, 10312, 9222, 10361, 8724, 11112, 8503, 11007, 8622, 10931, 8489, 10864, 8393, 10804, 8727, 10627, 9038, 10952, 8685, 11140, 8665, 10768, 8478, 10684, 8707, 10910, 8588, 10795, 9156], 'WindowCenter': [4816.0, 4808.0, 4775.0, 4771.0, 4758.0, 4767.0, 4746.0, 4758.0, 4747.0, 4767.0, 4754.0, 4753.0, 4744.0, 4745.0, 4732.0, 4745.0, 4773.0, 4749.0, 4777.0, 4759.0, 4788.0, 4758.0, 4790.0, 4759.0, 4770.0, 4768.0, 4758.0, 4787.0, 4759.0, 4778.0, 4760.0, 4787.0, 4748.0, 4757.0, 4758.0, 4760.0, 4776.0, 4751.0, 4788.0, 4749.0, 4778.0, 4759.0, 4758.0, 4757.0, 4768.0, 4798.0, 4781.0, 4789.0, 4758.0, 4788.0, 4751.0, 4780.0, 4749.0, 4762.0, 4781.0, 4761.0, 4788.0, 4773.0, 4792.0, 4772.0, 4772.0, 4761.0, 4759.0, 4791.0, 4750.0, 4789.0, 4760.0, 4780.0, 4759.0, 4758.0, 4758.0, 4760.0, 4760.0, 4760.0, 4798.0, 4792.0, 4818.0, 4820.0, 4789.0, 4783.0, 4761.0, 4778.0, 4759.0, 4788.0, 4760.0, 4801.0, 4772.0, 4793.0, 4790.0, 4772.0, 4806.0, 4768.0, 4782.0, 4744.0, 4780.0, 4731.0, 4760.0, 4730.0, 4761.0, 4721.0, 4749.0, 4717.0, 4730.0, 4717.0, 4728.0, 4717.0, 4731.0, 4728.0, 4742.0, 4731.0, 4741.0, 4744.0, 4754.0, 4755.0, 4767.0, 4765.0, 4747.0, 4757.0, 4745.0, 4754.0, 4742.0, 4743.0, 4762.0, 4756.0, 4784.0, 4743.0, 4757.0, 4741.0, 4749.0, 4731.0, 4762.0, 4742.0, 4771.0, 4756.0, 4764.0, 4757.0, 4745.0, 4746.0, 4754.0, 4755.0, 4763.0, 4767.0, 4784.0, 4778.0, 4774.0, 4745.0, 4754.0, 4755.0, 4772.0, 4742.0, 4772.0, 4743.0, 4764.0, 4734.0, 4762.0, 4733.0, 4753.0, 4743.0, 4753.0, 4742.0, 4755.0, 4753.0, 4757.0, 4756.0, 4757.0, 4744.0, 4756.0, 4774.0, 4756.0, 4783.0, 4776.0, 4774.0, 4746.0, 4774.0, 4744.0, 4774.0, 4747.0, 4774.0, 4745.0, 4773.0, 4744.0, 4765.0, 4754.0, 4767.0, 4755.0, 4777.0, 4765.0, 4767.0, 4746.0, 4756.0, 4772.0, 4744.0, 4769.0, 4741.0, 4771.0, 4732.0, 4752.0, 4742.0, 4742.0, 4769.0, 4750.0, 4768.0, 4728.0, 4749.0, 4720.0, 4749.0, 4727.0, 4741.0, 4730.0, 4742.0, 4769.0, 4732.0, 4769.0, 4734.0, 4761.0, 4741.0, 4751.0, 4742.0, 4743.0, 4745.0, 4755.0, 4776.0, 4746.0, 4774.0, 4755.0, 4775.0, 4754.0, 4754.0, 4755.0, 4755.0, 4784.0, 4776.0, 4774.0, 4747.0, 4774.0, 4745.0, 4766.0, 4756.0, 4765.0, 4754.0, 4756.0, 4755.0, 4758.0, 4787.0, 4756.0, 4787.0, 4766.0, 4775.0, 4758.0, 4775.0, 4757.0, 4775.0, 4745.0, 4765.0, 4747.0, 4768.0, 4756.0, 4746.0, 4755.0, 4755.0, 4765.0, 4770.0, 4799.0, 4758.0, 4797.0, 4788.0, 4797.0, 4758.0, 4785.0, 4756.0, 4789.0, 4757.0, 4789.0, 4758.0, 4776.0, 4755.0, 4768.0, 4745.0, 4757.0, 4775.0, 4755.0, 4774.0, 4753.0, 4772.0, 4743.0, 4772.0, 4743.0, 4753.0, 4743.0, 4745.0, 4742.0, 4744.0, 4773.0, 4755.0, 4775.0, 4756.0, 4776.0, 4766.0, 4766.0, 4755.0, 4757.0, 4776.0, 4757.0, 4786.0, 4758.0, 4786.0, 4768.0, 4787.0, 4770.0, 4798.0, 4770.0, 4800.0, 4760.0, 4779.0, 4759.0, 4767.0, 4758.0, 4767.0, 4775.0, 4757.0, 4784.0, 4766.0, 4794.0, 4766.0, 4805.0, 4755.0, 4765.0, 4756.0, 4765.0, 4756.0, 4776.0, 4757.0, 4789.0, 4758.0, 4774.0, 4745.0, 4763.0, 4745.0, 4757.0, 4744.0, 4754.0, 4774.0, 4765.0, 4753.0, 4743.0, 4745.0, 4744.0, 4766.0, 4755.0, 4778.0, 4760.0, 4777.0, 4757.0, 4786.0, 4758.0, 4789.0, 4746.0, 4775.0, 4753.0, 4744.0, 4753.0, 4752.0, 4781.0, 4763.0, 4771.0, 4732.0, 4761.0, 4731.0, 4752.0, 4743.0, 4731.0, 4739.0, 4734.0, 4741.0, 4743.0, 4743.0, 4748.0, 4773.0, 4755.0, 4744.0, 4755.0, 4764.0, 4748.0, 4784.0, 4768.0, 4775.0, 4747.0, 4772.0, 4755.0, 4784.0, 4744.0, 4764.0, 4756.0, 4755.0, 4744.0, 4754.0, 4743.0, 4766.0, 4773.0, 4764.0, 4764.0, 4746.0, 4771.0, 4747.0, 4774.0, 4764.0, 4772.0, 4746.0, 4764.0, 4746.0, 4773.0, 4743.0, 4753.0, 4743.0, 4742.0, 4741.0, 4753.0, 4742.0, 4753.0, 4742.0, 4745.0, 4743.0, 4745.0, 4763.0, 4763.0, 4773.0, 4764.0, 4762.0, 4746.0, 4764.0, 4743.0, 4781.0, 4764.0, 4774.0, 4743.0, 4773.0, 4745.0, 4774.0, 4743.0, 4771.0, 4745.0, 4759.0, 4754.0, 4773.0, 4753.0, 4754.0, 4754.0, 4764.0, 4757.0, 4774.0, 4756.0, 4776.0, 4754.0, 4772.0, 4754.0, 4776.0, 4755.0, 4765.0, 4756.0, 4774.0, 4745.0, 4764.0, 4743.0, 4752.0, 4743.0, 4753.0, 4752.0, 4773.0, 4744.0, 4754.0, 4745.0, 4753.0, 4753.0, 4775.0, 4746.0, 4764.0, 4747.0, 4756.0, 4756.0, 4775.0, 4757.0, 4775.0, 4765.0, 4775.0, 4746.0, 4774.0, 4746.0, 4782.0, 4755.0, 4774.0, 4744.0, 4761.0, 4743.0, 4774.0, 4744.0, 4774.0, 4756.0, 4753.0, 4753.0, 4742.0, 4744.0, 4753.0, 4753.0, 4743.0, 4743.0, 4753.0, 4754.0, 4756.0, 4776.0, 4744.0, 4755.0, 4743.0, 4742.0, 4743.0, 4775.0, 4741.0, 4753.0, 4742.0, 4742.0, 4752.0, 4760.0, 4751.0, 4772.0, 4744.0, 4772.0, 4744.0, 4774.0, 4756.0, 4765.0, 4756.0, 4753.0, 4755.0, 4763.0, 4755.0, 4773.0, 4766.0, 4743.0, 4754.0, 4742.0, 4752.0, 4751.0, 4751.0, 4741.0, 4743.0, 4742.0, 4743.0, 4743.0, 4742.0, 4753.0, 4772.0, 4744.0, 4774.0, 4753.0, 4773.0, 4744.0, 4773.0, 4756.0, 4774.0, 4756.0, 4764.0, 4756.0, 4765.0, 4755.0, 4747.0, 4765.0, 4746.0, 4754.0, 4753.0, 4786.0, 4755.0, 4774.0, 4744.0, 4775.0, 4743.0, 4762.0, 4765.0, 4762.0, 4755.0, 4743.0, 4745.0, 4743.0, 4752.0, 4741.0, 4774.0, 4743.0, 4783.0, 4734.0, 4771.0, 4743.0, 4761.0, 4744.0, 4762.0, 4755.0, 4744.0, 4754.0, 4744.0, 4754.0, 4755.0, 4786.0, 4746.0, 4797.0, 4747.0, 4784.0, 4745.0, 4773.0, 4742.0, 4763.0, 4741.0, 4761.0, 4742.0, 4754.0, 4730.0, 4741.0, 4741.0, 4740.0, 4732.0, 4741.0, 4729.0, 4744.0, 4741.0, 4742.0, 4742.0, 4755.0, 4742.0, 4744.0, 4753.0, 4764.0, 4744.0, 4766.0, 4746.0, 4765.0, 4741.0, 4743.0, 4752.0, 4764.0, 4733.0, 4741.0, 4741.0, 4744.0, 4740.0, 4761.0, 4742.0, 4773.0, 4734.0, 4761.0, 4744.0, 4762.0, 4730.0, 4760.0, 4740.0, 4760.0, 4741.0, 4760.0, 4740.0, 4762.0, 4741.0, 4761.0, 4729.0, 4758.0, 4741.0, 4759.0, 4730.0, 4759.0, 4730.0, 4770.0, 4733.0, 4782.0, 4742.0, 4750.0, 4731.0, 4748.0, 4731.0, 4759.0, 4741.0, 4773.0, 4752.0, 4770.0, 4733.0, 4760.0, 4730.0, 4731.0, 4731.0, 4732.0, 4743.0, 4745.0, 4756.0, 4758.0, 4769.0, 4779.0, 4758.0, 4762.0, 4734.0, 4762.0, 4732.0, 4781.0, 4753.0, 4791.0, 4733.0, 4759.0, 4741.0, 4761.0, 4732.0, 4759.0, 4722.0, 4760.0, 4730.0, 4749.0, 4731.0, 4763.0, 4744.0, 4752.0, 4742.0, 4740.0, 4741.0, 4752.0, 4743.0, 4753.0, 4743.0, 4763.0, 4745.0, 4742.0, 4744.0, 4754.0, 4755.0, 4776.0, 4745.0, 4764.0, 4744.0, 4743.0, 4741.0, 4751.0, 4760.0, 4763.0, 4769.0, 4733.0, 4769.0, 4729.0, 4757.0, 4719.0, 4759.0, 4729.0, 4748.0, 4730.0, 4739.0, 4730.0, 4741.0, 4741.0, 4740.0, 4751.0, 4762.0, 4742.0, 4744.0, 4742.0, 4744.0, 4732.0, 4752.0, 4760.0, 4755.0, 4742.0, 4731.0, 4749.0, 4740.0, 4761.0, 4730.0, 4759.0, 4740.0, 4758.0, 4732.0, 4758.0, 4728.0, 4758.0, 4729.0, 4749.0, 4718.0, 4750.0, 4729.0, 4750.0, 4730.0, 4729.0, 4740.0, 4730.0, 4741.0, 4741.0, 4742.0, 4764.0, 4762.0, 4742.0, 4742.0, 4731.0, 4742.0, 4741.0, 4730.0, 4750.0, 4739.0, 4741.0, 4741.0, 4742.0, 4743.0, 4754.0, 4752.0, 4755.0, 4764.0, 4765.0, 4733.0, 4742.0, 4731.0, 4731.0, 4748.0, 4741.0, 4771.0, 4752.0, 4750.0, 4741.0, 4750.0, 4729.0, 4758.0, 4720.0, 4748.0, 4730.0, 4759.0, 4732.0, 4758.0, 4729.0, 4760.0, 4731.0, 4759.0, 4740.0, 4759.0, 4742.0, 4772.0, 4743.0, 4771.0, 4732.0, 4761.0, 4732.0, 4760.0, 4730.0, 4762.0, 4741.0], 'WindowWidth': [10532.0, 10506.0, 10453.0, 10440.0, 10417.0, 10427.0, 10396.0, 10415.0, 10397.0, 10424.0, 10402.0, 10401.0, 10388.0, 10391.0, 10372.0, 10393.0, 10430.0, 10405.0, 10438.0, 10418.0, 10457.0, 10417.0, 10463.0, 10419.0, 10435.0, 10429.0, 10418.0, 10453.0, 10418.0, 10441.0, 10421.0, 10456.0, 10401.0, 10415.0, 10414.0, 10421.0, 10438.0, 10409.0, 10455.0, 10407.0, 10443.0, 10418.0, 10418.0, 10413.0, 10432.0, 10470.0, 10450.0, 10458.0, 10418.0, 10457.0, 10408.0, 10445.0, 10402.0, 10425.0, 10449.0, 10425.0, 10458.0, 10441.0, 10466.0, 10438.0, 10440.0, 10421.0, 10421.0, 10460.0, 10406.0, 10457.0, 10418.0, 10447.0, 10416.0, 10416.0, 10417.0, 10421.0, 10420.0, 10423.0, 10473.0, 10476.0, 10520.0, 10524.0, 10480.0, 10458.0, 10426.0, 10442.0, 10417.0, 10457.0, 10422.0, 10479.0, 10439.0, 10470.0, 10463.0, 10440.0, 10479.0, 10426.0, 10437.0, 10386.0, 10431.0, 10366.0, 10403.0, 10363.0, 10404.0, 10350.0, 10388.0, 10342.0, 10361.0, 10339.0, 10356.0, 10341.0, 10366.0, 10359.0, 10383.0, 10367.0, 10381.0, 10391.0, 10404.0, 10409.0, 10427.0, 10425.0, 10400.0, 10413.0, 10395.0, 10405.0, 10385.0, 10389.0, 10410.0, 10409.0, 10442.0, 10387.0, 10401.0, 10381.0, 10391.0, 10370.0, 10410.0, 10386.0, 10425.0, 10410.0, 10419.0, 10412.0, 10395.0, 10395.0, 10405.0, 10410.0, 10416.0, 10427.0, 10446.0, 10443.0, 10432.0, 10395.0, 10404.0, 10405.0, 10424.0, 10385.0, 10424.0, 10387.0, 10415.0, 10374.0, 10409.0, 10374.0, 10400.0, 10387.0, 10400.0, 10387.0, 10407.0, 10404.0, 10415.0, 10411.0, 10414.0, 10394.0, 10412.0, 10430.0, 10411.0, 10443.0, 10438.0, 10432.0, 10396.0, 10431.0, 10393.0, 10432.0, 10398.0, 10431.0, 10395.0, 10431.0, 10392.0, 10420.0, 10406.0, 10427.0, 10408.0, 10443.0, 10421.0, 10427.0, 10396.0, 10410.0, 10426.0, 10390.0, 10418.0, 10382.0, 10423.0, 10370.0, 10399.0, 10382.0, 10383.0, 10416.0, 10390.0, 10412.0, 10359.0, 10387.0, 10348.0, 10389.0, 10357.0, 10381.0, 10365.0, 10384.0, 10417.0, 10371.0, 10417.0, 10375.0, 10409.0, 10384.0, 10396.0, 10385.0, 10389.0, 10392.0, 10408.0, 10436.0, 10397.0, 10432.0, 10409.0, 10436.0, 10404.0, 10407.0, 10405.0, 10409.0, 10446.0, 10436.0, 10432.0, 10398.0, 10431.0, 10394.0, 10422.0, 10409.0, 10423.0, 10406.0, 10411.0, 10408.0, 10417.0, 10452.0, 10412.0, 10453.0, 10427.0, 10437.0, 10415.0, 10436.0, 10413.0, 10436.0, 10393.0, 10423.0, 10399.0, 10429.0, 10410.0, 10397.0, 10409.0, 10411.0, 10421.0, 10436.0, 10472.0, 10419.0, 10468.0, 10459.0, 10468.0, 10417.0, 10449.0, 10412.0, 10456.0, 10412.0, 10458.0, 10415.0, 10437.0, 10408.0, 10429.0, 10396.0, 10414.0, 10433.0, 10409.0, 10432.0, 10402.0, 10426.0, 10389.0, 10427.0, 10387.0, 10404.0, 10388.0, 10393.0, 10385.0, 10391.0, 10428.0, 10407.0, 10434.0, 10411.0, 10440.0, 10423.0, 10426.0, 10410.0, 10414.0, 10437.0, 10416.0, 10453.0, 10419.0, 10454.0, 10433.0, 10456.0, 10437.0, 10473.0, 10437.0, 10479.0, 10422.0, 10447.0, 10419.0, 10428.0, 10414.0, 10428.0, 10435.0, 10412.0, 10447.0, 10425.0, 10461.0, 10426.0, 10477.0, 10410.0, 10421.0, 10413.0, 10423.0, 10413.0, 10437.0, 10412.0, 10459.0, 10414.0, 10432.0, 10393.0, 10415.0, 10393.0, 10411.0, 10388.0, 10405.0, 10429.0, 10420.0, 10400.0, 10389.0, 10392.0, 10392.0, 10422.0, 10411.0, 10444.0, 10422.0, 10442.0, 10415.0, 10452.0, 10415.0, 10458.0, 10394.0, 10434.0, 10401.0, 10391.0, 10398.0, 10398.0, 10435.0, 10411.0, 10419.0, 10370.0, 10408.0, 10366.0, 10395.0, 10385.0, 10369.0, 10376.0, 10373.0, 10379.0, 10385.0, 10384.0, 10398.0, 10428.0, 10406.0, 10391.0, 10407.0, 10417.0, 10401.0, 10446.0, 10428.0, 10435.0, 10398.0, 10429.0, 10406.0, 10445.0, 10391.0, 10418.0, 10407.0, 10406.0, 10390.0, 10404.0, 10386.0, 10423.0, 10428.0, 10416.0, 10416.0, 10395.0, 10424.0, 10397.0, 10430.0, 10418.0, 10425.0, 10393.0, 10415.0, 10393.0, 10429.0, 10386.0, 10399.0, 10386.0, 10384.0, 10382.0, 10403.0, 10385.0, 10401.0, 10387.0, 10392.0, 10388.0, 10393.0, 10415.0, 10418.0, 10430.0, 10417.0, 10413.0, 10396.0, 10416.0, 10391.0, 10438.0, 10417.0, 10430.0, 10390.0, 10427.0, 10393.0, 10430.0, 10389.0, 10424.0, 10391.0, 10406.0, 10402.0, 10429.0, 10401.0, 10405.0, 10405.0, 10419.0, 10411.0, 10432.0, 10410.0, 10438.0, 10405.0, 10428.0, 10406.0, 10437.0, 10409.0, 10421.0, 10407.0, 10432.0, 10394.0, 10418.0, 10387.0, 10400.0, 10388.0, 10401.0, 10401.0, 10431.0, 10391.0, 10406.0, 10394.0, 10404.0, 10403.0, 10436.0, 10396.0, 10420.0, 10400.0, 10410.0, 10410.0, 10437.0, 10413.0, 10437.0, 10424.0, 10435.0, 10398.0, 10432.0, 10396.0, 10442.0, 10408.0, 10432.0, 10391.0, 10412.0, 10390.0, 10430.0, 10393.0, 10431.0, 10407.0, 10402.0, 10402.0, 10386.0, 10392.0, 10402.0, 10404.0, 10390.0, 10391.0, 10404.0, 10407.0, 10409.0, 10438.0, 10392.0, 10407.0, 10388.0, 10386.0, 10386.0, 10432.0, 10383.0, 10400.0, 10385.0, 10385.0, 10399.0, 10409.0, 10399.0, 10428.0, 10392.0, 10428.0, 10392.0, 10432.0, 10410.0, 10421.0, 10411.0, 10404.0, 10408.0, 10416.0, 10409.0, 10430.0, 10425.0, 10390.0, 10405.0, 10385.0, 10400.0, 10397.0, 10398.0, 10383.0, 10387.0, 10385.0, 10388.0, 10387.0, 10385.0, 10401.0, 10428.0, 10391.0, 10431.0, 10404.0, 10431.0, 10394.0, 10432.0, 10412.0, 10433.0, 10411.0, 10418.0, 10412.0, 10422.0, 10410.0, 10400.0, 10423.0, 10397.0, 10405.0, 10403.0, 10450.0, 10407.0, 10432.0, 10391.0, 10432.0, 10390.0, 10414.0, 10422.0, 10414.0, 10406.0, 10389.0, 10393.0, 10388.0, 10399.0, 10384.0, 10432.0, 10389.0, 10441.0, 10377.0, 10423.0, 10388.0, 10410.0, 10392.0, 10414.0, 10408.0, 10392.0, 10406.0, 10392.0, 10406.0, 10408.0, 10453.0, 10400.0, 10468.0, 10399.0, 10446.0, 10393.0, 10429.0, 10386.0, 10413.0, 10383.0, 10408.0, 10382.0, 10402.0, 10366.0, 10381.0, 10380.0, 10378.0, 10368.0, 10382.0, 10363.0, 10390.0, 10384.0, 10385.0, 10385.0, 10407.0, 10388.0, 10393.0, 10402.0, 10420.0, 10393.0, 10424.0, 10398.0, 10420.0, 10385.0, 10389.0, 10398.0, 10417.0, 10373.0, 10383.0, 10384.0, 10388.0, 10379.0, 10411.0, 10386.0, 10429.0, 10376.0, 10411.0, 10389.0, 10411.0, 10366.0, 10406.0, 10379.0, 10405.0, 10380.0, 10407.0, 10380.0, 10411.0, 10382.0, 10408.0, 10364.0, 10400.0, 10378.0, 10400.0, 10365.0, 10402.0, 10365.0, 10418.0, 10372.0, 10437.0, 10383.0, 10394.0, 10368.0, 10386.0, 10368.0, 10402.0, 10381.0, 10426.0, 10399.0, 10419.0, 10371.0, 10402.0, 10365.0, 10366.0, 10367.0, 10367.0, 10386.0, 10393.0, 10409.0, 10416.0, 10432.0, 10446.0, 10412.0, 10411.0, 10375.0, 10409.0, 10370.0, 10436.0, 10398.0, 10448.0, 10371.0, 10403.0, 10380.0, 10406.0, 10368.0, 10402.0, 10354.0, 10403.0, 10365.0, 10388.0, 10368.0, 10413.0, 10388.0, 10398.0, 10384.0, 10381.0, 10382.0, 10397.0, 10385.0, 10402.0, 10388.0, 10416.0, 10392.0, 10387.0, 10391.0, 10404.0, 10407.0, 10437.0, 10393.0, 10418.0, 10389.0, 10386.0, 10379.0, 10396.0, 10406.0, 10412.0, 10414.0, 10368.0, 10413.0, 10360.0, 10396.0, 10347.0, 10401.0, 10360.0, 10385.0, 10364.0, 10375.0, 10363.0, 10379.0, 10378.0, 10380.0, 10396.0, 10413.0, 10384.0, 10388.0, 10384.0, 10388.0, 10368.0, 10397.0, 10405.0, 10403.0, 10382.0, 10368.0, 10389.0, 10378.0, 10404.0, 10365.0, 10402.0, 10377.0, 10400.0, 10369.0, 10400.0, 10358.0, 10398.0, 10361.0, 10386.0, 10345.0, 10390.0, 10361.0, 10390.0, 10364.0, 10362.0, 10378.0, 10365.0, 10380.0, 10382.0, 10382.0, 10416.0, 10411.0, 10386.0, 10383.0, 10367.0, 10381.0, 10379.0, 10362.0, 10393.0, 10377.0, 10381.0, 10381.0, 10385.0, 10389.0, 10405.0, 10399.0, 10409.0, 10416.0, 10420.0, 10373.0, 10384.0, 10367.0, 10366.0, 10385.0, 10380.0, 10420.0, 10396.0, 10392.0, 10380.0, 10390.0, 10361.0, 10397.0, 10348.0, 10383.0, 10361.0, 10399.0, 10367.0, 10399.0, 10363.0, 10403.0, 10367.0, 10401.0, 10378.0, 10403.0, 10385.0, 10425.0, 10387.0, 10422.0, 10370.0, 10407.0, 10370.0, 10406.0, 10365.0, 10410.0, 10381.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.0006022727272727272</td></tr>
<tr><td colspan=3>aqi</td><td>0.01620541626794258</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.005979256958106</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2148964259041914</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9965975836167661</td></tr>
<tr><td colspan=3>efc</td><td>0.473</td></tr>
<tr><td colspan=3>fber</td><td>7580.6318</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06328782500635335</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5980861244019139</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.418057964897281</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.370996398016495</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6550145730631565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.22816292361219</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123208</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0035019689239561558</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034365974366664886</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.70670575150508</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>18.4102</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7842</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.2591</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297961.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>892.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.7216</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0018</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>654.7303</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3933.6604</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78583.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5266.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1124.7112</td></tr>
<tr><td colspan=3>tsnr</td><td>43.7290689824149</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>