| | 21 | * insert the first date of stuff using: |
| | 22 | * ipp_serial_inject.pl --telescope simple --camera simple --workdir neb://@HOST@.0/ssp/20110702 --end_stage reg --dbname ssp *fits |
| | 23 | * 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 |
| | 24 | * 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: |
| | 25 | * insert into summitExp (summit_id, dateobs) values (0,'2012-01-31 20:30:26'); |
| | 26 | * update summitExp set summit_id = 0; |
| | 27 | * This adds a fakey entry in summitExp that allows it to run registration in pantasks: |
| | 28 | * module pantasks.pro |
| | 29 | * module register.pro |
| | 30 | * add.database ssp |
| | 31 | * controller host add ipp006 |
| | 32 | * run |
| | 33 | * pantasks does not work - it does not recognize simple as the telescope... I need to make the proper ssp things now |