import numarray as np from pgclass import * pg = PgPlot() import string as st def plot_vs_time ( file_name, coord='Azimuth' ) : fd = file(file_name, 'rb') lines = fd.readlines() t = np.zeros(len(lines), type=np.Float64) posn = np.zeros(len(lines), type=np.Float64) ii = 0 for i in range(len(lines)) : line = st.split(lines[i]) azt = st.atof(line[2]) if lines[i][0] != '#' : # and azt > 338.0 : t[ii] = st.atof(line[1]) ix = 2 if coord != ...
... new tool to verify science ABs within calSelector v2 . ... xml file, txt file per AB . ... The tool verifyAB compares the content of a SCIENCE AB, as created with the OCA rules in the DFOS workflow, to the results of the dynamic association of calSelector (Raw2Master mode, R2M). The tool has two main modes: DATE and FILE. ... The core command in both modes is 'verifyAB -f <dp_id>': a file name is offered to calSelector which then uses the appropriate OCA rule to find all associations. ...
Next: Application Commands Up: Command Summary Previous: Command Summary . ... add entries to an image catalog . ... use an image frame like a Lookup Table . ... disable automatic catalog functions for image frames . ... COPY/DD source_frame source_desc dest_frame dest_desc . ... copy descriptor of source frame to new image . ... copy a table column to an other existing table . ... CREATE/COLUMN table column [unit] [format] [type] . ... make given catalog the "active" image frame catalog . ...
Content-Type: multipart/related; start= ; boundary=----------buaeVwYRE13mvwHpKfyzfN Content-Location: http://davidwalsh.name/generate-photo-gallery Subject: =?utf-8?Q?Automatically=20Generate=20a=20Photo=20Gallery=20from=20a=20Directory=20of=20Images:=20Updated?= ... Two years ago Chris Coyier wrote an outstanding tutorial detailing how you can generate a photo gallery based on the images within two directories: a thumbnails directory and an originals directory. ... Thanks. ... Thanks now! ...
. Go to the previous , next section. This is the reference manual to SM's commands . @syntax ABORT. Syntax: ABORT . ABORT closes the current device without producing any hardcopy. If you are writing an output file it will be removed. You are left talking to the null device, so you probably want to follow ABORT with a DEVICE command. @syntax ANGLE. Syntax: ANGLE expr . For most purposes only the first element of the expr is used, let's call it D as it's an angle in degrees. ANGLE will cause text from LABEL
... Программа генератор тестов. ... тестов. | ... Файлы тестов (с расширением qml). ... End Sub | ... End | ... require $func_dir.'print_file.pl';#Функция вывода html файла-шаблона | ... require $func_dir.'get_cfg.pl';#Получение имени предмета теста | ... require $func_dir.'first_vivod.pl';#Вывод ссылок на группы тестов/опросов | require $func_dir.'second_vivod.pl';#Вывод ссылок на тесты/опросы в данной категрии | ... require $func_dir.'first_vivod.pl';#Получение и вывод всех ссылок на группы тестов | ...
... Next Routine] [List of Routines] NAME: ADD_HEADER PURPOSE: addition information from FITS-headers MPFS-frames DESCRIPTION: The function computes the total exposure, mean value zenit distance and modified FITS header CALLING SEQUENCE: Result =ADD_HEADER( headers ) CATEGORY: reduction MPFS-data INPUTS: Headers = String array FITS-headers from the MPFS data OUTPUTS: Header = String array containing the header from the FITS file. ... OPTIONAL INPUT KEYWORD PARAMETERS: BEFORE = Keyword string name. ...
Hide Zen home . Pgsql . ... Adapted from http://grass.itc.it/statsgrass/r_and_dbms.html > rS="http://www.bioconductor.org/packages/2.0/bioc/" > install.packages("Rdbi", repos=rS) > install.packages("RdbiPgSQL", repos=rS,configure.args= c(PGSQL = '--with-pgsql-libraries=/usr/local/pgsql/lib --with-pgsql-includes=/usr/local/pgsql/include')) . R needs to load libpq.so , so /etc/ld.so.conf should contains /usr/local/pgsql/lib ! ... Now, sn$id contains id's of sn, sn$type - numerical sn type, etc. ...