PI-Software
Command syntax |
Command Type |
General Purpose |
Description |
start_analysis( RA, DEC, AZIM, ALT, OBSMODE ) | daq |
Sets coordinates and starts
analysis |
|
stop_analysis | daq |
||
set_temp( TEMP, CAM_IDX ) | daq |
||
get_temp( CAM_IDX ) | daq |
||
set_shutter_time( TIME_IN_SEC ) | daq |
||
get_shutter_time | daq |
||
quit | daq | ||
change_param( PARAM_NAME, PARAM_VALUE, CCD_INDEX ) | daq | ||
get_param( PARAM_NAME, CCD_INDEX ) | daq | ||
do_darks | daq | ||
take_npictures( N ) | daq | ||
take_npictures_synchro( N ) | daq | takes N picuters in synchro mode
- waits for all to be finished before exit |
|
set_cooling( ON_OFF , CCD_INDEX ) | daq | ||
get_cooling( CCD_INDEX ) | daq | ||
save_current_pictures | daq | ||
stat | daq | ||
get_position | daq | ||
set_fits_key( KEYNAME, KEYVALUE, CCD_INDEX) | daq | In order to overwrite some FITS
keys from pishell |
|
start_daq | daq | In case parameter
CCD_DAQ_STARTED was set to 0 on daq start , daq waits for this command
to be called before proceeds with taking darks and frames |
|
send_pos_to_daq |
internal |
Send position from mount to daq
and start analysis |
|
send_pos_to_mount |
internal |
Reads position from
DAQ-astrometry and send to mount |
|
send_pos_to_mount_astro |
internal |
Forces daq to make new
astrometry and returns the result |
|
update_cron |
piman |
updates corn information , it is
listed here in case some daq commands are in cron and should be changed
config/pi.cron can be edited and this command should be exeuted |
|
clean_ast_list |
daq |
mount axis calibration |
cleans list of ast files kept in
memory, this list can be used to execute any kind of commands ( currently only mount axis calibration command ) NOTE : not yet implemented in piman/pishell |
calc_mount_axis_calib |
daq |
mount axis calibration |
according to collected ast files
( list kept in daq memory ) rotation axis of mount is calculated and shift from pole determined and returned to user, also screw moves in mm are determined according to information stored here ( from first manual mount calibration ) , pixscale is used from daq ccd.cfg file so it is taken into account that new objectives can have different pixscale Special script was developed to be run under piman NOTE : not yet implemented in piman/pishell |
send_pos_to_daq_if_astro_failed |
internal |
sends position to DAQ is
astrometry failed and starts analysis |
|
fast_pos_to_daq_if_astro_failed |
internal |
sends position to DAQ is
astrometry failed - no start analysis , only position is sent |
|
point_best_target |
piman |
finds best target to be
followed, position change is not executed if distance from previous
position is <10 deg |
|
forced_point_best_target |
piman | finds best target to be
followed, position change is always executed , also when distance from
previous position is <10 deg |
[GENERAL]
DTM = 20061014_034802 - DATE TIME ( LOCAL )
UNIX_TIME = 1160812082 - UNIX TIME
START_DTM = 20061014_021606 - START DATE TIME (LOCAL )
WAITING = 0 - IF IN WAITING MODE
DOME = OPENED - DOME STATUS
FAST_MODE = 1 - IF FAST ( ASYNCHRO ) COLLECTION MODE , IMAGE IS TRANSFERED WHEN NEXT IS BEING TAKEN
MODE = NORMAL - OPERATION MODE
ALERT# = 0 - NUMBER OF ALERTS
AUTOGUIDE = 0 - IF AUTOGUIDING MAY BE ENABLED ( ASTROMETRY OK )
PROGRAM = ccdsingle - NAME OF PROGRAM ccdsingle or ccddouble
[CAMERA_k2a]
FRAME# = 262 - NUMBER OF FRAMES COLLECTED
ASTROMETRY = 0 - LAST ASTROMETRY RESULT
STARS# = 322 - NUMBER OF STARS DETECTED ON IMAGE
FWHM_AVER = 0.00 - AVERAGE FWHM ON FRAME ( IN FAST PHOTOMETRY MODE NOT YET CALCULATED )
RA = 292.59 - RA [ DEGREES ]
DEC = -40.00 - DEC [ DEGREES ]
AZIM = 32.46 - AZIMUTH [DEGREES ]
ALT = -9.98 - ALTITUDE [ DEGREES ]
MODE = EARTH_ROT - MODE OF MOUNT ( TRACKING OR CONST ) ASSUMED BY DAQ - USED IN ALGORITHMS ( IF CALCULATE SHIFT OR NOT )
DEVICE = OK - DEVICE STATUS
CHIPTEMP = -10.00 - CURRENT CAMERA TEMPERATURE
CHIPTSET = -10.00 - EXPECTED TEMPERATURE
COOLING = OK - IF COOLING OF CAMERA SUCCEDED WHEN DAQ WAS STARTED
ERRCOUNT = 0 - NUMBER OF ERRORS
REPEATED = 0 - NUMBER OF REPEATED IMAGES
LAST_ERROR = - LAST ERROR
FITC_SIZE_Kb= 4353.08 - SIZE OF FITC FILE
PREV_ASTRO = 0 - RESULT OF PREVIOUS ASTROMETRY
FAILED_ASTRO= 0 - NUMBER OF SUBSEQUENT FAILED ASTROMETRIES
[MOUNT] - MOUNT POSITION - AS DAQ THINKS IT IS
MOUNTRA = 292.59 - RA
MOUNTDEC = -40.00 - DEC
MOUNTAZIM = 38.98 - AZIM
MOUNTALT = -4.18 - ALT
MOUNTTRK = 1 - TRACKING YES/NO ( 1/0 )
MOUNTTIME = 1160809526 - UNIX TIME TIMESTAMP OF THIS DATA
/dev/sda1 --recheck
--root-directory=/mnt/sda1/
--root-directory=/mnt/sdaX/
Program
Name |
Log
File Location |
Description |
MAIN
PI SYSYTEM LOG |
/opt/pi/dev/pisys/log/pi.log |
In
order to turn off loging to main system error in daq edit file : /opt/pi/dev/pisys/daq/config/custom/ccd.cfg on pi2 and set : CCD_GLOBAL_LOG_ENABLED=0 |
killdaq.sh |
/opt/pi/dev/pisys/log/crontab.trace |
kills daq
processes in the moring in case hanged and didn't exit on piman request |
cooling_off.sh |
/opt/pi/dev/pisys/log/crontab.trace |
disables
cooling in case daq failed to do it on exit |
run_piphoto! |
/opt/pi/dev/pisys/log/piphoto.trace |
starts fast
photometry |
prepdaq.sh |
/opt/pi/dev/pisys/log/prepdaq.log |
prepares
directory for new night data, retrives satellites databases from www, copies cfg files to night directory |
autogen_cron.sh |
/opt/pi/dev/pisys/log/genscript.log |
generates
night script YYYYMMDD.pish , calls genscript
program |
run_pisys! |
/opt/pi/dev/pisys/log/pisys_start.log |
starts pi
system in the evening |
runslt! |
/opt/pi/dev/pisys/log/slt.log |
starts SLT (
Second Level
Trigger ) |
cplogs! |
/opt/pi/dev/pisys/log/crontab.trace |
copies night
log files to night
data directory to have them in one place with data |
cat_all_night_events.sh |
/opt/pi/dev/pisys/log/crontab.trace |
cats final
events from night to
single log file |
clean_online.sh |
/opt/pi/dev/pisys/log/crontab.trace |
cleans data
on data collecting
machine , night fitc data is removed after couple of days |
prep_morning_report.sh |
/opt/pi/dev/pisys/log/crontab.trace |
prepares
morning report and
sends e-mail |
start_monitor.sh |
/opt/pi/dev/pisys/log/crontab.trace |
starts jobs
which create jpg
files , takes status files and packs all stuff to tar.gz file which then is copied from heplx40 and placed on www server This script runs several scripts which have own log files listed below , up to stop_monitor.sh line : |
last2jpg! |
/opt/pi/dev/pisys/log/frame_monitor.log |
converts
last collected frame to
jpg file |
update_alert_html.sh |
/opt/pi/dev/pisys/log/html.log |
converts
events to jpg file |
prep_status_pack! |
/opt/pi/dev/pisys/log/status_monitor.log |
prepares
pack of status files (
tar.gz file ) to be transfered to hoza |
monitor_memory! |
/opt/pi/dev/pisys/log/memory.log |
monitor of
system memory, not
very usfull |
stop_monitor.sh |
/opt/pi/dev/pisys/log/crontab.trace |
executed in
the morning, stops
processes started with start_monitor.sh script |
prepare_to_take! |
/opt/pi/dev/pisys/log/crontab.trace |
???? |
totxt.sh |
/opt/pi/dev/pisys/log/crontab.trace | dumps fits
headers to txt files |
send_asas_info_mail.sh |
/opt/pi/dev/pisys/log/crontab.trace |
sends e-mail
about asas pipeline
statistics |
get_super_novea.sh |
/opt/pi/dev/pisys/log/get_sn.log |
gets SN
information to database |
update_gcn.sh |
/opt/pi/dev/pisys/log/update_gcn.log |
updates
database of grb
information from www |
pidb_dump_new_night.sh |
/opt/pi/dev/pisys/log/pidb_dump.log |
dumps new
night data from db to
sql file to be loaded from remote to synchronize database |
checkext.sh |
/opt/pi/dev/pisys/log/checkext.log |
checks
coincydence of pi alerts
with external alerts - not very usfull now |
archlog.sh |
/opt/pi/dev/pisys/log/arch.log |
archivize
log files |
run_offline.sh |
/opt/pi/dev/pisys/log/offline_start.log |
start
offline analysis |
run_gcn_server.sh |
/opt/pi/dev/pisys/log/crontab.trace |
restarts gcn
server , it is done
every afternoon |
clean_online_monthly! |
/opt/pi/dev/pisys/log/clean_monthly.log |
cleans
temporary converter files and bacups log files from previous month |
do_object! |
/opt/pi/dev/pisys/log/do_object.log /data2/results/20061022/test_param_20061022.log |
Checker of
keyword OBJECT in fits headers |
deep_purple |
/data1/results/log/deep_purple |
log
files from deep purple criteria check ( also same location on pi3 ) File with names deep_purple_16_20070420.out where 16 - means io_type and 20070420 - night |
Program
Name |
Log
File Location |
Description |
start_monitor_pi1.sh | /opt/pi/dev/pisys/log/crontab.trace |
restarts monitoring jobs : run_request_handler! |
run_asas_pipeline_online_cat! Options in crontab : run_asas_pipeline_online_cat! - /data2/results /data1/results/PI_PIPELINE/ aver20_2006 - pi1.lco.cl |
/opt/pi/dev/pisys/pipipeline.log | pi-pipeline daily run -
cataloging of 20 averaged images it is run daily more information can be found in log files specific for night in : pi1:/data1/results/PI_PIPELINE/YYYYMMDD : asas_pipeline.out - log of reduction/photometry and astrometry cataloging.out - log of cataloging |
run_request_handler! |
/opt/pi/dev/pisys/log/request_handler.log |
Request handler on pi1 , started
by script start_monitor_pi1.sh , restarted every day at 19:45 Log kazdego z requestow znajduje sie tutaj : /opt/pi/dev/pisys/requests/ w odpowiednim podkatalogu : GETPART_19.028867_1.437_20060605 i w pliku : GETPART_19.028867_1.437_20060605.log Pozniej wyciniki sa robione w katalogu z noca w podkatalogu : Event_..... tam tez jest plik loga getpart2.log Natomiast na heplx40 wyniki sa zapisywane w : ~/www/pi0/daq/requsts/20060606 ~/www/pi0/daq/events/grb/grb20060606 i te katalogin nalezy skasowac jesli chcemy ponowic transmisje |
update_scan! |
/opt/pi/dev/pisys/log/update_scan.log |
synchronizes scan fits files
after astrometry is performed in the morning on pi2 and saved to fits files headers |
find_flares.sh |
/opt/pi/dev/pisys/find_flares.log |
output from flare finder
algorithm |
compress_final! |
/opt/pi/dev/pisys/log/compress_final.log |
output from script compressing
final events parts , files of type : Frame01234.tar.gz are created in RESULTS/2*/Events/ subdirectory |
Program Name | Log File Location | Description |
Fast photometry log file on pi3 |
/opt/pi/dev/pisys/log/fast.log |
Program
Name |
Log
File Location |
Description |
get_status_html! |
/opt/pi/dev/pisys/log/status_update.log |
getting
status files from pi2 |
get_alerts_html! |
/opt/pi/dev/pisys/log/html_update.log |
getting
alerts jpg from pi1/pi2 |
get_frames_html! |
/opt/pi/dev/pisys/log/html_frames.log |
getting
frames jpg from pi2 |
synchro_db.sh |
/opt/pi/dev/pisys/pidb/pi2/synchro_db.out |
synchronizing
DB from pi2 |
Backuped
data |
Backup
Location |
Description |
system log files |
pi2:/opt/pi/dev/pisys/log/backup/ |
log files are backuped on first
day of new month, subdirectory YYYYMM is created in the backup directory and files are copied there and compressed |
Pointing
parameter name |
Description |
Default
value |
Piman
Command |
CCD_AUTOPOINT_SWIFT |
enable/disable
SWIFT pointing |
1 |
- |
CCD_AUTOPOINT_INTEGRAL |
enable/disable INTEGRAL pointing | 1 |
- |
CCD_POINT_IO |
enable/disable
InterestingObjects pointing |
1 |
- |
CCD_POINTING_PRIOR |
set priority
of satellites |
SWIFT,INTEGRAL |
set_pointing_prior(
INTEGRAL,SWIFT ) |
CCD_SPECIAL_TARGET |
set special
target ( with highest priority ) |
set_special_target(
12.32, -20.00, SN2006mq ) |
|
red_cat_fast_photo! |
Parameters : NIGHT - 20050420 OUT_DIR - out directory ( without NIGHT ) START OLD - 1 in order to process old nights also DATA DIR - data directory ( without NIGHT ) DATEBASE - database name |
runs fast photometry/ astrometry
and pi-cataloging |
run_piphoto! |
Parameters : NIGHT - 20050420 OUT_DIR - out directory ( without NIGHT ) START OLD - 1 in order to process old nights also DATA DIR - data directory ( without NIGHT ) DO_GZIP - if gzip mag/ast |
Runs photometry and astrometry
and places results in proper directories. Gzips results on request ( 5-th parameter ) |
cat_fast_photo! |
PARAMETERS : 1 - FAST PHOTO DIR ( without night ) 2 - NIGHT - 20050420 3 - database name |
Runs cataloging of ast files in
given directory to specified database. |
cat_nights_scan_new! |
PARAMETERS : 1 - directory with ast scans 2 - options [ default : -scan -no_update] 3 - border [default =150] 4 - do process [ default = 1 ] 5 - do field list [ default = 1 ] |
Runs cataloging of many scans In order to run cataloging with specified camid to be set , use parameter 2 , by calling : cat_nights_scan_new! /ast_dir "-scan -no_update -camid=102 -force_external_camid" |
scan_pipe_all! |
PARAMETERS: 1 - path to scan directories [ default = /data2/results/ ] 2 - name of night list file [default = night_list ] 3 - place where ast will be placed [ default = current dir ] |
runs pi-pipeline on many scans |
cat_both_synchro! |
PARAMETERS : 1 - list of nights 2 - path to place where catalogs 20050511, 20050512 are 3 - name of database |
Important script for running
cataloging on already existing ast files. Usage example : nohup ./cat_both_synchro! 20050203.list /scratch/pi10/results/ASAS_PIPELINE/ 20050203new > out 2>&1 & |
cat_ast_test! |
PARAMTERS : 1 - BORDER=100 2 - N_PARTS=100 ( not used ) 3 - DO_PROCESS=0 ( not used ) 4 - OPTIONS= 5 - AST_LIST=k2a_ast_list 6 - OPT_DB=0 7 - DROP_INDEX=0 8 - CALC_RADEC=0 |
script for cataloging list of
ast files. NOTE : this script cannot run UpdateCatalog ( recalculation ) use cat_single_night! instead |
cat_single_night! |
PARAMETERS : same as in cat_ast_test! |
same as cat_ast_test! but also
runs process.sql - to calculate sigma_mag etc ... |
cat_single_night_scan! |
PARAMETERS : 1 - piaddast2_options=-scan-no_update 2 - border=150 3 - do_process=1 |
script for cataloging single
night of scans |
Catalog
Name |
URL |
DESCRIPTION |
GSC |
http://archive.eso.org/gsc/gsc |
COMPUTER |
BACKUPED DATA |
LOCATION |
WHEN |
heplx40 |
/var/www |
/backup/www/ NOTE : now in www/html are symbolic links to html.orig and thus I had to change script to backup every catalog separately |
daily at 15:00 PM script backup_heplx40.sh |
heplx40 |
pidb database on heplx40 |
/backup/pidb/ old location : /lhome/piwww/www/pi0/pidb/backup/YYYYMMDD |
daily at 15:00 PM script backup_heplx40.sh |
heplx40 |
pidb database on pi2 |
/lhome/piwww/www/pi0/pidb/backup/pi2/YYYYMMDD | |
heplx40 |
other pi settings |
/disk01/backup/pi |
|
heplx40 |
pidb database on pi2 |
database pidb_backup@heplx40 |
|
heplx46 |
/lhome/* |
heplx46:/pidb/lhome/ heplx42':/opt/backup/heplx46/lhome/ |
|
heplx49 |
heplx40 - database, www, pi2 -
database |
/disk02/backup/ |
|
heplx49 |
system from smok |
/disk02/backup/smok/system |
|
heplx42 heplx43 |
scratch/pi1
z ( heplx41 /dev/hda2 ) system z heplx41 /dev/hda1 |
heplx42:/opt/backup/heplx41/hdb2 heplx49:/opt/heplx41_hdb2 - exported as /scratch/pi1 heplx43:/disk01/backup/heplx41/hdb1 |
|
heplx40 |
asas database |
/disk01/backup/pidb/asas/ |
|
heplx49 |
jmrowca - data from windows
computer in 107 |
/disk02/backup/jmrowca |
|
heplx48 |
simbad sql file |
/opt/pi/dev/pisys/daq/ndir/data/cat/simbad/ |
|
pi3 |
full soft backup |
/opt/pi/dev/ARCH/pisys_pi2_20060519_1902.tar | |
pi3 |
database backup |
/data3/backup/pidb/ |
|
pi2 |
backup of aver20 star catalog
seed |
/data1/results/picat/aver20 |
|
pi2 |
backup of scan star catalog seed |
/data1/results/picat/scan |
|
heplx47 |
seed scanow |
/opt/pi/dev/pisys/daq/ndir/data/backup/scan |
|
heplx47 |
svn
archvie : /opt/pi/svn |
heplx47:/disk02/backup/svn/
- backups every night at 5:00 WAW time |
|
heplx46 |
heplx46:/lhome/ |
/disk02_hdb3 ( pi1 - SLAVE ,
scratch pi10 ) heplx49:/disk02/backup/heplx46/heplx46 |
|
heplx42 |
lewhoo - katalog z mgr LWP |
heplx42:/disk01/lewhoo/ heplx49:/disk01/lewhoo_MGR/ tempororary also on pi1:/data1/results/lewhoo - soon to be removed |
|
heplx48 |
pxeclient dla pi2 ( smok w LCO ) /disk02/backup/bootonlan/ /disk02/scripts/ smok2 system and opt ( 20071020 - sobota przed wysylka ! ) |
heplx48:/disk03/backup/LCO/bootonlan/ heplx48:/disk03/backup/LCO/scripts/ smok2 system + opt : heplx48:/disk03/backup/smok2/20071020 |
|
heplx48 |
gcvs - old version loaded by
A.Wrochna + M.Biskup |
heplx48:/disk01/backup/gcvs/ |
|
heplx48 |
tycho - old version loaded by
A.Wrochna + M.Biskup |
heplx48:/disk01/backup/tycho/ |
|
heplx48 |
PLANETOIDS AND PLANETS ephemeris
generated for period 2004-2037 by A.Majcher |
heplx48:/disk01/majer/planets.sql heplx48:/disk01/majer/planetoids/planetoids.sql |
|
heplx48 |
Backup of
pidb database from pi2 ( pidb @ pi2 ) , mirror jest na pi2 w
/data_db/pidb/backup/20080520/ , bardzo wazny backup |
heplx48:/disk02/backup/pi2/pidb/20080520/pidb.sql.gz |
2008-05-20 |
heplx40 |
/var/www/mywiki - piwiki |
heplx60:/disk01/backup/heplx40/mywiki |
2007-12-12 |
EVENT |
DATA
LOCATION |
BACKUP
LOCATION |
INFO
|
grb080319b |
heplx48:/disk02/results/events/grb/ heplx61:/disk02/results/special/grb/grb080319B/heplx48 heplx43:/opt/pi/dev/pisys/daq/ndir/data/20080318/GRB080319c/NEW/ pi3:/data0/results/20080318 pi2:/data0/results/20080318 pi1:/data1/results/fits/20080318/ Krzywa blasku : /opt/pi/dev/pisys/daq/ndir/data/20080318/GRB080319c/NEW/Event_14.52839333_36.3029_20080319_000000/k2a/parts/mag_list/lc_sorted.txt |
heplx61:/disk02/backup/events/grb/grb080319b/ |
Brigthest GRB ever
observed our best observation !!! |
BACKUPED
DATA |
DATA
LOCATION |
BACKUP LOCATION |
WHEN
/ CRONTAB LINE |
svn |
heplx47:/opt/pi/svn/ |
heplx47:/disk02/backup/svn/ also in heplx48:/disk01/backup/svn |
daily at
5:00 AM see crontab for root : su - crontab -l 0 5 * * * rsync -auv /opt/pi/svn/ /disk02/backup/svn/ |
www |
heplx40:/var/www/ |
heplx40:/backup/www/ |
daily at
15:00 PM ( see crontab for root at heplx40 ) |
pidb (
heplx40 ) |
heplx40:/db/pidb/ |
heplx40:/backup/db/pidb/ |
daily at
15:00 PM ( see crontab for root at heplx40 ) |
heplx40 |
heplx40:/lhome/ heplx40:/etc/ |
heplx40:/backup/sys/ |
daily at
15:00 PM ( see crontab for root at heplx40 ) |
BACKUPED DATA | DATA LOCATION | BACKUP LOCATION |
cron |
crontab -l |
/opt/pi/dev/pisys/backup/ |
InterestingObjects
table |
aver20_2006@pi3 |
/opt/pi/dev/pisys/daq/ndir/data/cat/io/backup |
system on
pi2 |
/ |
/data2/backup/system/ script : nohup backup_system_partition2! > out 2>&1 & also /dev/sdb1/ - but now it is system partition since crash of SCSI disk |
table
interestingobjects from aver20_2006 |
aver20_2006@pi3 |
heplx43:/opt/pi/dev/pisys/daq/ndir/data/cat/io/aver20_2006_at_pi3 |
star catalog
aver20_2006 ( on 20070516 ) |
aver20_2006@pi3 |
heplx48:/disk03/results/PI_PIPELINE/aver20_2006 and in database aver20_2006@heplx48 |
pi2 database
( /data2/pidb/ ) |
pi2:/data1/pidb/ |
This is
database till 20070511 - until SCSI disks were working, after this
moment database was moved to /data2/pidb/ due to disk access efficiency problems |
BACKUPY
SYSTEMOW Z LCO ( pi1 , pi2 , pi3 on 20071116 ) |
heplx69:/data4/sys/ | Backupy
wszystkich systemow z LCO na dzien sprzed wyjazdu GW ( 2007-11-16) |
BACKUPED DATA | DATA LOCATION | BACKUP LOCATION |
2004_2005 star
catalog |
2004_2005@heplx40 ( public ) 2004_2005@heplx61 ( dev ) oraz awaryjna na 2004_2005@heplx49 |
heplx61:/disk02/backup/pidb/2004_2005/2004_2005.sql
(132GB) - dump after Kasia'a deep_purple done on 2007-12-07 heplx40:/backup/db/2004_2005/2004_2005_old.sql ( 130 GB ) - OLD-ORIGINAL BEFORE KASIA RUN deep_purplne criteria on it smok2 = heplx69:/disk3_data/backup/2004_2005/2004_2005.sql ( 130 GB ) backup pelny ( juz po CLUSTER ) : ( byl w heplx40:/2004_2005/backup/20070916/ ) heplx42:/opt/backup/heplx40/pidb/2004_2005/20070916/ |
2006_2007 star
catalog |
2006_2007@heplx61 ( dev ) 2006_2007@heplx40 ( public ) 2006_2007@heplx42 |
heplx61;/disk02/backup/pidb/2006_2007/2006_2007.sql
( 114 GB ) heplx42:/disk01/backup/2006_2007/ heplx40:/2004_2005/backup/2006_2007/ |
asas catalog |
pidb_asas@helx40 |
heplx40:/backup/db/asas |
gcvs catalog |
gcvs@heplx40 ( gcvs@heplx48 ) |
heplx40:/backup/db/gcvs/ |
tycho-2
catalog |
tycho@heplx40 ( tycho@heplx48 ) |
heplx40:/backup/db/tycho/ |
BACKUPED DATA | DATA LOCATION | BACKUP LOCATION |
scan nights 20061124 20061125 20061126 20061127 20061128 |
some nights to be given to
student for tests |
heplx48:/disk01/results/scan_data/ |
WHAT |
COMPUTER | LOCATION |
fedora core2 dvd - iso |
heplx48 |
/disk01/download/fedora/2 |
fedora core4 dvd - iso | heplx48 |
/disk01/download/fedora/4 /pi20/msok/fedora/4/ |
fedora core5 dvd - iso | heplx42 |
/pi20/msok/fedora/5/ |
fedora core5 - cdrom x 5 |
heplx43 |
/pi20/msok/fedora/5/cdrom/ |
SLAX Server Edition v 5.1.7b | heplx43 |
/pi20/msok/download/slax/ |
Visual studio deployment |
http://msdn2.microsoft.com/en-us/library/ms235316.aspx http://blogs.msdn.com/aymans/archive/2006/04/04/568466.aspx |
|
knoppix |
heplx43 |
heplx43:/disk01/download/knoppix/ |
PACKAGE
NAME |
WWW
LINK |
DESCRIPTION |
vgrabbj |
http://vgrabbj.gecius.de/ |
Program from
taking photos with webcam camera Philips installed in asas dome and
connected to pi2 machine. Currently used version is 0.9.6 and currently
( 20060529 ) it is the highest one |