| Version 2 (modified by , 14 years ago) ( diff ) |
|---|
Spectroscopic Sky Probe (ssp)
This is John/Chris's toy on PS1.
The goal is to do the following things:
- free up JT's disk space
- auto download and register into the ssp database these files
- download into nebulous
- make 2 copies
- make a backup on one of the ippatrc machines
- run JT's processing on it, save in nebulous (2 copies)
Tasks/blog of what Heather's doing
- download JT's stuff
- make ssp database
- ippadmin project ippdb01 ipp ssp
- pxadmin -dbname ssp -create
- ingest jt's stuff into ssp database (this will likely require some tests/ modifications of ippconfig)
- insert the first date of stuff using:
- ipp_serial_inject.pl --telescope simple --camera simple --workdir neb://@HOST@.0/ssp/20110702 --end_stage reg --dbname ssp *fits
- note to self, use the full path /data/ipp004.0/ssp/20110702 in the future, or else you have to run pantasks in that same dir
- mod #1 -- regtool -pendingimfile is broken for manually inserted stuff because it joins on summitExp which does not exist for stuff manually inserted using ipp_serial_inject.pl. To get around this:
- insert into summitExp (summit_id, dateobs) values (0,'2012-01-31 20:30:26');
- update summitExp set summit_id = 0;
- This adds a fakey entry in summitExp that allows it to run registration in pantasks:
- module pantasks.pro
- module register.pro
- add.database ssp
- controller host add ipp006
- run
- pantasks does not work - it does not recognize simple as the telescope... I need to make the proper ssp things now
- insert the first date of stuff using:
- until datastore on uip/ssp machine is working
- transfer from atrc to somewhere
- injest
- install monsta
- make tasks for JT's monsta scripts
- have it process the data and put the data products somewhere sensible
Note:
See TracWiki
for help on using the wiki.
