Home
last modified time | relevance | path

Searched refs:dateobs (Results 1 – 25 of 47) sorted by relevance

12

/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/astron/
H A Dmake_astr.pro5 DATE_OBS = dateobs, MJD_OBS = mjdobs
217 N_date = N_ELEMENTS(dateobs)
218 IF N_date EQ 0 THEN dateobs = 'UNKNOWN' ELSE $
219 dateobs = STRUPCASE(STRTRIM(dateobs,2))
221 IF N_mjd GT 0 && N_date EQ 0 THEN dateobs = date_conv(mjdobs+2400000.5d0,'FITS')
223 dateobs = date_conv(dateobs,'FITS', BAD_DATE=bad_date) ; try to convert to standard format
225 mjdtest = date_conv(dateobs,'MODIFIED')
229 ENDIF ELSE dateobs = 'UNKNOWN'
255 DATEOBS: dateobs, MJDOBS: DOUBLE(mjdobs), X0Y0: x0y0}
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/tests/
H A Dtest_wcsprm.py377 assert w.dateobs == ''
383 w.dateobs = '31/12/99'
385 assert w.dateobs == '1999-12-31'
428 w.dateobs = '31/12/99'
449 assert w.dateobs == '1999-12-31'
455 w.dateobs = '31/12/F9'
477 assert w.dateobs == '31/12/F9'
H A Dtest_utils.py302 mywcs.wcs.dateobs = '2017-08-17T12:41:04.430'
441 assert mywcs.wcs.dateobs == '2017-08-17T12:41:04.430'
447 assert mywcs.wcs.dateobs == Time('J2000').utc.fits
1300 wcs.wcs.dateobs = obstime.isot
1317 wcs.wcs.dateobs = obstime.isot
1334 wcs.wcs.dateobs = obstime.isot
/dports/astro/wcslib/wcslib-7.7/C/test/
H A Dtwcscompare.c59 strncpy(b.dateobs, "2014-01-01T00:00:00", 72); in main()
H A Dtbth1.out136 dateobs: "1957-02-14T15:00:00"
370 dateobs: "1957-02-14T15:00:00"
604 dateobs: "1957-02-14T15:00:00"
847 dateobs: "1957-02-14T15:00:00"
1087 dateobs: "1957-02-14T15:00:00"
H A Dtwcssub.out78 dateobs: UNDEFINED
313 dateobs: UNDEFINED
H A Dtpih1.out121 dateobs: "1957-02-14T15:00:00"
363 dateobs: "1957-02-14T15:00:00"
608 dateobs: "1957-02-14T15:00:00"
H A Dtwcsfix.out95 dateobs: "1957-02-15T01:10:00.018"
315 dateobs: "1957-02-15T01:10:00.018"
H A Dtdis2.out73 dateobs: UNDEFINED
413 dateobs: UNDEFINED
H A Dtwcstab.out96 dateobs: UNDEFINED
/dports/astro/p5-Astro-Catalog/Astro-Catalog-4.36/lib/Astro/Catalog/IO/
H A DFITSTable.pm183 $fptr->read_keyword('DATE-OBS', my $dateobs, my $comment, $status);
200 $dateobs =~ s/['Z]//g;
201 $datetime = DateTime::Format::ISO8601->parse_datetime($dateobs);
H A DLCOGTFITSTable.pm209 $fptr->read_keyword('DATE-OBS', my $dateobs, my $comment, $status);
226 $dateobs =~ s/['Z]//g;
227 $datetime = DateTime::Format::ISO8601->parse_datetime($dateobs);
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/
H A Ddocstrings.py597 dateobs = """ variable
H A Dutils.py103 obstime=wcs.wcs.dateobs or None)
142 wcs.wcs.dateobs = frame.obstime.utc.isot
/dports/astro/wcslib/wcslib-7.7/Fortran/test/
H A Dtpih1.out121 dateobs: "1957-02-14T15:00:00"
363 dateobs: "1957-02-14T15:00:00"
608 dateobs: "1957-02-14T15:00:00"
H A Dtwcssub.out78 dateobs: UNDEFINED
313 dateobs: UNDEFINED
H A Dtwcsfix.out72 dateobs: "1957-02-15T01:10:00.018"
292 dateobs: "1957-02-15T01:10:00.018"
H A Dtwcstab.out96 dateobs: UNDEFINED
/dports/astro/siril/siril/subprojects/wcslib/
H A Dwcs.h1870 char dateobs[72], datebeg[72], dateavg[72], dateend[72]; member
H A Dwcs.c627 memset(wcs->dateobs, 0, 72); in wcsinit()
1199 strncpy(wcsdst->dateobs, wcssrc->dateobs, 72); in wcssub()
1536 strncmp(wcs1->dateobs, wcs2->dateobs, 72) || in wcscompare()
1943 wcsprt_auxc(" dateobs", wcs->dateobs); in wcsprt()
2558 wcsutil_null_fill(72, wcs->dateobs); in wcsset()
/dports/astro/wcslib/wcslib-7.7/C/
H A Dwcs.h2105 char dateobs[72], datebeg[72], dateavg[72], dateend[72]; member
H A Dwcs.c626 memset(wcs->dateobs, 0, 72); in wcsinit()
1202 strncpy(wcsdst->dateobs, wcssrc->dateobs, 72); in wcssub()
1539 strncmp(wcs1->dateobs, wcs2->dateobs, 72) || in wcscompare()
2182 wcsprt_auxc(" dateobs", wcs->dateobs); in wcsprt()
2791 wcsutil_null_fill(72, wcs->dateobs); in wcsset()
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/include/wcslib/
H A Dwcs.h2105 char dateobs[72], datebeg[72], dateavg[72], dateend[72]; member
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dwcs.h2105 char dateobs[72], datebeg[72], dateavg[72], dateend[72]; member
/dports/astro/wcslib/wcslib-7.7/Fortran/
H A Dwcs_f.c336 wcsutil_strcvt(72, '\0', 0, cvalp, wcsp->dateobs); in wcsput_()
675 wcsutil_strcvt(72, ' ', 0, wcsp->dateobs, cvalp); in wcsget_()

12