<?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-0025_ses-02_task-faces_acq-mb8_run-02_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-0025_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0025_suffix-bold_task-faces" 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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0025_suffix-bold_task-faces" 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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0025_suffix-bold_task-faces" 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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0025_suffix-bold_task-faces" 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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0025_suffix-bold_task-faces" 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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0025_suffix-bold_task-faces" 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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0025_suffix-bold_task-faces" 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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-02_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-0025/ses-02/func/sub-0025_ses-02_task-faces_acq-mb8_run-02_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>98f51305027b28b062ec0310b34fa105</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>21:02:23.762500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999796, 0.0162727, -0.011966, -0.017277, 0.995858, -0.0892672]</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.259</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-02_task-faces_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.0980151</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7760, -7253, 117, -143, -142, -138, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>294.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0d902e6b-7b91-400e-9b6f-937df4f06c18||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823794841766357, -0.04635284096002579, -0.028252320364117622, 112.27888488769531], [-0.04365839809179306, 2.671813726425171, -0.24153044819831848, -85.49154663085938], [-0.03210391104221344, 0.2394973635673523, 2.6890265941619873, -108.26502990722656], [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, 914]</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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['210223.762500', '210224.222500', '210224.682500', '210225.142500', '210225.602500', '210226.062500', '210226.522500', '210226.982500', '210227.442500', '210227.902500', '210228.362500', '210228.822500', '210229.282500', '210229.742500', '210230.202500', '210230.662500', '210231.122500', '210231.582500', '210232.042500', '210232.502500', '210232.962500', '210233.422500', '210233.882500', '210234.342500', '210234.802500', '210235.262500', '210235.722500', '210236.182500', '210236.642500', '210237.102500', '210237.562500', '210238.022500', '210238.482500', '210238.942500', '210239.402500', '210239.862500', '210240.322500', '210240.782500', '210241.242500', '210241.702500', '210242.162500', '210242.622500', '210243.082500', '210243.542500', '210244.002500', '210244.462500', '210244.922500', '210245.382500', '210245.842500', '210246.302500', '210246.762500', '210247.222500', '210247.682500', '210248.142500', '210248.602500', '210249.062500', '210249.522500', '210249.982500', '210250.442500', '210250.902500', '210251.362500', '210251.822500', '210252.282500', '210252.742500', '210253.202500', '210253.662500', '210254.122500', '210254.582500', '210255.042500', '210255.502500', '210255.962500', '210256.422500', '210256.882500', '210257.342500', '210257.802500', '210258.262500', '210258.722500', '210259.182500', '210259.642500', '210300.102500', '210300.562500', '210301.022500', '210301.482500', '210301.942500', '210302.402500', '210302.862500', '210303.322500', '210303.782500', '210304.242500', '210304.702500', '210305.162500', '210305.622500', '210306.082500', '210306.542500', '210307.002500', '210307.462500', '210307.922500', '210308.382500', '210308.842500', '210309.302500', '210309.762500', '210310.222500', '210310.682500', '210311.142500', '210311.602500', '210312.062500', '210312.522500', '210312.982500', '210313.442500', '210313.902500', '210314.362500', '210314.822500', '210315.282500', '210315.742500', '210316.202500', '210316.662500', '210317.122500', '210317.582500', '210318.042500', '210318.502500', '210318.962500', '210319.422500', '210319.882500', '210320.342500', '210320.802500', '210321.262500', '210321.722500', '210322.182500', '210322.642500', '210323.102500', '210323.562500', '210324.022500', '210324.482500', '210324.942500', '210325.402500', '210325.862500', '210326.322500', '210326.782500', '210327.242500', '210327.702500', '210328.162500', '210328.622500', '210329.082500', '210329.542500', '210330.002500', '210330.462500', '210330.922500', '210331.382500', '210331.842500', '210332.302500', '210332.762500', '210333.222500', '210333.682500', '210334.142500', '210334.602500', '210335.062500', '210335.522500', '210335.982500', '210336.442500', '210336.902500', '210337.362500', '210337.822500', '210338.282500', '210338.742500', '210339.202500', '210339.662500', '210340.122500', '210340.582500', '210341.042500', '210341.502500', '210341.962500', '210342.422500', '210342.882500', '210343.342500', '210343.802500', '210344.262500', '210344.722500', '210345.182500', '210345.642500', '210346.102500', '210346.562500', '210347.022500', '210347.482500', '210347.942500', '210348.402500', '210348.862500', '210349.322500', '210349.782500', '210350.242500', '210350.702500', '210351.162500', '210351.622500', '210352.082500', '210352.542500', '210353.002500', '210353.462500', '210353.922500', '210354.382500', '210354.842500', '210355.302500', '210355.762500', '210356.222500', '210356.682500', '210357.142500', '210357.602500', '210358.062500', '210358.522500', '210358.982500', '210359.442500', '210359.902500', '210400.362500', '210400.822500', '210401.282500', '210401.742500', '210402.202500', '210402.662500', '210403.122500', '210403.582500', '210404.042500', '210404.502500', '210404.962500', '210405.422500', '210405.882500', '210406.342500', '210406.802500', '210407.262500', '210407.722500', '210408.182500', '210408.642500', '210409.102500', '210409.562500', '210410.022500', '210410.482500', '210410.942500', '210411.402500', '210411.862500', '210412.322500', '210412.782500', '210413.242500', '210413.702500', '210414.162500', '210414.622500', '210415.082500', '210415.542500', '210416.002500', '210416.462500', '210416.922500', '210417.382500', '210417.842500', '210418.302500', '210418.762500', '210419.222500', '210419.682500', '210420.142500', '210420.602500', '210421.062500', '210421.522500', '210421.982500', '210422.442500', '210422.902500', '210423.362500', '210423.822500', '210424.282500', '210424.742500', '210425.202500', '210425.662500', '210426.122500', '210426.582500', '210427.042500', '210427.502500', '210427.962500', '210428.422500', '210428.882500', '210429.342500', '210429.802500', '210430.262500', '210430.722500', '210431.182500', '210431.642500', '210432.102500', '210432.562500', '210433.022500', '210433.482500', '210433.942500', '210434.402500', '210434.862500', '210435.322500', '210435.782500', '210436.242500', '210436.702500', '210437.162500', '210437.622500', '210438.082500', '210438.542500', '210439.002500', '210439.462500', '210439.922500', '210440.382500', '210440.842500', '210441.302500', '210441.762500', '210442.222500', '210442.682500', '210443.142500', '210443.602500', '210444.062500', '210444.522500', '210444.982500', '210445.442500', '210445.902500', '210446.362500', '210446.822500', '210447.282500', '210447.742500', '210448.202500', '210448.662500', '210449.122500', '210449.582500', '210450.042500', '210450.502500', '210450.962500', '210451.422500', '210451.882500', '210452.342500', '210452.802500', '210453.262500', '210453.722500', '210454.182500', '210454.642500', '210455.102500', '210455.562500', '210456.022500', '210456.482500', '210456.942500', '210457.402500', '210457.862500', '210458.322500', '210458.782500', '210459.242500', '210459.702500', '210500.162500', '210500.622500', '210501.082500', '210501.542500', '210502.002500', '210502.462500', '210502.922500', '210503.382500', '210503.842500', '210504.302500', '210504.762500', '210505.222500', '210505.682500', '210506.142500', '210506.602500', '210507.062500', '210507.522500', '210507.982500', '210508.442500', '210508.902500', '210509.362500', '210509.822500', '210510.282500', '210510.742500', '210511.202500', '210511.662500', '210512.122500', '210512.582500', '210513.042500', '210513.502500', '210513.962500', '210514.422500', '210514.882500', '210515.342500', '210515.802500', '210516.262500', '210516.722500', '210517.182500', '210517.642500', '210518.102500', '210518.562500', '210519.022500', '210519.482500', '210519.942500', '210520.402500', '210520.862500', '210521.322500', '210521.782500', '210522.242500', '210522.702500', '210523.162500', '210523.622500', '210524.082500', '210524.542500', '210525.002500', '210525.462500', '210525.922500', '210526.382500', '210526.842500', '210527.302500', '210527.762500', '210528.222500', '210528.682500', '210529.142500', '210529.602500', '210530.062500', '210530.522500', '210530.982500', '210531.442500', '210531.902500', '210532.362500', '210532.822500', '210533.282500', '210533.742500', '210534.202500', '210534.662500', '210535.122500', '210535.582500', '210536.042500', '210536.502500', '210536.962500', '210537.422500', '210537.882500', '210538.342500', '210538.802500', '210539.262500', '210539.722500', '210540.182500', '210540.642500', '210541.102500', '210541.562500', '210542.022500', '210542.482500', '210542.942500', '210543.402500', '210543.862500', '210544.322500', '210544.782500', '210545.242500', '210545.702500', '210546.162500', '210546.622500', '210547.082500', '210547.542500', '210548.002500', '210548.462500', '210548.922500', '210549.382500', '210549.842500', '210550.302500', '210550.762500', '210551.222500', '210551.682500', '210552.142500', '210552.602500', '210553.062500', '210553.522500', '210553.982500', '210554.442500', '210554.902500', '210555.362500', '210555.822500', '210556.282500', '210556.742500', '210557.202500', '210557.662500', '210558.122500', '210558.582500', '210559.042500', '210559.502500', '210559.962500', '210600.422500', '210600.882500', '210601.342500', '210601.802500', '210602.262500', '210602.722500', '210603.182500', '210603.642500', '210604.102500', '210604.562500', '210605.022500', '210605.482500', '210605.942500', '210606.402500', '210606.862500', '210607.322500', '210607.782500', '210608.242500', '210608.702500', '210609.162500', '210609.622500', '210610.082500', '210610.542500', '210611.002500', '210611.462500', '210611.922500', '210612.382500', '210612.842500', '210613.302500', '210613.762500', '210614.222500', '210614.682500', '210615.142500', '210615.602500', '210616.062500', '210616.522500', '210616.982500', '210617.442500', '210617.902500', '210618.362500', '210618.822500', '210619.282500', '210619.742500', '210620.202500', '210620.662500', '210621.122500', '210621.582500', '210622.042500', '210622.502500', '210622.962500', '210623.422500', '210623.882500', '210624.342500', '210624.802500', '210625.262500', '210625.722500', '210626.182500', '210626.642500', '210627.102500', '210627.562500', '210628.022500', '210628.482500', '210628.942500', '210629.402500', '210629.862500', '210630.322500', '210630.782500', '210631.242500', '210631.702500', '210632.162500', '210632.622500', '210633.082500', '210633.542500', '210634.002500', '210634.462500', '210634.922500', '210635.382500', '210635.842500', '210636.302500', '210636.762500', '210637.222500', '210637.682500', '210638.142500', '210638.602500', '210639.062500', '210639.522500', '210639.982500', '210640.442500', '210640.902500', '210641.362500', '210641.822500', '210642.282500', '210642.742500', '210643.202500', '210643.662500', '210644.122500', '210644.582500', '210645.042500', '210645.502500', '210645.962500', '210646.422500', '210646.882500', '210647.342500', '210647.802500', '210648.262500', '210648.722500', '210649.182500', '210649.642500', '210650.102500', '210650.562500', '210651.022500', '210651.482500', '210651.942500', '210652.402500', '210652.862500', '210653.322500', '210653.782500', '210654.242500', '210654.702500', '210655.162500', '210655.622500', '210656.082500', '210656.542500', '210657.002500', '210657.462500', '210657.922500', '210658.382500', '210658.842500', '210659.302500', '210659.762500', '210700.222500', '210700.682500', '210701.142500', '210701.602500', '210702.062500', '210702.522500', '210702.982500', '210703.442500', '210703.902500', '210704.362500', '210704.822500', '210705.282500', '210705.742500', '210706.202500', '210706.662500', '210707.122500', '210707.582500', '210708.042500', '210708.502500', '210708.962500', '210709.422500', '210709.882500', '210710.342500', '210710.802500', '210711.262500', '210711.722500', '210712.182500', '210712.642500', '210713.102500', '210713.562500', '210714.022500', '210714.482500', '210714.942500', '210715.402500', '210715.862500', '210716.322500', '210716.782500', '210717.242500', '210717.702500', '210718.162500', '210718.622500', '210719.082500', '210719.542500', '210720.002500', '210720.462500', '210720.922500', '210721.382500', '210721.842500', '210722.302500', '210722.762500', '210723.222500', '210723.682500', '210724.142500', '210724.602500', '210725.062500', '210725.522500', '210725.982500', '210726.442500', '210726.902500', '210727.362500', '210727.822500', '210728.282500', '210728.742500', '210729.202500', '210729.662500', '210730.122500', '210730.582500', '210731.042500', '210731.502500', '210731.962500', '210732.422500', '210732.882500', '210733.342500', '210733.802500', '210734.262500', '210734.722500', '210735.182500', '210735.642500', '210736.102500', '210736.562500', '210737.022500', '210737.482500', '210737.942500', '210738.402500', '210738.862500', '210739.322500', '210739.782500', '210740.242500', '210740.702500', '210741.162500', '210741.622500', '210742.082500', '210742.542500', '210743.002500', '210743.462500', '210743.922500', '210744.382500', '210744.842500', '210745.302500', '210745.762500', '210746.222500', '210746.682500', '210747.142500', '210747.602500', '210748.062500', '210748.522500', '210748.982500', '210749.442500', '210749.902500', '210750.362500', '210750.822500', '210751.282500', '210751.742500', '210752.202500', '210752.662500', '210753.122500', '210753.582500', '210754.042500', '210754.502500', '210754.962500', '210755.422500', '210755.882500', '210756.342500', '210756.802500', '210757.262500', '210757.722500', '210758.182500', '210758.642500', '210759.102500', '210759.562500', '210800.022500', '210800.482500', '210800.942500', '210801.402500', '210801.862500', '210802.322500', '210802.782500', '210803.242500', '210803.702500', '210804.162500', '210804.622500', '210805.082500', '210805.542500', '210806.002500', '210806.462500', '210806.922500', '210807.382500', '210807.842500', '210808.302500', '210808.762500', '210809.222500', '210809.682500', '210810.142500', '210810.602500', '210811.062500', '210811.522500', '210811.982500', '210812.442500', '210812.902500', '210813.362500', '210813.822500', '210814.282500', '210814.742500', '210815.202500', '210815.662500', '210816.122500', '210816.582500', '210817.042500', '210817.502500', '210817.962500', '210818.422500', '210818.882500', '210819.342500', '210819.802500', '210820.262500', '210820.722500', '210821.182500', '210821.642500', '210822.102500', '210822.562500', '210823.022500', '210823.482500', '210823.942500', '210824.402500', '210824.862500', '210825.322500', '210825.782500', '210826.242500', '210826.702500', '210827.162500', '210827.622500', '210828.082500', '210828.542500', '210829.002500', '210829.462500', '210829.922500', '210830.382500', '210830.842500', '210831.302500', '210831.762500', '210832.222500', '210832.682500', '210833.142500', '210833.602500', '210834.062500', '210834.522500', '210834.982500', '210835.442500', '210835.902500', '210836.362500', '210836.822500', '210837.282500', '210837.742500', '210838.202500', '210838.662500', '210839.122500', '210839.582500', '210840.042500', '210840.502500', '210840.962500', '210841.422500', '210841.882500', '210842.342500', '210842.802500', '210843.262500', '210843.722500', '210844.182500', '210844.642500', '210845.102500', '210845.562500', '210846.022500', '210846.482500', '210846.942500', '210847.402500', '210847.862500', '210848.322500', '210848.782500', '210849.242500', '210849.702500', '210850.162500', '210850.622500', '210851.082500', '210851.542500', '210852.002500', '210852.462500', '210852.922500', '210853.382500', '210853.842500', '210854.302500', '210854.762500', '210855.222500', '210855.682500', '210856.142500', '210856.602500', '210857.062500', '210857.522500', '210857.982500', '210858.442500', '210858.902500', '210859.362500', '210859.822500', '210900.282500', '210900.742500', '210901.202500', '210901.662500', '210902.122500', '210902.582500', '210903.042500', '210903.502500', '210903.962500', '210904.422500', '210904.882500', '210905.342500', '210905.802500', '210906.262500', '210906.722500', '210907.182500', '210907.642500', '210908.102500', '210908.562500', '210909.022500', '210909.482500', '210909.942500', '210910.402500', '210910.862500', '210911.322500', '210911.782500', '210912.242500', '210912.702500', '210913.162500', '210913.622500', '210914.082500', '210914.542500', '210915.002500', '210915.462500', '210915.922500', '210916.382500', '210916.842500', '210917.302500', '210917.762500', '210918.222500', '210918.682500', '210919.142500', '210919.602500', '210920.062500', '210920.522500', '210920.982500', '210921.442500', '210921.902500', '210922.362500', '210922.822500', '210923.282500', '210923.742500'], 'ContentTime': ['210234.372000', '210234.375000', '210234.378000', '210234.381000', '210234.384000', '210234.391000', '210234.393000', '210234.396000', '210234.398000', '210234.401000', '210234.403000', '210234.406000', '210234.408000', '210234.411000', '210234.414000', '210234.416000', '210234.419000', '210234.421000', '210234.424000', '210234.426000', '210234.429000', '210254.315000', '210254.318000', '210254.321000', '210254.323000', '210254.326000', '210254.329000', '210254.331000', '210254.334000', '210254.336000', '210254.339000', '210254.341000', '210254.350000', '210254.353000', '210254.355000', '210254.358000', '210254.360000', '210254.363000', '210254.365000', '210254.368000', '210254.370000', '210254.373000', '210254.375000', '210254.378000', '210254.381000', '210254.383000', '210254.386000', '210254.388000', '210254.391000', '210254.393000', '210254.396000', '210254.398000', '210254.401000', '210254.404000', '210254.406000', '210254.409000', '210254.414000', '210254.417000', '210254.419000', '210254.422000', '210254.424000', '210254.427000', '210254.429000', '210254.432000', '210254.434000', '210314.315000', '210314.318000', '210314.321000', '210314.323000', '210314.326000', '210314.329000', '210314.331000', '210314.334000', '210314.336000', '210314.339000', '210314.341000', '210314.344000', '210314.347000', '210314.349000', '210314.352000', '210314.354000', '210314.357000', '210314.359000', '210314.362000', '210314.364000', '210314.367000', '210314.370000', '210314.372000', '210314.375000', '210314.377000', '210314.380000', '210314.382000', '210314.385000', '210314.387000', '210314.390000', '210314.401000', '210314.403000', '210314.406000', '210314.409000', '210314.411000', '210314.414000', '210314.416000', '210314.419000', '210314.421000', '210314.424000', '210314.427000', '210314.429000', '210314.432000', '210334.315000', '210334.318000', '210334.321000', '210334.323000', '210334.326000', '210334.328000', '210334.331000', '210334.334000', '210334.336000', '210334.339000', '210334.341000', '210334.344000', '210334.346000', '210334.349000', '210334.352000', '210334.354000', '210334.357000', '210334.359000', '210334.362000', '210334.364000', '210334.367000', '210334.370000', '210334.372000', '210334.375000', '210334.377000', '210334.380000', '210334.382000', '210334.385000', '210334.387000', '210334.390000', '210334.393000', '210334.395000', '210334.408000', '210334.411000', '210334.413000', '210334.416000', '210334.418000', '210334.421000', '210334.423000', '210334.426000', '210334.429000', '210334.431000', '210334.434000', '210334.436000', '210354.315000', '210354.318000', '210354.321000', '210354.323000', '210354.326000', '210354.329000', '210354.331000', '210354.334000', '210354.336000', '210354.339000', '210354.342000', '210354.344000', '210354.347000', '210354.349000', '210354.352000', '210354.354000', '210354.357000', '210354.360000', '210354.362000', '210354.365000', '210354.367000', '210354.370000', '210354.373000', '210354.375000', '210354.378000', '210354.380000', '210354.383000', '210354.385000', '210354.388000', '210354.390000', '210354.393000', '210354.396000', '210354.398000', '210354.401000', '210354.404000', '210354.406000', '210354.409000', '210354.412000', '210354.414000', '210354.417000', '210354.419000', '210354.422000', '210354.424000', '210414.315000', '210414.318000', '210414.321000', '210414.324000', '210414.326000', '210414.329000', '210414.331000', '210414.334000', '210414.336000', '210414.339000', '210414.341000', '210414.344000', '210414.347000', '210414.349000', '210414.352000', '210414.354000', '210414.357000', '210414.359000', '210414.362000', '210414.365000', '210414.367000', '210414.370000', '210414.372000', '210414.375000', '210414.378000', '210414.380000', '210414.383000', '210414.385000', '210414.388000', '210414.390000', '210414.393000', '210414.396000', '210414.398000', '210414.401000', '210414.404000', '210414.406000', '210414.409000', '210414.411000', '210414.414000', '210414.416000', '210414.419000', '210414.421000', '210414.424000', '210414.427000', '210434.315000', '210434.318000', '210434.321000', '210434.324000', '210434.326000', '210434.329000', '210434.331000', '210434.334000', '210434.336000', '210434.339000', '210434.341000', '210434.344000', '210434.347000', '210434.349000', '210434.352000', '210434.354000', '210434.357000', '210434.360000', '210434.362000', '210434.365000', '210434.367000', '210434.370000', '210434.372000', '210434.375000', '210434.378000', '210434.380000', '210434.383000', '210434.385000', '210434.388000', '210434.391000', '210434.393000', '210434.396000', '210434.398000', '210434.401000', '210434.404000', '210434.406000', '210434.409000', '210434.411000', '210434.414000', '210434.416000', '210434.419000', '210434.421000', '210434.424000', '210454.315000', '210454.318000', '210454.321000', '210454.324000', '210454.326000', '210454.329000', '210454.331000', '210454.334000', '210454.336000', '210454.339000', '210454.342000', '210454.344000', '210454.347000', '210454.349000', '210454.352000', '210454.355000', '210454.357000', '210454.360000', '210454.362000', '210454.365000', '210454.367000', '210454.370000', '210454.373000', '210454.375000', '210454.378000', '210454.380000', '210454.383000', '210454.385000', '210454.388000', '210454.391000', '210454.393000', '210454.396000', '210454.398000', '210454.401000', '210454.403000', '210454.406000', '210454.408000', '210454.411000', '210454.414000', '210454.416000', '210454.419000', '210454.421000', '210454.424000', '210454.426000', '210514.316000', '210514.318000', '210514.321000', '210514.324000', '210514.326000', '210514.329000', '210514.331000', '210514.334000', '210514.337000', '210514.339000', '210514.342000', '210514.344000', '210514.347000', '210514.349000', '210514.352000', '210514.355000', '210514.357000', '210514.360000', '210514.362000', '210514.365000', '210514.367000', '210514.370000', '210514.373000', '210514.375000', '210514.378000', '210514.380000', '210514.383000', '210514.394000', '210514.396000', '210514.399000', '210514.401000', '210514.404000', '210514.406000', '210514.409000', '210514.411000', '210514.414000', '210514.417000', '210514.419000', '210514.422000', '210514.424000', '210514.427000', '210514.429000', '210514.432000', '210534.315000', '210534.318000', '210534.321000', '210534.323000', '210534.326000', '210534.328000', '210534.331000', '210534.333000', '210534.336000', '210534.339000', '210534.341000', '210534.344000', '210534.346000', '210534.349000', '210534.351000', '210534.354000', '210534.357000', '210534.359000', '210534.362000', '210534.364000', '210534.367000', '210534.369000', '210534.372000', '210534.374000', '210534.377000', '210534.379000', '210534.382000', '210534.385000', '210534.387000', '210534.390000', '210534.392000', '210534.395000', '210534.398000', '210534.400000', '210534.403000', '210534.405000', '210534.408000', '210534.410000', '210534.413000', '210534.415000', '210534.418000', '210534.421000', '210534.423000', '210534.426000', '210554.316000', '210554.318000', '210554.321000', '210554.324000', '210554.326000', '210554.329000', '210554.331000', '210554.334000', '210554.336000', '210554.339000', '210554.342000', '210554.344000', '210554.347000', '210554.349000', '210554.352000', '210554.355000', '210554.357000', '210554.360000', '210554.362000', '210554.365000', '210554.367000', '210554.370000', '210554.372000', '210554.375000', '210554.378000', '210554.380000', '210554.383000', '210554.385000', '210554.388000', '210554.390000', '210554.393000', '210554.396000', '210554.398000', '210554.401000', '210554.403000', '210554.406000', '210554.408000', '210554.411000', '210554.414000', '210554.416000', '210554.419000', '210554.422000', '210554.424000', '210614.315000', '210614.318000', '210614.321000', '210614.324000', '210614.326000', '210614.329000', '210614.332000', '210614.334000', '210614.337000', '210614.339000', '210614.342000', '210614.345000', '210614.347000', '210614.350000', '210614.352000', '210614.355000', '210614.358000', '210614.360000', '210614.363000', '210614.365000', '210614.368000', '210614.370000', '210614.373000', '210614.376000', '210614.378000', '210614.381000', '210614.384000', '210614.386000', '210614.389000', '210614.392000', '210614.394000', '210614.397000', '210614.399000', '210614.402000', '210614.404000', '210614.407000', '210614.410000', '210614.412000', '210614.415000', '210614.417000', '210614.420000', '210614.422000', '210614.425000', '210634.316000', '210634.318000', '210634.321000', '210634.324000', '210634.326000', '210634.329000', '210634.331000', '210634.334000', '210634.337000', '210634.339000', '210634.342000', '210634.344000', '210634.347000', '210634.349000', '210634.352000', '210634.355000', '210634.357000', '210634.360000', '210634.362000', '210634.365000', '210634.368000', '210634.370000', '210634.373000', '210634.375000', '210634.378000', '210634.380000', '210634.383000', '210634.386000', '210634.388000', '210634.391000', '210634.393000', '210634.396000', '210634.398000', '210634.401000', '210634.404000', '210634.406000', '210634.409000', '210634.411000', '210634.414000', '210634.416000', '210634.419000', '210634.422000', '210634.424000', '210634.427000', '210654.316000', '210654.318000', '210654.321000', '210654.323000', '210654.326000', '210654.329000', '210654.331000', '210654.334000', '210654.336000', '210654.353000', '210654.356000', '210654.358000', '210654.361000', '210654.363000', '210654.366000', '210654.369000', '210654.371000', '210654.374000', '210654.376000', '210654.379000', '210654.382000', '210654.384000', '210654.387000', '210654.389000', '210654.392000', '210654.395000', '210654.397000', '210654.400000', '210654.402000', '210654.405000', '210654.408000', '210654.410000', '210654.413000', '210654.415000', '210654.418000', '210654.420000', '210654.423000', '210654.426000', '210654.428000', '210654.431000', '210654.434000', '210654.436000', '210654.439000', '210654.441000', '210714.315000', '210714.318000', '210714.321000', '210714.324000', '210714.326000', '210714.329000', '210714.331000', '210714.334000', '210714.336000', '210714.339000', '210714.342000', '210714.344000', '210714.347000', '210714.349000', '210714.352000', '210714.355000', '210714.357000', '210714.360000', '210714.363000', '210714.365000', '210714.368000', '210714.370000', '210714.373000', '210714.376000', '210714.378000', '210714.381000', '210714.383000', '210714.386000', '210714.389000', '210714.391000', '210714.394000', '210714.396000', '210714.399000', '210714.401000', '210714.404000', '210714.407000', '210714.409000', '210714.412000', '210714.414000', '210714.417000', '210714.420000', '210714.422000', '210714.425000', '210734.315000', '210734.318000', '210734.321000', '210734.324000', '210734.326000', '210734.329000', '210734.331000', '210734.334000', '210734.337000', '210734.339000', '210734.342000', '210734.344000', '210734.347000', '210734.350000', '210734.352000', '210734.355000', '210734.357000', '210734.360000', '210734.363000', '210734.365000', '210734.368000', '210734.370000', '210734.373000', '210734.376000', '210734.378000', '210734.381000', '210734.384000', '210734.386000', '210734.389000', '210734.391000', '210734.394000', '210734.397000', '210734.399000', '210734.402000', '210734.404000', '210734.407000', '210734.410000', '210734.413000', '210734.415000', '210734.418000', '210734.420000', '210734.423000', '210734.426000', '210734.428000', '210754.315000', '210754.318000', '210754.321000', '210754.324000', '210754.326000', '210754.329000', '210754.331000', '210754.334000', '210754.337000', '210754.339000', '210754.342000', '210754.344000', '210754.347000', '210754.349000', '210754.352000', '210754.355000', '210754.357000', '210754.360000', '210754.362000', '210754.365000', '210754.368000', '210754.370000', '210754.373000', '210754.375000', '210754.378000', '210754.381000', '210754.383000', '210754.386000', '210754.388000', '210754.391000', '210754.394000', '210754.396000', '210754.399000', '210754.401000', '210754.404000', '210754.407000', '210754.409000', '210754.412000', '210754.415000', '210754.417000', '210754.420000', '210754.422000', '210754.425000', '210814.315000', '210814.318000', '210814.321000', '210814.325000', '210814.328000', '210814.330000', '210814.333000', '210814.336000', '210814.338000', '210814.341000', '210814.360000', '210814.363000', '210814.365000', '210814.368000', '210814.371000', '210814.373000', '210814.376000', '210814.378000', '210814.381000', '210814.384000', '210814.386000', '210814.389000', '210814.391000', '210814.394000', '210814.397000', '210814.399000', '210814.402000', '210814.404000', '210814.407000', '210814.409000', '210814.412000', '210814.414000', '210814.417000', '210814.420000', '210814.436000', '210814.438000', '210814.441000', '210814.443000', '210814.446000', '210814.448000', '210814.451000', '210814.454000', '210814.456000', '210814.459000', '210834.315000', '210834.318000', '210834.321000', '210834.323000', '210834.326000', '210834.329000', '210834.331000', '210834.334000', '210834.337000', '210834.339000', '210834.342000', '210834.344000', '210834.347000', '210834.349000', '210834.352000', '210834.354000', '210834.357000', '210834.360000', '210834.362000', '210834.365000', '210834.367000', '210834.370000', '210834.372000', '210834.375000', '210834.378000', '210834.380000', '210834.383000', '210834.385000', '210834.388000', '210834.390000', '210834.393000', '210834.395000', '210834.398000', '210834.401000', '210834.403000', '210834.406000', '210834.408000', '210834.411000', '210834.413000', '210834.416000', '210834.419000', '210834.421000', '210834.424000', '210854.315000', '210854.318000', '210854.321000', '210854.323000', '210854.326000', '210854.329000', '210854.332000', '210854.335000', '210854.338000', '210854.340000', '210854.343000', '210854.346000', '210854.349000', '210854.352000', '210854.354000', '210854.357000', '210854.359000', '210854.362000', '210854.365000', '210854.367000', '210854.370000', '210854.372000', '210854.375000', '210854.378000', '210854.380000', '210854.383000', '210854.385000', '210854.388000', '210854.390000', '210854.393000', '210854.395000', '210854.398000', '210854.401000', '210854.403000', '210854.406000', '210854.408000', '210854.411000', '210854.414000', '210854.416000', '210854.419000', '210854.421000', '210854.424000', '210854.426000', '210914.316000', '210914.319000', '210914.321000', '210914.324000', '210914.327000', '210914.329000', '210914.332000', '210914.334000', '210914.337000', '210914.339000', '210914.342000', '210914.345000', '210914.347000', '210914.350000', '210914.352000', '210914.355000', '210914.357000', '210914.360000', '210914.363000', '210914.365000', '210914.368000', '210914.371000', '210914.373000', '210914.376000', '210914.378000', '210914.381000', '210914.383000', '210914.386000', '210914.388000', '210914.391000', '210914.394000', '210914.396000', '210914.399000', '210914.401000', '210914.404000', '210914.406000', '210914.409000', '210914.412000', '210914.414000', '210914.417000', '210914.419000', '210914.422000', '210914.424000', '210914.427000', '210924.684000', '210924.688000', '210924.690000', '210924.693000', '210924.696000', '210924.698000', '210924.701000', '210924.704000', '210924.706000', '210924.709000', '210924.712000', '210924.715000', '210924.717000', '210924.720000', '210924.723000', '210924.727000', '210924.730000', '210924.733000', '210924.736000', '210924.738000', '210924.741000', '210924.744000', '210924.747000'], 'InstanceCreationTime': ['210234.372000', '210234.375000', '210234.378000', '210234.381000', '210234.384000', '210234.391000', '210234.393000', '210234.396000', '210234.398000', '210234.401000', '210234.403000', '210234.406000', '210234.408000', '210234.411000', '210234.414000', '210234.416000', '210234.419000', '210234.421000', '210234.424000', '210234.426000', '210234.429000', '210254.315000', '210254.318000', '210254.321000', '210254.323000', '210254.326000', '210254.329000', '210254.331000', '210254.334000', '210254.336000', '210254.339000', '210254.341000', '210254.350000', '210254.353000', '210254.355000', '210254.358000', '210254.360000', '210254.363000', '210254.365000', '210254.368000', '210254.370000', '210254.373000', '210254.375000', '210254.378000', '210254.381000', '210254.383000', '210254.386000', '210254.388000', '210254.391000', '210254.393000', '210254.396000', '210254.398000', '210254.401000', '210254.404000', '210254.406000', '210254.409000', '210254.414000', '210254.417000', '210254.419000', '210254.422000', '210254.424000', '210254.427000', '210254.429000', '210254.432000', '210254.434000', '210314.315000', '210314.318000', '210314.321000', '210314.323000', '210314.326000', '210314.329000', '210314.331000', '210314.334000', '210314.336000', '210314.339000', '210314.341000', '210314.344000', '210314.347000', '210314.349000', '210314.352000', '210314.354000', '210314.357000', '210314.359000', '210314.362000', '210314.364000', '210314.367000', '210314.370000', '210314.372000', '210314.375000', '210314.377000', '210314.380000', '210314.382000', '210314.385000', '210314.387000', '210314.390000', '210314.401000', '210314.403000', '210314.406000', '210314.409000', '210314.411000', '210314.414000', '210314.416000', '210314.419000', '210314.421000', '210314.424000', '210314.427000', '210314.429000', '210314.432000', '210334.315000', '210334.318000', '210334.321000', '210334.323000', '210334.326000', '210334.328000', '210334.331000', '210334.334000', '210334.336000', '210334.339000', '210334.341000', '210334.344000', '210334.346000', '210334.349000', '210334.352000', '210334.354000', '210334.357000', '210334.359000', '210334.362000', '210334.364000', '210334.367000', '210334.370000', '210334.372000', '210334.375000', '210334.377000', '210334.380000', '210334.382000', '210334.385000', '210334.387000', '210334.390000', '210334.393000', '210334.395000', '210334.408000', '210334.411000', '210334.413000', '210334.416000', '210334.418000', '210334.421000', '210334.423000', '210334.426000', '210334.429000', '210334.431000', '210334.434000', '210334.436000', '210354.315000', '210354.318000', '210354.321000', '210354.323000', '210354.326000', '210354.329000', '210354.331000', '210354.334000', '210354.336000', '210354.339000', '210354.342000', '210354.344000', '210354.347000', '210354.349000', '210354.352000', '210354.354000', '210354.357000', '210354.360000', '210354.362000', '210354.365000', '210354.367000', '210354.370000', '210354.373000', '210354.375000', '210354.378000', '210354.380000', '210354.383000', '210354.385000', '210354.388000', '210354.390000', '210354.393000', '210354.396000', '210354.398000', '210354.401000', '210354.404000', '210354.406000', '210354.409000', '210354.412000', '210354.414000', '210354.417000', '210354.419000', '210354.422000', '210354.424000', '210414.315000', '210414.318000', '210414.321000', '210414.324000', '210414.326000', '210414.329000', '210414.331000', '210414.334000', '210414.336000', '210414.339000', '210414.341000', '210414.344000', '210414.347000', '210414.349000', '210414.352000', '210414.354000', '210414.357000', '210414.359000', '210414.362000', '210414.365000', '210414.367000', '210414.370000', '210414.372000', '210414.375000', '210414.378000', '210414.380000', '210414.383000', '210414.385000', '210414.388000', '210414.390000', '210414.393000', '210414.396000', '210414.398000', '210414.401000', '210414.404000', '210414.406000', '210414.409000', '210414.411000', '210414.414000', '210414.416000', '210414.419000', '210414.421000', '210414.424000', '210414.427000', '210434.315000', '210434.318000', '210434.321000', '210434.324000', '210434.326000', '210434.329000', '210434.331000', '210434.334000', '210434.336000', '210434.339000', '210434.341000', '210434.344000', '210434.347000', '210434.349000', '210434.352000', '210434.354000', '210434.357000', '210434.360000', '210434.362000', '210434.365000', '210434.367000', '210434.370000', '210434.372000', '210434.375000', '210434.378000', '210434.380000', '210434.383000', '210434.385000', '210434.388000', '210434.391000', '210434.393000', '210434.396000', '210434.398000', '210434.401000', '210434.404000', '210434.406000', '210434.409000', '210434.411000', '210434.414000', '210434.416000', '210434.419000', '210434.421000', '210434.424000', '210454.315000', '210454.318000', '210454.321000', '210454.324000', '210454.326000', '210454.329000', '210454.331000', '210454.334000', '210454.336000', '210454.339000', '210454.342000', '210454.344000', '210454.347000', '210454.349000', '210454.352000', '210454.355000', '210454.357000', '210454.360000', '210454.362000', '210454.365000', '210454.367000', '210454.370000', '210454.373000', '210454.375000', '210454.378000', '210454.380000', '210454.383000', '210454.385000', '210454.388000', '210454.391000', '210454.393000', '210454.396000', '210454.398000', '210454.401000', '210454.403000', '210454.406000', '210454.408000', '210454.411000', '210454.414000', '210454.416000', '210454.419000', '210454.421000', '210454.424000', '210454.426000', '210514.316000', '210514.318000', '210514.321000', '210514.324000', '210514.326000', '210514.329000', '210514.331000', '210514.334000', '210514.337000', '210514.339000', '210514.342000', '210514.344000', '210514.347000', '210514.349000', '210514.352000', '210514.355000', '210514.357000', '210514.360000', '210514.362000', '210514.365000', '210514.367000', '210514.370000', '210514.373000', '210514.375000', '210514.378000', '210514.380000', '210514.383000', '210514.394000', '210514.396000', '210514.399000', '210514.401000', '210514.404000', '210514.406000', '210514.409000', '210514.411000', '210514.414000', '210514.417000', '210514.419000', '210514.422000', '210514.424000', '210514.427000', '210514.429000', '210514.432000', '210534.315000', '210534.318000', '210534.321000', '210534.323000', '210534.326000', '210534.328000', '210534.331000', '210534.333000', '210534.336000', '210534.339000', '210534.341000', '210534.344000', '210534.346000', '210534.349000', '210534.351000', '210534.354000', '210534.357000', '210534.359000', '210534.362000', '210534.364000', '210534.367000', '210534.369000', '210534.372000', '210534.374000', '210534.377000', '210534.379000', '210534.382000', '210534.385000', '210534.387000', '210534.390000', '210534.392000', '210534.395000', '210534.398000', '210534.400000', '210534.403000', '210534.405000', '210534.408000', '210534.410000', '210534.413000', '210534.415000', '210534.418000', '210534.421000', '210534.423000', '210534.426000', '210554.316000', '210554.318000', '210554.321000', '210554.324000', '210554.326000', '210554.329000', '210554.331000', '210554.334000', '210554.336000', '210554.339000', '210554.342000', '210554.344000', '210554.347000', '210554.349000', '210554.352000', '210554.355000', '210554.357000', '210554.360000', '210554.362000', '210554.365000', '210554.367000', '210554.370000', '210554.372000', '210554.375000', '210554.378000', '210554.380000', '210554.383000', '210554.385000', '210554.388000', '210554.390000', '210554.393000', '210554.396000', '210554.398000', '210554.401000', '210554.403000', '210554.406000', '210554.408000', '210554.411000', '210554.414000', '210554.416000', '210554.419000', '210554.422000', '210554.424000', '210614.315000', '210614.318000', '210614.321000', '210614.324000', '210614.326000', '210614.329000', '210614.332000', '210614.334000', '210614.337000', '210614.339000', '210614.342000', '210614.345000', '210614.347000', '210614.350000', '210614.352000', '210614.355000', '210614.358000', '210614.360000', '210614.363000', '210614.365000', '210614.368000', '210614.370000', '210614.373000', '210614.376000', '210614.378000', '210614.381000', '210614.384000', '210614.386000', '210614.389000', '210614.392000', '210614.394000', '210614.397000', '210614.399000', '210614.402000', '210614.404000', '210614.407000', '210614.410000', '210614.412000', '210614.415000', '210614.417000', '210614.420000', '210614.422000', '210614.425000', '210634.316000', '210634.318000', '210634.321000', '210634.324000', '210634.326000', '210634.329000', '210634.331000', '210634.334000', '210634.337000', '210634.339000', '210634.342000', '210634.344000', '210634.347000', '210634.349000', '210634.352000', '210634.355000', '210634.357000', '210634.360000', '210634.362000', '210634.365000', '210634.368000', '210634.370000', '210634.373000', '210634.375000', '210634.378000', '210634.380000', '210634.383000', '210634.386000', '210634.388000', '210634.391000', '210634.393000', '210634.396000', '210634.398000', '210634.401000', '210634.404000', '210634.406000', '210634.409000', '210634.411000', '210634.414000', '210634.416000', '210634.419000', '210634.422000', '210634.424000', '210634.427000', '210654.316000', '210654.318000', '210654.321000', '210654.323000', '210654.326000', '210654.329000', '210654.331000', '210654.334000', '210654.336000', '210654.353000', '210654.356000', '210654.358000', '210654.361000', '210654.363000', '210654.366000', '210654.369000', '210654.371000', '210654.374000', '210654.376000', '210654.379000', '210654.382000', '210654.384000', '210654.387000', '210654.389000', '210654.392000', '210654.395000', '210654.397000', '210654.400000', '210654.402000', '210654.405000', '210654.408000', '210654.410000', '210654.413000', '210654.415000', '210654.418000', '210654.420000', '210654.423000', '210654.426000', '210654.428000', '210654.431000', '210654.434000', '210654.436000', '210654.439000', '210654.441000', '210714.315000', '210714.318000', '210714.321000', '210714.324000', '210714.326000', '210714.329000', '210714.331000', '210714.334000', '210714.336000', '210714.339000', '210714.342000', '210714.344000', '210714.347000', '210714.349000', '210714.352000', '210714.355000', '210714.357000', '210714.360000', '210714.363000', '210714.365000', '210714.368000', '210714.370000', '210714.373000', '210714.376000', '210714.378000', '210714.381000', '210714.383000', '210714.386000', '210714.389000', '210714.391000', '210714.394000', '210714.396000', '210714.399000', '210714.401000', '210714.404000', '210714.407000', '210714.409000', '210714.412000', '210714.414000', '210714.417000', '210714.420000', '210714.422000', '210714.425000', '210734.315000', '210734.318000', '210734.321000', '210734.324000', '210734.326000', '210734.329000', '210734.331000', '210734.334000', '210734.337000', '210734.339000', '210734.342000', '210734.344000', '210734.347000', '210734.350000', '210734.352000', '210734.355000', '210734.357000', '210734.360000', '210734.363000', '210734.365000', '210734.368000', '210734.370000', '210734.373000', '210734.376000', '210734.378000', '210734.381000', '210734.384000', '210734.386000', '210734.389000', '210734.391000', '210734.394000', '210734.397000', '210734.399000', '210734.402000', '210734.404000', '210734.407000', '210734.410000', '210734.413000', '210734.415000', '210734.418000', '210734.420000', '210734.423000', '210734.426000', '210734.428000', '210754.315000', '210754.318000', '210754.321000', '210754.324000', '210754.326000', '210754.329000', '210754.331000', '210754.334000', '210754.337000', '210754.339000', '210754.342000', '210754.344000', '210754.347000', '210754.349000', '210754.352000', '210754.355000', '210754.357000', '210754.360000', '210754.362000', '210754.365000', '210754.368000', '210754.370000', '210754.373000', '210754.375000', '210754.378000', '210754.381000', '210754.383000', '210754.386000', '210754.388000', '210754.391000', '210754.394000', '210754.396000', '210754.399000', '210754.401000', '210754.404000', '210754.407000', '210754.409000', '210754.412000', '210754.415000', '210754.417000', '210754.420000', '210754.422000', '210754.425000', '210814.315000', '210814.318000', '210814.321000', '210814.325000', '210814.328000', '210814.330000', '210814.333000', '210814.336000', '210814.338000', '210814.341000', '210814.360000', '210814.363000', '210814.365000', '210814.368000', '210814.371000', '210814.373000', '210814.376000', '210814.378000', '210814.381000', '210814.384000', '210814.386000', '210814.389000', '210814.391000', '210814.394000', '210814.397000', '210814.399000', '210814.402000', '210814.404000', '210814.407000', '210814.409000', '210814.412000', '210814.414000', '210814.417000', '210814.420000', '210814.436000', '210814.438000', '210814.441000', '210814.443000', '210814.446000', '210814.448000', '210814.451000', '210814.454000', '210814.456000', '210814.459000', '210834.315000', '210834.318000', '210834.321000', '210834.323000', '210834.326000', '210834.329000', '210834.331000', '210834.334000', '210834.337000', '210834.339000', '210834.342000', '210834.344000', '210834.347000', '210834.349000', '210834.352000', '210834.354000', '210834.357000', '210834.360000', '210834.362000', '210834.365000', '210834.367000', '210834.370000', '210834.372000', '210834.375000', '210834.378000', '210834.380000', '210834.383000', '210834.385000', '210834.388000', '210834.390000', '210834.393000', '210834.395000', '210834.398000', '210834.401000', '210834.403000', '210834.406000', '210834.408000', '210834.411000', '210834.413000', '210834.416000', '210834.419000', '210834.421000', '210834.424000', '210854.315000', '210854.318000', '210854.321000', '210854.323000', '210854.326000', '210854.329000', '210854.332000', '210854.335000', '210854.338000', '210854.340000', '210854.343000', '210854.346000', '210854.349000', '210854.352000', '210854.354000', '210854.357000', '210854.359000', '210854.362000', '210854.365000', '210854.367000', '210854.370000', '210854.372000', '210854.375000', '210854.378000', '210854.380000', '210854.383000', '210854.385000', '210854.388000', '210854.390000', '210854.393000', '210854.395000', '210854.398000', '210854.401000', '210854.403000', '210854.406000', '210854.408000', '210854.411000', '210854.414000', '210854.416000', '210854.419000', '210854.421000', '210854.424000', '210854.426000', '210914.316000', '210914.319000', '210914.321000', '210914.324000', '210914.327000', '210914.329000', '210914.332000', '210914.334000', '210914.337000', '210914.339000', '210914.342000', '210914.345000', '210914.347000', '210914.350000', '210914.352000', '210914.355000', '210914.357000', '210914.360000', '210914.363000', '210914.365000', '210914.368000', '210914.371000', '210914.373000', '210914.376000', '210914.378000', '210914.381000', '210914.383000', '210914.386000', '210914.388000', '210914.391000', '210914.394000', '210914.396000', '210914.399000', '210914.401000', '210914.404000', '210914.406000', '210914.409000', '210914.412000', '210914.414000', '210914.417000', '210914.419000', '210914.422000', '210914.424000', '210914.427000', '210924.684000', '210924.688000', '210924.690000', '210924.693000', '210924.696000', '210924.698000', '210924.701000', '210924.704000', '210924.706000', '210924.709000', '210924.712000', '210924.715000', '210924.717000', '210924.720000', '210924.723000', '210924.727000', '210924.730000', '210924.733000', '210924.736000', '210924.738000', '210924.741000', '210924.744000', '210924.747000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [7799, 12015, 7055, 10259, 7111, 7515, 7423, 6875, 11248, 7153, 9606, 7221, 6988, 11302, 6586, 9319, 8829, 6573, 12317, 6643, 8793, 6597, 6300, 11684, 7087, 10043, 6916, 6820, 9024, 6592, 10523, 6048, 9312, 12192, 8176, 11769, 7075, 9695, 6633, 6890, 12084, 8490, 11547, 8364, 8455, 7473, 6463, 10332, 6209, 9964, 8872, 8447, 12468, 7693, 10306, 6544, 8585, 7868, 6655, 12460, 9609, 11252, 6188, 7490, 6989, 6544, 9331, 6053, 8140, 10140, 6891, 11624, 6372, 8412, 6489, 6839, 10962, 6600, 9372, 6006, 7538, 6601, 6464, 10487, 6605, 8347, 11150, 6936, 10458, 6981, 8785, 6895, 6487, 10307, 6200, 8281, 6901, 7115, 11617, 7321, 10648, 6358, 9197, 6836, 6794, 6872, 8882, 11813, 7838, 10525, 7190, 11102, 6945, 7439, 9365, 6467, 11470, 6270, 10287, 13276, 6876, 9708, 6484, 7868, 7101, 6480, 11803, 6731, 9594, 8025, 6401, 9190, 6268, 9249, 6476, 8942, 10711, 7184, 11720, 6545, 8849, 6607, 6737, 11959, 7011, 11534, 6914, 8418, 7623, 6527, 11192, 6945, 11340, 9395, 10354, 11026, 7336, 11400, 6369, 8932, 6531, 6258, 12011, 7474, 10273, 6709, 7882, 8170, 6466, 10361, 6455, 8726, 11921, 6824, 11161, 6498, 9290, 6394, 6681, 11960, 7353, 10358, 6762, 8208, 6854, 6420, 10991, 6382, 9809, 9296, 8062, 12080, 6928, 9172, 6162, 7447, 8747, 6923, 12913, 8952, 10097, 6612, 7779, 6827, 7183, 10930, 6589, 9808, 6570, 9057, 13057, 7039, 9656, 6558, 7291, 6788, 6647, 11846, 6654, 9491, 6841, 6974, 11863, 6324, 9716, 6575, 6979, 12813, 8872, 10810, 6880, 6523, 6485, 10283, 12043, 9822, 10222, 7111, 8582, 6749, 8739, 12607, 7700, 10474, 6542, 8614, 6825, 6711, 12742, 8134, 11630, 6867, 7441, 6812, 6812, 7454, 8607, 11446, 7861, 9253, 7402, 7632, 12037, 7408, 7847, 6952, 6618, 11693, 7270, 10424, 6888, 6506, 6646, 6471, 10772, 6211, 9004, 11542, 7519, 9820, 6130, 6630, 5997, 10537, 6532, 7930, 6551, 7621, 9793, 6819, 13039, 7776, 9750, 6806, 8619, 6942, 6898, 12398, 7313, 11214, 6935, 8851, 6562, 6418, 9640, 6650, 10629, 6480, 10334, 9821, 7226, 11872, 6829, 9060, 7002, 6739, 8427, 10589, 12205, 9511, 11001, 8774, 10188, 9893, 8390, 12680, 11313, 11708, 7198, 7648, 6189, 6505, 10904, 6364, 9455, 5839, 9141, 12900, 8886, 10601, 6399, 7803, 6505, 6612, 10090, 7788, 11534, 7214, 11302, 8968, 11113, 6860, 7283, 9321, 6406, 10478, 6301, 11001, 13378, 10801, 12325, 7244, 8325, 6941, 6406, 10443, 6231, 10033, 7139, 6823, 10403, 6215, 7632, 6919, 6141, 10549, 6501, 9051, 6708, 6393, 6671, 6236, 8779, 6727, 8292, 11013, 7843, 11398, 7467, 8607, 6943, 6695, 10317, 6462, 8849, 11690, 7397, 11434, 6903, 8301, 6751, 6665, 10996, 6406, 9561, 6924, 6714, 8118, 7499, 11583, 7123, 9211, 8030, 11383, 6530, 10607, 6051, 7848, 12446, 7856, 7515, 12255, 7773, 10531, 6369, 7589, 6926, 6591, 9787, 6461, 8257, 9230, 6856, 11721, 6477, 8642, 7012, 7785, 7494, 6209, 11149, 6847, 10174, 9004, 7345, 6924, 6538, 11567, 7900, 6836, 11538, 7094, 9333, 8502, 6564, 9658, 6059, 8851, 7969, 6297, 11564, 6669, 8665, 8409, 6119, 10197, 6459, 7601, 10318, 6384, 10163, 6177, 7398, 9926, 6344, 9198, 7714, 6017, 11465, 6330, 8915, 6902, 6600, 6791, 6402, 10479, 11603, 6431, 11326, 8714, 7663, 6881, 6147, 7001, 6716, 7057, 6467, 12461, 7809, 10064, 7034, 9342, 12144, 8863, 11376, 13721, 11085, 11205, 6311, 7853, 6931, 6883, 8034, 6049, 10562, 6697, 7633, 12571, 7107, 9705, 6961, 7072, 7258, 6137, 11654, 7108, 9734, 7197, 6458, 11370, 6257, 9367, 6924, 6955, 12381, 7596, 9938, 5934, 7418, 7979, 6595, 10762, 6171, 9967, 11236, 7161, 11138, 6674, 8804, 7116, 7118, 12038, 8332, 10520, 7752, 7181, 11746, 6390, 8154, 6753, 7467, 12155, 7835, 10552, 6415, 7178, 8767, 6354, 10614, 6298, 8576, 12434, 7148, 9393, 6564, 6574, 10108, 6273, 9202, 6837, 7088, 11362, 6456, 8424, 6940, 6704, 11037, 6745, 9512, 6966, 6984, 10651, 6241, 6894, 6133, 9327, 7324, 7381, 9132, 7889, 11661, 6844, 11455, 6823, 8747, 12164, 7182, 9725, 12208, 7579, 10409, 6869, 7415, 7159, 6200, 11673, 6891, 9385, 8649, 6687, 10448, 6959, 8413, 12121, 7478, 11562, 7746, 7546, 11381, 6261, 8338, 8136, 7105, 11760, 6852, 8418, 9710, 6447, 10480, 6468, 8138, 12778, 7437, 9489, 6584, 7747, 10624, 6941, 11845, 8241, 7772, 11963, 6771, 7392, 9303, 6343, 9756, 6289, 8954, 7295, 6840, 9293, 6654, 10219, 7345, 6925, 7265, 7458, 12439, 7062, 11879, 11908, 8399, 9556, 6115, 7869, 12276, 6639, 9168, 6135, 7161, 7134, 5909, 10405, 6889, 10055, 6042, 7821, 6735, 6551, 9088, 6258, 10498, 7010, 9599, 7350, 6746, 11922, 6545, 9825, 6973, 7715, 12572, 7973, 11095, 6824, 7979, 6663, 6356, 11685, 7280, 10315, 6401, 7627, 8118, 6190, 10289, 6616, 10562, 11426, 7594, 11146, 6464, 9846, 7095, 7866, 9497, 6570, 10841, 6959, 7302, 11995, 8343, 9792, 10204, 7094, 8280, 6225, 7889, 5779, 7552, 6116, 6312, 12454, 11186, 11127, 8157, 8814, 11884, 9645, 12921, 11523, 11391, 6911, 9866, 6625, 7133, 6908, 7025, 10110, 6213, 9320, 9574, 8095, 10503, 9007, 11357, 8622, 8463, 6457, 6564, 7743, 11059, 7535, 9014, 6617, 10990, 11544, 8853, 11742, 7761, 10367, 7088, 7068, 7073, 6902, 11027, 6613, 10748, 9067, 9075, 12946, 8102, 10303, 6421, 8407, 6490, 8337, 6745, 7147, 6653, 6672, 12698, 8735, 10603, 7677, 7213, 11201, 7179, 9427, 11706, 8649, 9644, 10267, 7165, 10620, 7682, 6895, 11334, 6749, 7761, 6228, 6903, 9806, 6009, 7178, 7042, 6676, 10114, 9160, 9976, 6163, 7506, 6246, 6732, 6719, 6406, 9226, 6175, 7519, 11890, 7394, 9468, 6740, 8481, 12528, 6970, 9274, 10205, 7003, 11346, 6667, 8199, 7560, 8272, 11768, 7537, 8693, 12159, 8692, 10713, 7034, 8527, 6418, 8217, 12377, 9195, 12041, 9669, 10923, 13812, 10874, 11491, 7494, 9807, 6542, 8960, 12896, 9439, 11607, 12317, 8363, 10048, 6639, 7807, 6867, 7054, 11578, 7569, 10698, 10108, 7158, 8377, 6596, 7614, 10566, 6589, 9392, 6154, 7065, 6695, 6434, 9426, 6311, 9114, 6831, 6871, 11182, 6921, 8960, 9675, 6828, 11013, 7040], 'WindowCenter': [3999.0, 4025.0, 3971.0, 4013.0, 3973.0, 3970.0, 3969.0, 3959.0, 4011.0, 3958.0, 4003.0, 4000.0, 3988.0, 4012.0, 3971.0, 3990.0, 3977.0, 3957.0, 4010.0, 3959.0, 3978.0, 3958.0, 3960.0, 4010.0, 3957.0, 3990.0, 3957.0, 3957.0, 3977.0, 3957.0, 3999.0, 3945.0, 3988.0, 4009.0, 3978.0, 4010.0, 3958.0, 3989.0, 3956.0, 3969.0, 3997.0, 3965.0, 3998.0, 3965.0, 3966.0, 3954.0, 3945.0, 3985.0, 3933.0, 3985.0, 3974.0, 3965.0, 4006.0, 3966.0, 3986.0, 3945.0, 3976.0, 3964.0, 3943.0, 3994.0, 3973.0, 3984.0, 3932.0, 3953.0, 3942.0, 3932.0, 3973.0, 3932.0, 3964.0, 3985.0, 3943.0, 3996.0, 3944.0, 3965.0, 3944.0, 3943.0, 3984.0, 3943.0, 3975.0, 3932.0, 3954.0, 3944.0, 3945.0, 3985.0, 3942.0, 3967.0, 3996.0, 3955.0, 3987.0, 3954.0, 3976.0, 3955.0, 3944.0, 3986.0, 3935.0, 3966.0, 3955.0, 3957.0, 4010.0, 3969.0, 4000.0, 3959.0, 3988.0, 3946.0, 3946.0, 3943.0, 3976.0, 4010.0, 3968.0, 3999.0, 3958.0, 4011.0, 3969.0, 3969.0, 3988.0, 3947.0, 3999.0, 3945.0, 3999.0, 4021.0, 3958.0, 3990.0, 3959.0, 3978.0, 3958.0, 3947.0, 4009.0, 3945.0, 3990.0, 3979.0, 3959.0, 3988.0, 3959.0, 3990.0, 3959.0, 3990.0, 3999.0, 3969.0, 4011.0, 3959.0, 3991.0, 3959.0, 3959.0, 4009.0, 3958.0, 4012.0, 3959.0, 3981.0, 3969.0, 3949.0, 3999.0, 3969.0, 4000.0, 3988.0, 4000.0, 3999.0, 3969.0, 3999.0, 3946.0, 3977.0, 3944.0, 3945.0, 3996.0, 3956.0, 3989.0, 3957.0, 3968.0, 3977.0, 3946.0, 3987.0, 3943.0, 3976.0, 3997.0, 3957.0, 3999.0, 3946.0, 3989.0, 3945.0, 3945.0, 3997.0, 3955.0, 3987.0, 3946.0, 3968.0, 3946.0, 3947.0, 3998.0, 3945.0, 3987.0, 3975.0, 3965.0, 3996.0, 3956.0, 3976.0, 3935.0, 3968.0, 3976.0, 3955.0, 4007.0, 3976.0, 3987.0, 3945.0, 3966.0, 3944.0, 3956.0, 3986.0, 3946.0, 3988.0, 3944.0, 3978.0, 4010.0, 3958.0, 3988.0, 3946.0, 3956.0, 3944.0, 3945.0, 3999.0, 3945.0, 3989.0, 3958.0, 3959.0, 4011.0, 3946.0, 3989.0, 3944.0, 3956.0, 4009.0, 3977.0, 3987.0, 3945.0, 3946.0, 3933.0, 3987.0, 4008.0, 3989.0, 3988.0, 3957.0, 3977.0, 3958.0, 3978.0, 4010.0, 3968.0, 4000.0, 3947.0, 3978.0, 3946.0, 3946.0, 4010.0, 3967.0, 3999.0, 3945.0, 3957.0, 3946.0, 3946.0, 3943.0, 3965.0, 3997.0, 3966.0, 3977.0, 3956.0, 3968.0, 4010.0, 3956.0, 3967.0, 3955.0, 3958.0, 3999.0, 3956.0, 3999.0, 3958.0, 3947.0, 3957.0, 3948.0, 3999.0, 3949.0, 3991.0, 3997.0, 3969.0, 3988.0, 3948.0, 3945.0, 3947.0, 4000.0, 3958.0, 3981.0, 3960.0, 3982.0, 4002.0, 3961.0, 4024.0, 3983.0, 4004.0, 3972.0, 3992.0, 3959.0, 3959.0, 4011.0, 3969.0, 4012.0, 3960.0, 3992.0, 3961.0, 3960.0, 4002.0, 3960.0, 4001.0, 3959.0, 4002.0, 4003.0, 3971.0, 4013.0, 3961.0, 3980.0, 3960.0, 3947.0, 3966.0, 4001.0, 4011.0, 3990.0, 4002.0, 3981.0, 4002.0, 4003.0, 3982.0, 4014.0, 4000.0, 4001.0, 3956.0, 3957.0, 3935.0, 3946.0, 3997.0, 3946.0, 3978.0, 3935.0, 3977.0, 4009.0, 3978.0, 3988.0, 3934.0, 3953.0, 3933.0, 3945.0, 3985.0, 3968.0, 4012.0, 3970.0, 4013.0, 3992.0, 4014.0, 3958.0, 3970.0, 3978.0, 3946.0, 3987.0, 3945.0, 3999.0, 4010.0, 3989.0, 3999.0, 3957.0, 3966.0, 3942.0, 3934.0, 3974.0, 3922.0, 3974.0, 3944.0, 3946.0, 3987.0, 3934.0, 3956.0, 3944.0, 3935.0, 3986.0, 3934.0, 3977.0, 3946.0, 3946.0, 3947.0, 3937.0, 3978.0, 3956.0, 3980.0, 4000.0, 3969.0, 4001.0, 3958.0, 3980.0, 3958.0, 3946.0, 3987.0, 3945.0, 3978.0, 3998.0, 3956.0, 3999.0, 3958.0, 3968.0, 3946.0, 3946.0, 3987.0, 3933.0, 3975.0, 3943.0, 3945.0, 3954.0, 3957.0, 3999.0, 3957.0, 3989.0, 3967.0, 3998.0, 3946.0, 3999.0, 3937.0, 3969.0, 4010.0, 3965.0, 3955.0, 3994.0, 3954.0, 3986.0, 3934.0, 3965.0, 3955.0, 3946.0, 3974.0, 3933.0, 3965.0, 3976.0, 3945.0, 3999.0, 3947.0, 3979.0, 3970.0, 3970.0, 3957.0, 3937.0, 3999.0, 3946.0, 3990.0, 3979.0, 3959.0, 3959.0, 3949.0, 3999.0, 3955.0, 3946.0, 3986.0, 3943.0, 3977.0, 3965.0, 3946.0, 3976.0, 3936.0, 3978.0, 3964.0, 3934.0, 3997.0, 3944.0, 3967.0, 3965.0, 3936.0, 3987.0, 3946.0, 3967.0, 3987.0, 3945.0, 3987.0, 3935.0, 3958.0, 3987.0, 3946.0, 3978.0, 3956.0, 3934.0, 3987.0, 3934.0, 3977.0, 3946.0, 3946.0, 3945.0, 3947.0, 3989.0, 3997.0, 3934.0, 4000.0, 3964.0, 3954.0, 3955.0, 3936.0, 3957.0, 3948.0, 3957.0, 3947.0, 4010.0, 3970.0, 4002.0, 3961.0, 3992.0, 4015.0, 3980.0, 4001.0, 4008.0, 3997.0, 3997.0, 3945.0, 3965.0, 3955.0, 3956.0, 3966.0, 3936.0, 4000.0, 3946.0, 3966.0, 4009.0, 3958.0, 3988.0, 3957.0, 3957.0, 3956.0, 3947.0, 3999.0, 3957.0, 3990.0, 3958.0, 3961.0, 4011.0, 3948.0, 3989.0, 3955.0, 3958.0, 4009.0, 3969.0, 3990.0, 3948.0, 3970.0, 3969.0, 3959.0, 3998.0, 3935.0, 3990.0, 4001.0, 3958.0, 4000.0, 3959.0, 3981.0, 3959.0, 3958.0, 3998.0, 3968.0, 4000.0, 3955.0, 3958.0, 3998.0, 3945.0, 3967.0, 3944.0, 3957.0, 3997.0, 3966.0, 3989.0, 3946.0, 3959.0, 3977.0, 3947.0, 3988.0, 3934.0, 3966.0, 4008.0, 3955.0, 3977.0, 3944.0, 3946.0, 3986.0, 3945.0, 3976.0, 3944.0, 3956.0, 3998.0, 3945.0, 3967.0, 3944.0, 3945.0, 3987.0, 3944.0, 3977.0, 3944.0, 3945.0, 3987.0, 3947.0, 3957.0, 3934.0, 3989.0, 3968.0, 3969.0, 3991.0, 3969.0, 4012.0, 3961.0, 4001.0, 3958.0, 3979.0, 3999.0, 3956.0, 3989.0, 3997.0, 3956.0, 3989.0, 3957.0, 3957.0, 3957.0, 3935.0, 3997.0, 3944.0, 3978.0, 3978.0, 3958.0, 3999.0, 3958.0, 3980.0, 4008.0, 3956.0, 3999.0, 3955.0, 3968.0, 3999.0, 3946.0, 3967.0, 3965.0, 3945.0, 3998.0, 3945.0, 3967.0, 3988.0, 3947.0, 3987.0, 3935.0, 3966.0, 4008.0, 3956.0, 3978.0, 3945.0, 3968.0, 3985.0, 3945.0, 3997.0, 3965.0, 3956.0, 3997.0, 3932.0, 3943.0, 3973.0, 3932.0, 3974.0, 3932.0, 3965.0, 3943.0, 3945.0, 3964.0, 3930.0, 3972.0, 3952.0, 3942.0, 3955.0, 3955.0, 4009.0, 3958.0, 4000.0, 3996.0, 3953.0, 3962.0, 3919.0, 3952.0, 3983.0, 3931.0, 3964.0, 3931.0, 3943.0, 3942.0, 3922.0, 3984.0, 3956.0, 3987.0, 3935.0, 3967.0, 3956.0, 3948.0, 3977.0, 3947.0, 3998.0, 3958.0, 3990.0, 3968.0, 3960.0, 4013.0, 3950.0, 4001.0, 3958.0, 3969.0, 4010.0, 3969.0, 4000.0, 3959.0, 3981.0, 3960.0, 3961.0, 4012.0, 3959.0, 4001.0, 3948.0, 3971.0, 3969.0, 3950.0, 4001.0, 3959.0, 4002.0, 4011.0, 3970.0, 4011.0, 3949.0, 3990.0, 3957.0, 3969.0, 3988.0, 3948.0, 4000.0, 3958.0, 3970.0, 4000.0, 3966.0, 3988.0, 3987.0, 3947.0, 3965.0, 3936.0, 3967.0, 3937.0, 3969.0, 3938.0, 3949.0, 4011.0, 4002.0, 4000.0, 3969.0, 3979.0, 4008.0, 3989.0, 4010.0, 4011.0, 3999.0, 3958.0, 3989.0, 3947.0, 3958.0, 3957.0, 3947.0, 3977.0, 3936.0, 3977.0, 3978.0, 3968.0, 3987.0, 3965.0, 3984.0, 3980.0, 3967.0, 3948.0, 3944.0, 3967.0, 4011.0, 3970.0, 3992.0, 3962.0, 4017.0, 4000.0, 3978.0, 3998.0, 3956.0, 3988.0, 3956.0, 3957.0, 3956.0, 3958.0, 3999.0, 3948.0, 4000.0, 3978.0, 3980.0, 4011.0, 3969.0, 3988.0, 3946.0, 3966.0, 3944.0, 3967.0, 3946.0, 3948.0, 3949.0, 3947.0, 4009.0, 3966.0, 3986.0, 3954.0, 3945.0, 3986.0, 3933.0, 3966.0, 3985.0, 3953.0, 3965.0, 3962.0, 3919.0, 3961.0, 3928.0, 3918.0, 3959.0, 3917.0, 3928.0, 3907.0, 3918.0, 3949.0, 3907.0, 3918.0, 3919.0, 3933.0, 3987.0, 3962.0, 3961.0, 3920.0, 3942.0, 3933.0, 3945.0, 3946.0, 3949.0, 3990.0, 3948.0, 3970.0, 4012.0, 3971.0, 3992.0, 3961.0, 3982.0, 4010.0, 3958.0, 3990.0, 4001.0, 3959.0, 4001.0, 3961.0, 3994.0, 3984.0, 3995.0, 4013.0, 3971.0, 3981.0, 4011.0, 3981.0, 4002.0, 3972.0, 3994.0, 3964.0, 3994.0, 4024.0, 3991.0, 4012.0, 3988.0, 4002.0, 4022.0, 4001.0, 4000.0, 3958.0, 3989.0, 3946.0, 3977.0, 3998.0, 3963.0, 3985.0, 3984.0, 3953.0, 3973.0, 3932.0, 3953.0, 3931.0, 3942.0, 3982.0, 3940.0, 3974.0, 3972.0, 3931.0, 3951.0, 3931.0, 3942.0, 3972.0, 3929.0, 3960.0, 3919.0, 3941.0, 3942.0, 3934.0, 3976.0, 3934.0, 3976.0, 3945.0, 3945.0, 3986.0, 3944.0, 3966.0, 3974.0, 3945.0, 3986.0, 3945.0], 'WindowWidth': [8943.0, 8974.0, 8891.0, 8951.0, 8894.0, 8887.0, 8882.0, 8870.0, 8940.0, 8865.0, 8934.0, 8943.0, 8922.0, 8945.0, 8888.0, 8910.0, 8886.0, 8861.0, 8937.0, 8867.0, 8892.0, 8864.0, 8873.0, 8938.0, 8862.0, 8911.0, 8862.0, 8863.0, 8889.0, 8861.0, 8920.0, 8844.0, 8904.0, 8934.0, 8890.0, 8938.0, 8864.0, 8908.0, 8858.0, 8879.0, 8915.0, 8866.0, 8919.0, 8867.0, 8871.0, 8852.0, 8841.0, 8896.0, 8825.0, 8895.0, 8877.0, 8869.0, 8925.0, 8870.0, 8899.0, 8841.0, 8883.0, 8864.0, 8835.0, 8911.0, 8874.0, 8892.0, 8820.0, 8850.0, 8833.0, 8819.0, 8875.0, 8822.0, 8866.0, 8893.0, 8837.0, 8914.0, 8839.0, 8869.0, 8839.0, 8839.0, 8893.0, 8836.0, 8881.0, 8820.0, 8851.0, 8837.0, 8840.0, 8894.0, 8834.0, 8871.0, 8911.0, 8854.0, 8900.0, 8851.0, 8882.0, 8854.0, 8841.0, 8898.0, 8828.0, 8871.0, 8856.0, 8861.0, 8938.0, 8879.0, 8925.0, 8867.0, 8904.0, 8843.0, 8843.0, 8833.0, 8886.0, 8941.0, 8880.0, 8923.0, 8865.0, 8940.0, 8881.0, 8880.0, 8903.0, 8847.0, 8919.0, 8842.0, 8918.0, 8952.0, 8864.0, 8910.0, 8866.0, 8892.0, 8863.0, 8848.0, 8933.0, 8843.0, 8909.0, 8893.0, 8866.0, 8907.0, 8867.0, 8909.0, 8869.0, 8910.0, 8921.0, 8881.0, 8942.0, 8868.0, 8912.0, 8868.0, 8871.0, 8937.0, 8865.0, 8944.0, 8867.0, 8898.0, 8880.0, 8854.0, 8921.0, 8882.0, 8926.0, 8903.0, 8924.0, 8920.0, 8879.0, 8923.0, 8845.0, 8886.0, 8839.0, 8842.0, 8916.0, 8857.0, 8906.0, 8860.0, 8877.0, 8887.0, 8844.0, 8900.0, 8836.0, 8883.0, 8915.0, 8860.0, 8921.0, 8846.0, 8906.0, 8841.0, 8842.0, 8915.0, 8854.0, 8902.0, 8843.0, 8875.0, 8844.0, 8845.0, 8917.0, 8842.0, 8898.0, 8879.0, 8868.0, 8912.0, 8855.0, 8884.0, 8830.0, 8876.0, 8882.0, 8855.0, 8930.0, 8883.0, 8899.0, 8841.0, 8871.0, 8841.0, 8856.0, 8897.0, 8843.0, 8903.0, 8839.0, 8889.0, 8935.0, 8862.0, 8903.0, 8844.0, 8857.0, 8840.0, 8842.0, 8919.0, 8842.0, 8907.0, 8862.0, 8866.0, 8939.0, 8847.0, 8904.0, 8840.0, 8857.0, 8933.0, 8885.0, 8898.0, 8839.0, 8840.0, 8820.0, 8900.0, 8933.0, 8904.0, 8904.0, 8860.0, 8889.0, 8862.0, 8889.0, 8936.0, 8875.0, 8920.0, 8847.0, 8888.0, 8843.0, 8845.0, 8937.0, 8875.0, 8919.0, 8843.0, 8859.0, 8840.0, 8838.0, 8831.0, 8866.0, 8913.0, 8869.0, 8886.0, 8858.0, 8876.0, 8938.0, 8856.0, 8870.0, 8853.0, 8864.0, 8920.0, 8857.0, 8920.0, 8861.0, 8847.0, 8860.0, 8850.0, 8918.0, 8855.0, 8911.0, 8913.0, 8881.0, 8902.0, 8848.0, 8836.0, 8848.0, 8922.0, 8866.0, 8898.0, 8871.0, 8903.0, 8929.0, 8873.0, 8964.0, 8905.0, 8933.0, 8888.0, 8914.0, 8865.0, 8867.0, 8942.0, 8880.0, 8943.0, 8868.0, 8915.0, 8871.0, 8872.0, 8928.0, 8870.0, 8927.0, 8867.0, 8928.0, 8929.0, 8884.0, 8943.0, 8867.0, 8892.0, 8864.0, 8842.0, 8867.0, 8925.0, 8940.0, 8909.0, 8927.0, 8895.0, 8927.0, 8930.0, 8902.0, 8952.0, 8920.0, 8924.0, 8858.0, 8857.0, 8828.0, 8844.0, 8911.0, 8842.0, 8887.0, 8828.0, 8886.0, 8931.0, 8887.0, 8903.0, 8824.0, 8846.0, 8819.0, 8835.0, 8889.0, 8874.0, 8942.0, 8883.0, 8945.0, 8914.0, 8948.0, 8865.0, 8880.0, 8887.0, 8842.0, 8899.0, 8841.0, 8920.0, 8935.0, 8903.0, 8919.0, 8857.0, 8866.0, 8830.0, 8824.0, 8874.0, 8802.0, 8878.0, 8835.0, 8841.0, 8895.0, 8825.0, 8855.0, 8837.0, 8827.0, 8896.0, 8824.0, 8884.0, 8840.0, 8843.0, 8845.0, 8832.0, 8886.0, 8858.0, 8893.0, 8920.0, 8877.0, 8924.0, 8861.0, 8892.0, 8860.0, 8845.0, 8899.0, 8843.0, 8889.0, 8914.0, 8857.0, 8920.0, 8861.0, 8877.0, 8844.0, 8844.0, 8899.0, 8823.0, 8878.0, 8831.0, 8835.0, 8847.0, 8860.0, 8919.0, 8860.0, 8908.0, 8875.0, 8917.0, 8843.0, 8916.0, 8832.0, 8878.0, 8939.0, 8866.0, 8853.0, 8905.0, 8847.0, 8893.0, 8823.0, 8867.0, 8854.0, 8842.0, 8876.0, 8821.0, 8865.0, 8882.0, 8841.0, 8919.0, 8847.0, 8894.0, 8883.0, 8883.0, 8860.0, 8834.0, 8917.0, 8844.0, 8908.0, 8892.0, 8864.0, 8863.0, 8853.0, 8920.0, 8852.0, 8840.0, 8897.0, 8832.0, 8883.0, 8865.0, 8842.0, 8882.0, 8830.0, 8887.0, 8864.0, 8822.0, 8912.0, 8836.0, 8869.0, 8865.0, 8828.0, 8899.0, 8841.0, 8872.0, 8898.0, 8840.0, 8899.0, 8826.0, 8859.0, 8897.0, 8843.0, 8886.0, 8856.0, 8825.0, 8899.0, 8824.0, 8884.0, 8840.0, 8843.0, 8842.0, 8846.0, 8905.0, 8911.0, 8822.0, 8922.0, 8862.0, 8850.0, 8854.0, 8829.0, 8855.0, 8844.0, 8857.0, 8846.0, 8936.0, 8882.0, 8926.0, 8870.0, 8914.0, 8951.0, 8893.0, 8925.0, 8932.0, 8911.0, 8912.0, 8840.0, 8865.0, 8853.0, 8855.0, 8869.0, 8830.0, 8919.0, 8844.0, 8870.0, 8932.0, 8861.0, 8902.0, 8860.0, 8860.0, 8854.0, 8845.0, 8920.0, 8861.0, 8910.0, 8864.0, 8872.0, 8939.0, 8851.0, 8904.0, 8856.0, 8861.0, 8935.0, 8877.0, 8908.0, 8850.0, 8880.0, 8878.0, 8866.0, 8917.0, 8828.0, 8907.0, 8923.0, 8862.0, 8923.0, 8865.0, 8896.0, 8863.0, 8863.0, 8919.0, 8874.0, 8922.0, 8853.0, 8859.0, 8916.0, 8841.0, 8871.0, 8838.0, 8857.0, 8914.0, 8870.0, 8904.0, 8843.0, 8862.0, 8885.0, 8846.0, 8902.0, 8824.0, 8871.0, 8931.0, 8854.0, 8885.0, 8838.0, 8842.0, 8897.0, 8840.0, 8883.0, 8838.0, 8857.0, 8916.0, 8841.0, 8871.0, 8836.0, 8839.0, 8898.0, 8836.0, 8885.0, 8836.0, 8839.0, 8898.0, 8843.0, 8856.0, 8824.0, 8903.0, 8879.0, 8881.0, 8910.0, 8879.0, 8941.0, 8873.0, 8925.0, 8861.0, 8890.0, 8919.0, 8856.0, 8904.0, 8912.0, 8856.0, 8904.0, 8859.0, 8859.0, 8859.0, 8829.0, 8914.0, 8837.0, 8888.0, 8888.0, 8861.0, 8919.0, 8862.0, 8896.0, 8931.0, 8855.0, 8918.0, 8854.0, 8874.0, 8917.0, 8843.0, 8872.0, 8864.0, 8838.0, 8916.0, 8841.0, 8873.0, 8901.0, 8844.0, 8898.0, 8825.0, 8870.0, 8932.0, 8855.0, 8886.0, 8841.0, 8875.0, 8893.0, 8838.0, 8915.0, 8864.0, 8853.0, 8911.0, 8817.0, 8833.0, 8872.0, 8818.0, 8878.0, 8819.0, 8864.0, 8833.0, 8835.0, 8860.0, 8808.0, 8869.0, 8845.0, 8831.0, 8852.0, 8853.0, 8931.0, 8859.0, 8923.0, 8907.0, 8844.0, 8856.0, 8794.0, 8841.0, 8886.0, 8815.0, 8861.0, 8815.0, 8833.0, 8830.0, 8806.0, 8890.0, 8859.0, 8902.0, 8827.0, 8873.0, 8858.0, 8849.0, 8887.0, 8848.0, 8916.0, 8860.0, 8908.0, 8877.0, 8869.0, 8944.0, 8855.0, 8925.0, 8862.0, 8877.0, 8936.0, 8877.0, 8923.0, 8866.0, 8896.0, 8868.0, 8871.0, 8940.0, 8864.0, 8926.0, 8850.0, 8883.0, 8881.0, 8856.0, 8925.0, 8867.0, 8928.0, 8937.0, 8880.0, 8938.0, 8853.0, 8907.0, 8860.0, 8876.0, 8901.0, 8847.0, 8921.0, 8862.0, 8880.0, 8923.0, 8870.0, 8900.0, 8897.0, 8842.0, 8864.0, 8827.0, 8870.0, 8832.0, 8874.0, 8832.0, 8846.0, 8939.0, 8927.0, 8923.0, 8878.0, 8892.0, 8929.0, 8904.0, 8936.0, 8936.0, 8918.0, 8862.0, 8903.0, 8845.0, 8859.0, 8857.0, 8842.0, 8881.0, 8827.0, 8882.0, 8887.0, 8876.0, 8900.0, 8864.0, 8891.0, 8895.0, 8868.0, 8845.0, 8831.0, 8872.0, 8938.0, 8883.0, 8913.0, 8875.0, 8956.0, 8924.0, 8887.0, 8915.0, 8853.0, 8900.0, 8856.0, 8858.0, 8854.0, 8860.0, 8917.0, 8849.0, 8920.0, 8888.0, 8892.0, 8936.0, 8875.0, 8902.0, 8842.0, 8870.0, 8838.0, 8871.0, 8841.0, 8844.0, 8846.0, 8841.0, 8931.0, 8868.0, 8892.0, 8846.0, 8833.0, 8891.0, 8815.0, 8862.0, 8887.0, 8840.0, 8858.0, 8848.0, 8789.0, 8847.0, 8797.0, 8783.0, 8841.0, 8781.0, 8797.0, 8769.0, 8785.0, 8829.0, 8769.0, 8786.0, 8787.0, 8817.0, 8896.0, 8855.0, 8850.0, 8796.0, 8830.0, 8822.0, 8841.0, 8843.0, 8852.0, 8907.0, 8851.0, 8880.0, 8938.0, 8883.0, 8913.0, 8872.0, 8900.0, 8935.0, 8861.0, 8906.0, 8922.0, 8865.0, 8925.0, 8872.0, 8919.0, 8907.0, 8923.0, 8946.0, 8883.0, 8899.0, 8939.0, 8897.0, 8928.0, 8888.0, 8920.0, 8880.0, 8921.0, 8963.0, 8911.0, 8941.0, 8902.0, 8927.0, 8955.0, 8922.0, 8921.0, 8863.0, 8905.0, 8841.0, 8885.0, 8920.0, 8860.0, 8894.0, 8888.0, 8843.0, 8872.0, 8817.0, 8845.0, 8814.0, 8828.0, 8884.0, 8822.0, 8873.0, 8867.0, 8812.0, 8840.0, 8814.0, 8828.0, 8867.0, 8807.0, 8851.0, 8795.0, 8828.0, 8830.0, 8823.0, 8880.0, 8823.0, 8882.0, 8839.0, 8840.0, 8896.0, 8836.0, 8867.0, 8875.0, 8837.0, 8895.0, 8837.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.00041204819277108423</td></tr>
<tr><td colspan=3>aqi</td><td>0.025645652245345017</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.871187904298246</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2981864223026316</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0034608775657885</td></tr>
<tr><td colspan=3>efc</td><td>0.5147</td></tr>
<tr><td colspan=3>fber</td><td>4129.8101</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10617632567715972</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.257393209200438</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2525880943411885</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.167558130139569</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4604024867939787</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1298036660900177</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115887</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.000300173822324723</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03782126307487488</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.491947108156824</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>15.1146</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.4309</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.6929</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292891.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>1046.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.8518</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6758</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>439.7841</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3196.2231</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4057.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>740.2091</td></tr>
<tr><td colspan=3>tsnr</td><td>40.433757490245625</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>