[NbConvertApp] Converting notebook /home/aavsonet/scripts/reports/pipeline_report.ipynb to HTML [NbConvertApp] Executing notebook with kernel: python3 pipeline_report

Telescope oc61 date 220327 (yymmdd)

Run at 03/27/2022 20:02:32 EDT

Warnings and Errors

INFO 253 total images for oc61 on 220327
WARNING 109 images not plate solved at observatory
WARNING 3 images suspected over exposed
WARNING 23 images without target object photometry
WARNING 7 dark masters more than 180 days old
WARNING 2 flat masters more than 15 days old

INFO total images: Number of images processed during the pipeline run

ERROR IMAGE FILE MISSING: This is a serious error. It could be the result of a disk failure or defect in the pipeline scripts.

WARNING images not plate solved at observatory: This indicates images that may of poor quality or under exposed. Good quality images should be plate solved.

WARNING images suspected over exposed: The target object maxadu is over the linearity limit for the camera.

WARNING images without target object photometry: The pipeline performs full frame photometry on every image. This error indicates no photometric result was found that lies with 15 arcsec of the target object. This may be expected for extended objects. For point objects it may indicate a poor-quality image, bad exposure, etc. It makes it more likely the requestor will be not be getting good photometry.

ERROR images with invalid binning: This is a serious error since the pipeline cannot handle multiple binning levels for a given telescope. These images do not get properly processed and will be unusable.

ERROR images with invalid read mode: This indicates the camera configuration at the observatory has changed from its standard and the images are likely out of sync with the calibration images.

ERROR images with invalid image type: This is likely a due to calibration images getting stored on the telescope computer in the wrong directory and getting transferred to the pipeline as science images.

WARNING images with target off center: This indicates that, for plate solved images, the target is 25% of the radius of the image from the center of the frame. This may be intentional as when it is off center to include comp stars. However, it may indicate problems with the telescope pointing.

ERROR images with duplicate times: The frame date and time are identical to another image. This is not possible and represents an error in the pipeline processing.

ERROR Dark and Bias must be at the same temperature: The set of bias and dark calibration masters selected were not at the same temperature. This needs to be investigate and corrected. See calibration file section of this report for more information.

ERROR Science images must be at the same temperature: The science images were taken at more than one temperature. The pipeline will pick the most majority temperature and apply calibration images for that temperature to all images. See the CCD set point section of this report for more information.

WARNING dark masters more than 180 days old: The dark and bias master files in use are getting old. Consider getting new ones. See Calibration File Age section for details.

WARNING flat masters more than 15 days old: The flat master file(s) in use are getting old. Consider getting new ones. See Calibration File Age section for details.

Calibration File Age in Days

Filters used this night B,SG,SI,SR,V
datenite imagetyp filename set_temp filter binning exptime storage_loc Age(d) Active
210919 bias oc61/oc61/calibration/210919/bias_temp-20_bin2.fits -20.0 None 2 None s3 190 Y
210919 dark oc61/oc61/calibration/210919/dark_1.0sec_temp-20_bin2.fits -20.0 None 2 1.00 s3 190 Y
210919 dark oc61/oc61/calibration/210919/dark_3.0sec_temp-20_bin2.fits -20.0 None 2 3.00 s3 190 Y
210919 dark oc61/oc61/calibration/210919/dark_10.0sec_temp-20_bin2.fits -20.0 None 2 10.00 s3 190 Y
210919 dark oc61/oc61/calibration/210919/dark_30.0sec_temp-20_bin2.fits -20.0 None 2 30.00 s3 190 Y
210919 dark oc61/oc61/calibration/210919/dark_100.0sec_temp-20_bin2.fits -20.0 None 2 100.00 s3 190 Y
210919 dark oc61/oc61/calibration/210919/dark_300.0sec_temp-20_bin2.fits -20.0 None 2 300.00 s3 190 Y
220327 flat oc61/oc61/calibration/220327/flatV_bin2.fits NaN V 2 None fs 1 Y
220325 flat oc61/oc61/calibration/220325/flatSI_bin2.fits NaN SI 2 None fs 3 Y
220313 flat oc61/oc61/calibration/220313/flatB_bin2.fits NaN B 2 None fs 15 Y
220305 flat oc61/oc61/calibration/220305/flatSG_bin2.fits NaN SG 2 None fs 23 Y
220305 flat oc61/oc61/calibration/220305/flatSR_bin2.fits NaN SR 2 None fs 23 Y
200128 bias oc61/oc61/calibration/200128/bias.fits -25.0 None 2 0.00 s3 790
200107 bias oc61/oc61/calibration/200107/bias.fits -30.0 None 2 0.00 s3 811
200128 dark oc61/oc61/calibration/200128/dark1.fits -25.0 None 2 1.00 s3 790
200128 dark oc61/oc61/calibration/200128/dark3.fits -25.0 None 2 3.00 s3 790
200128 dark oc61/oc61/calibration/200128/dark10.fits -25.0 None 2 10.00 s3 790
200128 dark oc61/oc61/calibration/200128/dark30.fits -25.0 None 2 30.00 s3 790
200128 dark oc61/oc61/calibration/200128/dark100.fits -25.0 None 2 100.00 s3 790
200128 dark oc61/oc61/calibration/200128/dark300.fits -25.0 None 2 300.00 s3 790
200107 dark oc61/oc61/calibration/200107/dark1.fits -30.0 None 2 1.00 s3 811
200107 dark oc61/oc61/calibration/200107/dark3.fits -30.0 None 2 3.00 s3 811
200107 dark oc61/oc61/calibration/200107/dark10.fits -30.0 None 2 10.00 s3 811
200107 dark oc61/oc61/calibration/200107/dark30.fits -30.0 None 2 30.00 s3 811
200107 dark oc61/oc61/calibration/200107/dark100.fits -30.0 None 2 100.00 s3 811
200107 dark oc61/oc61/calibration/200107/dark300.fits -30.0 None 2 300.00 s3 811

CCD set point vs operating temperature

Maximum delta temperature SET - CCD 0.12 C
/usr/lib/python3/dist-packages/matplotlib/cbook/__init__.py:1402: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  ndim = x[:, None].ndim
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:276: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  x = x[:, np.newaxis]
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:278: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  y = y[:, np.newaxis]

Pointing Performance

Suspected Over Exposed Images

Updating '/home/aavsonet/plans':
At revision 3033.
not here: /home/aavsonet/plans/oc61/.csv
DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp ChgCSV
2022-03-27 10:10:07 U_Men SI 10.000 1.44 5.77 0.001 62699 7.02 no plan

Suspected Under Exposed Images

DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp
2022-03-27 09:18:45 2MASS_J07092139-1029344 SI 300.000 1.34 6.49 12.006 0.061 393
2022-03-27 16:20:57 CI_Aql B 200.000 1.79 3.68 11.997 0.058 329
2022-03-27 16:13:12 CI_Aql V 100.000 1.86 12.627 0.095 210
2022-03-27 15:49:10 GSC_05107_00266 V 15.000 1.75 15.189 0.650 64
2022-03-27 09:02:26 J1407_Cen SI 30.000 1.88 4.35 14.707 0.515 2092
2022-03-27 09:00:45 J1407_Cen SR 30.000 1.90 14.783 0.568 1951
2022-03-27 10:22:09 NGC_1851 SG 100.000 1.63 5.01 7.488 0.058 17932
2022-03-27 10:39:53 NGC_2298 SG 100.000 1.32 4.59 10.363 0.054 867
2022-03-27 10:43:54 NGC_2298 SI 100.000 1.34 4.26 10.996 0.104 941
2022-03-27 17:37:52 NGC_4590 SI 100.000 1.89 3.60 10.921 0.053 1200
2022-03-27 11:21:38 NGC_5286 SG 100.000 1.13 11.063 0.072 1755
2022-03-27 11:30:31 NGC_5286 SI 100.000 1.12 12.338 0.100 1575
2022-03-27 14:46:49 PNV_J17291350 B 150.000 1.41 3.07 13.521 0.213 114
2022-03-27 14:52:51 PNV_J17291350 V 100.000 1.39 3.43 12.489 0.079 215
2022-03-27 08:00:21 TU_Men SG 60.000 1.26 3.09 12.183 0.052 255
2022-03-27 07:26:40 TW_Hya B 30.000 1.42 12.430 0.077 1632
2022-03-27 07:30:50 TW_Hya SI 15.000 1.40 3.87 14.426 0.452 3033
2022-03-27 07:30:15 TW_Hya SR 15.000 1.41 4.01 16.269 2.434 1049
2022-03-27 14:35:00 V0725_Sgr SR 60.000 1.41 12.658 0.111 26131
2022-03-27 12:22:05 V1281_Sco B 200.000 1.73 11.825 0.052 288
2022-03-27 12:30:09 V1281_Sco V 100.000 1.69 4.54 13.996 0.360 113
2022-03-27 14:05:40 V2487_Oph B 200.000 1.63 14.982 0.802 970
2022-03-27 14:18:52 V2487_Oph V 100.000 1.56 12.157 0.058 279
2022-03-27 13:09:34 V344_Pav B 200.000 1.71 3.51 13.970 0.320 1164
2022-03-27 13:21:32 V344_Pav V 100.000 1.67 3.30 12.769 0.096 144
2022-03-27 11:40:00 V837_Ara SR 40.000 1.66 3.30 13.507 0.208 434
2022-03-27 11:38:50 V837_Ara V 40.000 1.66 3.64 14.164 0.346 199
2022-03-27 09:26:09 V838_Mon B 180.000 1.51 4.23 13.073 0.144 776
2022-03-27 07:39:05 V838_Mon SG 180.000 1.31 5.60 14.603 0.730 1443
2022-03-27 07:52:28 V838_Mon SI 180.000 1.32 4.91 13.309 0.269 334
2022-03-27 07:42:26 V838_Mon SR 180.000 1.31 5.23 14.376 0.648 460
2022-03-27 09:52:53 V838_Mon V 120.000 1.63 4.87 11.755 0.051 6034
2022-03-27 16:59:32 V841_Oph V 300.000 1.17 3.84 13.224 0.238 7960
2022-03-27 08:20:15 VX_For B 200.000 1.66 2.57 13.564 0.226 286
2022-03-27 08:47:48 VX_For V 100.000 1.86 4.35 15.198 0.902 69

Images by Target Object

2MASS_J07092139-1029344

AUID 000-BLQ-250

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 09:06:45 SI 60.000 1.30 1.6 a0148.fits Y 4.43 16.057 1.831 114
2022-03-27 09:08:05 SI 300.000 1.31 1.7 a0149.fits Y 4.00 11.679 0.047 479
2022-03-27 09:13:25 SI 300.000 1.32 1.8 a0150.fits Y 4.31 15.405 1.425 552
2022-03-27 09:18:45 SI 300.000 1.34 1.8 a0151.fits Y 6.49 12.006 0.061 393

ASASSN-20da

AUID 000-BNL-373

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 08:05:28 B 30.000 1.81 -7.1 a0118.fits 9.934 0.008 876
2022-03-27 08:07:19 V 15.000 1.80 -7.0 a0119.fits Y 5.13 9.705 0.007 1447
2022-03-27 08:07:57 SR 15.000 1.80 -7.0 a0120.fits Y 4.25 9.315 0.005 2228
2022-03-27 08:08:34 SI 15.000 1.80 -7.0 a0121.fits Y 4.44 9.918 0.008 1422
2022-03-27 08:09:16 B 30.000 1.79 -7.0 a0122.fits 9.779 0.007 1356
2022-03-27 08:11:08 V 15.000 1.79 -7.0 a0123.fits Y 3.59 9.591 0.006 2339
2022-03-27 08:11:49 SR 15.000 1.78 -7.0 a0124.fits Y 4.71 9.279 0.005 2355
2022-03-27 08:12:25 SI 15.000 1.78 -6.9 a0125.fits Y 4.03 9.832 0.007 1570
2022-03-27 08:13:08 B 30.000 1.78 -6.9 a0126.fits Y 4.65 9.693 0.007 1590
2022-03-27 08:14:21 V 15.000 1.77 -6.9 a0127.fits Y 3.57 9.585 0.006 2356
2022-03-27 08:14:59 SR 15.000 1.77 -6.9 a0128.fits Y 3.83 9.195 0.005 3291
2022-03-27 08:15:35 SI 15.000 1.77 -6.9 a0129.fits Y 4.03 9.754 0.007 1780

ASASSN-V_J18165406-2021176

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 16:38:37 B 120.000 1.20 -1.9 a0325.fits Y 4.09 8.192 0.003 7111
2022-03-27 16:41:00 B 120.000 1.19 -1.9 a0326.fits Y 3.75 8.188 0.003 7215
2022-03-27 16:43:24 V 60.000 1.19 -1.9 a0327.fits Y 2.85 8.038 0.003 11096
2022-03-27 16:44:48 V 60.000 1.19 -1.8 a0328.fits Y 4.31 8.215 0.003 7634
2022-03-27 16:46:11 SR 60.000 1.19 -1.8 a0329.fits Y 3.03 7.733 0.002 15603
2022-03-27 16:47:34 SR 60.000 1.18 -1.8 a0330.fits Y 3.34 7.758 0.002 12875
2022-03-27 16:48:57 SI 60.000 1.18 -1.8 a0331.fits Y 2.81 8.308 0.003 8997
2022-03-27 16:50:20 SI 60.000 1.18 -1.7 a0332.fits Y 2.74 8.321 0.003 9271

Aql_X_1

AUID 000-BDC-003

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 17:45:17 SR 120.000 1.56 -1.7 a0347.fits Y 3.70 10.907 0.028 1157
2022-03-27 17:47:57 SR 120.000 1.55 -1.7 a0348.fits Y 3.74 11.061 0.033 2816
2022-03-27 17:50:26 SR 120.000 1.54 -1.6 a0349.fits Y 3.51 10.912 0.032 1731
2022-03-27 17:52:55 SR 120.000 1.53 -1.6 a0350.fits Y 3.21 11.010 0.036 2852
2022-03-27 17:55:25 SR 120.000 1.52 -1.6 a0351.fits Y 3.57 11.142 0.048 3931

CI_Aql

AUID 000-BCD-453

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 16:10:11 V 100.000 1.88 -3.0 a0319.fits 14.371 0.439 327
2022-03-27 16:13:12 V 100.000 1.86 -2.9 a0320.fits 12.627 0.095 210
2022-03-27 16:15:11 V 100.000 1.85 -2.9 a0321.fits 13.104 0.150 170
2022-03-27 16:17:13 B 200.000 1.82 -2.9 a0322.fits Y 3.28 11.386 0.034 512
2022-03-27 16:20:57 B 200.000 1.79 -2.8 a0323.fits Y 3.68 11.997 0.058 329
2022-03-27 16:24:39 B 200.000 1.77 -2.8 a0324.fits Y 3.49 11.443 0.036 403

GSC_05107_00266

AUID 000-BJP-383

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 15:46:52 B 30.000 1.76 -3.0 a0303.fits
2022-03-27 15:47:45 B 30.000 1.76 -2.9 a0304.fits
2022-03-27 15:48:34 V 15.000 1.75 -2.9 a0305.fits 17.083 3.879 49
2022-03-27 15:49:10 V 15.000 1.75 -2.9 a0306.fits 15.189 0.650 64
2022-03-27 15:49:45 SR 15.000 1.75 -2.9 a0307.fits Y 2.14
2022-03-27 15:50:20 SR 15.000 1.74 -2.9 a0308.fits Y 2.29
2022-03-27 15:50:56 SI 15.000 1.74 -2.9 a0309.fits Y 2.47
2022-03-27 15:51:30 SI 15.000 1.73 -2.9 a0310.fits Y 2.20

J1407_Cen

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 08:53:59 B 90.000 1.95 -5.5 a0140.fits Y 4.58 9.787 0.008 1224
2022-03-27 08:56:11 B 90.000 1.93 -5.5 a0141.fits Y 4.79 9.792 0.008 1125
2022-03-27 08:58:06 V 30.000 1.92 -5.5 a0142.fits Y 4.62 9.311 0.005 1897
2022-03-27 08:59:01 V 30.000 1.91 -5.5 a0143.fits Y 4.44 9.274 0.005 2031
2022-03-27 08:59:55 SR 30.000 1.90 -5.4 a0144.fits Y 4.11 8.508 0.003 4655
2022-03-27 09:00:45 SR 30.000 1.90 -5.4 a0145.fits 14.783 0.568 1951
2022-03-27 09:01:36 SI 30.000 1.89 -5.4 a0146.fits Y 4.18 15.263 0.852 61
2022-03-27 09:02:26 SI 30.000 1.88 -5.4 a0147.fits Y 4.35 14.707 0.515 2092

KK_Oph

AUID 000-BDW-739

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 12:38:42 B 30.000 1.96 -4.8 a0238.fits 9.365 0.006 2387
2022-03-27 12:40:13 B 30.000 1.94 -4.8 a0239.fits 9.547 0.006 1767
2022-03-27 12:41:02 V 15.000 1.93 -4.8 a0240.fits Y 3.13 8.966 0.004 3755
2022-03-27 12:41:43 V 15.000 1.93 -4.8 a0241.fits 8.902 0.004 4328
2022-03-27 12:43:21 SR 15.000 1.91 -4.8 a0242.fits 8.347 0.003 6846
2022-03-27 12:44:56 SR 15.000 1.90 -4.7 a0243.fits 8.314 0.003 7362
2022-03-27 12:45:30 SI 15.000 1.89 -4.7 a0244.fits 8.539 0.003 5463
2022-03-27 12:47:05 SI 15.000 1.88 -4.7 a0245.fits 8.503 0.003 5981

NGC_1851

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 10:14:49 SG 60.000 1.59 4.7 a0173.fits Y 5.60 7.538 0.028 10798
2022-03-27 10:16:09 SG 100.000 1.60 4.7 a0174.fits Y 5.18 7.827 0.069 19105
2022-03-27 10:18:09 SG 100.000 1.61 4.8 a0175.fits Y 5.35 7.070 0.033 18254
2022-03-27 10:20:10 SG 100.000 1.62 4.8 a0176.fits Y 4.88 7.676 0.047 10746
2022-03-27 10:22:09 SG 100.000 1.63 4.8 a0177.fits Y 5.01 7.488 0.058 17932
2022-03-27 10:24:12 SI 100.000 1.65 4.9 a0178.fits Y 5.04 8.143 0.040 14937
2022-03-27 10:26:12 SI 100.000 1.66 4.9 a0179.fits Y 4.74 8.104 0.044 17184
2022-03-27 10:28:13 SI 100.000 1.67 4.9 a0180.fits Y 5.17 6.926 0.033 15810
2022-03-27 10:30:13 SI 100.000 1.69 5.0 a0181.fits Y 4.44 6.938 0.030 16118

NGC_2298

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 10:34:34 SG 60.000 1.30 3.4 a0182.fits Y 4.41 11.685 0.118 593
2022-03-27 10:35:54 SG 100.000 1.31 3.5 a0183.fits Y 4.68 10.403 0.058 819
2022-03-27 10:37:53 SG 100.000 1.32 3.5 a0184.fits Y 5.19 10.939 0.098 755
2022-03-27 10:39:53 SG 100.000 1.32 3.5 a0185.fits Y 4.59 10.363 0.054 867
2022-03-27 10:41:53 SG 100.000 1.33 3.6 a0186.fits Y 5.10 12.098 0.265 742
2022-03-27 10:43:54 SI 100.000 1.34 3.6 a0187.fits Y 4.26 10.996 0.104 941
2022-03-27 10:45:53 SI 100.000 1.34 3.6 a0188.fits Y 3.96 10.285 0.049 1036
2022-03-27 10:47:54 SI 100.000 1.35 3.7 a0189.fits Y 4.00 11.179 0.106 1007
2022-03-27 10:49:54 SI 100.000 1.36 3.7 a0190.fits Y 4.20 10.263 0.048 969

NGC_4590

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 17:24:31 SG 60.000 1.76 4.5 a0338.fits Y 3.63 10.683 0.034 742
2022-03-27 17:25:51 SG 100.000 1.78 4.5 a0339.fits Y 3.80 10.200 0.035 1167
2022-03-27 17:27:50 SG 100.000 1.80 4.5 a0340.fits Y 3.61 10.208 0.034 1330
2022-03-27 17:29:50 SG 100.000 1.81 4.5 a0341.fits Y 4.17 10.292 0.036 1098
2022-03-27 17:31:50 SG 100.000 1.83 4.6 a0342.fits Y 3.88 10.238 0.035 1105
2022-03-27 17:33:52 SI 100.000 1.85 4.6 a0343.fits Y 3.55 11.049 0.063 1272
2022-03-27 17:35:52 SI 100.000 1.87 4.6 a0344.fits Y 3.72 11.143 0.076 1153
2022-03-27 17:37:52 SI 100.000 1.89 4.7 a0345.fits Y 3.60 10.921 0.053 1200
2022-03-27 17:39:52 SI 100.000 1.90 4.7 a0346.fits Y 3.69 10.867 0.049 1330

NGC_5286

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 11:06:31 SG 60.000 1.16 -3.0 a0203.fits 14.249 0.875 1029
2022-03-27 11:08:50 SG 100.000 1.15 -2.9 a0204.fits 99.999 9.999 1655
2022-03-27 11:11:50 SG 100.000 1.15 -2.9 a0205.fits 99.999 9.999 1733
2022-03-27 11:13:47 SG 100.000 1.15 -2.9 a0206.fits 11.659 0.169 1775
2022-03-27 11:15:45 SG 100.000 1.14 -2.8 a0207.fits 11.396 0.100 1760
2022-03-27 11:17:42 SG 100.000 1.14 -2.8 a0208.fits 14.295 1.596 1629
2022-03-27 11:19:40 SG 100.000 1.14 -2.8 a0209.fits 14.138 0.880 1731
2022-03-27 11:21:38 SG 100.000 1.13 -2.7 a0210.fits 11.063 0.072 1755
2022-03-27 11:23:37 SI 100.000 1.13 -2.7 a0211.fits 10.423 0.039 1861
2022-03-27 11:26:36 SI 100.000 1.12 -2.6 a0212.fits 12.486 0.111 1628
2022-03-27 11:28:34 SI 100.000 1.12 -2.6 a0213.fits 12.476 0.109 1637
2022-03-27 11:30:31 SI 100.000 1.12 -2.6 a0214.fits 12.338 0.100 1575
2022-03-27 11:32:29 SI 100.000 1.12 -2.5 a0215.fits 12.445 0.110 1654

NGC_5927

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 11:43:36 SG 60.000 1.31 -4.0 a0219.fits 9.655 0.020 1739
2022-03-27 11:45:55 SG 100.000 1.31 -4.0 a0220.fits 9.049 0.018 3551
2022-03-27 11:48:55 SG 100.000 1.30 -4.0 a0221.fits 9.872 0.038 3378
2022-03-27 11:50:52 SG 100.000 1.29 -3.9 a0222.fits 9.055 0.017 3717
2022-03-27 11:52:49 SG 100.000 1.29 -3.9 a0223.fits 9.147 0.020 3090
2022-03-27 11:54:49 SI 100.000 1.28 -3.9 a0224.fits 8.001 0.013 36756
2022-03-27 11:57:47 SI 100.000 1.27 -3.8 a0225.fits 8.034 0.013 38144
2022-03-27 11:59:45 SI 100.000 1.27 -3.8 a0226.fits 8.634 0.025 27491
2022-03-27 12:01:42 SI 100.000 1.26 -3.7 a0227.fits 6.645 0.005 45249

NSV_10028

AUID 000-BJW-501

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 18:00:14 B 60.000 1.51 -0.3 a0352.fits Y 3.40 9.000 0.005 4957
2022-03-27 18:01:37 V 30.000 1.51 -0.3 a0353.fits Y 2.87 8.326 0.003 9932

PNV_J17291350

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 14:42:21 B 60.000 1.44 -3.1 a0282.fits Y 2.63
2022-03-27 14:43:50 B 150.000 1.42 -3.1 a0283.fits Y 2.95
2022-03-27 14:46:49 B 150.000 1.41 -3.0 a0284.fits Y 3.07 13.521 0.213 114
2022-03-27 14:49:49 B 150.000 1.40 -3.0 a0285.fits Y 2.72 14.072 0.334 119
2022-03-27 14:52:51 V 100.000 1.39 -2.9 a0286.fits Y 3.43 12.489 0.079 215
2022-03-27 14:55:03 V 100.000 1.38 -2.9 a0287.fits Y 3.91 12.563 0.082 165
2022-03-27 14:57:13 V 100.000 1.37 -2.8 a0288.fits Y 3.55 12.578 0.082 155

TU_Men

AUID 000-BCW-366

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 07:59:02 SG 60.000 1.26 3.0 a0116.fits Y 3.67 12.266 0.056 198
2022-03-27 08:00:21 SG 60.000 1.26 3.0 a0117.fits Y 3.09 12.183 0.052 255

TW_Hya

AUID 000-BCW-108

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 07:26:40 B 30.000 1.42 -3.9 a0101.fits 12.430 0.077 1632
2022-03-27 07:27:37 B 30.000 1.42 -3.9 a0102.fits 8.968 0.005 3873
2022-03-27 07:28:27 V 15.000 1.41 -3.9 a0103.fits Y 3.58 8.368 0.003 6153
2022-03-27 07:29:02 V 15.000 1.41 -3.9 a0104.fits Y 4.76 8.358 0.003 5709
2022-03-27 07:29:40 SR 15.000 1.41 -3.9 a0105.fits Y 4.20 7.441 0.002 13597
2022-03-27 07:30:15 SR 15.000 1.41 -3.8 a0106.fits Y 4.01 16.269 2.434 1049
2022-03-27 07:30:50 SI 15.000 1.40 -3.8 a0107.fits Y 3.87 14.426 0.452 3033
2022-03-27 07:31:26 SI 15.000 1.40 -3.8 a0108.fits Y 3.89 14.445 0.460 2661

U_Men

AUID 000-BLV-756

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 10:06:12 B 10.000 1.43 5.6 a0164.fits 8.667 0.004 5630
2022-03-27 10:06:58 B 10.000 1.43 5.6 a0165.fits 8.695 0.004 5479
2022-03-27 10:07:34 B 10.000 1.43 5.7 a0166.fits 8.694 0.004 5242
2022-03-27 10:08:10 V 10.000 1.44 5.7 a0167.fits Y 2.56 7.066 0.002 26012
2022-03-27 10:08:48 V 10.000 1.44 5.7 a0168.fits Y 2.86 7.061 0.002 26850
2022-03-27 10:09:26 V 10.000 1.44 5.7 a0169.fits Y 2.95 7.105 0.002 20457
2022-03-27 10:10:07 SI 10.000 1.44 5.7 a0170.fits 5.770 0.001 62699 !OE!
2022-03-27 10:10:53 SI 10.000 1.44 5.7 a0171.fits 5.859 0.001 62699 !OE!
2022-03-27 10:11:28 SI 10.000 1.44 5.7 a0172.fits 5.937 0.001 62699 !OE!

V0725_Sgr

AUID 000-BCB-590

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 13:30:33 B 120.000 1.77 -5.0 a0256.fits 8.870 0.004 3925
2022-03-27 13:33:54 B 120.000 1.75 -4.9 a0257.fits 8.955 0.005 2783
2022-03-27 13:36:14 V 60.000 1.74 -4.9 a0258.fits 7.644 0.002 10735
2022-03-27 13:38:35 V 60.000 1.72 -4.9 a0259.fits 7.572 0.002 13039
2022-03-27 13:39:56 SR 60.000 1.71 -4.8 a0260.fits 10.346 0.014 29323
2022-03-27 13:42:17 SR 60.000 1.69 -4.8 a0261.fits 6.696 0.001 40284
2022-03-27 13:43:36 SI 60.000 1.69 -4.8 a0262.fits 6.845 0.001 29437
2022-03-27 13:45:55 SI 60.000 1.67 -4.7 a0263.fits 6.818 0.001 38382
2022-03-27 14:23:18 B 120.000 1.45 -4.1 a0274.fits 8.691 0.004 6109
2022-03-27 14:26:39 B 120.000 1.44 -4.1 a0275.fits 8.738 0.004 4644
2022-03-27 14:28:58 V 60.000 1.43 -4.0 a0276.fits 7.475 0.002 22372
2022-03-27 14:31:20 V 60.000 1.42 -4.0 a0277.fits 7.466 0.002 22904
2022-03-27 14:32:40 SR 60.000 1.42 -4.0 a0278.fits 6.678 0.001 39091
2022-03-27 14:35:00 SR 60.000 1.41 -3.9 a0279.fits 12.658 0.111 26131
2022-03-27 14:36:18 SI 60.000 1.40 -3.9 a0280.fits 6.868 0.001 25983
2022-03-27 14:38:39 SI 60.000 1.39 -3.9 a0281.fits 6.819 0.001 35086
2022-03-27 15:23:15 B 120.000 1.23 -3.1 a0295.fits 8.717 0.004 4986
2022-03-27 15:26:37 B 120.000 1.22 -3.1 a0296.fits 8.699 0.004 5496
2022-03-27 15:28:57 V 60.000 1.22 -3.0 a0297.fits 7.482 0.002 17756
2022-03-27 15:31:18 V 60.000 1.21 -3.0 a0298.fits 7.442 0.002 28271
2022-03-27 15:32:39 SR 60.000 1.21 -3.0 a0299.fits 12.712 0.119 33862
2022-03-27 15:34:59 SR 60.000 1.20 -2.9 a0300.fits 6.953 0.002 34891
2022-03-27 15:36:18 SI 60.000 1.20 -2.9 a0301.fits 6.831 0.001 35125
2022-03-27 15:38:38 SI 60.000 1.20 -2.9 a0302.fits 6.842 0.001 41218

V0856_Sco

AUID 000-BCX-156

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 10:55:45 B 12.000 1.97 -5.5 a0191.fits
2022-03-27 10:56:33 B 12.000 1.96 -5.5 a0192.fits
2022-03-27 10:57:03 B 12.000 1.96 -5.5 a0193.fits
2022-03-27 10:57:34 V 5.000 1.96 -5.5 a0194.fits 10.302 0.009 1182
2022-03-27 10:58:06 V 5.000 1.95 -5.5 a0195.fits 10.296 0.009 1206
2022-03-27 10:58:30 V 5.000 1.95 -5.5 a0196.fits 10.281 0.009 1283
2022-03-27 10:58:55 SR 5.000 1.94 -5.5 a0197.fits 9.609 0.006 2451
2022-03-27 11:00:19 SR 5.000 1.93 -5.4 a0198.fits 9.620 0.006 2707
2022-03-27 11:00:41 SR 5.000 1.93 -5.4 a0199.fits 9.630 0.006 1813
2022-03-27 11:01:05 SI 5.000 1.92 -5.4 a0200.fits 9.815 0.007 1695
2022-03-27 11:02:29 SI 5.000 1.91 -5.4 a0201.fits 9.766 0.007 1890
2022-03-27 11:02:51 SI 5.000 1.91 -5.4 a0202.fits 9.759 0.006 1997

V1281_Sco

AUID 000-BDB-591

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 12:05:59 B 200.000 1.86 -5.2 a0228.fits 12.118 0.066 3291
2022-03-27 12:10:47 B 200.000 1.82 -5.1 a0229.fits
2022-03-27 12:14:34 B 200.000 1.79 -5.0 a0230.fits 12.426 0.087 657
2022-03-27 12:18:19 B 200.000 1.76 -5.0 a0231.fits 12.386 0.084 696
2022-03-27 12:22:05 B 200.000 1.73 -4.9 a0232.fits 11.825 0.052 288
2022-03-27 12:25:51 V 100.000 1.72 -4.8 a0233.fits Y 4.63 11.216 0.027 1668
2022-03-27 12:28:00 V 100.000 1.70 -4.8 a0234.fits Y 4.15 11.228 0.028 1585
2022-03-27 12:30:09 V 100.000 1.69 -4.8 a0235.fits Y 4.54 13.996 0.360 113
2022-03-27 12:32:18 V 100.000 1.67 -4.7 a0236.fits Y 3.97 11.177 0.026 407
2022-03-27 12:34:28 V 100.000 1.66 -4.7 a0237.fits Y 4.02 11.194 0.026 391

V2487_Oph

AUID 000-BBZ-131

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 13:49:35 B 200.000 1.74 -4.0 a0264.fits
2022-03-27 13:54:24 B 200.000 1.70 -3.9 a0265.fits
2022-03-27 13:58:10 B 200.000 1.68 -3.9 a0266.fits
2022-03-27 14:01:55 B 200.000 1.65 -3.8 a0267.fits 18.525 9.999 154
2022-03-27 14:05:40 B 200.000 1.63 -3.7 a0268.fits 14.982 0.802 970
2022-03-27 14:09:27 V 100.000 1.61 -3.7 a0269.fits 12.262 0.064 220
2022-03-27 14:12:35 V 100.000 1.59 -3.6 a0270.fits 12.453 0.080 183
2022-03-27 14:14:41 V 100.000 1.58 -3.6 a0271.fits 12.421 0.075 203
2022-03-27 14:16:46 V 100.000 1.57 -3.6 a0272.fits 14.114 0.361 120
2022-03-27 14:18:52 V 100.000 1.56 -3.5 a0273.fits 12.157 0.058 279

V344_Pav

AUID 000-BCW-669

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 12:58:09 B 200.000 1.76 -6.6 a0246.fits Y 4.22 15.135 0.940 104
2022-03-27 13:01:58 B 200.000 1.74 -6.5 a0247.fits Y 3.79
2022-03-27 13:05:46 B 200.000 1.73 -6.5 a0248.fits Y 3.65
2022-03-27 13:09:34 B 200.000 1.71 -6.4 a0249.fits Y 3.51 13.970 0.320 1164
2022-03-27 13:13:23 B 200.000 1.70 -6.4 a0250.fits Y 3.65
2022-03-27 13:17:15 V 100.000 1.69 -6.3 a0251.fits Y 3.41 12.860 0.104 132
2022-03-27 13:19:24 V 100.000 1.68 -6.3 a0252.fits Y 3.54 13.044 0.126 125
2022-03-27 13:21:32 V 100.000 1.67 -6.2 a0253.fits Y 3.30 12.769 0.096 144
2022-03-27 13:23:40 V 100.000 1.66 -6.2 a0254.fits Y 3.72 15.176 0.880 121
2022-03-27 13:25:48 V 100.000 1.65 -6.1 a0255.fits Y 3.29 13.885 0.278 157

V3890_Sgr

AUID 000-BCC-531

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 15:01:54 V 100.000 1.55 -3.8 a0289.fits 10.968 0.024 1715
2022-03-27 15:04:58 V 100.000 1.53 -3.7 a0290.fits 10.770 0.020 1698
2022-03-27 15:06:56 V 100.000 1.52 -3.7 a0291.fits 10.734 0.019 1651
2022-03-27 15:08:58 B 200.000 1.50 -3.7 a0292.fits 11.436 0.035 393
2022-03-27 15:13:41 B 200.000 1.48 -3.6 a0293.fits 11.297 0.031 596
2022-03-27 15:17:19 B 200.000 1.46 -3.5 a0294.fits 11.261 0.030 1053

V837_Ara

AUID 000-BCT-804

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 11:37:21 B 60.000 1.67 -5.8 a0216.fits Y 3.56 7.632 0.002 10849
2022-03-27 11:38:50 V 40.000 1.66 -5.8 a0217.fits Y 3.64 14.164 0.346 199
2022-03-27 11:40:00 SR 40.000 1.66 -5.8 a0218.fits Y 3.30 13.507 0.208 434

V838_Mon

AUID 000-BBM-355

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 07:34:55 SG 30.000 1.31 0.2 a0109.fits Y 4.45 10.190 0.011 1236
2022-03-27 07:35:45 SG 180.000 1.31 0.2 a0110.fits Y 5.61 8.584 0.005 4310
2022-03-27 07:39:05 SG 180.000 1.31 0.3 a0111.fits Y 5.60 14.603 0.730 1443
2022-03-27 07:42:26 SR 180.000 1.31 0.3 a0112.fits Y 5.23 14.376 0.648 460
2022-03-27 07:45:47 SR 180.000 1.31 0.4 a0113.fits Y 5.31 6.521 0.001 29620
2022-03-27 07:49:08 SI 180.000 1.32 0.4 a0114.fits Y 5.89 13.335 0.299 565
2022-03-27 07:52:28 SI 180.000 1.32 0.5 a0115.fits Y 4.91 13.309 0.269 334
2022-03-27 09:26:09 B 180.000 1.51 2.1 a0152.fits Y 4.23 13.073 0.144 776
2022-03-27 09:29:38 B 180.000 1.53 2.1 a0153.fits Y 4.40 10.533 0.017 717
2022-03-27 09:33:07 B 180.000 1.54 2.2 a0154.fits Y 4.56 11.435 0.037 696
2022-03-27 09:36:34 B 180.000 1.55 2.2 a0155.fits 11.123 0.028 395
2022-03-27 09:41:02 B 180.000 1.57 2.3 a0156.fits 10.492 0.016 786
2022-03-27 09:44:28 B 180.000 1.59 2.4 a0157.fits 10.733 0.019 574
2022-03-27 09:47:55 V 120.000 1.60 2.4 a0158.fits Y 4.44 7.939 0.003 7575
2022-03-27 09:50:24 V 120.000 1.61 2.5 a0159.fits Y 4.27 7.920 0.003 7984
2022-03-27 09:52:53 V 120.000 1.63 2.5 a0160.fits Y 4.87 11.755 0.051 6034
2022-03-27 09:55:22 V 120.000 1.64 2.5 a0161.fits Y 3.88 7.875 0.003 9591
2022-03-27 09:57:50 V 120.000 1.65 2.6 a0162.fits Y 4.62 13.712 0.359 3052
2022-03-27 10:00:19 V 120.000 1.66 2.6 a0163.fits Y 4.31 99.999 9.999 3002

V841_Oph

AUID 000-BBY-278

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 16:54:04 V 300.000 1.17 -0.4 a0333.fits Y 3.77 7.220 0.002 15864
2022-03-27 16:59:32 V 300.000 1.17 -0.3 a0334.fits Y 3.84 13.224 0.238 7960
2022-03-27 17:05:01 V 300.000 1.17 -0.2 a0335.fits Y 4.23 10.707 0.026 14319
2022-03-27 17:10:30 V 300.000 1.17 -0.1 a0336.fits Y 4.20 7.263 0.002 14206
2022-03-27 17:15:59 V 300.000 1.17 -0.0 a0337.fits Y 4.84 7.561 0.002 11906

VX_For

AUID 000-BCV-925

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 08:20:15 B 200.000 1.66 4.6 a0130.fits Y 2.57 13.564 0.226 286
2022-03-27 08:24:04 B 200.000 1.68 4.6 a0131.fits Y 3.24 15.912 1.946 106
2022-03-27 08:27:52 B 200.000 1.71 4.7 a0132.fits Y 3.21
2022-03-27 08:31:40 B 200.000 1.74 4.8 a0133.fits Y 3.06
2022-03-27 08:35:27 B 200.000 1.77 4.8 a0134.fits Y 3.82 99.999 9.999 97
2022-03-27 08:39:16 V 100.000 1.78 4.9 a0135.fits Y 3.16
2022-03-27 08:41:24 V 100.000 1.80 4.9 a0136.fits Y 3.64
2022-03-27 08:43:31 V 100.000 1.82 5.0 a0137.fits Y 3.32 15.531 1.217 75
2022-03-27 08:45:40 V 100.000 1.84 5.0 a0138.fits Y 3.46
2022-03-27 08:47:48 V 100.000 1.86 5.0 a0139.fits Y 4.35 15.198 0.902 69

XX_Sct

AUID 000-BCX-193

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-27 15:54:03 B 120.000 1.71 -3.1 a0311.fits 9.717 0.008 2366
2022-03-27 15:57:24 B 120.000 1.69 -3.0 a0312.fits 9.260 0.006 3001
2022-03-27 15:59:43 V 60.000 1.68 -3.0 a0313.fits Y 2.78 8.841 0.004 5604
2022-03-27 16:01:18 V 60.000 1.67 -2.9 a0314.fits Y 2.92 8.869 0.004 5386
2022-03-27 16:02:43 SR 60.000 1.67 -2.9 a0315.fits Y 2.95 8.383 0.003 8033
2022-03-27 16:04:04 SR 60.000 1.66 -2.9 a0316.fits Y 3.38 8.489 0.003 6246
2022-03-27 16:05:27 SI 60.000 1.65 -2.9 a0317.fits Y 3.49 8.828 0.004 4458
2022-03-27 16:06:49 SI 60.000 1.64 -2.8 a0318.fits Y 2.69 8.756 0.004 7140

Remark-o-matic Image View

images 101 to 150

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:26:40 a0101.fits TW_Hya B 30.000 1.42 -3.9 12.43 0.077 1632
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:27:37 a0102.fits TW_Hya B 30.000 1.42 -3.9 8.968 0.005 3873
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:28:27 a0103.fits TW_Hya V 15.000 1.41 -3.9 Y 3.58 8.368 0.003 6153 0.89
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:29:02 a0104.fits TW_Hya V 15.000 1.41 -3.9 Y 4.76 8.358 0.003 5709 0.90
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:29:40 a0105.fits TW_Hya SR 15.000 1.41 -3.9 Y 4.20 7.441 0.002 13597 0.90
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:30:15 a0106.fits TW_Hya SR 15.000 1.41 -3.8 Y 4.01 16.269 2.434 1049 0.90
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:30:50 a0107.fits TW_Hya SI 15.000 1.40 -3.8 Y 3.87 14.426 0.452 3033 0.90
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:31:26 a0108.fits TW_Hya SI 15.000 1.40 -3.8 Y 3.89 14.445 0.46 2661 0.92
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:34:55 a0109.fits V838_Mon SG 30.000 1.31 0.2 Y 4.45 10.19 0.011 1236 0.01
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:35:45 a0110.fits V838_Mon SG 180.000 1.31 0.2 Y 5.61 8.584 0.005 4310 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:39:05 a0111.fits V838_Mon SG 180.000 1.31 0.3 Y 5.60 14.603 0.73 1443 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:42:26 a0112.fits V838_Mon SR 180.000 1.31 0.3 Y 5.23 14.376 0.648 460 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:45:47 a0113.fits V838_Mon SR 180.000 1.31 0.4 Y 5.31 6.521 0.001 29620 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:49:08 a0114.fits V838_Mon SI 180.000 1.32 0.4 Y 5.89 13.335 0.299 565 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:52:28 a0115.fits V838_Mon SI 180.000 1.32 0.5 Y 4.91 13.309 0.269 334 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 07:59:02 a0116.fits TU_Men SG 60.000 1.26 3.0 Y 3.67 12.266 0.056 198 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:00:21 a0117.fits TU_Men SG 60.000 1.26 3.0 Y 3.09 12.183 0.052 255 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:05:28 a0118.fits ASASSN-20da B 30.000 1.81 -7.1 9.934 0.008 876
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:07:19 a0119.fits ASASSN-20da V 15.000 1.80 -7.0 Y 5.13 9.705 0.007 1447 0.43
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:07:57 a0120.fits ASASSN-20da SR 15.000 1.80 -7.0 Y 4.25 9.315 0.005 2228 0.42
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:08:34 a0121.fits ASASSN-20da SI 15.000 1.80 -7.0 Y 4.44 9.918 0.008 1422 0.41
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:09:16 a0122.fits ASASSN-20da B 30.000 1.79 -7.0 9.779 0.007 1356
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:11:08 a0123.fits ASASSN-20da V 15.000 1.79 -7.0 Y 3.59 9.591 0.006 2339 0.41
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:11:49 a0124.fits ASASSN-20da SR 15.000 1.78 -7.0 Y 4.71 9.279 0.005 2355 0.40
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:12:25 a0125.fits ASASSN-20da SI 15.000 1.78 -6.9 Y 4.03 9.832 0.007 1570 0.39
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:13:08 a0126.fits ASASSN-20da B 30.000 1.78 -6.9 Y 4.65 9.693 0.007 1590 0.39
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:14:21 a0127.fits ASASSN-20da V 15.000 1.77 -6.9 Y 3.57 9.585 0.006 2356 0.39
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:14:59 a0128.fits ASASSN-20da SR 15.000 1.77 -6.9 Y 3.83 9.195 0.005 3291 0.39
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:15:35 a0129.fits ASASSN-20da SI 15.000 1.77 -6.9 Y 4.03 9.754 0.007 1780 0.38
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:20:15 a0130.fits VX_For B 200.000 1.66 4.6 Y 2.57 13.564 0.226 286 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:24:04 a0131.fits VX_For B 200.000 1.68 4.6 Y 3.24 15.912 1.946 106 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:27:52 a0132.fits VX_For B 200.000 1.71 4.7 Y 3.21 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:31:40 a0133.fits VX_For B 200.000 1.74 4.8 Y 3.06 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:35:27 a0134.fits VX_For B 200.000 1.77 4.8 Y 3.82 99.999 9.999 97 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:39:16 a0135.fits VX_For V 100.000 1.78 4.9 Y 3.16 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:41:24 a0136.fits VX_For V 100.000 1.80 4.9 Y 3.64 0.18
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:43:31 a0137.fits VX_For V 100.000 1.82 5.0 Y 3.32 15.531 1.217 75 0.20
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:45:40 a0138.fits VX_For V 100.000 1.84 5.0 Y 3.46 0.22
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:47:48 a0139.fits VX_For V 100.000 1.86 5.0 Y 4.35 15.198 0.902 69 0.26
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:53:59 a0140.fits J1407_Cen B 90.000 1.95 -5.5 Y 4.58 9.787 0.008 1224 0.76
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:56:11 a0141.fits J1407_Cen B 90.000 1.93 -5.5 Y 4.79 9.792 0.008 1125 0.79
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:58:06 a0142.fits J1407_Cen V 30.000 1.92 -5.5 Y 4.62 9.311 0.005 1897 0.80
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:59:01 a0143.fits J1407_Cen V 30.000 1.91 -5.5 Y 4.44 9.274 0.005 2031 0.78
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 08:59:55 a0144.fits J1407_Cen SR 30.000 1.90 -5.4 Y 4.11 8.508 0.003 4655 0.81
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:00:45 a0145.fits J1407_Cen SR 30.000 1.90 -5.4 14.783 0.568 1951
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:01:36 a0146.fits J1407_Cen SI 30.000 1.89 -5.4 Y 4.18 15.263 0.852 61 0.80
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:02:26 a0147.fits J1407_Cen SI 30.000 1.88 -5.4 Y 4.35 14.707 0.515 2092 0.80
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:06:45 a0148.fits 2MASS_J07092139-1029344 SI 60.000 1.30 1.6 Y 4.43 16.057 1.831 114 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:08:05 a0149.fits 2MASS_J07092139-1029344 SI 300.000 1.31 1.7 Y 4.00 11.679 0.047 479 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:13:25 a0150.fits 2MASS_J07092139-1029344 SI 300.000 1.32 1.8 Y 4.31 15.405 1.425 552 0.12

images 151 to 200

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:18:45 a0151.fits 2MASS_J07092139-1029344 SI 300.000 1.34 1.8 Y 6.49 12.006 0.061 393 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:26:09 a0152.fits V838_Mon B 180.000 1.51 2.1 Y 4.23 13.073 0.144 776 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:29:38 a0153.fits V838_Mon B 180.000 1.53 2.1 Y 4.40 10.533 0.017 717 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:33:07 a0154.fits V838_Mon B 180.000 1.54 2.2 Y 4.56 11.435 0.037 696 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:36:34 a0155.fits V838_Mon B 180.000 1.55 2.2 11.123 0.028 395
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:41:02 a0156.fits V838_Mon B 180.000 1.57 2.3 10.492 0.016 786
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:44:28 a0157.fits V838_Mon B 180.000 1.59 2.4 10.733 0.019 574
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:47:55 a0158.fits V838_Mon V 120.000 1.60 2.4 Y 4.44 7.939 0.003 7575 0.20
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:50:24 a0159.fits V838_Mon V 120.000 1.61 2.5 Y 4.27 7.92 0.003 7984 0.22
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:52:53 a0160.fits V838_Mon V 120.000 1.63 2.5 Y 4.87 11.755 0.051 6034 0.24
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:55:22 a0161.fits V838_Mon V 120.000 1.64 2.5 Y 3.88 7.875 0.003 9591 0.26
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 09:57:50 a0162.fits V838_Mon V 120.000 1.65 2.6 Y 4.62 13.712 0.359 3052 0.35
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:00:19 a0163.fits V838_Mon V 120.000 1.66 2.6 Y 4.31 99.999 9.999 3002 0.34
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:06:12 a0164.fits U_Men B 10.000 1.43 5.6 8.667 0.004 5630
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:06:58 a0165.fits U_Men B 10.000 1.43 5.6 8.695 0.004 5479
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:07:34 a0166.fits U_Men B 10.000 1.43 5.7 8.694 0.004 5242
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:08:10 a0167.fits U_Men V 10.000 1.44 5.7 Y 2.56 7.066 0.002 26012 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:08:48 a0168.fits U_Men V 10.000 1.44 5.7 Y 2.86 7.061 0.002 26850 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:09:26 a0169.fits U_Men V 10.000 1.44 5.7 Y 2.95 7.105 0.002 20457 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:10:07 a0170.fits U_Men SI 10.000 1.44 5.7 5.77 0.001 62699
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:10:53 a0171.fits U_Men SI 10.000 1.44 5.7 5.859 0.001 62699
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:11:28 a0172.fits U_Men SI 10.000 1.44 5.7 5.937 0.001 62699
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:14:49 a0173.fits NGC_1851 SG 60.000 1.59 4.7 Y 5.60 7.538 0.028 10798 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:16:09 a0174.fits NGC_1851 SG 100.000 1.60 4.7 Y 5.18 7.827 0.069 19105 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:18:09 a0175.fits NGC_1851 SG 100.000 1.61 4.8 Y 5.35 7.07 0.033 18254 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:20:10 a0176.fits NGC_1851 SG 100.000 1.62 4.8 Y 4.88 7.676 0.047 10746 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:22:09 a0177.fits NGC_1851 SG 100.000 1.63 4.8 Y 5.01 7.488 0.058 17932 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:24:12 a0178.fits NGC_1851 SI 100.000 1.65 4.9 Y 5.04 8.143 0.04 14937 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:26:12 a0179.fits NGC_1851 SI 100.000 1.66 4.9 Y 4.74 8.104 0.044 17184 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:28:13 a0180.fits NGC_1851 SI 100.000 1.67 4.9 Y 5.17 6.926 0.033 15810 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:30:13 a0181.fits NGC_1851 SI 100.000 1.69 5.0 Y 4.44 6.938 0.03 16118 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:34:34 a0182.fits NGC_2298 SG 60.000 1.30 3.4 Y 4.41 11.685 0.118 593 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:35:54 a0183.fits NGC_2298 SG 100.000 1.31 3.5 Y 4.68 10.403 0.058 819 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:37:53 a0184.fits NGC_2298 SG 100.000 1.32 3.5 Y 5.19 10.939 0.098 755 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:39:53 a0185.fits NGC_2298 SG 100.000 1.32 3.5 Y 4.59 10.363 0.054 867 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:41:53 a0186.fits NGC_2298 SG 100.000 1.33 3.6 Y 5.10 12.098 0.265 742 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:43:54 a0187.fits NGC_2298 SI 100.000 1.34 3.6 Y 4.26 10.996 0.104 941 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:45:53 a0188.fits NGC_2298 SI 100.000 1.34 3.6 Y 3.96 10.285 0.049 1036 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:47:54 a0189.fits NGC_2298 SI 100.000 1.35 3.7 Y 4.00 11.179 0.106 1007 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:49:54 a0190.fits NGC_2298 SI 100.000 1.36 3.7 Y 4.20 10.263 0.048 969 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:55:45 a0191.fits V0856_Sco B 12.000 1.97 -5.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:56:33 a0192.fits V0856_Sco B 12.000 1.96 -5.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:57:03 a0193.fits V0856_Sco B 12.000 1.96 -5.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:57:34 a0194.fits V0856_Sco V 5.000 1.96 -5.5 10.302 0.009 1182
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:58:06 a0195.fits V0856_Sco V 5.000 1.95 -5.5 10.296 0.009 1206
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:58:30 a0196.fits V0856_Sco V 5.000 1.95 -5.5 10.281 0.009 1283
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 10:58:55 a0197.fits V0856_Sco SR 5.000 1.94 -5.5 9.609 0.006 2451
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:00:19 a0198.fits V0856_Sco SR 5.000 1.93 -5.4 9.62 0.006 2707
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:00:41 a0199.fits V0856_Sco SR 5.000 1.93 -5.4 9.63 0.006 1813
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:01:05 a0200.fits V0856_Sco SI 5.000 1.92 -5.4 9.815 0.007 1695

images 201 to 250

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:02:29 a0201.fits V0856_Sco SI 5.000 1.91 -5.4 9.766 0.007 1890
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:02:51 a0202.fits V0856_Sco SI 5.000 1.91 -5.4 9.759 0.006 1997
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:06:31 a0203.fits NGC_5286 SG 60.000 1.16 -3.0 14.249 0.875 1029
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:08:50 a0204.fits NGC_5286 SG 100.000 1.15 -2.9 99.999 9.999 1655
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:11:50 a0205.fits NGC_5286 SG 100.000 1.15 -2.9 99.999 9.999 1733
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:13:47 a0206.fits NGC_5286 SG 100.000 1.15 -2.9 11.659 0.169 1775
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:15:45 a0207.fits NGC_5286 SG 100.000 1.14 -2.8 11.396 0.1 1760
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:17:42 a0208.fits NGC_5286 SG 100.000 1.14 -2.8 14.295 1.596 1629
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:19:40 a0209.fits NGC_5286 SG 100.000 1.14 -2.8 14.138 0.88 1731
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:21:38 a0210.fits NGC_5286 SG 100.000 1.13 -2.7 11.063 0.072 1755
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:23:37 a0211.fits NGC_5286 SI 100.000 1.13 -2.7 10.423 0.039 1861
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:26:36 a0212.fits NGC_5286 SI 100.000 1.12 -2.6 12.486 0.111 1628
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:28:34 a0213.fits NGC_5286 SI 100.000 1.12 -2.6 12.476 0.109 1637
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:30:31 a0214.fits NGC_5286 SI 100.000 1.12 -2.6 12.338 0.1 1575
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:32:29 a0215.fits NGC_5286 SI 100.000 1.12 -2.5 12.445 0.11 1654
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:37:21 a0216.fits V837_Ara B 60.000 1.67 -5.8 Y 3.56 7.632 0.002 10849 0.54
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:38:50 a0217.fits V837_Ara V 40.000 1.66 -5.8 Y 3.64 14.164 0.346 199 0.56
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:40:00 a0218.fits V837_Ara SR 40.000 1.66 -5.8 Y 3.30 13.507 0.208 434 0.53
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:43:36 a0219.fits NGC_5927 SG 60.000 1.31 -4.0 9.655 0.02 1739
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:45:55 a0220.fits NGC_5927 SG 100.000 1.31 -4.0 9.049 0.018 3551
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:48:55 a0221.fits NGC_5927 SG 100.000 1.30 -4.0 9.872 0.038 3378
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:50:52 a0222.fits NGC_5927 SG 100.000 1.29 -3.9 9.055 0.017 3717
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:52:49 a0223.fits NGC_5927 SG 100.000 1.29 -3.9 9.147 0.02 3090
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:54:49 a0224.fits NGC_5927 SI 100.000 1.28 -3.9 8.001 0.013 36756
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:57:47 a0225.fits NGC_5927 SI 100.000 1.27 -3.8 8.034 0.013 38144
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 11:59:45 a0226.fits NGC_5927 SI 100.000 1.27 -3.8 8.634 0.025 27491
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:01:42 a0227.fits NGC_5927 SI 100.000 1.26 -3.7 6.645 0.005 45249
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:05:59 a0228.fits V1281_Sco B 200.000 1.86 -5.2 12.118 0.066 3291
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:10:47 a0229.fits V1281_Sco B 200.000 1.82 -5.1
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:14:34 a0230.fits V1281_Sco B 200.000 1.79 -5.0 12.426 0.087 657
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:18:19 a0231.fits V1281_Sco B 200.000 1.76 -5.0 12.386 0.084 696
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:22:05 a0232.fits V1281_Sco B 200.000 1.73 -4.9 11.825 0.052 288
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:25:51 a0233.fits V1281_Sco V 100.000 1.72 -4.8 Y 4.63 11.216 0.027 1668 0.80
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:28:00 a0234.fits V1281_Sco V 100.000 1.70 -4.8 Y 4.15 11.228 0.028 1585 0.80
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:30:09 a0235.fits V1281_Sco V 100.000 1.69 -4.8 Y 4.54 13.996 0.36 113 0.83
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:32:18 a0236.fits V1281_Sco V 100.000 1.67 -4.7 Y 3.97 11.177 0.026 407 0.83
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:34:28 a0237.fits V1281_Sco V 100.000 1.66 -4.7 Y 4.02 11.194 0.026 391 0.82
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:38:42 a0238.fits KK_Oph B 30.000 1.96 -4.8 9.365 0.006 2387
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:40:13 a0239.fits KK_Oph B 30.000 1.94 -4.8 9.547 0.006 1767
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:41:02 a0240.fits KK_Oph V 15.000 1.93 -4.8 Y 3.13 8.966 0.004 3755 0.85
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:41:43 a0241.fits KK_Oph V 15.000 1.93 -4.8 8.902 0.004 4328
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:43:21 a0242.fits KK_Oph SR 15.000 1.91 -4.8 8.347 0.003 6846
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:44:56 a0243.fits KK_Oph SR 15.000 1.90 -4.7 8.314 0.003 7362
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:45:30 a0244.fits KK_Oph SI 15.000 1.89 -4.7 8.539 0.003 5463
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:47:05 a0245.fits KK_Oph SI 15.000 1.88 -4.7 8.503 0.003 5981
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 12:58:09 a0246.fits V344_Pav B 200.000 1.76 -6.6 Y 4.22 15.135 0.94 104 0.48
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:01:58 a0247.fits V344_Pav B 200.000 1.74 -6.5 Y 3.79 0.50
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:05:46 a0248.fits V344_Pav B 200.000 1.73 -6.5 Y 3.65 0.52
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:09:34 a0249.fits V344_Pav B 200.000 1.71 -6.4 Y 3.51 13.97 0.32 1164 0.53
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:13:23 a0250.fits V344_Pav B 200.000 1.70 -6.4 Y 3.65 0.55

images 251 to 300

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:17:15 a0251.fits V344_Pav V 100.000 1.69 -6.3 Y 3.41 12.86 0.104 132 0.53
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:19:24 a0252.fits V344_Pav V 100.000 1.68 -6.3 Y 3.54 13.044 0.126 125 0.54
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:21:32 a0253.fits V344_Pav V 100.000 1.67 -6.2 Y 3.30 12.769 0.096 144 0.55
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:23:40 a0254.fits V344_Pav V 100.000 1.66 -6.2 Y 3.72 15.176 0.88 121 0.55
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:25:48 a0255.fits V344_Pav V 100.000 1.65 -6.1 Y 3.29 13.885 0.278 157 0.56
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:30:33 a0256.fits V0725_Sgr B 120.000 1.77 -5.0 8.87 0.004 3925
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:33:54 a0257.fits V0725_Sgr B 120.000 1.75 -4.9 8.955 0.005 2783
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:36:14 a0258.fits V0725_Sgr V 60.000 1.74 -4.9 7.644 0.002 10735
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:38:35 a0259.fits V0725_Sgr V 60.000 1.72 -4.9 7.572 0.002 13039
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:39:56 a0260.fits V0725_Sgr SR 60.000 1.71 -4.8 10.346 0.014 29323
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:42:17 a0261.fits V0725_Sgr SR 60.000 1.69 -4.8 6.696 0.001 40284
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:43:36 a0262.fits V0725_Sgr SI 60.000 1.69 -4.8 6.845 0.001 29437
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:45:55 a0263.fits V0725_Sgr SI 60.000 1.67 -4.7 6.818 0.001 38382
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:49:35 a0264.fits V2487_Oph B 200.000 1.74 -4.0
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:54:24 a0265.fits V2487_Oph B 200.000 1.70 -3.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 13:58:10 a0266.fits V2487_Oph B 200.000 1.68 -3.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:01:55 a0267.fits V2487_Oph B 200.000 1.65 -3.8 18.525 9.999 154
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:05:40 a0268.fits V2487_Oph B 200.000 1.63 -3.7 14.982 0.802 970
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:09:27 a0269.fits V2487_Oph V 100.000 1.61 -3.7 12.262 0.064 220
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:12:35 a0270.fits V2487_Oph V 100.000 1.59 -3.6 12.453 0.08 183
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:14:41 a0271.fits V2487_Oph V 100.000 1.58 -3.6 12.421 0.075 203
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:16:46 a0272.fits V2487_Oph V 100.000 1.57 -3.6 14.114 0.361 120
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:18:52 a0273.fits V2487_Oph V 100.000 1.56 -3.5 12.157 0.058 279
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:23:18 a0274.fits V0725_Sgr B 120.000 1.45 -4.1 8.691 0.004 6109
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:26:39 a0275.fits V0725_Sgr B 120.000 1.44 -4.1 8.738 0.004 4644
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:28:58 a0276.fits V0725_Sgr V 60.000 1.43 -4.0 7.475 0.002 22372
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:31:20 a0277.fits V0725_Sgr V 60.000 1.42 -4.0 7.466 0.002 22904
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:32:40 a0278.fits V0725_Sgr SR 60.000 1.42 -4.0 6.678 0.001 39091
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:35:00 a0279.fits V0725_Sgr SR 60.000 1.41 -3.9 12.658 0.111 26131
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:36:18 a0280.fits V0725_Sgr SI 60.000 1.40 -3.9 6.868 0.001 25983
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:38:39 a0281.fits V0725_Sgr SI 60.000 1.39 -3.9 6.819 0.001 35086
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:42:21 a0282.fits PNV_J17291350 B 60.000 1.44 -3.1 Y 2.63 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:43:50 a0283.fits PNV_J17291350 B 150.000 1.42 -3.1 Y 2.95 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:46:49 a0284.fits PNV_J17291350 B 150.000 1.41 -3.0 Y 3.07 13.521 0.213 114 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:49:49 a0285.fits PNV_J17291350 B 150.000 1.40 -3.0 Y 2.72 14.072 0.334 119 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:52:51 a0286.fits PNV_J17291350 V 100.000 1.39 -2.9 Y 3.43 12.489 0.079 215 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:55:03 a0287.fits PNV_J17291350 V 100.000 1.38 -2.9 Y 3.91 12.563 0.082 165 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 14:57:13 a0288.fits PNV_J17291350 V 100.000 1.37 -2.8 Y 3.55 12.578 0.082 155 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:01:54 a0289.fits V3890_Sgr V 100.000 1.55 -3.8 10.968 0.024 1715
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:04:58 a0290.fits V3890_Sgr V 100.000 1.53 -3.7 10.77 0.02 1698
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:06:56 a0291.fits V3890_Sgr V 100.000 1.52 -3.7 10.734 0.019 1651
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:08:58 a0292.fits V3890_Sgr B 200.000 1.50 -3.7 11.436 0.035 393
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:13:41 a0293.fits V3890_Sgr B 200.000 1.48 -3.6 11.297 0.031 596
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:17:19 a0294.fits V3890_Sgr B 200.000 1.46 -3.5 11.261 0.03 1053
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:23:15 a0295.fits V0725_Sgr B 120.000 1.23 -3.1 8.717 0.004 4986
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:26:37 a0296.fits V0725_Sgr B 120.000 1.22 -3.1 8.699 0.004 5496
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:28:57 a0297.fits V0725_Sgr V 60.000 1.22 -3.0 7.482 0.002 17756
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:31:18 a0298.fits V0725_Sgr V 60.000 1.21 -3.0 7.442 0.002 28271
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:32:39 a0299.fits V0725_Sgr SR 60.000 1.21 -3.0 12.712 0.119 33862
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:34:59 a0300.fits V0725_Sgr SR 60.000 1.20 -2.9 6.953 0.002 34891

images 301 to 350

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:36:18 a0301.fits V0725_Sgr SI 60.000 1.20 -2.9 6.831 0.001 35125
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:38:38 a0302.fits V0725_Sgr SI 60.000 1.20 -2.9 6.842 0.001 41218
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:46:52 a0303.fits GSC_05107_00266 B 30.000 1.76 -3.0
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:47:45 a0304.fits GSC_05107_00266 B 30.000 1.76 -2.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:48:34 a0305.fits GSC_05107_00266 V 15.000 1.75 -2.9 17.083 3.879 49
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:49:10 a0306.fits GSC_05107_00266 V 15.000 1.75 -2.9 15.189 0.65 64
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:49:45 a0307.fits GSC_05107_00266 SR 15.000 1.75 -2.9 Y 2.14 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:50:20 a0308.fits GSC_05107_00266 SR 15.000 1.74 -2.9 Y 2.29 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:50:56 a0309.fits GSC_05107_00266 SI 15.000 1.74 -2.9 Y 2.47 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:51:30 a0310.fits GSC_05107_00266 SI 15.000 1.73 -2.9 Y 2.20 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:54:03 a0311.fits XX_Sct B 120.000 1.71 -3.1 9.717 0.008 2366
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:57:24 a0312.fits XX_Sct B 120.000 1.69 -3.0 9.26 0.006 3001
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 15:59:43 a0313.fits XX_Sct V 60.000 1.68 -3.0 Y 2.78 8.841 0.004 5604 1.01
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:01:18 a0314.fits XX_Sct V 60.000 1.67 -2.9 Y 2.92 8.869 0.004 5386 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:02:43 a0315.fits XX_Sct SR 60.000 1.67 -2.9 Y 2.95 8.383 0.003 8033 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:04:04 a0316.fits XX_Sct SR 60.000 1.66 -2.9 Y 3.38 8.489 0.003 6246 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:05:27 a0317.fits XX_Sct SI 60.000 1.65 -2.9 Y 3.49 8.828 0.004 4458 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:06:49 a0318.fits XX_Sct SI 60.000 1.64 -2.8 Y 2.69 8.756 0.004 7140 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:10:11 a0319.fits CI_Aql V 100.000 1.88 -3.0 14.371 0.439 327
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:13:12 a0320.fits CI_Aql V 100.000 1.86 -2.9 12.627 0.095 210
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:15:11 a0321.fits CI_Aql V 100.000 1.85 -2.9 13.104 0.15 170
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:17:13 a0322.fits CI_Aql B 200.000 1.82 -2.9 Y 3.28 11.386 0.034 512 0.95
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:20:57 a0323.fits CI_Aql B 200.000 1.79 -2.8 Y 3.68 11.997 0.058 329 0.98
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:24:39 a0324.fits CI_Aql B 200.000 1.77 -2.8 Y 3.49 11.443 0.036 403 0.95
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:38:37 a0325.fits ASASSN-V_J18165406-2021176 B 120.000 1.20 -1.9 Y 4.09 8.192 0.003 7111 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:41:00 a0326.fits ASASSN-V_J18165406-2021176 B 120.000 1.19 -1.9 Y 3.75 8.188 0.003 7215 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:43:24 a0327.fits ASASSN-V_J18165406-2021176 V 60.000 1.19 -1.9 Y 2.85 8.038 0.003 11096 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:44:48 a0328.fits ASASSN-V_J18165406-2021176 V 60.000 1.19 -1.8 Y 4.31 8.215 0.003 7634 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:46:11 a0329.fits ASASSN-V_J18165406-2021176 SR 60.000 1.19 -1.8 Y 3.03 7.733 0.002 15603 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:47:34 a0330.fits ASASSN-V_J18165406-2021176 SR 60.000 1.18 -1.8 Y 3.34 7.758 0.002 12875 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:48:57 a0331.fits ASASSN-V_J18165406-2021176 SI 60.000 1.18 -1.8 Y 2.81 8.308 0.003 8997 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:50:20 a0332.fits ASASSN-V_J18165406-2021176 SI 60.000 1.18 -1.7 Y 2.74 8.321 0.003 9271 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:54:04 a0333.fits V841_Oph V 300.000 1.17 -0.4 Y 3.77 7.22 0.002 15864 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 16:59:32 a0334.fits V841_Oph V 300.000 1.17 -0.3 Y 3.84 13.224 0.238 7960 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:05:01 a0335.fits V841_Oph V 300.000 1.17 -0.2 Y 4.23 10.707 0.026 14319 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:10:30 a0336.fits V841_Oph V 300.000 1.17 -0.1 Y 4.20 7.263 0.002 14206 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:15:59 a0337.fits V841_Oph V 300.000 1.17 -0.0 Y 4.84 7.561 0.002 11906 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:24:31 a0338.fits NGC_4590 SG 60.000 1.76 4.5 Y 3.63 10.683 0.034 742 0.00
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:25:51 a0339.fits NGC_4590 SG 100.000 1.78 4.5 Y 3.80 10.2 0.035 1167 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:27:50 a0340.fits NGC_4590 SG 100.000 1.80 4.5 Y 3.61 10.208 0.034 1330 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:29:50 a0341.fits NGC_4590 SG 100.000 1.81 4.5 Y 4.17 10.292 0.036 1098 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:31:50 a0342.fits NGC_4590 SG 100.000 1.83 4.6 Y 3.88 10.238 0.035 1105 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:33:52 a0343.fits NGC_4590 SI 100.000 1.85 4.6 Y 3.55 11.049 0.063 1272 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:35:52 a0344.fits NGC_4590 SI 100.000 1.87 4.6 Y 3.72 11.143 0.076 1153 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:37:52 a0345.fits NGC_4590 SI 100.000 1.89 4.7 Y 3.60 10.921 0.053 1200 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:39:52 a0346.fits NGC_4590 SI 100.000 1.90 4.7 Y 3.69 10.867 0.049 1330 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:45:17 a0347.fits Aql_X_1 SR 120.000 1.56 -1.7 Y 3.70 10.907 0.028 1157 1.01
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:47:57 a0348.fits Aql_X_1 SR 120.000 1.55 -1.7 Y 3.74 11.061 0.033 2816 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:50:26 a0349.fits Aql_X_1 SR 120.000 1.54 -1.6 Y 3.51 10.912 0.032 1731 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:52:55 a0350.fits Aql_X_1 SR 120.000 1.53 -1.6 Y 3.21 11.01 0.036 2852 0.11

images 351 to 353

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 17:55:25 a0351.fits Aql_X_1 SR 120.000 1.52 -1.6 Y 3.57 11.142 0.048 3931 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 18:00:14 a0352.fits NSV_10028 B 60.000 1.51 -0.3 Y 3.40 9.0 0.005 4957 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-27 18:01:37 a0353.fits NSV_10028 V 30.000 1.51 -0.3 Y 2.87 8.326 0.003 9932 0.06

Image Table

images 101 to 150

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 07:26:40 a0101.fits TW_Hya B 30.0 1.42 -3.9 12.430 0.077 1632 000-BCW-108 9665.81019 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 07:27:37 a0102.fits TW_Hya B 30.0 1.42 -3.9 8.968 0.005 3873 000-BCW-108 9665.81084 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 07:28:27 a0103.fits TW_Hya V 15.0 1.41 -3.9 Y 3.58 8.368 0.003 6153 000-BCW-108 0.894184 9665.81142 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993778 Y
2022-03-27 07:29:02 a0104.fits TW_Hya V 15.0 1.41 -3.9 Y 4.76 8.358 0.003 5709 000-BCW-108 0.896156 9665.81183 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994248 Y
2022-03-27 07:29:40 a0105.fits TW_Hya SR 15.0 1.41 -3.9 Y 4.20 7.441 0.002 13597 000-BCW-108 0.895526 9665.81227 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000015 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 07:30:15 a0106.fits TW_Hya SR 15.0 1.41 -3.8 Y 4.01 16.269 2.434 1049 000-BCW-108 0.897240 9665.81267 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996518 Y
2022-03-27 07:30:50 a0107.fits TW_Hya SI 15.0 1.40 -3.8 Y 3.87 14.426 0.452 3033 000-BCW-108 0.899413 9665.81308 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999215 Y
2022-03-27 07:31:26 a0108.fits TW_Hya SI 15.0 1.40 -3.8 Y 3.89 14.445 0.460 2661 000-BCW-108 0.918256 9665.81350 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999655 Y
2022-03-27 07:34:55 a0109.fits V838_Mon SG 30.0 1.31 0.2 Y 4.45 10.190 0.011 1236 000-BBM-355 0.014146 9665.81591 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991663 Y
2022-03-27 07:35:45 a0110.fits V838_Mon SG 180.0 1.31 0.2 Y 5.61 8.584 0.005 4310 000-BBM-355 0.020482 9665.81649 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989161 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 07:39:05 a0111.fits V838_Mon SG 180.0 1.31 0.3 Y 5.60 14.603 0.730 1443 000-BBM-355 0.061520 9665.81881 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990931 Y
2022-03-27 07:42:26 a0112.fits V838_Mon SR 180.0 1.31 0.3 Y 5.23 14.376 0.648 460 000-BBM-355 0.097527 9665.82113 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989892 Y
2022-03-27 07:45:47 a0113.fits V838_Mon SR 180.0 1.31 0.4 Y 5.31 6.521 0.001 29620 000-BBM-355 0.104032 9665.82346 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993447 Y
2022-03-27 07:49:08 a0114.fits V838_Mon SI 180.0 1.32 0.4 Y 5.89 13.335 0.299 565 000-BBM-355 0.073728 9665.82579 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992161 Y
2022-03-27 07:52:28 a0115.fits V838_Mon SI 180.0 1.32 0.5 Y 4.91 13.309 0.269 334 000-BBM-355 0.086613 9665.82810 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991133 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 07:59:02 a0116.fits TU_Men SG 60.0 1.26 3.0 Y 3.67 12.266 0.056 198 000-BCW-366 0.035780 9665.83266 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000284 Y
2022-03-27 08:00:21 a0117.fits TU_Men SG 60.0 1.26 3.0 Y 3.09 12.183 0.052 255 000-BCW-366 0.035597 9665.83358 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997020 Y
2022-03-27 08:05:28 a0118.fits ASASSN-20da B 30.0 1.81 -7.1 9.934 0.008 876 000-BNL-373 9665.83713 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 08:07:19 a0119.fits ASASSN-20da V 15.0 1.80 -7.0 Y 5.13 9.705 0.007 1447 000-BNL-373 0.426296 9665.83841 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990630 Y
2022-03-27 08:07:57 a0120.fits ASASSN-20da SR 15.0 1.80 -7.0 Y 4.25 9.315 0.005 2228 000-BNL-373 0.420090 9665.83885 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995538 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 08:08:34 a0121.fits ASASSN-20da SI 15.0 1.80 -7.0 Y 4.44 9.918 0.008 1422 000-BNL-373 0.414542 9665.83928 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991539 Y
2022-03-27 08:09:16 a0122.fits ASASSN-20da B 30.0 1.79 -7.0 9.779 0.007 1356 000-BNL-373 9665.83977 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 08:11:08 a0123.fits ASASSN-20da V 15.0 1.79 -7.0 Y 3.59 9.591 0.006 2339 000-BNL-373 0.412175 9665.84106 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994095 Y
2022-03-27 08:11:49 a0124.fits ASASSN-20da SR 15.0 1.78 -7.0 Y 4.71 9.279 0.005 2355 000-BNL-373 0.396016 9665.84154 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998487 Y
2022-03-27 08:12:25 a0125.fits ASASSN-20da SI 15.0 1.78 -6.9 Y 4.03 9.832 0.007 1570 000-BNL-373 0.392065 9665.84196 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995829 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 08:13:08 a0126.fits ASASSN-20da B 30.0 1.78 -6.9 Y 4.65 9.693 0.007 1590 000-BNL-373 0.388931 9665.84245 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.985921 Y
2022-03-27 08:14:21 a0127.fits ASASSN-20da V 15.0 1.77 -6.9 Y 3.57 9.585 0.006 2356 000-BNL-373 0.391365 9665.84330 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989825 Y
2022-03-27 08:14:59 a0128.fits ASASSN-20da SR 15.0 1.77 -6.9 Y 3.83 9.195 0.005 3291 000-BNL-373 0.385091 9665.84374 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993796 Y
2022-03-27 08:15:35 a0129.fits ASASSN-20da SI 15.0 1.77 -6.9 Y 4.03 9.754 0.007 1780 000-BNL-373 0.380185 9665.84416 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995952 Y
2022-03-27 08:20:15 a0130.fits VX_For B 200.0 1.66 4.6 Y 2.57 13.564 0.226 286 000-BCV-925 0.090614 9665.84740 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994494 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 08:24:04 a0131.fits VX_For B 200.0 1.68 4.6 Y 3.24 15.912 1.946 106 000-BCV-925 0.079212 9665.85005 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996216 Y
2022-03-27 08:27:52 a0132.fits VX_For B 200.0 1.71 4.7 Y 3.21 000-BCV-925 0.070589 9665.85269 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999229 Y
2022-03-27 08:31:40 a0133.fits VX_For B 200.0 1.74 4.8 Y 3.06 000-BCV-925 0.075529 9665.85532 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996621 Y
2022-03-27 08:35:27 a0134.fits VX_For B 200.0 1.77 4.8 Y 3.82 99.999 9.999 97 000-BCV-925 0.126936 9665.85795 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995117 Y
2022-03-27 08:39:16 a0135.fits VX_For V 100.0 1.78 4.9 Y 3.16 000-BCV-925 0.163334 9665.86060 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996722 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 08:41:24 a0136.fits VX_For V 100.0 1.80 4.9 Y 3.64 000-BCV-925 0.181232 9665.86208 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998104 Y
2022-03-27 08:43:31 a0137.fits VX_For V 100.0 1.82 5.0 Y 3.32 15.531 1.217 75 000-BCV-925 0.199001 9665.86355 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999224 Y
2022-03-27 08:45:40 a0138.fits VX_For V 100.0 1.84 5.0 Y 3.46 000-BCV-925 0.224176 9665.86505 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997588 Y
2022-03-27 08:47:48 a0139.fits VX_For V 100.0 1.86 5.0 Y 4.35 15.198 0.902 69 000-BCV-925 0.258001 9665.86653 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998180 Y
2022-03-27 08:53:59 a0140.fits J1407_Cen B 90.0 1.95 -5.5 Y 4.58 9.787 0.008 1224 None 0.758986 9665.87082 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989334 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 08:56:11 a0141.fits J1407_Cen B 90.0 1.93 -5.5 Y 4.79 9.792 0.008 1125 None 0.791391 9665.87235 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.987683 Y
2022-03-27 08:58:06 a0142.fits J1407_Cen V 30.0 1.92 -5.5 Y 4.62 9.311 0.005 1897 None 0.796121 9665.87368 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.003595 Y
2022-03-27 08:59:01 a0143.fits J1407_Cen V 30.0 1.91 -5.5 Y 4.44 9.274 0.005 2031 None 0.781057 9665.87432 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991328 Y
2022-03-27 08:59:55 a0144.fits J1407_Cen SR 30.0 1.90 -5.4 Y 4.11 8.508 0.003 4655 None 0.807720 9665.87494 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999963 Y
2022-03-27 09:00:45 a0145.fits J1407_Cen SR 30.0 1.90 -5.4 14.783 0.568 1951 None 9665.87552 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 09:01:36 a0146.fits J1407_Cen SI 30.0 1.89 -5.4 Y 4.18 15.263 0.852 61 None 0.796287 9665.87611 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002428 Y
2022-03-27 09:02:26 a0147.fits J1407_Cen SI 30.0 1.88 -5.4 Y 4.35 14.707 0.515 2092 None 0.798093 9665.87669 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995103 Y
2022-03-27 09:06:45 a0148.fits 2MASS_J07092139-1029344 SI 60.0 1.30 1.6 Y 4.43 16.057 1.831 114 000-BLQ-250 0.115799 9665.87969 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996025 Y
2022-03-27 09:08:05 a0149.fits 2MASS_J07092139-1029344 SI 300.0 1.31 1.7 Y 4.00 11.679 0.047 479 000-BLQ-250 0.097634 9665.88061 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989368 Y
2022-03-27 09:13:25 a0150.fits 2MASS_J07092139-1029344 SI 300.0 1.32 1.8 Y 4.31 15.405 1.425 552 000-BLQ-250 0.116967 9665.88432 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.988623 Y

images 151 to 200

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 09:18:45 a0151.fits 2MASS_J07092139-1029344 SI 300.0 1.34 1.8 Y 6.49 12.006 0.061 393 000-BLQ-250 0.130507 9665.88802 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.987663 Y
2022-03-27 09:26:09 a0152.fits V838_Mon B 180.0 1.51 2.1 Y 4.23 13.073 0.144 776 000-BBM-355 0.052183 9665.89316 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990695 Y
2022-03-27 09:29:38 a0153.fits V838_Mon B 180.0 1.53 2.1 Y 4.40 10.533 0.017 717 000-BBM-355 0.049210 9665.89558 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992295 Y
2022-03-27 09:33:07 a0154.fits V838_Mon B 180.0 1.54 2.2 Y 4.56 11.435 0.037 696 000-BBM-355 0.049294 9665.89800 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990653 Y
2022-03-27 09:36:34 a0155.fits V838_Mon B 180.0 1.55 2.2 11.123 0.028 395 000-BBM-355 9665.90039 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 09:41:02 a0156.fits V838_Mon B 180.0 1.57 2.3 10.492 0.016 786 000-BBM-355 9665.90350 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 09:44:28 a0157.fits V838_Mon B 180.0 1.59 2.4 10.733 0.019 574 000-BBM-355 9665.90588 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 09:47:55 a0158.fits V838_Mon V 120.0 1.60 2.4 Y 4.44 7.939 0.003 7575 000-BBM-355 0.195083 9665.90828 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992916 Y
2022-03-27 09:50:24 a0159.fits V838_Mon V 120.0 1.61 2.5 Y 4.27 7.920 0.003 7984 000-BBM-355 0.223311 9665.91000 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993069 Y
2022-03-27 09:52:53 a0160.fits V838_Mon V 120.0 1.63 2.5 Y 4.87 11.755 0.051 6034 000-BBM-355 0.240508 9665.91172 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.988861 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 09:55:22 a0161.fits V838_Mon V 120.0 1.64 2.5 Y 3.88 7.875 0.003 9591 000-BBM-355 0.259692 9665.91345 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994689 Y
2022-03-27 09:57:50 a0162.fits V838_Mon V 120.0 1.65 2.6 Y 4.62 13.712 0.359 3052 000-BBM-355 0.350100 9665.91516 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995912 Y
2022-03-27 10:00:19 a0163.fits V838_Mon V 120.0 1.66 2.6 Y 4.31 99.999 9.999 3002 000-BBM-355 0.337471 9665.91689 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993765 Y
2022-03-27 10:06:12 a0164.fits U_Men B 10.0 1.43 5.6 8.667 0.004 5630 000-BLV-756 9665.92097 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 10:06:58 a0165.fits U_Men B 10.0 1.43 5.6 8.695 0.004 5479 000-BLV-756 9665.92150 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 10:07:34 a0166.fits U_Men B 10.0 1.43 5.7 8.694 0.004 5242 000-BLV-756 9665.92192 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 10:08:10 a0167.fits U_Men V 10.0 1.44 5.7 Y 2.56 7.066 0.002 26012 000-BLV-756 0.067781 9665.92234 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992586 Y
2022-03-27 10:08:48 a0168.fits U_Men V 10.0 1.44 5.7 Y 2.86 7.061 0.002 26850 000-BLV-756 0.076901 9665.92278 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989071 Y
2022-03-27 10:09:26 a0169.fits U_Men V 10.0 1.44 5.7 Y 2.95 7.105 0.002 20457 000-BLV-756 0.077629 9665.92322 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991736 Y
2022-03-27 10:10:07 a0170.fits U_Men SI 10.0 1.44 5.7 5.770 0.001 62699 000-BLV-756 9665.92369 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 10:10:53 a0171.fits U_Men SI 10.0 1.44 5.7 5.859 0.001 62699 000-BLV-756 9665.92422 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 10:11:28 a0172.fits U_Men SI 10.0 1.44 5.7 5.937 0.001 62699 000-BLV-756 9665.92463 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 10:14:49 a0173.fits NGC_1851 SG 60.0 1.59 4.7 Y 5.60 7.538 0.028 10798 None 0.032736 9665.92696 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991267 Y
2022-03-27 10:16:09 a0174.fits NGC_1851 SG 100.0 1.60 4.7 Y 5.18 7.827 0.069 19105 None 0.051163 9665.92788 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993068 Y
2022-03-27 10:18:09 a0175.fits NGC_1851 SG 100.0 1.61 4.8 Y 5.35 7.070 0.033 18254 None 0.069583 9665.92927 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992823 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 10:20:10 a0176.fits NGC_1851 SG 100.0 1.62 4.8 Y 4.88 7.676 0.047 10746 None 0.083309 9665.93067 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991015 Y
2022-03-27 10:22:09 a0177.fits NGC_1851 SG 100.0 1.63 4.8 Y 5.01 7.488 0.058 17932 None 0.089906 9665.93205 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991321 Y
2022-03-27 10:24:12 a0178.fits NGC_1851 SI 100.0 1.65 4.9 Y 5.04 8.143 0.040 14937 None 0.122384 9665.93347 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992411 Y
2022-03-27 10:26:12 a0179.fits NGC_1851 SI 100.0 1.66 4.9 Y 4.74 8.104 0.044 17184 None 0.117243 9665.93486 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994567 Y
2022-03-27 10:28:13 a0180.fits NGC_1851 SI 100.0 1.67 4.9 Y 5.17 6.926 0.033 15810 None 0.119224 9665.93626 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996797 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 10:30:13 a0181.fits NGC_1851 SI 100.0 1.69 5.0 Y 4.44 6.938 0.030 16118 None 0.111251 9665.93765 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991819 Y
2022-03-27 10:34:34 a0182.fits NGC_2298 SG 60.0 1.30 3.4 Y 4.41 11.685 0.118 593 None 0.071041 9665.94067 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993232 Y
2022-03-27 10:35:54 a0183.fits NGC_2298 SG 100.0 1.31 3.5 Y 4.68 10.403 0.058 819 None 0.085579 9665.94160 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992532 Y
2022-03-27 10:37:53 a0184.fits NGC_2298 SG 100.0 1.32 3.5 Y 5.19 10.939 0.098 755 None 0.114117 9665.94297 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.988612 Y
2022-03-27 10:39:53 a0185.fits NGC_2298 SG 100.0 1.32 3.5 Y 4.59 10.363 0.054 867 None 0.137552 9665.94436 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994372 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 10:41:53 a0186.fits NGC_2298 SG 100.0 1.33 3.6 Y 5.10 12.098 0.265 742 None 0.136015 9665.94575 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.986371 Y
2022-03-27 10:43:54 a0187.fits NGC_2298 SI 100.0 1.34 3.6 Y 4.26 10.996 0.104 941 None 0.163777 9665.94715 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995740 Y
2022-03-27 10:45:53 a0188.fits NGC_2298 SI 100.0 1.34 3.6 Y 3.96 10.285 0.049 1036 None 0.161395 9665.94853 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992429 Y
2022-03-27 10:47:54 a0189.fits NGC_2298 SI 100.0 1.35 3.7 Y 4.00 11.179 0.106 1007 None 0.160232 9665.94993 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995125 Y
2022-03-27 10:49:54 a0190.fits NGC_2298 SI 100.0 1.36 3.7 Y 4.20 10.263 0.048 969 None 0.160531 9665.95132 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994354 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 10:55:45 a0191.fits V0856_Sco B 12.0 1.97 -5.5 000-BCX-156 9665.95538 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 10:56:33 a0192.fits V0856_Sco B 12.0 1.96 -5.5 000-BCX-156 9665.95594 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 10:57:03 a0193.fits V0856_Sco B 12.0 1.96 -5.5 000-BCX-156 9665.95628 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 10:57:34 a0194.fits V0856_Sco V 5.0 1.96 -5.5 10.302 0.009 1182 000-BCX-156 9665.95664 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 10:58:06 a0195.fits V0856_Sco V 5.0 1.95 -5.5 10.296 0.009 1206 000-BCX-156 9665.95701 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 10:58:30 a0196.fits V0856_Sco V 5.0 1.95 -5.5 10.281 0.009 1283 000-BCX-156 9665.95729 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 10:58:55 a0197.fits V0856_Sco SR 5.0 1.94 -5.5 9.609 0.006 2451 000-BCX-156 9665.95758 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:00:19 a0198.fits V0856_Sco SR 5.0 1.93 -5.4 9.620 0.006 2707 000-BCX-156 9665.95855 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:00:41 a0199.fits V0856_Sco SR 5.0 1.93 -5.4 9.630 0.006 1813 000-BCX-156 9665.95881 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:01:05 a0200.fits V0856_Sco SI 5.0 1.92 -5.4 9.815 0.007 1695 000-BCX-156 9665.95909 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

images 201 to 250

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 11:02:29 a0201.fits V0856_Sco SI 5.0 1.91 -5.4 9.766 0.007 1890 000-BCX-156 9665.96006 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:02:51 a0202.fits V0856_Sco SI 5.0 1.91 -5.4 9.759 0.006 1997 000-BCX-156 9665.96031 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:06:31 a0203.fits NGC_5286 SG 60.0 1.16 -3.0 14.249 0.875 1029 None 9665.96286 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:08:50 a0204.fits NGC_5286 SG 100.0 1.15 -2.9 99.999 9.999 1655 None 9665.96447 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:11:50 a0205.fits NGC_5286 SG 100.0 1.15 -2.9 99.999 9.999 1733 None 9665.96655 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 11:13:47 a0206.fits NGC_5286 SG 100.0 1.15 -2.9 11.659 0.169 1775 None 9665.96791 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:15:45 a0207.fits NGC_5286 SG 100.0 1.14 -2.8 11.396 0.100 1760 None 9665.96927 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:17:42 a0208.fits NGC_5286 SG 100.0 1.14 -2.8 14.295 1.596 1629 None 9665.97062 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:19:40 a0209.fits NGC_5286 SG 100.0 1.14 -2.8 14.138 0.880 1731 None 9665.97199 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:21:38 a0210.fits NGC_5286 SG 100.0 1.13 -2.7 11.063 0.072 1755 None 9665.97336 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 11:23:37 a0211.fits NGC_5286 SI 100.0 1.13 -2.7 10.423 0.039 1861 None 9665.97473 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:26:36 a0212.fits NGC_5286 SI 100.0 1.12 -2.6 12.486 0.111 1628 None 9665.97681 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:28:34 a0213.fits NGC_5286 SI 100.0 1.12 -2.6 12.476 0.109 1637 None 9665.97817 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:30:31 a0214.fits NGC_5286 SI 100.0 1.12 -2.6 12.338 0.100 1575 None 9665.97953 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:32:29 a0215.fits NGC_5286 SI 100.0 1.12 -2.5 12.445 0.110 1654 None 9665.98089 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 11:37:21 a0216.fits V837_Ara B 60.0 1.67 -5.8 Y 3.56 7.632 0.002 10849 000-BCT-804 0.535218 9665.98427 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997067 Y
2022-03-27 11:38:50 a0217.fits V837_Ara V 40.0 1.66 -5.8 Y 3.64 14.164 0.346 199 000-BCT-804 0.563482 9665.98530 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993951 Y
2022-03-27 11:40:00 a0218.fits V837_Ara SR 40.0 1.66 -5.8 Y 3.30 13.507 0.208 434 000-BCT-804 0.528454 9665.98611 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997137 Y
2022-03-27 11:43:36 a0219.fits NGC_5927 SG 60.0 1.31 -4.0 9.655 0.020 1739 None 9665.98861 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:45:55 a0220.fits NGC_5927 SG 100.0 1.31 -4.0 9.049 0.018 3551 None 9665.99022 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 11:48:55 a0221.fits NGC_5927 SG 100.0 1.30 -4.0 9.872 0.038 3378 None 9665.99230 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:50:52 a0222.fits NGC_5927 SG 100.0 1.29 -3.9 9.055 0.017 3717 None 9665.99366 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:52:49 a0223.fits NGC_5927 SG 100.0 1.29 -3.9 9.147 0.020 3090 None 9665.99501 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:54:49 a0224.fits NGC_5927 SI 100.0 1.28 -3.9 8.001 0.013 36756 None 9665.99640 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 11:57:47 a0225.fits NGC_5927 SI 100.0 1.27 -3.8 8.034 0.013 38144 None 9665.99846 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 11:59:45 a0226.fits NGC_5927 SI 100.0 1.27 -3.8 8.634 0.025 27491 None 9665.99983 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:01:42 a0227.fits NGC_5927 SI 100.0 1.26 -3.7 6.645 0.005 45249 None 9666.00118 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:05:59 a0228.fits V1281_Sco B 200.0 1.86 -5.2 12.118 0.066 3291 000-BDB-591 9666.00416 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:10:47 a0229.fits V1281_Sco B 200.0 1.82 -5.1 000-BDB-591 9666.00749 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:14:34 a0230.fits V1281_Sco B 200.0 1.79 -5.0 12.426 0.087 657 000-BDB-591 9666.01012 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 12:18:19 a0231.fits V1281_Sco B 200.0 1.76 -5.0 12.386 0.084 696 000-BDB-591 9666.01272 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:22:05 a0232.fits V1281_Sco B 200.0 1.73 -4.9 11.825 0.052 288 000-BDB-591 9666.01534 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:25:51 a0233.fits V1281_Sco V 100.0 1.72 -4.8 Y 4.63 11.216 0.027 1668 000-BDB-591 0.803124 9666.01795 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991883 Y
2022-03-27 12:28:00 a0234.fits V1281_Sco V 100.0 1.70 -4.8 Y 4.15 11.228 0.028 1585 000-BDB-591 0.803676 9666.01944 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991476 Y
2022-03-27 12:30:09 a0235.fits V1281_Sco V 100.0 1.69 -4.8 Y 4.54 13.996 0.360 113 000-BDB-591 0.826553 9666.02094 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992113 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 12:32:18 a0236.fits V1281_Sco V 100.0 1.67 -4.7 Y 3.97 11.177 0.026 407 000-BDB-591 0.828628 9666.02243 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992147 Y
2022-03-27 12:34:28 a0237.fits V1281_Sco V 100.0 1.66 -4.7 Y 4.02 11.194 0.026 391 000-BDB-591 0.823922 9666.02394 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992478 Y
2022-03-27 12:38:42 a0238.fits KK_Oph B 30.0 1.96 -4.8 9.365 0.006 2387 000-BDW-739 9666.02687 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:40:13 a0239.fits KK_Oph B 30.0 1.94 -4.8 9.547 0.006 1767 000-BDW-739 9666.02793 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:41:02 a0240.fits KK_Oph V 15.0 1.93 -4.8 Y 3.13 8.966 0.004 3755 000-BDW-739 0.851550 9666.02850 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992946 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 12:41:43 a0241.fits KK_Oph V 15.0 1.93 -4.8 8.902 0.004 4328 000-BDW-739 9666.02897 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:43:21 a0242.fits KK_Oph SR 15.0 1.91 -4.8 8.347 0.003 6846 000-BDW-739 9666.03010 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:44:56 a0243.fits KK_Oph SR 15.0 1.90 -4.7 8.314 0.003 7362 000-BDW-739 9666.03120 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:45:30 a0244.fits KK_Oph SI 15.0 1.89 -4.7 8.539 0.003 5463 000-BDW-739 9666.03160 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 12:47:05 a0245.fits KK_Oph SI 15.0 1.88 -4.7 8.503 0.003 5981 000-BDW-739 9666.03270 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 12:58:09 a0246.fits V344_Pav B 200.0 1.76 -6.6 Y 4.22 15.135 0.94 104 000-BCW-669 0.479989 9666.04038 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999628 Y
2022-03-27 13:01:58 a0247.fits V344_Pav B 200.0 1.74 -6.5 Y 3.79 000-BCW-669 0.495417 9666.04303 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998097 Y
2022-03-27 13:05:46 a0248.fits V344_Pav B 200.0 1.73 -6.5 Y 3.65 000-BCW-669 0.518723 9666.04567 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002483 Y
2022-03-27 13:09:34 a0249.fits V344_Pav B 200.0 1.71 -6.4 Y 3.51 13.970 0.32 1164 000-BCW-669 0.533755 9666.04831 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997130 Y
2022-03-27 13:13:23 a0250.fits V344_Pav B 200.0 1.70 -6.4 Y 3.65 000-BCW-669 0.550745 9666.05096 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998356 Y

images 251 to 300

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 13:17:15 a0251.fits V344_Pav V 100.0 1.69 -6.3 Y 3.41 12.860 0.104 132 000-BCW-669 0.533391 9666.05365 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000203 Y
2022-03-27 13:19:24 a0252.fits V344_Pav V 100.0 1.68 -6.3 Y 3.54 13.044 0.126 125 000-BCW-669 0.544595 9666.05514 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997945 Y
2022-03-27 13:21:32 a0253.fits V344_Pav V 100.0 1.67 -6.2 Y 3.30 12.769 0.096 144 000-BCW-669 0.549980 9666.05662 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999723 Y
2022-03-27 13:23:40 a0254.fits V344_Pav V 100.0 1.66 -6.2 Y 3.72 15.176 0.880 121 000-BCW-669 0.548348 9666.05810 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994472 Y
2022-03-27 13:25:48 a0255.fits V344_Pav V 100.0 1.65 -6.1 Y 3.29 13.885 0.278 157 000-BCW-669 0.555589 9666.05958 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998001 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 13:30:33 a0256.fits V0725_Sgr B 120.0 1.77 -5.0 8.870 0.004 3925 000-BCB-590 9666.06288 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 13:33:54 a0257.fits V0725_Sgr B 120.0 1.75 -4.9 8.955 0.005 2783 000-BCB-590 9666.06521 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 13:36:14 a0258.fits V0725_Sgr V 60.0 1.74 -4.9 7.644 0.002 10735 000-BCB-590 9666.06683 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 13:38:35 a0259.fits V0725_Sgr V 60.0 1.72 -4.9 7.572 0.002 13039 000-BCB-590 9666.06846 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 13:39:56 a0260.fits V0725_Sgr SR 60.0 1.71 -4.8 10.346 0.014 29323 000-BCB-590 9666.06940 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 13:42:17 a0261.fits V0725_Sgr SR 60.0 1.69 -4.8 6.696 0.001 40284 000-BCB-590 9666.07103 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 13:43:36 a0262.fits V0725_Sgr SI 60.0 1.69 -4.8 6.845 0.001 29437 000-BCB-590 9666.07194 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 13:45:55 a0263.fits V0725_Sgr SI 60.0 1.67 -4.7 6.818 0.001 38382 000-BCB-590 9666.07355 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 13:49:35 a0264.fits V2487_Oph B 200.0 1.74 -4.0 000-BBZ-131 9666.07610 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 13:54:24 a0265.fits V2487_Oph B 200.0 1.70 -3.9 000-BBZ-131 9666.07944 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 13:58:10 a0266.fits V2487_Oph B 200.0 1.68 -3.9 000-BBZ-131 9666.08206 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:01:55 a0267.fits V2487_Oph B 200.0 1.65 -3.8 18.525 9.999 154 000-BBZ-131 9666.08466 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:05:40 a0268.fits V2487_Oph B 200.0 1.63 -3.7 14.982 0.802 970 000-BBZ-131 9666.08727 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:09:27 a0269.fits V2487_Oph V 100.0 1.61 -3.7 12.262 0.064 220 000-BBZ-131 9666.08990 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:12:35 a0270.fits V2487_Oph V 100.0 1.59 -3.6 12.453 0.080 183 000-BBZ-131 9666.09207 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 14:14:41 a0271.fits V2487_Oph V 100.0 1.58 -3.6 12.421 0.075 203 000-BBZ-131 9666.09353 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:16:46 a0272.fits V2487_Oph V 100.0 1.57 -3.6 14.114 0.361 120 000-BBZ-131 9666.09498 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:18:52 a0273.fits V2487_Oph V 100.0 1.56 -3.5 12.157 0.058 279 000-BBZ-131 9666.09644 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:23:18 a0274.fits V0725_Sgr B 120.0 1.45 -4.1 8.691 0.004 6109 000-BCB-590 9666.09951 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:26:39 a0275.fits V0725_Sgr B 120.0 1.44 -4.1 8.738 0.004 4644 000-BCB-590 9666.10184 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 14:28:58 a0276.fits V0725_Sgr V 60.0 1.43 -4.0 7.475 0.002 22372 000-BCB-590 9666.10345 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:31:20 a0277.fits V0725_Sgr V 60.0 1.42 -4.0 7.466 0.002 22904 000-BCB-590 9666.10509 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:32:40 a0278.fits V0725_Sgr SR 60.0 1.42 -4.0 6.678 0.001 39091 000-BCB-590 9666.10602 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:35:00 a0279.fits V0725_Sgr SR 60.0 1.41 -3.9 12.658 0.111 26131 000-BCB-590 9666.10764 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:36:18 a0280.fits V0725_Sgr SI 60.0 1.40 -3.9 6.868 0.001 25983 000-BCB-590 9666.10854 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 14:38:39 a0281.fits V0725_Sgr SI 60.0 1.39 -3.9 6.819 0.001 35086 000-BCB-590 9666.11017 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 14:42:21 a0282.fits PNV_J17291350 B 60.0 1.44 -3.1 Y 2.63 None 0.060361 9666.11274 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996833 Y
2022-03-27 14:43:50 a0283.fits PNV_J17291350 B 150.0 1.42 -3.1 Y 2.95 None 0.047158 9666.11377 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995153 Y
2022-03-27 14:46:49 a0284.fits PNV_J17291350 B 150.0 1.41 -3.0 Y 3.07 13.521 0.213 114 None 0.063081 9666.11584 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999782 Y
2022-03-27 14:49:49 a0285.fits PNV_J17291350 B 150.0 1.40 -3.0 Y 2.72 14.072 0.334 119 None 0.071613 9666.11793 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994840 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 14:52:51 a0286.fits PNV_J17291350 V 100.0 1.39 -2.9 Y 3.43 12.489 0.079 215 None 0.080418 9666.12003 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991861 Y
2022-03-27 14:55:03 a0287.fits PNV_J17291350 V 100.0 1.38 -2.9 Y 3.91 12.563 0.082 165 None 0.091993 9666.12156 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995903 Y
2022-03-27 14:57:13 a0288.fits PNV_J17291350 V 100.0 1.37 -2.8 Y 3.55 12.578 0.082 155 None 0.120065 9666.12307 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993351 Y
2022-03-27 15:01:54 a0289.fits V3890_Sgr V 100.0 1.55 -3.8 10.968 0.024 1715 000-BCC-531 9666.12632 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:04:58 a0290.fits V3890_Sgr V 100.0 1.53 -3.7 10.770 0.020 1698 000-BCC-531 9666.12845 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 15:06:56 a0291.fits V3890_Sgr V 100.0 1.52 -3.7 10.734 0.019 1651 000-BCC-531 9666.12981 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:08:58 a0292.fits V3890_Sgr B 200.0 1.50 -3.7 11.436 0.035 393 000-BCC-531 9666.13123 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:13:41 a0293.fits V3890_Sgr B 200.0 1.48 -3.6 11.297 0.031 596 000-BCC-531 9666.13450 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:17:19 a0294.fits V3890_Sgr B 200.0 1.46 -3.5 11.261 0.030 1053 000-BCC-531 9666.13703 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:23:15 a0295.fits V0725_Sgr B 120.0 1.23 -3.1 8.717 0.004 4986 000-BCB-590 9666.14115 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 15:26:37 a0296.fits V0725_Sgr B 120.0 1.22 -3.1 8.699 0.004 5496 000-BCB-590 9666.14348 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:28:57 a0297.fits V0725_Sgr V 60.0 1.22 -3.0 7.482 0.002 17756 000-BCB-590 9666.14510 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:31:18 a0298.fits V0725_Sgr V 60.0 1.21 -3.0 7.442 0.002 28271 000-BCB-590 9666.14674 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:32:39 a0299.fits V0725_Sgr SR 60.0 1.21 -3.0 12.712 0.119 33862 000-BCB-590 9666.14767 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:34:59 a0300.fits V0725_Sgr SR 60.0 1.20 -2.9 6.953 0.002 34891 000-BCB-590 9666.14929 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

images 301 to 350

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 15:36:18 a0301.fits V0725_Sgr SI 60.0 1.20 -2.9 6.831 0.001 35125 000-BCB-590 9666.15021 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:38:38 a0302.fits V0725_Sgr SI 60.0 1.20 -2.9 6.842 0.001 41218 000-BCB-590 9666.15183 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:46:52 a0303.fits GSC_05107_00266 B 30.0 1.76 -3.0 000-BJP-383 9666.15755 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:47:45 a0304.fits GSC_05107_00266 B 30.0 1.76 -2.9 000-BJP-383 9666.15816 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:48:34 a0305.fits GSC_05107_00266 V 15.0 1.75 -2.9 17.083 3.879 49 000-BJP-383 9666.15873 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 15:49:10 a0306.fits GSC_05107_00266 V 15.0 1.75 -2.9 15.189 0.65 64 000-BJP-383 9666.15914 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:49:45 a0307.fits GSC_05107_00266 SR 15.0 1.75 -2.9 Y 2.14 000-BJP-383 0.064768 9666.15955 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997649 Y
2022-03-27 15:50:20 a0308.fits GSC_05107_00266 SR 15.0 1.74 -2.9 Y 2.29 000-BJP-383 0.055366 9666.15995 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.003264 Y
2022-03-27 15:50:56 a0309.fits GSC_05107_00266 SI 15.0 1.74 -2.9 Y 2.47 000-BJP-383 0.051147 9666.16037 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997271 Y
2022-03-27 15:51:30 a0310.fits GSC_05107_00266 SI 15.0 1.73 -2.9 Y 2.20 000-BJP-383 0.032658 9666.16076 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996330 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 15:54:03 a0311.fits XX_Sct B 120.0 1.71 -3.1 9.717 0.008 2366 000-BCX-193 9666.16253 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:57:24 a0312.fits XX_Sct B 120.0 1.69 -3.0 9.260 0.006 3001 000-BCX-193 9666.16486 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 15:59:43 a0313.fits XX_Sct V 60.0 1.68 -3.0 Y 2.78 8.841 0.004 5604 000-BCX-193 1.012709 9666.16647 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995515 Y
2022-03-27 16:01:18 a0314.fits XX_Sct V 60.0 1.67 -2.9 Y 2.92 8.869 0.004 5386 000-BCX-193 0.019399 9666.16757 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991811 Y
2022-03-27 16:02:43 a0315.fits XX_Sct SR 60.0 1.67 -2.9 Y 2.95 8.383 0.003 8033 000-BCX-193 0.021470 9666.16855 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993721 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 16:04:04 a0316.fits XX_Sct SR 60.0 1.66 -2.9 Y 3.38 8.489 0.003 6246 000-BCX-193 0.019769 9666.16949 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993113 Y
2022-03-27 16:05:27 a0317.fits XX_Sct SI 60.0 1.65 -2.9 Y 3.49 8.828 0.004 4458 000-BCX-193 0.027863 9666.17045 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991680 Y
2022-03-27 16:06:49 a0318.fits XX_Sct SI 60.0 1.64 -2.8 Y 2.69 8.756 0.004 7140 000-BCX-193 0.033606 9666.17140 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993008 Y
2022-03-27 16:10:11 a0319.fits CI_Aql V 100.0 1.88 -3.0 14.371 0.439 327 000-BCD-453 9666.17374 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 16:13:12 a0320.fits CI_Aql V 100.0 1.86 -2.9 12.627 0.095 210 000-BCD-453 9666.17583 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 16:15:11 a0321.fits CI_Aql V 100.0 1.85 -2.9 13.104 0.150 170 000-BCD-453 9666.17721 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-27 16:17:13 a0322.fits CI_Aql B 200.0 1.82 -2.9 Y 3.28 11.386 0.034 512 000-BCD-453 0.952166 9666.17862 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995497 Y
2022-03-27 16:20:57 a0323.fits CI_Aql B 200.0 1.79 -2.8 Y 3.68 11.997 0.058 329 000-BCD-453 0.981942 9666.18122 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993401 Y
2022-03-27 16:24:39 a0324.fits CI_Aql B 200.0 1.77 -2.8 Y 3.49 11.443 0.036 403 000-BCD-453 0.954278 9666.18378 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994678 Y
2022-03-27 16:38:37 a0325.fits ASASSN-V_J18165406-2021176 B 120.0 1.20 -1.9 Y 4.09 8.192 0.003 7111 None 0.058745 9666.19348 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.003624 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 16:41:00 a0326.fits ASASSN-V_J18165406-2021176 B 120.0 1.19 -1.9 Y 3.75 8.188 0.003 7215 None 0.078175 9666.19514 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996456 Y
2022-03-27 16:43:24 a0327.fits ASASSN-V_J18165406-2021176 V 60.0 1.19 -1.9 Y 2.85 8.038 0.003 11096 None 0.079323 9666.19681 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999415 Y
2022-03-27 16:44:48 a0328.fits ASASSN-V_J18165406-2021176 V 60.0 1.19 -1.8 Y 4.31 8.215 0.003 7634 None 0.088747 9666.19778 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001124 Y
2022-03-27 16:46:11 a0329.fits ASASSN-V_J18165406-2021176 SR 60.0 1.19 -1.8 Y 3.03 7.733 0.002 15603 None 0.098628 9666.19874 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001341 Y
2022-03-27 16:47:34 a0330.fits ASASSN-V_J18165406-2021176 SR 60.0 1.18 -1.8 Y 3.34 7.758 0.002 12875 None 0.117065 9666.19970 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000771 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 16:48:57 a0331.fits ASASSN-V_J18165406-2021176 SI 60.0 1.18 -1.8 Y 2.81 8.308 0.003 8997 None 0.135751 9666.20066 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000809 Y
2022-03-27 16:50:20 a0332.fits ASASSN-V_J18165406-2021176 SI 60.0 1.18 -1.7 Y 2.74 8.321 0.003 9271 None 0.135449 9666.20162 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000422 Y
2022-03-27 16:54:04 a0333.fits V841_Oph V 300.0 1.17 -0.4 Y 3.77 7.220 0.002 15864 000-BBY-278 0.031488 9666.20421 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996437 Y
2022-03-27 16:59:32 a0334.fits V841_Oph V 300.0 1.17 -0.3 Y 3.84 13.224 0.238 7960 000-BBY-278 0.047589 9666.20801 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997232 Y
2022-03-27 17:05:01 a0335.fits V841_Oph V 300.0 1.17 -0.2 Y 4.23 10.707 0.026 14319 000-BBY-278 0.077472 9666.21182 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001825 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 17:10:30 a0336.fits V841_Oph V 300.0 1.17 -0.1 Y 4.20 7.263 0.002 14206 000-BBY-278 0.125108 9666.21563 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001082 Y
2022-03-27 17:15:59 a0337.fits V841_Oph V 300.0 1.17 -0.0 Y 4.84 7.561 0.002 11906 000-BBY-278 0.118466 9666.21943 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998649 Y
2022-03-27 17:24:31 a0338.fits NGC_4590 SG 60.0 1.76 4.5 Y 3.63 10.683 0.034 742 None 0.002315 9666.22536 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993515 Y
2022-03-27 17:25:51 a0339.fits NGC_4590 SG 100.0 1.78 4.5 Y 3.80 10.200 0.035 1167 None 0.016000 9666.22628 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997411 Y
2022-03-27 17:27:50 a0340.fits NGC_4590 SG 100.0 1.80 4.5 Y 3.61 10.208 0.034 1330 None 0.031876 9666.22766 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996974 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 17:29:50 a0341.fits NGC_4590 SG 100.0 1.81 4.5 Y 4.17 10.292 0.036 1098 None 0.051313 9666.22905 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997195 Y
2022-03-27 17:31:50 a0342.fits NGC_4590 SG 100.0 1.83 4.6 Y 3.88 10.238 0.035 1105 None 0.071141 9666.23044 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998958 Y
2022-03-27 17:33:52 a0343.fits NGC_4590 SI 100.0 1.85 4.6 Y 3.55 11.049 0.063 1272 None 0.090782 9666.23185 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.986596 Y
2022-03-27 17:35:52 a0344.fits NGC_4590 SI 100.0 1.87 4.6 Y 3.72 11.143 0.076 1153 None 0.133858 9666.23324 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998700 Y
2022-03-27 17:37:52 a0345.fits NGC_4590 SI 100.0 1.89 4.7 Y 3.60 10.921 0.053 1200 None 0.134281 9666.23463 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995639 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 17:39:52 a0346.fits NGC_4590 SI 100.0 1.90 4.7 Y 3.69 10.867 0.049 1330 None 0.138489 9666.23602 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995802 Y
2022-03-27 17:45:17 a0347.fits Aql_X_1 SR 120.0 1.56 -1.7 Y 3.70 10.907 0.028 1157 000-BDC-003 1.013360 9666.23978 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996316 Y
2022-03-27 17:47:57 a0348.fits Aql_X_1 SR 120.0 1.55 -1.7 Y 3.74 11.061 0.033 2816 000-BDC-003 0.034635 9666.24163 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993305 Y
2022-03-27 17:50:26 a0349.fits Aql_X_1 SR 120.0 1.54 -1.6 Y 3.51 10.912 0.032 1731 000-BDC-003 0.062065 9666.24336 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993945 Y
2022-03-27 17:52:55 a0350.fits Aql_X_1 SR 120.0 1.53 -1.6 Y 3.21 11.010 0.036 2852 000-BDC-003 0.112589 9666.24508 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994674 Y

images 351 to 353

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-27 17:55:25 a0351.fits Aql_X_1 SR 120.0 1.52 -1.6 Y 3.57 11.142 0.048 3931 000-BDC-003 0.127568 9666.24682 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995453 Y
2022-03-27 18:00:14 a0352.fits NSV_10028 B 60.0 1.51 -0.3 Y 3.40 9.000 0.005 4957 000-BJW-501 0.044047 9666.25016 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998068 Y
2022-03-27 18:01:37 a0353.fits NSV_10028 V 30.0 1.51 -0.3 Y 2.87 8.326 0.003 9932 000-BJW-501 0.062527 9666.25112 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993991 Y

Column Definitions

DateTime: UTC timestamp

filename: Image filename in IRAF processing and as JPEG thumbnail

link: Hyperlink to JPEG thumbnail

objid: Target object ID as defined in ACP plan and in FITS header

filter: Photometric filter used

exptime or exp: Exposure time in sec

airmass or am: Airmass during exposure

hr_ang or ha: The hour angle for the images in hours.

has_wcs or wcs: Image was plate solved at observatory and World Coordinate Systems attributes (WCS) attributes were placed in FITS header.

fwhm: Full Width Half Max star images as measured at observatory

instmag: Target object instrumental magnitude as measured by pipeline IRAF photomery subsystem

err: Target object magnitude error as measured by pipeline IRAF photomery subsystem

maxadu: Target object maximum ADU as measured by pipeline IRAF photomery subsystem

auid: AAVSO Unique Identifier for the target object

center2obj: Separation of target object from center of the image in arcmin

JD: Julian date - 2540000

ccd_temp: Camera sensor temperature (C)

set_temp: Camera cooler set point temperatur (C)

img_type: Image type; "Light" is expected; "Flat", "Dark" or "Bias" indicate a mixup in the telescope computer settings

read_mode: Various values, but this should be the same for all images at a given telescope

binning: X and Y binning of sensor pixels; this should be the same for all images at a given telescope

fov_radius_amin: Radius of field of view for the camera sensor across the shorter dimension in arcmin

image_available: This should also be yes(Y) unless a failure in the HQ computer sysem

OE: !OE! indicates over exposed target. The max ADU for the target is more than the linearity liit of the camera.

new_exp: Suggested new exposure for over exposed targets.

nstk: If this is a stacked image, number of images combined.

ChgCSV: The exposure was automatically changed in the Scheduler CSV file.

tnimage: Small image thumbnail that will open the full JPEG thumbnail image in a new tab